﻿@charset "utf-8";
/*全局初始化样式*/
body{ padding:0; margin:0 auto; font-size: 14px; line-height: 1.42857143; font-family:arial,Microsoft YaHei,'微软雅黑','宋体'; color: #666460; min-width: 320px; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

     
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666460; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #FF5800;}

/*清除浮动*/
.clear{ clear:both;  overflow:hidden;zoom: 1;}



.w1200{ max-width: 1200px; padding:0px 10px; margin: 0 auto;}
.left{ float:left; display:inline-block;}
.right{ float:right; display:inline-block;}
/*全局样式*/




/*页面框架结构*/
.contain{ background:#f6f6f7; padding-top:40px; padding-bottom:40px; overflow:hidden;} /*页面主体内容*/
.contain .w1200{ position:relative;}
.slidebar{} /*边侧菜单*/
.maincontent{} /*主要内容*/
.content{} /*内容*/
.txtbox,
.singlepage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.current{ /*当前位置*/}


/*分页*/
.pages{}
/*分页*/

/**二维码弹框**/
#TankBlock{ display: none; position: fixed; left: 0; top: 0; height: 100%; width:100%; z-index: 9999; }
#TankBlock .Box{ display: block; width:258px; max-width: 90%; position: absolute; left: 50%; top: 50%; border:1px solid #d8d8d8; background: #fff; }
#TankBlock .bd_weixin_popup_close{ width: 16px; height: 16px; position: absolute; right: 10px; top: 10px; color: #999; text-decoration: none; font-size: 16px; text-align: right; }
#TankBlock .codeBox{ padding:10px;}

/*头部*/
.header{ background:url(../images/top2.png) no-repeat right bottom; height:80px; width:100%;}
.top{ max-width: 1200px;margin: 0 auto; /*padding:0px 10px;*/ position:relative; background:#fff;}
.header .logo{ padding-top:9px; padding-bottom:15px;}
.header .logo img{ display: inline-block; vertical-align: middle; }
.header .logo a{ display:inline-block; }
.header .logo a.logo1{  position: relative; }
.header .mainnav {background:url(../images/top2.png) no-repeat left bottom; padding-left:5%;}
@media(max-width:1200px){
.top{ padding-left:10px;}
.header .mainnav { padding-right:10px;}
}
.header .mainnav .Language{ margin-bottom:6px; overflow: hidden; display:block; text-align:center; background:url(../images/top.png) no-repeat center; width:137px; float: right;}
.header .mainnav .Language a{ display:inline-block; line-height:24px; color:#fff; font-size:12px; margin:0px 5px;	}
.header .mainnav ul{ clear:both}
.header .mainnav li{ float:left; display:inline-block; background:url(../images/top_ico2.png) no-repeat right center}
.header .mainnav li .nav{ display:block; line-height:50px; color:#fff; margin:0px 44px}
.header .mainnav li dl{ display:none;    margin: 0px;  position: absolute; width: 100%;  left: 0; background: rgba(18, 41, 91, 0.5); text-align:center; line-height:50px; z-index:999}
.header .mainnav li dl dt{ display: none; }
.header .mainnav li dl dd{ display:inline-block; margin:0 5px; margin:0 20px;}
.header .mainnav li dl dd a{ color:#fff;}
.header .mainnav ol{ float:left; display:inline-block; padding-left:0}
.header .mainnav ol .top-search{ position:relative;}
.header .mainnav ol .btn-open-search{ color: transparent; width:21px; height:50px; background:url(../images/top_ico.png) no-repeat center; display:block;}
.header .mainnav ol .top-search-box{ z-index:999; background:#fff; position:absolute; left:-175px; width:200px; top:9px;}
.header .mainnav ol .top-search-box{ right: 0; top:99%; }
.header .mainnav ol .top-search-box input{ border:1px solid #eee; line-height:30px; width:-webkit-fill-available; margin-right:30px; margin-right: 0;}
.header .mainnav ol .top-search-box #TopBtn{ position:absolute; right:0; color: transparent; top:0px; width:30px; height:32px; display:none; background:url(../images/top_ico.png) no-repeat center rgb(18, 41, 91);}
@media(min-width:1025px){
.header .mainnav li:hover dl{ display: block; }
.header .mainnav li#nav2:hover dl,
.header .mainnav li#nav3:hover dl{ /*display: none;*/}
.header .mainnav li dl{ line-height: 22px; padding:20px 5%; }
.header .mainnav li dl dt{ display: inline-block; font-size: 20px; line-height: 36px; color:#fff; padding-right: 20px; margin-right: 10px; border-right:1px dashed #fff; }
}
/*@media(max-width:1600px){
.header{    background: url(../images/top2.png) no-repeat 137% bottom;}
}
@media(max-width:1400px){
.header{    background: url(../images/top2.png) no-repeat 250% bottom;}	
}
@media(max-width:1260px){
.header{    background: url(../images/top2.png) no-repeat 400px bottom;}	
}
@media(max-width:1024px){
.header{    background: url(../images/top2.png) no-repeat 250px bottom;}	
}*/
@media(min-width:1025px) and (max-width:1150px){
.header .mainnav li .nav{ margin:0 30px;}
}
@media(max-width:1024px){
.header{ background:none; height:66px;}
.header .logo{ padding:5px 0px;}
.header .mainnav { padding-left:0;}
#phone_menu{ display:block; height:37px; cursor:pointer; float:right; margin-right:13px;margin-top: 12px;}
#phone_menu span{ display:block; height:4px; width:40px; background:#12295b; position:relative; top:50%; margin-top:0px; transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; -webkit-transition:all .3s;}
#phone_menu span:before{ position:absolute; left:0; height:4px; top:-12px; width:100%; background:#12295b; content:''; transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; -webkit-transition:all .3s;}
#phone_menu span:after{ position:absolute; left:0; height:4px; bottom:-12px; width:100%; background:#12295b; content:''; transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; -webkit-transition:all .3s;}
.header.on #phone_menu span{ background:none;}
.header.on #phone_menu span:before{ top:-0px; transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.header.on #phone_menu span:after{bottom:-0px; transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.header .mainnav{ left:0;   position: absolute; z-index: 999; width: 100%; background: rgba(18, 41, 91, 0.8); -webkit-transform: translateX(-100%); transform: translateX(-100%);  -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 300ms;transition-duration: 300ms; height: 90vh; overflow: auto; top:66px;}
.header.on .mainnav{ -webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; -webkit-transform: translateX(0);  transform: translateX(0); }
.header .mainnav li{ position:relative; display:block; float:none; text-align:center;}
.header .mainnav li dl{ position:inherit;  line-height:35px; background:rgba(18, 41, 91, 0.3)}
.header .mainnav li dl dd{ display:block; margin:0px 44px;border-bottom:1px solid rgba(255, 255, 255, 0.45);}
.header .mainnav li .nav{ border-bottom:1px dashed #fff; line-height:40px;}
.header .mainnav li  span{    position: absolute; top: 0;right:44px; width: 40px; height: 40px; display: block;background: url(../images/xia.png) no-repeat center; background-size: 36%;}
.header .mainnav ol{ margin:15px 44px; color:#fff;    width: -webkit-fill-available;}
.header .mainnav ol .btn-open-search{ display:none;}
.header .mainnav ol .top-search-box{ display: block !important; position:relative; left:0; width:100%;}
.header .mainnav ol .top-search-box input{ color:#000;}

}

/*头部*/


/*底部*/
.bdshare_popup_box{ display: none!important; }
.footer{ background:#19202f; padding:10px 0;}
.footer .left{}
.footer .left .lianjie{ line-height:20px; height:20px;}
.footer .left .lianjie a{ font-size:12px; color:#fff;}
.footer .left .lianjie em{ font-size:12px; color:#fff;font-style: inherit}
.footer .left .Copyright{ font-size:12px; color:rgba(255, 255, 255, 0.4)}
.footer .bdsharebuttonbox{ clear:none !important; float:right; display:inline-block; line-height:37px;}
.footer .bdsharebuttonbox span{ float:left; margin-right:5px; display:inline-block; font-size:12px;color:rgba(255, 255, 255, 0.4)}
.footer .bdsharebuttonbox .bds_more{ display:none !important}
.footer .bdsharebuttonbox  a{ width:37px; height:37px; margin:0; padding:0; border-radius:50%}
.footer .bdsharebuttonbox .bds_tsina{ display: none; background:url(../images/footer_ico1.png) no-repeat center #303744; margin-right:10px; }
.footer .bdsharebuttonbox .bds_weixin{ background:url(../images/footer_ico2.png) no-repeat center #303744;}
.bdshare-button-style1-24:after,.bdshare-button-style1-16:after{ clear:none !important; display:inline-block !important;}
@media(max-width:768px){
.footer .left{ width:100%; text-align:center;}
.footer .bdsharebuttonbox{ text-align:center; display:block; width:100%;}
.footer .bdsharebuttonbox span{ float:none; display:none}
.footer .bdsharebuttonbox  a{ float:none !important; display: inline-block;}
}
/*底部*/

/*关联轮播*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


/*页面二级/左侧/右侧菜单*/
.slidebar{    width: 21.7%; float:left; display:inline-block; position:absolute; left:0; top:0; height:100%; background:#fff;}
.slidebar .nav-menu{}
.slidebar .nav-menu ul{}
.slidebar .nav-menu li{ line-height:50px; padding-left:30px; background:#fff; position:relative; display:block; border-bottom:1px solid #eceef2}
.slidebar .nav-menu li.active { background:#eceef2; font-weight:bolder;}
.slidebar .nav-menu li a{ display:block; font-size:14px; color:#12295b;}
.slidebar .nav-menu li span{ position:absolute; display:block; right:0; top:0; width:50px; height:50px; background:url(../images/search_ico4.png) no-repeat center;}
.slidebar .nav-menu ol{ margin:0; padding:0; height:52px; line-height:52px; font-size:22px; color:#fff; padding-left:50px; background:url(../images/search_ico6.jpg) no-repeat center; background-size:100% 100%; position:relative; display:block}
.slidebar .nav-menu ol span{ position:absolute; display:block; width:35px; line-height:52px; height:52px; background-repeat:no-repeat; background-position:center; top:0; right:25px;}
/*当前位置*/
.overalllist{ float: right; width:75%; display:inline-block;}
.overalllist .location .current{ line-height:52px; padding-left:25px; background:url(../images/search_ico7.png) no-repeat left center; font-size:12px; color:#999999}
.overalllist .location a{ font-size:12px; color:#999;}
.overalllist .location span{ color:#12295b;}
@media(max-width:768px){
.slidebar{ width:100%; position:relative;}
.slidebar .nav-menu ol{    background: #12295b;}
.slidebar .nav-menu ul>ul{ display:none; width:100%;}
.overalllist{ width:100%;}
}
/*页面二级/左侧/右侧菜单*/

/*首页banner*/
.homeban{ }
.homeban a{ display:block; height:400px; background-repeat:no-repeat; background-position:center;}
.homeban a .mobile{ display:none}
.homeban .slick-dots{ margin:0; padding:0;list-style:none; position:absolute; left:0; width:100%; text-align:center; bottom:15px;}
.homeban .slick-dots li{ float:none; display:inline-block; margin:0px 5px;}
.homeban .slick-dots li button{ border:0;    color: transparent; background:url(../images/banner_ico2.png) no-repeat center; padding:0; width:18px; height:18px;}
.homeban .slick-dots li.slick-active button{ background:url(../images/banner_ico1.png) no-repeat center;}
@media(max-width:768px){
.homeban a{ background:none; height:auto;}
.homeban a .mobile{ display: block}
}

/*内页banner*/
.banner{}
.nei_banner{ display: block; height:260px; background-repeat:no-repeat; background-position:center;}
.nei_banner .mobile{ display:none}
@media(max-width:768px){
.nei_banner{ background-image:none !important; height:auto;}
.nei_banner .mobile{ display: block; width:100%;}
}
/*首页内容区*/
.home_contain{ background:#f6f6f7; padding-top:30px; padding-bottom:4%;}
.home_contain .left{ width: 63.4%;}
.home_contain .left .box1{ margin-bottom:40px;}
.home_contain .left .box1 .leftDiv{ overflow:hidden; clear:both;}
.home_contain .box1 .leftDiv .title{ float:left; display:inline-block;line-height:50px; font-size:24px; padding-left:30px; background:url(../images/home_ico1.png) no-repeat left center; color:#12295b;}
.home_contain .box1 .leftDiv .title span{ width:30px; height:50px; display: inline-block; float:left; background:url(../images/xian.png) no-repeat center;}
.home_contain .box1 .leftDiv .leftMenu{ float:right; display:inline-block; margin:0; background:url(../images/bpx1.jpg) no-repeat left center #fff; line-height:50px; padding-left:54px;}
.home_contain .box1 .leftDiv .leftMenu dt{ font-size:14px; color:#999999; float:left; display:inline-block; padding-right:50px; border-bottom:1px solid #e6e6eb; line-height:49px;    cursor: pointer;}
.home_contain .box1 .leftDiv .leftMenu dt.li-active span{ display:block; border-bottom:2px solid #f00; line-height:47px; color:#555555;}
.home_contain .box1 .rightDiv{ overflow:hidden; background:#fff; position: relative}
.home_contain .box1 .rightDiv .tab { width:100%; position:absolute; top:0; left:0; opacity:0; overflow:hidden; z-index:2}
.home_contain .box1 .rightDiv .tab.tab-active{ display:block; opacity:1; position:relative; z-index:9}
.home_contain .box1 .rightDiv .slick-slide{ overflow:hidden;}
.home_contain .box1 .rightDiv .slick-slide .img{ float:left; display:inline-block;width: 51.5%; padding-top: 39.5%; background-position:center; background-repeat:no-repeat; background-size: contain;}
.home_contain .box1 .rightDiv .txt{ padding-top:36px; width:48%; margin-left:0.5%; float: left; display:inline-block;max-width: 270px;}
.home_contain .box1 .rightDiv .txt .title { font-size:14px; color:#555555; line-height:26px;}
.home_contain .box1 .rightDiv .txt .title span{ font-size:48px; color:#12295b; font-weight:bolder; margin-right:10px; float: left; display:inline-block; line-height:52px;}
.home_contain .box1 .rightDiv .txt  .span{ background:url(../images/ico1.png) no-repeat left center; line-height:35px; height:35px; display:block;}
.home_contain .box1 .rightDiv .txt  p{ font-size:14px; color:#555555; line-height:24px; margin-bottom:16%; display:block;}
.home_contain .box1 .rightDiv .txt  .more{ font-size:14px; color:#555555; padding-right:40px; background:url(../images/more2.png) no-repeat right center}
.home_contain .box1 .rightDiv .slick-arrow{ position:absolute; top:50%; margin-top:-30px; width:30px; height:60px;color: transparent; z-index:10; border:0; padding:0}
.home_contain .box1 .rightDiv .slick-prev { background:url(../images/prev.png) no-repeat center #12295b}
.home_contain .box1 .rightDiv .slick-next { right:0; background:url(../images/next.png) no-repeat center #12295b}
.home_contain .box1 .rightDiv .slick-prev.slick-disabled{ background:url(../images/prev2.png) no-repeat center #f6f6f7}
.home_contain .box1 .rightDiv .slick-next.slick-disabled{  background:url(../images/next2.png) no-repeat center #f6f6f7}
.home_contain .box2{ position:relative; display:block;background:#fff; overflow:hidden; clear:both;}
.home_contain .box2 .img{ float:left; display: inline-block;    width: 52.6%;  padding-top: 39.5%; background-repeat:no-repeat; background-position:center; background-size:contain;}
.home_contain .box2 .txt{ margin:0px 3.5%; width:40%; float:left; display:inline-block;}
.home_contain .box2 .txt.right{ float: right; }
.home_contain .box2 .txt .title{ margin-top:5%; line-height:50px; font-size:24px; padding-left:40px; background:url(../images/home_ico3.png) no-repeat left center; color:#12295b;}
.home_contain .box2 .txt .title span{ width:30px; height:50px; display: inline-block; float:left; background:url(../images/xian.png) no-repeat center;}
.home_contain .box2 .txt .p{ font-size:14px; color:#555555; line-height:26px; margin:12px 0px}
.home_contain .box2 .ico{ position:absolute; display:block; bottom:0; right:0; overflow:hidden; width:65%; background:#fff;}
.home_contain .box2 .ico li{ float:left; width:25%; display: inline-block; padding-top:25%; position:relative;}
.home_contain .box2 .ico li a{ display:block; width:80px; text-align:center; position:absolute; transform: translate(-50%, -50%); left:50%; top:50%}
.home_contain .box2 .ico li .imgs{ height:65px; background-repeat:no-repeat; background-position:center;}
.home_contain .box2 .ico li p{ margin:0; color:#555555; font-size:14px; min-height: 40px; }
.home_contain .right{ width:33.4%;}
.home_contain .right .txt{ padding-top:7.5%; padding-left:22px; padding-right:22px; padding-bottom:5%; background:#fff;}
.home_contain .right .txt1{ display: none; }
.home_contain .right .txt .title{ line-height:27px; padding-top:11px; margin-bottom:22px; font-size:24px; padding-left:40px; background:url(../images/home_ico2.png) no-repeat left top; color:#12295b;}
.home_contain .right .txt .title span{ height:27px; width:27px; float:left; display:inline-block; background:url(../images/xian.png) no-repeat center;}
.home_contain .right .txt .p{margin:0;font-size:14px;color:#555555;line-height:26px;padding-bottom:33px; margin-bottom:9px; position:relative; display:block}
.home_contain .right .txt .p a{background:url(../images/more.png) no-repeat center;width:30px;height:15px;display:block;position:absolute; bottom:0; right:0}
.home_contain .right .txt li{ padding-left:32px; margin-top:11px; padding-bottom:40px; background:url(../images/home_ico7.png) no-repeat 0px 15px, url(../images/ico2.png) no-repeat bottom center;}
.home_contain .right .txt li span{ font-size:14px; color:#12295b; line-height:26px; font-weight:bolder;}
.home_contain .right .txt li  p{ margin:0; font-size:14px; color:#555555; display:block; line-height:20px; height:20px; overflow:hidden;}
.home_contain .right .txt li:nth-child(2){ background:url(../images/home_ico8.png) no-repeat 0px 15px, url(../images/ico3.png) no-repeat bottom center;}
@media(min-width:769px){
.home_contain .w1200{ position:relative; padding:0;}
.home_contain .w1200::after{ position:absolute; content:''; z-index:0; width:33.4%; right:0; top:0; height:100%; background:#fff;}
.home_contain .w1200 > div{ position:relative; z-index:3;}
}
@media(max-width:1024px){
.home_contain .box1 .rightDiv .slick-slide .img{    padding-top: 47.5%;}
.home_contain .box2 .img{    padding-top: 44%; background-size:cover}
}
@media(max-width:800px){
.home_contain .left{ width:100%;}
.home_contain .right{ width:100%; margin-top:3%;}
.home_contain .right img{ width:100%;}
}
@media(max-width:640px){
.home_contain .box1 .leftDiv .title{ display:block;}
.home_contain .box1 .leftDiv .leftMenu{ padding-left:0; background:#fff; width:100%; text-align:center}
.home_contain .box1 .leftDiv .leftMenu dt{ padding:0; float:none; padding:0px 5%; margin:0px -3px; display:inline-block;}
.home_contain .box1 .rightDiv .slick-slide .img{ width:100%;    background-size: 64%;}
.home_contain .box1 .rightDiv .txt{ width:96%; max-width: none; padding-top:0; padding:0 2% 2%;}
.home_contain .box1 .rightDiv .txt  p{ margin-bottom:2%;}
.home_contain .box1 .rightDiv .slick-arrow{    top: 20%;}
.home_contain .box2{}
.home_contain .right{ background-color: #f6f6f7; border-bottom:10px solid transparent; }
.home_contain .right .txt .title{ display: none; }
.home_contain .right .txt1{ display: block; }
.home_contain .right .txt1 .title{ display: block; }
.home_contain .box2 .img{ width:100%;}
.home_contain .box2 .txt{ margin:0; width:96%; padding:0px 2%}
.home_contain .box2 .ico{ position:relative; width:100%;}
.home_contain .box2 .txt .title{ margin-top:2%;}
.home_contain .right .txt .title{ margin-bottom:2%;}
.home_contain .right .txt{ padding:4%;}
.home_contain .right .txt .p{ padding-bottom:5%;}
.home_contain .right .txt li{ padding-bottom:24px;}
.home_contain .box1 .leftDiv .leftMenu dt{ line-height:51px;}
.home_contain .box1 .rightDiv .txt  .span{ display:none}
}
@media(max-width:450px){
	.home_contain .box2 .ico li{ padding-top: 35%; }
}

/*Page002162 */
.Page002162 .Pages{ padding:3% 0; text-align:center; line-height:33px;}
.Page002162 .Pages .p_cur,
.Page002162 .Pages .p_count,
.Page002162 .Pages .p_total,
.Page002162 .Pages .p_jump{ display:none;}
.Page002162 .Pages a{border:1px solid #edecec;display:inline-block; vertical-align:middle; padding:0 13px;}
.Page002162 .Pages em{ font-style:normal; overflow:hidden;vertical-align:middle; display:inline-block; border-left:1px solid #edecec;}
.Page002162 .Pages em a{ float:left; margin-left:-1px;}
.Page002162 .Pages a:hover,
.Page002162 .Pages a.a_cur{ background:#002870; color:#fff;}
.Page002162 .Pages a.a_prev,
.Page002162 .Pages a.a_next{ overflow:hidden; height:33px; line-height:1000px; width:33px; padding:0; background:url(../images/prev3.png) no-repeat center center;}
.Page002162 .Pages a.a_next{ background-image:url(../images/next3.png);}
@media(max-width:640px){
.Page002162 .Pages em{ display:none;}
}

/*关于我们*/
.aboutinfo{ min-height:50vh; background:#fff;}
.aboutinfo .bao{ padding:40px;}
.aboutinfo .left{ width: 57.7%;}
.aboutinfo .right{ width: 39%;}
.aboutinfo .txt_right{ float:right; display:inline-block; width:39%;padding-top: 32.5%; position:relative; background:url(../images/about_ico2.png) no-repeat center; background-size:100% 100%;}
.aboutinfo .txt_right span{ position:absolute; top:50%; left:50%;transform: translate(-50%, -50%); width:100%; font-size:14px; color:#555; line-height:24px; }
.aboutinfo .txt_left{width: 57.7%; float:left; display:inline-block;}
.aboutinfo .txt_left p{ font-size:14px; color:#555555; margin:0; line-height:20px; padding-left:60px; margin-top:10px; margin-bottom:10px;}
.aboutinfo .txt_left p span{ font-size:20px; color:#12295b; display:block; line-height:26px;}
.aboutinfo .txt_left p:nth-child(1){ background:url(../images/about_ico3.png) no-repeat left center}
.aboutinfo .txt_left p:nth-child(2){background:url(../images/about_ico4.png) no-repeat left center}
.aboutinfo .txt_left p:nth-child(3){background:url(../images/about_ico5.png) no-repeat left center}
.aboutinfo .txt_left p:nth-child(4){background:url(../images/about_ico6.png) no-repeat left center}
@media(max-width:640px){
.aboutinfo .bao{ padding:10px;}
.aboutinfo .left,.aboutinfo .right,.aboutinfo .txt_left,.aboutinfo .txt_right{ width:100%}
.aboutinfo .txt_right span{    height: 100%; overflow: auto;}
}

/*荣誉*/
.Honorinfo{ min-height:50vh; background:#fff;}
.Honorinfo .bao{ padding:40px; overflow: hidden;}
.Honorinfo ul{ overflow:hidden; margin:0px -10px;}
.Honorinfo li{ width:33.33%; float: left; display:inline-block; text-align:center; margin-bottom:17px;}
.Honorinfo li a{ display:block; margin:0px 10px}
.Honorinfo li a .img{ display:block; width:100%; background:url(../images/about_ico7.jpg) no-repeat center; background-size:100% 100%; padding-top:75%; position:relative;}
.Honorinfo li a .img span{ position:absolute; top:50%; left:0;transform: translateY(-50%); width: 100%; height: 90%;background-repeat:no-repeat; background-position:center;padding: 10px; background-size:45%}
.Honorinfo li a p{ margin:14px 0px; font-size:14px; color:#555555; line-height:24px;}
.HonorTank{ z-index: 999; position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.7); overflow-y: auto; display: none; }
.HonorTank .imgBox{ padding:1%; background: #fff; position: absolute; left: 50%; top: 50%; width: auto; max-width: 95%; height:auto; max-height:95%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); }
.HonorTank .imgBox .exit{ font-family: arial; color:#fff; font-size:40px; position: absolute; top: 0px; right:0; cursor: pointer; background:rgba(0,0,0,.7); padding:0 5px; line-height:1em;}
.HonorTank .imgBox .exit:hover{ color:#ff6d00; }
.HonorTank .imgBox img {display:block;}
@media(max-width:1200px){
	.HonorTank .imgBox .exit {font-size:20px;}
}
@media(max-width:640px){
.Honorinfo .bao{ padding:10px;}
.Honorinfo ul{ margin:0px -5px;}
.Honorinfo li{ width:50%; margin-bottom:0;}
.Honorinfo li a{ margin:0px 5px;}	
}

/*公司新闻*/

.newslist{ min-height:50vh; background:#fff;}
.newslist .bao{ padding:40px; overflow: hidden;}
.newslist li{ margin-bottom:35px; overflow:hidden; clear:both}
.newslist li time{ margin-top:20px; font-size:22px; color:#12295b; line-height:35px; width:10%; float:left ; display:inline-block;}
.newslist li time a{ display:block; width:20px; height:20px; color:#12295b; border:1px solid #12295b; font-family:"宋体"; line-height:20px; text-align:center; font-weight:bolder;}
.newslist li a.img{float:left ; display:inline-block; width:22%;}
.newslist li .txt{    float: right; display:inline-block; width: 64%; border-bottom:1px solid #eceef2;}
.newslist li .txt .title{ display:block; font-weight:bolder; margin-bottom:8px; font-size:14px; color:#12295b; height:18px; overflow:hidden; line-height:18px;}
.newslist li .txt .con{ line-height:24px; font-size:14px; color:#555555; height:48px; overflow:hidden;}
.newslist li .txt .bot{ padding-top:15px; line-height:28px;}
.newslist li .txt .bot span{ padding-left:20px; padding-right:10px; font-size:12px; color:#999999;}
.newslist li .txt .bot span:nth-child(1){ background:url(../images/new_ico1.png) no-repeat left center}
.newslist li .txt .bot span:nth-child(2){ background:url(../images/new_ico2.png) no-repeat left center}
@media(max-width:640px){
.newslist .bao{ padding:10px;}	
.newslist li time{ display:none}
.newslist li a.img{ width:33%;}
.newslist li a.img img{ width:100%;}
}
@media(max-width:480px){
.newslist li a.img{ width:100%}
.newslist li .txt{ width:100%;}
.newslist li .txt .title{ margin-top:8px;}
.newslist li .txt .bot{ padding-top:5px;}
}

/*新闻详情页*/
.newsinfo{ min-height:50vh; background:#fff;}
.newsinfo .bao{ padding:40px; overflow: hidden;}
.newsinfo .title{ font-size:20px; line-height:35px; text-align:center; margin-bottom:2%;color: #12295b; font-weight:bolder;}
.newsinfo .cos{ font-size:14px; text-align:center; margin-bottom:3%;}
.newsinfo .txt{ line-height:26px;}
.newsinfo .bdsharebuttonbox{ margin-left: 15px; clear:none !important; display:inline-block; line-height:20px;}
.newsinfo .bdsharebuttonbox span{ float:left; display:inline-block; font-size:12px;}
.newsinfo .bdsharebuttonbox .bds_more{ display:none !important}
.newsinfo .bdsharebuttonbox  a{ width:20px; height:20px; margin:0; padding:0;}
.newsinfo .bdsharebuttonbox .bds_tsina{/* background:url(../images/footer_ico1.png) no-repeat center #303744; */margin-right:10px}
.newsinfo .bdsharebuttonbox .bds_weixin{ /*background:url(../images/footer_ico2.png) no-repeat center #303744;*/}
@media(max-width:768px){
.newsinfo .bdsharebuttonbox{ text-align:center; display:block; width:100%; margin-left: 0; margin-top:5px;}
.newsinfo .bdsharebuttonbox span{ float:none; display:none}
.newsinfo .bdsharebuttonbox  a{ float:none !important; display: inline-block;}
}
@media(max-width:640px){
.newsinfo .bao{ padding:10px;}		
}
/*联系我们*/
.Contactinfo{ min-height:50vh; background:#fff;}
.Contactinfo .bao{ padding:40px; overflow: hidden;}
.Contactinfo #map{ width:100%; height:340px;}
.Contactinfo .maps{ margin-top:25px;}
.Contactinfo .maps .title{ font-size:18px; color:#12295b; line-height:50px; display:block;}
.Contactinfo .maps ul li{ line-height:26px; font-size:14px; color:#555555; padding-left:30px;}
.Contactinfo .maps ul li span{ color:#000cff;text-decoration:underline}
.Contactinfo .maps ul li:nth-child(1){ background:url(../images/Contact_1.png) no-repeat left center}
.Contactinfo .maps ul li:nth-child(2){ background:url(../images/Contact_2.png) no-repeat left center}
.Contactinfo .maps ul li:nth-child(3){ background:url(../images/Contact_3.png) no-repeat left center}
.Contactinfo .maps ul li:nth-child(4){ background:url(../images/Contact_4.png) no-repeat left center}
.Contactinfo .txs{ background:#f3f4f7; padding:20px; margin-top:40px;}
.Contactinfo .txs p{ margin:0; padding:5px 0px 4px; font-size:14px; color:#555}
.Contactinfo .txs p span{ margin-right:20px;}
.Contactinfo .anchorBL,.Contactinfo .anchorBL{ display: none; }
@media(max-width:640px){
.Contactinfo .bao{ padding:10px}
.Contactinfo .maps,.Contactinfo .txs{ margin-top:10px;}	
}
@media(max-width:480px){
.Contactinfo #map{ height:240px;}
.Contactinfo #map .BMapLabel{ display: inline-block; top: -15px; width:60px; padding:2px 5px!important; height: initial; white-space: inherit!important; }
.Contactinfo .txs p span{ display:block;}
.Contactinfo .txs{ padding:5px;}
}

/*产品列表*/
.prolist{ min-height:50vh; background:#fff;}
.prolist .bao{ padding:40px; overflow: hidden;}
.prolist li{ overflow:hidden; clear:both; margin-bottom:5%;}
.prolist li .img{ float:left; display:inline-block; width:26%; background: #edeef2;}
.prolist li .txt{ float:right; display:inline-block; width:69%;}
.prolist li .txt .title{ font-size:14px; color:#12295b; line-height:22px;}
.prolist li .txt .con{ padding-top:5px; font-size:14px; color:#555555; display:block; line-height:24px;}
.prolist li .txt dl{ margin:0; overflow:hidden; clear:both; margin-top:20px; border-bottom:1px solid #eceef2; padding-bottom:10px;}
.prolist li .txt dl dd{ margin:0; display:inline-block; width:50%; float:left;}
.prolist li .txt dl dd a{ background:url(../images/pro_ico2.png) no-repeat left 9px; line-height:20px; font-size:12px; color:#999999; padding:5px 15px 5px 22px; height:20px; display:block; overflow: hidden; text-overflow: ellipsis; word-break: keep-all; }
.prolist li .txt dl dd a:hover{ color:#000}
@media(max-width:640px){
.prolist .bao{ padding:10px;}
.prolist li .img{ display:none}
.prolist li .txt{ width:100%;}
.prolist li .txt .con{ font-size:12px; line-height:18px;}
.prolist li .txt dl{ margin-top:10px;}
.prolist li .txt dl dd{ display:block; width:auto; }	
.prolist li .txt dl dd a{ height: auto; word-break: break-all; }
}

/*产品详情页*/
.proinfo{ }
.proinfo{ min-height:70vh; background:#fff;}
.proinfo .bao{ padding:40px; overflow: hidden;}
.proinfo .bao .lb_left{ width:48%; float:left; display:inline-block;}
.proinfo .bao .lb_left .slider-for{ border:1px solid #eceef2;}
.proinfo .lb_left  .slider-for .slick-slide p{ margin:0; padding-top:66%;width:100%; background-repeat:no-repeat; background-position: center; background-size:65%}
.proinfo .lb_left .slider-nav{ margin-top:16px;}
.proinfo .lb_left .slider-nav .draggable{ margin:0px 22px;}
.proinfo .lb_left .slider-nav .slick-slide{ }
.proinfo .lb_left .slider-nav .slick-slide.slick-current p{border:2px solid #eceef2;}
.proinfo .lb_left .slider-nav .slick-slide .p{border:2px solid #eceef2; margin:0px 7px}
.proinfo .lb_left .slider-nav .slick-slide p{ margin:0; padding-top:66%; background-repeat:no-repeat; background-position: center; border:2px solid #fff; background-color:#fff; background-size:60%; display:block;}
.proinfo .lb_left .slick-arrow{ position:absolute; top:0; width:22px; height:100%; border:0;    color: transparent;}
.proinfo .lb_left .slick-next { background:url(../images/next4.png) no-repeat center; right:0}
.proinfo .lb_left .slick-prev{ background:url(../images/prev4.png) no-repeat center}

.proinfo .text_right{ float:right; display:inline-block; width:45%}
.proinfo .text_right .title{ line-height:46px; font-size:20px; color:#12295b; margin-top:14%; margin-bottom:2%; }
.proinfo .text_right .cons{ font-size:14px; color:#555555; display:block; line-height:24px;}
.proinfo .text_right .fx{ overflow:hidden; clear:both; margin-top:16%;}
.proinfo .text_right .fx .bdsharebuttonbox{ float:right; text-align:left; display:inline-block;}
.proinfo .text_right .fx .bdsharebuttonbox a{ font-size:14px; color:#12295b; line-height:34px; display:block; padding-right:24px; background:url(../images/pro_ico3.png) no-repeat right center; height:34px;}
.proinfo .text_right .fx a{ margin:0; padding:0;}
.proinfo .text_right .fx a.cpzx{ margin-left:10px; font-size:14px; color:#fff; float: right; display:inline-block; background:url(../images/pro_ico4.png) no-repeat 85% center #12295b; height:34px; line-height:34px;padding-left: 20px; padding-right: 40px; border-radius:5px;}
.proinfo .leftDiv{ padding-top:8%;}
.proinfo .leftMenu{ margin:0; line-height:52px; overflow:hidden; clear:both; background:url(../images/pro_ifon2.png) no-repeat left center #eceef2;}
.proinfo .leftMenu dt{ margin:0; float:left; display:inline-block; width:135px; text-align:center; margin-right: -30px; font-size:14px; color:#12295b; font-weight:bolder;}
.proinfo .leftMenu dt.li-active{ background:url(../images/pro_ifon.png) no-repeat left center; color:#fff;}
.proinfo .leftMenu dt.li-active span{ color:#fff; }
.proinfo .rightDiv{ line-height:26px;}
.proinfo .rightDiv .tab{ padding:40px; border:1px solid #eceef2; position:absolute; top:0; display:none}
.proinfo .rightDiv .tab.tab-active{ position:relative; display:block}
.proinfo .fh{ text-align:center; margin-top:4%}
.proinfo .fh a{ width:80px; line-height:34px; height:35px; color:#fff; background:url(../images/fh.png) no-repeat center; display:inline-block; padding-left:35px}
.tj_pro{ margin-top:4%;}
.tj_pro .title{ font-size:14px; color:#12295b; font-weight:bolder; line-height:40px; display:block; margin-bottom:12px;}
.tj_pro .slider-navs{ margin:0px 22px; }
.tj_pro .slider-navs a{ padding-top:60%; display:block; margin:0px 7px; background-color:#eceef2; background-position:center; background-repeat:no-repeat; background-size:70%;}
.tj_pro .slider-navs a.dot{ font-size: 14px; line-height: 20px; padding:5px 10px; height: auto; display: block; color:#666; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; background: none;  }
.proinfo .tj_pro .slick-arrow{ position:absolute; top:0; width:22px; height:100%; border:0; color: transparent;}
.proinfo .tj_pro .slick-next{ background:url(../images/next4.png) no-repeat right center; right:-22px; cursor: pointer;}
.proinfo .tj_pro .slick-prev{ background:url(../images/prev4.png) no-repeat left center; cursor: pointer; left:-22px;}
#ProTankDiv{ position: fixed; display: none; left: 0; top:0; height: 100%; width: 100%; background:rgba(0,0,0,0.7); z-index: 999; }
#ProTankDiv .border{ position: absolute; left: 50%; top: 50%; width:450px; padding:25px 10px; max-width: 90%; border:5px solid #bbb; background: #fff; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); }
#ProTankDiv .exit{ position: absolute; font-size: 14px; line-height: 20px; color:#999; top: 15px; right: 10px; cursor: pointer; }
#ProTankDiv .exit:hover{ color:#12295b; }
#ProTankDiv .title{ font-size: 18px; line-height: 22px; color:#999; text-align: center; }
#ProTankDiv .word{ font-size: 14px; line-height: 22px; padding:10px 0; color:#999; text-align: center; }
#ProTankDiv .form{ display: block; }
#ProTankDiv .li{ border:1px solid #25407a; margin-bottom:10px; }
#ProTankDiv .tit{ font-size: 14px; line-height: 28px; color:#999; float: left; padding-left: 10px; }
#ProTankDiv .tit span{ color:#f00; }
#ProTankDiv .input{ display: inline-block; padding-left: 10px; float: left; line-height: 28px; height: 28px; font-size: 14px; color:#999; }
#ProTankDiv textarea.input{}
#ProTankDiv .submitBox{ text-align: center; }
#ProTankDiv .submitBox .submit{ display: inline-block; text-align: center; font-size: 14px; line-height: 30px; height: 30px; color:#fff; background: #12295b; width: 110px; border-radius: 5px; cursor: pointer; }
#ProTankDiv .submitBox .submit:hover{ background-color: #25468e; }
@media(max-width:768px){
.proinfo .text_right .title{ margin-top:2%;}
}
@media(max-width:640px){
.proinfo .bao{ padding:10px;}
.proinfo .bao .lb_left,.proinfo .text_right{ width:100%;} 
.proinfo .text_right .fx{ margin-top:3%;}
.proinfo .rightDiv .tab{ padding:10px;}
.proinfo .leftMenu{ line-height:35px; background:#eceef2;}
.proinfo .leftMenu dt{ padding:0px 5px; width:auto; margin:0; font-size:13px;}
.proinfo .leftMenu dt.li-active{ background:#12295b}
}
/*解决方案*/
.solutionlist{ min-height:50vh; background:#fff;}
.solutionlist .bao{ padding:40px; overflow: hidden;}
.solutionlist li{ margin-bottom:6%;}
.solutionlist li a{ display:block; overflow: hidden; clear:both; position:relative;}
.solutionlist li a .img{ width:26%; display:inline-block; float:left; background: #edeef2; }
.solutionlist li a .txt{float: right; width: 69.5%; display:inline-block; position:absolute; top:0; right:0; height:99%;  border-bottom:1px solid #eceef2}
.solutionlist li a .title{ font-size:14px; color:#12295b; line-height:22px; overflow:hidden; text-overflow: ellipsis; word-break: keep-all; height:22px; margin-bottom:13px; font-weight:bolder;}
.solutionlist li a .con{ font-size:14px; color:#555555; display:block; line-height:20px;}
@media(max-width:640px){
.solutionlist .bao{ padding:10px;}
.solutionlist li a .img{ width:100%; display: none;}
.solutionlist li a .img img{ width:100%;}
.solutionlist li a .txt{ position:relative; padding-bottom:10px; width:100%;}
.solutionlist li a .title{ height: auto; word-break: break-word; }
.solutionlist li a .con{ display: none; }
}
/*解决方案详情页*/
.solutioninfo{ min-height:50vh; background:#fff;}
.solutioninfo .bao{ padding:40px; overflow: hidden;}
.solutioninfo .titlle{ font-size:20px; line-height:35px; text-align:center; margin-bottom:2%;color: #12295b; font-weight:bolder;}
.solutioninfo .cos{ font-size:14px; text-align:center; margin-bottom:3%;}
.solutioninfo .bdsharebuttonbox{ margin-left: 15px; clear:none !important; display:inline-block; line-height:20px;}
.solutioninfo .bdsharebuttonbox span{ float:left; display:inline-block; font-size:12px;}
.solutioninfo .bdsharebuttonbox .bds_more{ display:none !important}
.solutioninfo .bdsharebuttonbox  a{ width:20px; height:20px; margin:0; padding:0;}
.solutioninfo .bdsharebuttonbox .bds_tsina{margin-right:10px}
.solutioninfo .bdsharebuttonbox .bds_weixin{}
@media(max-width:768px){
.newsinfo .bdsharebuttonbox{ text-align:center; display:block; width:100%; margin-left: 0; margin-top:5px;}
.solutionlist .bdsharebuttonbox span{ float:none; display:none}
.solutionlist .bdsharebuttonbox  a{ float:none !important; display: inline-block;}
}
@media(max-width:640px){
.solutioninfo .bao{ padding:10px;}	
}
/*搜索*/
.searchlist { min-height:50vh; background:#fff;}
.searchlist .bao{ padding:40px;}
.searchlist .kst{ height:53px; border:1px solid #bed6e0; display:block; border-radius:5px; position:relative; margin-bottom:30px;}
.searchlist .kst .text{ width:100%; display:block; line-height:53px;}
.searchlist .kst .btn{ color:#fff; font-size:18px; line-height:53px; padding-left:40px; background:url(../images/search_ico5.jpg) no-repeat center; width:93px; top:0; right:0; display:block; height:53px; position:absolute;}
.searchlist ul{}
.searchlist ul li{ padding-top:10px; padding-bottom:10px; overflow:hidden; clear:both; line-height:30px; border-bottom:1px dashed #f6f6f6;}
.searchlist ul li span{ display:inline-block; float:left; width:90px; padding-right:6px; background:url(../images/search_ico2.png) no-repeat center; font-size:14px; color:#fff; text-align:center;}
.searchlist ul li a{ float:left; display:inline-block; font-size:14px; color:#555555; padding-left:10px;}
.searchlist ul li time{ float:right; display:inline-block; font-size:12px;} 
@media(max-width:640px){
.searchlist .bao{ padding:10px;}
.searchlist .kst{ height:35px;}
.searchlist .kst .text{ width:-webkit-fill-available; margin-right:106px; line-height:35px; height:35px;}
.searchlist .kst .btn{ height:35px; line-height:35px;    width:76px;background-size: 100% 100%; padding-left:30px}
.searchlist ul li{ position:relative; display:block}
.searchlist ul li a{ display:block; width:100%; overflow:hidden; height:30px;}
.searchlist ul li time{ position:absolute; top:10px; right:0;}
}

/*服务介绍*/
.serviceinfo { min-height:50vh; background:#fff;}
.serviceinfo .bao{ padding:40px;}
.serviceinfo .bao li{ padding-left:86px; padding-bottom:24px; border-bottom:1px dashed #eee; margin-bottom:15px}
.serviceinfo .bao li:nth-child(1){ background:url(../images/service_3.png) no-repeat left top}
.serviceinfo .bao li:nth-child(2){ background:url(../images/service_4.png) no-repeat left top}
.serviceinfo .bao li:nth-child(3){ background:url(../images/service_5.png) no-repeat left top}
.serviceinfo .bao li:nth-child(4){ background:url(../images/service_6.png) no-repeat left top}
.serviceinfo .bao li p{ margin:0; font-size:14px; color:#555555; line-height:24px;}
.serviceinfo .bao li span{ line-height:24px; font-size:16px; color:#12295b; display:block; padding-top:7px;}
.serviceinfo .bao .left{ width:50%;}
.serviceinfo .bao .p{ font-size:16px; color:#555555; text-align:center; margin:0; padding-top:3%; padding-bottom:1%;}
.serviceinfo .bao .span{ background:url(../images/ico1.jpg) no-repeat center; width:100%; display:block; height:9px; margin-bottom:6%;}
@media(max-width:640px){
.serviceinfo .bao{ padding:10px;}	
.serviceinfo .bao .left{ width:100%;}
}

/*资料下载*/
.sdownloadlist { min-height:50vh; background:#fff;}
.sdownloadlist .bao{ padding:40px;}
.sdownloadlist .kuangj{ overflow:hidden; clear:both; margin-bottom:30px;}
.sdownloadlist .kuangj .bans{ float:left; display:inline-block;}
.sdownloadlist .kuangj .bans a{ font-size:16px; color:#555555; line-height:18px; padding-bottom:6px; border-bottom:2px solid #fff; margin-right:25px; display:inline-block;}
.sdownloadlist .kuangj .bans a:hover{ border-bottom: 2px solid #12295b; color:#12295b; font-weight:bold; }
.sdownloadlist .kuangj .bans a.active{border-bottom: 2px solid #12295b; color:#12295b; font-weight:bold; }
.sdownloadlist .kuangj .dows{ float:right; display:inline-block; width:210px; height:30px; border-radius:30px; overflow:hidden; position:relative;}
.sdownloadlist .kuangj .dows .text{ background:#f3f4f7; padding-right:30px; width:-webkit-fill-available; padding-left:10px; height:30px;}
.sdownloadlist .kuangj .btn{ width:30px; height:30px; background:url(../images/dro_ico1.png) no-repeat center; display:block; position: absolute; top:0; right:0;}
.sdownloadlist dl{ margin:0}
.sdownloadlist dt{ margin:0; padding:0; font-size:16px; color:#fff; background:#12295b; line-height:52px;}
.sdownloadlist dt span{display:inline-block;}
.sdownloadlist dt span:nth-child(1){ padding-left:3%; width:62%; }
.sdownloadlist dt span:nth-child(2){ width:20%; text-align:center}
.sdownloadlist dt span:nth-child(3){ width:15%; text-align:center;}
.sdownloadlist dd{ padding:0; margin:0; border-bottom:1px solid #eee; overflow:hidden; clear: both;}
.sdownloadlist dd span{ float:left; display:inline-block; line-height:48px; color:#555;}
.sdownloadlist dd span:nth-child(1){ padding-left:3%; width:62%; background:url(../images/dro_ico3.png) no-repeat 5px center;}
.sdownloadlist dd span:nth-child(2){width:20%; text-align:center; font-size:14px; color:#999999;}
.sdownloadlist dd a{ float:left; display:inline-block; line-height:48px; height:48px; width:15%; background:url(../images/dro_ico2.png) no-repeat center;}
@media(max-width:640px){
.sdownloadlist .kuangj .dows{ display:none;}	
.sdownloadlist .bao{ padding:10px;}
.sdownloadlist dd span:nth-child(1){ font-size:12px; padding-left:7%; width:58%; line-height:35px; height:35px}
.sdownloadlist dd span:nth-child(2){ font-size:12px; overflow:hidden; line-height:35px; height:35px}
.sdownloadlist dd a{ line-height:35px; height:35px;}		
}

.faqlist { min-height:50vh; background:#fff;}
.faqlist .bao{ padding:40px;}
.faqlist .list{}
.faqlist .list .item { border-bottom:1px solid #eceef2; }
.faqlist .list .Q{ margin:0; padding:14px 23px; clear:both; overflow:hidden;font-weight:initial; background:url(../images/jia.png) no-repeat 97% center; position: relative; }
.faqlist .list .Q:after{ display: block; content:""; position: absolute; top:0; right:0; height: 100%; width: 4%; cursor: pointer; }
.faqlist .list .Q em.icon{ width:24px; height:24px; line-height:24px;    font-style: inherit; float:left; display:inline-block; text-align:center; background:#a0a9bd; color:#fff; border-radius:5px; font-size:14px;}
.faqlist .list .Q a{ font-size:14px; color:#555555; line-height:24px; float:left; display:inline-block; padding-left:17px}
.faqlist .list .A{ padding:24px; background:#f7f8f9; border:1px solid #fff; position:relative;}
.faqlist .list .A .icon{width:24px; height:24px; line-height:24px;    font-style: inherit; float:left; display:inline-block; text-align:center; background:#a0a9bd; color:#fff; border-radius:5px; font-size:14px; position:absolute; top:24px; left:24px;}
.faqlist .list .A p{ margin:0; margin-left:40px; font-size:14px; color:#555555;}
.faqlist .list .item.active{ background:#eceef2;}
.faqlist .list .item.active .Q em.icon{ background:#12295b;}
.faqlist .list .item.active .Q{ background:url(../images/jian.png) no-repeat 97% center}
@media(max-width:640px){
.faqlist .bao{ padding:10px;}
.faqlist .list .Q{ padding:14px 14px}	
.faqlist .list .A{ padding:14px;}
.faqlist .list .A .icon{ top:14px; left:14px;}
.faqlist .list .Q a{ width:80px; height:24px; overflow:hidden;}
}
/*在线留言*/
.maillist { min-height:50vh; background:#fff;}
.maillist .bao{ padding:40px 0; max-width:600px; margin:0 auto}
.maillist .bao .h2{ font-size:18px; color:#12295b; line-height:20px; margin:0; display:block; text-align:center; font-weight:inherit; margin-bottom:6%;}
.maillist .bao .list{ line-height:36px; height:36px; border:1px solid #cfe0e9; position:relative; display: block; margin-bottom:10px;}
.maillist .bao .list label{ padding-left:12px; font-size:14px; color:#12295b; float:left; display:inline-block;}
.maillist .bao .list label span{ color:#f00}
.maillist .bao .list input{    width:80%; line-height:36px; height:36px; float:left; display:inline-block;}
.maillist .bao .list textarea{  width:80%; line-height:36px; height:190px; float:left; display:inline-block;}
.maillist .bao .lists{ height:190px;}
.maillist .bao .button{ padding-top:4%; text-align:center}
.maillist .bao .button input{ width:140px; line-height:40px; text-align:center; font-size:18px; color:#fff; background:#12295b; border-radius:5px;cursor: pointer;}
@media(max-width:640px){
.maillist .bao .list input{width: 69%;}	
}

/*404*/
.s404_list{}
.s404_list .bjt{background-image:url(../uploadfiles/img/404_img.jpg); height:392px; background-repeat:no-repeat; background-position:center;}
.s404_list .left{ background:url(../uploadfiles/img/404_img2.jpg) no-repeat right; width:50%; height:214px;}
.s404_list .right{ float:left; display:inline-block; width:50%; padding-top:40px;}
.s404_list .right .titles{ line-height:56px; font-size:36px; color:#65779f; display:block;}
.s404_list .right h3{ font-size:20px; color:#65779f; margin:0; font-weight:inherit; padding-top:14px; margin-bottom:10px;}
.s404_list .right  p{ line-height:26px; color:#999999; display:block; margin:0;}
.s404_list .right  p span{ color:#555}
.s404_list .btons{ text-align:center; margin-top:4%;}
.s404_list .btons a{ width:160px; line-height:38px; color:#fff; background:#65779f; border-radius:20px; display:inline-block;}
@media(max-width:640px){
.s404_list .left{ width:100%;  background:url(../uploadfiles/img/404_img2.jpg) no-repeat center;}	
.s404_list .right{ width:100%;}
}

.contains{ padding:0;}
.dl_list{min-height:70vh; background:#fff; line-height:26px; font-size:14px; padding:4%;}

/*网站地图*/
.ul_sitemap li{}
.BMap_Marker>div img{ max-width:none;}
.ul_sitemap{list-style: none;}
.ul_sitemap li a{ display: inline-block; color: #002870;}
.ul_sitemap li > strong{ display: block;height:35px; line-height: 35px; background-color: #e4edf4; font-size: 17px; font-weight: bold; padding-left: 20px; border:1px solid #dad4cf; border-bottom:0 none; }
.ul_sitemap li span{ display: block; font-size: 15px; font-weight: bold; background-color: #fbfbfa; padding:10px 0; padding-left: 20px; border-left: 1px solid #dad4cf; border-right: 1px solid #dad4cf; border-top: 1px solid #dad4cf; margin:0; }
.ul_sitemap li:last-child > span{ border-bottom:1px solid #dad4cf; }


.ul_sitemap li > dl{ display: block; font-size: 15px; font-weight: bold; background-color: #fbfbfa; padding:10px 0; padding-left: 20px; border-left: 1px solid #dad4cf; border-right: 1px solid #dad4cf; border-top: 1px solid #dad4cf; margin:0; }
.ul_sitemap li > dl dd{ display: inline-block; margin:0; }
.ul_sitemap li > dl a{ display: inline-block; color: #000; padding:5px 10px;}
.ul_sitemap li:last-child > dl{ border-bottom:1px solid #dad4cf; }
.ul_sitemap{}