/* CSS Document */
body{position:relative;}
.topbar{position: absolute; top:0;padding-left:100px; padding-right:40px;
	 display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
width:100%;
box-pack:end;
-webkit-box-pack: end;
-moz-box-pack:end;
-ms-flex-pack:end;
justify-content: flex-end;z-index:101; height:100px; 

box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;

}
.logo_bar{position: absolute;left:100px;top: 50%;transform: translateY(-50%);}
.topbar:before{ width:100%; height:1px; line-height:1px; font-size:1px; background:rgba(255,255,255,0.15); position:absolute; bottom:0; left:0;content:'';}
.topbar.guding{ position:fixed;}
.topbar.black{ background: rgba(0,0,0,0.8); }
.menu_bar{display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/ 

box-pack:end;
-webkit-box-pack: end;
-moz-box-pack:end;
-ms-flex-pack:end;
justify-content: flex-end;z-index:101; height:100px; 

box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;
}
.mob_nav{ display:none;}
.search_han {
    height: 100px;
    display: flex;
    align-items: center;
}
.search_k {
    display:block;
}
.search_k a {
    line-height:100px;
    display:block;
    /* 只留图标，去掉文字区域内边距，居中图标 */
    background: url(../images/c-so.svg) no-repeat ;
	
    background-position: center center;
	background-size: 20px;
    position:relative;
    /* 清除文字对齐 */
    text-align:center;
    color:transparent; /* 文字完全透明 */
    font-size:16px;
    /* 上下左右统一内边距，控制点击区域大小 */
    padding: 0 30px;
    transition: background 0.3s;
}
/* hover 悬浮效果 */
.search_k a:hover {
    background-image: url(../images/c-so.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
/*========搜索弹窗样式=========*/
.search-popup{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
    z-index:999;
    display: none; /* 默认隐藏 */
    align-items: center;
    justify-content: center;
}

/*弹窗打开增加类*/
.search-popup.show{
    display:flex;
}
.search-inner{
    width: 50%;
    display:flex;
}
.search-input{
    flex:1;
    height:80px;
    padding:0 0px;
    border-bottom:1px solid #ddd;
    outline:none;
    font-size:24px;
	background-color: transparent;
	color: #fff;
	    background-color: none
}
.search-input::placeholder {
    color:#ffffff;
    opacity:1;
}
.search-input::-webkit-input-placeholder { 
    color:#ffffff;
}
.search-input::-moz-placeholder {
    color:#ffffff;
}
.search-input:-ms-input-placeholder { 
    color:#ffffff;
}
.search-input:-moz-placeholder {
    color:#ffffff;
}
.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus,
.search-input:-webkit-autofill:active {
  /* 使用超大内阴影模拟透明背景，覆盖浏览器自带蓝色底色 */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  /* 文字颜色白色，适配深色背景页面，按需修改 */
  -webkit-text-fill-color: #ffffff !important;
  /* 消除加载瞬间蓝色闪烁 */
  transition: background-color 999999s ease 0s;
}
.search-submit{
    width: 80px;
    height:80px;
    border:none;
    cursor:pointer;
    background: url(../images/c-so.svg) no-repeat center center;
    background-size:24px;
    /* 隐藏按钮文字 */
    text-indent:-9999px;
    overflow:hidden;
	border-bottom:1px solid #ddd;
}



/*汉堡菜单*/
.m_han{padding-left:10px; width:30px; height:26px;
 display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/ 

 -webkit-flex-direction: column;
		  -moz-flex-direction: column;
		  -ms-flex-direction: column;
		  -o-flex-direction: column; 
		flex-direction: column;
		
		box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content: space-between; 
 
 margin-left:40px; z-index:5;
  transition:  0.3s ease 0s; cursor:pointer;}
.m_han span{ display:block; width:30px; height:2px; background: #FFFFFF;  transition: 0.3s ease 0s;}
.m_han span:nth-of-type(2){ position:relative; left:-10px;}
/*语言选择*/
.m_lan{ position:relative;background: rgba(0,0,0,0) ;}
.select_k{ display:block;}
.select_k a{ border-left:1px solid rgba(255,255,255,0.15);border-right:1px solid rgba(255,255,255,0.15); line-height:100px; display:block;
 background: url(../images/blan.png) no-repeat 18px center; position:relative; text-align:right; color:#FFFFFF; font-size:16px; padding: 0 25px 0 50px;}
 /* .select_k a:after{ content:'﹀'; display:block; position: absolute; color:#fff; right:18px; top:3px; font-family:宋体; font-size:10px; line-height:100px;} */
 .select_lan{ display:none; position:absolute; top:94px; width:100%; padding:15px 0 0; background: rgba(0,0,0,0.00);}
  /* .select_lan:before{content:'';width:20px;height:20px;border-radius: 5px;background: rgba(0,0,0,0.4);display:block;transform: rotate(45deg);position: absolute;top: 9px;left: 50%;margin-left: -10px;z-index: 4;} */
 .select_lan span{ display:block; background:rgba(0,0,0,0.4); position:relative; z-index:5;}
 .select_lan span:first-child{ border-radius:5px 5px 0 0; padding:10px 15px 0 ;}
  .select_lan span:last-child{ border-radius: 0  0 5px 5px; padding:0 15px 10px;}
 .select_lan span a{ display:block;  color:#fff; font-size:15px; text-align:center; line-height:36px; }
/*.select_k:hover a:after{ content:'︿'; display:block; position: absolute; color:#fff; right:40px; top:3px; font-family:宋体; font-size:10px; line-height:100px;}*/
.m_lan:hover .select_lan{ display:block; }
.select_lan span:first-child a{border-radius:0; border-bottom:1px solid rgba(255,255,255,0.10);}
.select_lan span:last-child a{ border-radius: 0;}
@media (min-width:721px){
	.select_lan span:hover{ background: #00B1A7; color:#fff;}
	
	}

/*非首页第一屏*/
/*汉堡菜单*/
.m_han.yincang{ width:40px; padding-left:0;}
.m_han.yincang span{ width:40px;}
.m_han.yincang span:nth-of-type(2){ left:0;}

/*关于第三屏hover时候的线条处理*/
.topbar.yincang{ border-bottom-color: rgba(253,253,253,0.00);}
.topbar.yincang .select_k a{ border-color:rgba(255,255,255,0.00);}

/*页脚*/
.kfooter{ padding:85px 100px 0; background: #303030;}
.kft{ display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/

box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content:space-between;}

	/*footer_地图*/
.kf_menu{ width:calc(100% - 245px);}
#MenuList_f1{margin-right:7.7vw;}
#MenuList_f1 .menu{	display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/

box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content:space-between;   max-width:69.27vw;}
#MenuList_f1 .menu .stmenu>h3 a{ color:#FFFFFF; font-size:18px; font-family:微软雅黑; display:block;}
#MenuList_f1 .child{ margin-top:28px;}
#MenuList_f1 .child a{ font-size:14px; line-height:30px; color:#999999;font-family:微软雅黑;}

	/*footer_微信*/
	.kf_r { display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  -webkit-flex-direction: column;
		  -moz-flex-direction: column;
		  -ms-flex-direction: column;
		  -o-flex-direction: column; 
		flex-direction: column;
		  flex-direction: column;
		  box-pack:start;
		-webkit-box-pack: start;
		-moz-box-pack:start;
		-ms-flex-pack:start;
		  justify-content: flex-start;}
	.kf_chat{ display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content:space-between; 
 box-align:end; 
-webkit-box-align:end;
-moz-box-align:end;
-ms-flex-align:end;
 align-items: flex-end;
  padding-bottom:35px; margin-bottom:25px;}
	.kf_tel div{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content:flex-start; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;}
	.kfc_info{ width:114px; padding-left:20px;}
	.kfc_info p{ font-size:14px; color:#999999; line-height:24px;}
	.kf_tel{ }
	.kf_tel>div{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content:flex-start; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center; }
	.kf_tel>div a{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content:flex-start; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;}
	.kf_tel>div span{color:#fff; font-size:16px;font-family:微软雅黑; line-height:1; }
	.kf_tel>div img{ display:inline-block; margin-right:8px;}
	/*.kf_tel>span{ font-size:34px; color:#FFFFFF; font-family:arial; line-height:1;padding-top:20px;}*/
	
/*footer_版权*/
.kfb{ width:100%; height:auto;line-height: 1.8;padding: 1em 0;text-align: center; border-top:1px solid #444444; margin-top:70px; }
.kfb_info img{ display: inline-block;}
.kfb_info span,.kfb_info a{ font-size:14px; color:#999999; line-height:1;}

@media (min-width:721px){
	.MenuList_d1-default .MenuList_d1-nav-list li a:hover{ background: none; color:#00B1A7;}
	.mob_lan{ display:none;}
	#MenuList_f1 .child a:hover{ color:#FFFFFF; transition:all 0.5s ease 0s;}
	}
@media (max-width:1590px){
ul.MenuItems	{margin-left:20px;}
	}
@media (max-width:1580px){
	.topbar{padding-right: 20px;  }
	
	.m_han{ display:none;}

	.mob_nav{display:none;width: 40px;margin-left: 40px;height: 26px; position:relative;}
	.MenuList_d1-main{ width:600px;}
	.MenuList_d1-right .MenuList_d1-main{ right:-600px;}
	.MenuList_d1-hamberger{ top:0; left:0; padding:0; width:40px; height:26px;}
	.MenuList_d1-right.MenuList_d1-open .MenuList_d1-overlay, .MenuList_d1-right.MenuList_d1-open .MenuList_d1-hamberger{left:auto; right:0; z-index:1001;}
	.MenuList_d1-hamberger span, .MenuList_d1-hamberger span:before, .MenuList_d1-hamberger span:after{ width:30px; height:2px; background: #FFFFFF; }
	.MenuList_d1-open .MenuList_d1-hamberger span:before{ background: #00B1A7;}
	.MenuList_d1-open .MenuList_d1-hamberger span:after{ background: #00B1A7;}
	.MenuList_d1-nav{ margin-top:0; border-top:1px solid #eeeeee;}
	.MenuList_d1-default{ background: #fff;}
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:74px; margin-bottom:0;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:28px; font-family:微软雅黑; line-height:72px; color:#999999; text-align:center; padding:0 20px;}
	.MenuList_d1-default .MenuList_d1-nav-list li a.on{background: none; color:#00B1A7;}
	
	#mob_lan span{ display: block; font-size: 24px; color:#666666; margin-right: 24px; line-height: 100px;}
	#mob_lan span a{display: block; font-size: 24px; color:#666666; line-height: 100px;}
	#mob_lan span a.on{color:#00B1A7;}
	#mob_lan span:last-child{margin-right: 0;}
	#mob_lan{ display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content: flex-start; 
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items: center; border-right: 1px solid #EEEEEE; width: calc(80% - 40px); padding-left:40px;}

	
	}

@media (max-width:1366px){
	
	/*.kf_r { display:none;}*/
	#MenuList_f1{ margin-right:0;}
	
	.MenuList_d1-main{ width:426px;}
	.MenuList_d1-right .MenuList_d1-main{ right:-426px;}
	#mob_lan{ width:calc(80% - 80px);}
	#mob_lan span{ font-size: 16px;  margin-right: 12px;}
	#mob_lan span a{ font-size: 16px; }
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:20px;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:18px;  line-height:48px; }
#MenuList_f1 .child{ margin-top:10px;}

	
	.kf_chat{ margin-bottom:0;}
	#MenuList_f1 .menu{ max-width:calc(100% - 30px);}

	}
@media (max-width:1200px){
	.kf_r { display:none;}
	#MenuList_f1 .menu .stmenu>h3 a{ font-size:14px;}
	.kf_menu{ width:100%;}
	.topbar{padding-right: 0;}
	.search_k a{padding: 0 15px;}
	.select_k a{padding: 0 15px 0 40px;background: url(../images/blan.png) no-repeat 15px center; font-size: 14px;}
	

	
}
@media (max-width:1000px){
	.kft{ display:none;}
	.kfooter{ padding:0;}
	.kfb{ margin-top:0; border-top:0;}
	.s61>div{ display:none;}	
	.mob_nav{display: block; margin-right: 20px;margin-left: 0;}
	.m_nav,.m_lan,.mob_lan{ display: none;}
	.search-inner{width: 85%;}
	/*topbar*/
	.topbar{padding-left:0px; padding-right:0;display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/width:100%;height:60px; background-color: #040c23;}
	
	.logo_bar{ left:4%; width:90px;}
	.logo_bar img{ display:block; width:100%;} 
	
	}
@media (max-width:800px){
		.MenuList_d1-main{ width:340px;}
	.MenuList_d1-right .MenuList_d1-main{ right:-340px;}
	#mob_lan span{ font-size: 12px;  margin-right: 12px;}
	#mob_lan span a{ font-size: 12px; }
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:20px;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:14px;  line-height:36px; }
	#mob_lan{ width:calc(80% - 75px); padding-left:20px;}
	
	}
@media (max-width:720px){
	
	
	
	.m_lan{ display:none;}
	.mob_lan{display:none;width:30px;height:30px;border: 1px solid #fff;border-radius: 50%;}
	.mob_lan span {display:block;}
	.mob_lan span a{ font-size:14px; color:#FFFFFF; line-height:30px;  display:block; text-align:center;}
	.mob_nav{ margin-left:0; margin-right: 10px;}
	#mob_lan span{ line-height:60px;}
#mob_lan span a{ height:60px; line-height:60px;}

	.MenuList_d1-main{ width:100%;}
	.MenuList_d1-right .MenuList_d1-main{ right:-100%;}
	.MenuList_d1-toggle.MenuList_d1-hamberger{ padding:30px 0 ; top:-30px;}
	#mob_lan{width: calc(87.51vw - 41px);padding-left: 5.55vw;}
	#mob_lan span{ font-size:4vw; margin-right:3.3vw;}
	#mob_lan span a{ font-size:4vw;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:4.66vw; line-height:2.5;}
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:12.3vw;}
	
	
	/*footer*/
	.kfb{ padding:1em 2%; width:96%; }
	.kfb_info span{ display:inline-block; }
	.kfb_info span:nth-of-type(2){ display:none;}
	.kfb_info{ text-align:center;}
	.kfb_info span, .kfb_info a{ font-size:14px; line-height:1.8;}

	.search-input{font-size: 16px;}
	
	
	
	}

@media (max-width:360px){
.topbar{padding-left:4%; padding-right:4%;display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  width:100%; }
.logo_bar img{ width:100%;}
.mob_nav{ margin-left:28px;}
#mob_lan{width: calc(87.51vw - 41px);padding-left: 5.55vw;}
#mob_lan span { font-size:14px;}
#mob_lan span a{ font-size:12px;}
.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:14px; line-height:36px;}
	
/*footer*/
.kfb_info span, .kfb_info a{ font-size:12px; line-height:22px;}

	}

/*分页*/
#pages {
    text-align: center; margin-top: 30px;margin-bottom: 30px;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    color: #333;
    display: inline-block;
	width: auto;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #00B1A7;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #00B1A7;
}

#pages li:hover a {
    color: #fff;
}

.bread-box{	width:100%;		position: relative;}
.bread-box .bread{
    float: left;
    color: #999;
}
.bread-box .bread a,
.bread-box .bread span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin: 0 2px;
    color: #232323;
}
.bread-box .bread a{
    color: #232323;
    transition: all .2s;
    line-height: 60px;
    font-size: 16px;
    font-family: "BS";
}
.bread-box .bread .home{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/home.png');
}
.bread-box .back{
  padding-right: 2.5%;
    float: right;
    font-size:14px;
	line-height:60px;
    color: #999;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    background-image: url('../images/back-btn.png');
    transition: all .2s;
}

.comMsg-table{justify-content: space-between;}
.comMsg-table::after{content: "";width: 31%;}
.comMsg-input{width: 31%;margin-top: 25px;}
.comMsg-title{padding-left: 20px;}
.comMsg-title.active::after{content: "*";color: #d11d1c;display: inline-block;margin-left: 5px;}
.comMsg-input input{background: #f6f8fb;border-radius: 25px;margin-top: 5px;width: 100%;font-size: 16px;color: #25282d;padding-left: 30px;height: 50px;border: none;}
.comMsg-input input::-webkit-input-placeholder{font-size: 16px;color: #8a8e93;}
.comMsg-table .w100{width: 100% !important;}
.comMsg-input textarea{resize:vertical; width: 100%;height: 170px;padding: 25px 0 0 30px;background: #f6f8fb;border-radius: 25px;margin-top: 5px;width: 100%;font-size: 16px;color: #25282d; border: none;}
.comMsg-input textarea::-webkit-input-placeholder{font-size: 16px;color: #8a8e93;}
.comMsg-select{user-select: none;cursor: pointer;margin-top: 5px;font-size: 16px;color: #25282d; position: relative;}
.comMsg-menu{transition: all .2s ease; background: #f6f8fb;border-radius: 25px;width: 100%;padding-left: 30px;height: 50px;position: relative;align-items: center;display: flex;flex-wrap: wrap;}
.comMsg-menu::after{content: "";display: block;position: absolute;right: 30px;top: calc(50% - 3px); width: 10px;height: 6px;border: 5px solid transparent;border-top-color: #25282d;transition: all .4s ease;}
.comMsg-menu.active{border-radius: 25px 25px 0 0;}
.comMsg-menu.active::after{transform: rotate(180deg);}
.comMsg-drop{z-index: 5; display: none; position: absolute;left: 0;top: 100%;width: 100%;overflow-y: auto;max-height: 250px;background: #f6f8fb;border-radius: 0 0 25px 25px;}
.comMsg-drop li{transition: all .4s ease; border-top: 1px solid #eee; display: flex;align-items: center;height: 50px;padding-left: 30px;}
.comMsg-drop li:hover{background: #eee;}
.comMsg-drop::-webkit-scrollbar {width: 2px;}
.comMsg-drop::-webkit-scrollbar-thumb {background: #ddd;}
.comMsg-drop::-webkit-scrollbar-track {background: transparent;}

.search {
    width: 600px;
    background: #fff;
    height: 45px;
    line-height: 45px;
  }
  
  .search_box {
    margin: 0 auto;
    width: 600px;
  }
  
  .search-top-box {
    padding: 60px 0 50px;
    margin-bottom: 1px;
    background: #f5f5f5;
  }
  
  .minh3 {
    min-height: 320px;
  }
  
  .search_time {
    line-height: 40px;
    height: 40px;
    width: 100%;
    text-align: left;
  }
  .search_time a{ margin-right: 5px;}
  
  .search select {
    display: none;
  }
  
  .search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
  }
  
  .search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
  }
  
  .search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
  }
  
  .search .select_option {
    display: none;
    border: 2px solid #fa0712;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #aaa;
  }
  
  .search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
  }
  
  .search .select_option li a {
    color: #666;
  }
  
  .search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
  }
  
  .search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
  }
  
  .search input.inp_srh,
  .search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
  }
  
  .search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 60%;
    padding-left: 3%;
  }
  
  .search input.btn_srh {
    background: #00B1A7;
    color: #FFF;
    font-size: 15px;
    width: 100px;
    float: right;
  }
  
  .nodate {
    color: #666;
    font-size: 20px;
    text-align: center;
  }
  
  .search_result {
    background: #fff;
    padding: 0px 0px 60px 0;
    min-height: 400px;
    margin-top: 30px;
  }
  
  .search_result .cp_neir {
    padding: 0.3rem 0;
  }
  
  .search_result ul.s_list li {
    width: 33.3%;
    padding: 25px 0;
    background-color: #0480c8;
    padding-left: 5px;
    font-size: 16px;
    float: left;
  }
  
  .search_result ul.s_list {
    width: 98%;
    margin: 0 auto;
  }
  
  .search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
  }
  
  .search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
  }
  .search-no-date{ margin-top: 60px;}

.search_result_box{width: 100%; margin: .6rem auto;}
.search_result_box ul{ display: flex; flex-wrap: wrap;justify-content: space-around;align-content: space-between;}
.search_result_box li{flex: 0 0 calc(25% - 30px); border: 2px solid #d7d9db; text-align: center; box-sizing: border-box;margin-bottom: 30px;position: relative;}
.search_result_box li:last-child:nth-child(4n - 1) {margin-bottom: 0;}
.search_result_box li .img{ width: 100%;}
.search_result_box li .img img{ width: 100%;height: auto;}
.search_result_box li .txt{font-family: "OH"; color: #000; font-size: 20px; text-align: center; margin: .25rem 0 .2rem; width: 100%; float: left;}
.search_result_box li .more_t{ font-size: 15px; color: #000;display: flex; align-items: center; justify-content: center;margin-bottom: .3rem; width: 100%;float: left;}
.search_result_box li .more_t i{ color: #00B1A7; margin-left: 10px;}
.search_result_box li:before{ content:""; width:0%; height:0;transition:all ease .3s; background:#00B1A7; position:absolute;left: 50%; transform: translateX(-50%);  opacity:0; visibility:hidden; bottom: -2px;}
.search_result_box li:hover::before{ width: 100%; opacity: 1;height:3px;visibility:visible;}
.search_result_box li:hover .txt{ color: #00B1A7;}

.comBtn-box{display: flex;flex-wrap: wrap;}
.comBtn{padding: 0 45px; height: 50px;border-radius: 40px;overflow: hidden;user-select: none;cursor: pointer;color: #fff;display: flex;align-items: center;justify-content: center;
    text-align: center; position: relative;background-color: #00B1A7;}
.comBtn span{position: relative;z-index: 2;font-size:16px;font-family: "BM"; line-height: .8;}
.comBtn i{display: block;position: relative;z-index: 2;margin-right: 12px; font-size: 20px;}
.comBtn::after{background: #0ea4e9; transition: all .5s ease;width: 300px;height: 300px;border-radius: 50%; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);}
.comBtn:hover::after{transform: translate(-50%,-50%) scale(1);}
.comBtn:hover{ color: #fff;}


.a_body{ position:relative; height:100%}
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:2.5px; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:2.5px; background:#00B1A7}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(20px); -webkit-transform: translateY(20px); opacity: 0; }
  }
  
  @-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(20px); -webkit-transform: translateY(20px); opacity: 0; }
  }

/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;}
.clearfix{*zoom:1}
.clear {display:block;clear:both;height:0;overflow:hidden;}

.ui-nowrap {overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.ui-nowrap2 {word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ui-nowrap3 {word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.more{display: flex;width: 176px;height: 42px;text-align: center;color: #FFFFFF;font-size: 18px;overflow: hidden;position: relative;z-index: 0;border-radius: 43px; align-items: center; justify-content: center;}
.more::after{content: '';width: 0;height: 100%;background-color: #232323;position: absolute;top: 0;left:0px;transition: all .3s;z-index: -1; border: 0px solid #232323;}
.more:hover::after{width: 100%;}
.more:hover{color: #fff;}
.fl{ float:left}
.fr{ float:right}
button {
    border: none;
    background: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fangda{ overflow: hidden;}
.fangda:hover{ transform:scale(1.05);-webkit-transform:scale(1.05);}
.ease06 {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}


.mod-search-result .clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.mod-search-result .tc { text-align: center; }
.mod-search-result .font20 { font-size: 20px; }
.mod-search-result .l-h80 { line-height: 80px; }

.mod-search-result {
    padding: 40px 0;
    background: #fff;
}
.mod-search-result .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 左侧搜索历史 */
.mod-search-result .search_left {
    width: 220px;
    float: left;
}
.mod-search-result .search_list h5 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.mod-search-result .list-group-item_gr {
    display:block;
    padding: 12px 0;
    color:#444;
    text-decoration: none;
    border-bottom:1px solid #f1f1f1;
}
.mod-search-result .list-group-item_gr:hover {
    color:#0066cc;
}

/* 右侧搜索结果 重点：一行2列grid布局 */
.mod-search-result .search_right {
    padding-left:0px;
}

.mod-search-result .search_bd .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.mod-search-result .search_bd .list .item {
    padding:18px 20px;
    border:1px solid #eee;
    border-radius:6px;
    transition: 0.2s;
}
.mod-search-result .search_bd .list .item:hover {
    border-color:#00B1A7;
    box-shadow: 0 2px 8px rgba(0,102,204,0.08);
}
.mod-search-result .search_bd .list .item a {
    text-decoration: none;
    display:block;
}
.mod-search-result .search_bd .list .item h3 {
    font-size:17px;
    color:#222;
    font-weight: normal;
    margin:0;
    line-height:1.5;
}
.mod-search-result .search_bd .list .item h3:hover {
    color:#00B1A7;
}

/* 分页 */
.mod-search-result .newsPage {
    margin-top:35px;
}
.mod-search-result .newsPage .page {
    text-align:center;
}
.mod-search-result .newsPage .page a,.mod-search-result .newsPage .page span {
    display:inline-block;
    padding:7px 14px;
    margin:0 4px;
    border:1px solid #ddd;
    text-decoration:none;
    color:#333;
    border-radius:4px;
}
.mod-search-result .newsPage .page a:hover {
    background:#00B1A7;
    color:#fff;
    border-color:#00B1A7;
}

/* 移动端：变成1列 */
@media (max-width:992px){
    .mod-search-result .search_bd .list {
        grid-template-columns:1fr;
    }
}
@media (max-width:768px){
    .mod-search-result .search_left {
        float:none;
        width:100%;
        margin-bottom:30px;
    }
    .mod-search-result .search_right {
        margin-left:0;
        padding-left:0;
        border-left:none;
    }
}








