/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}

body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#686868;
	background-color: #fff;
	min-width: 1200px; /*主要内容区最小尺寸大小，每次制作前更新！！！ */
	overflow-y:scroll; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */
	line-height: 1.2;
	

}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#686868;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	color:#686868;
	cursor: pointer;
}
.hidden{display:none;}
img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}
.clear{clear:both;}

div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}



.bobox{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/
.top_all {
    width: 100%;
    height: 36px;
    overflow: hidden;
    background: none;
    border-top: 2px solid #0757b0;
}
.top_l {
    float: left;
    color: #666;
    font-size: 13px;
    line-height: 36px;
}
.top_r {
    float: right;
}
.top_r ul {
    overflow: hidden;
}
.top_r ul li {
    float: left;
    line-height: 36px;
    color: #cccccc;
    margin-left: 12px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.top_r ul li a {
    font-size: 13px;
    color: #666;
}

#header{
	/*position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	box-shadow: 0 0 13px #000;*/

}

.chenggao{
	height: 159px;
}


.header-top{
	height: 107px;
	background-color: #fff;
}

.logo{
	font-size: 0;
	margin-left: 10px;
	margin-top: 30px;
}

.search{
	margin-left: 120px;
	margin-top: 30px;
	width: 395px;
}
.search-con{
	position: relative;
}
.search-con input[type="text"]{
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border:1px solid #dadada;
	padding-left: 14px;
}
.search-con input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}
.search-guanjianzi{
	line-height: 1;
	margin-top: 12px;
}
.search-guanjianzi span{
	font-size: 14px;
	color:#104eaa;
	font-weight: bold;
}
.search-guanjianzi  a{
	margin:0 12px;
	transition: .3s;
}
.search-guanjianzi  a:hover{
	color:#104eaa;
}
.search-guanjianzi img{
	vertical-align: middle;
	margin-top: -3px;
}

.phone-erwei{
	font-size: 0;
	margin-right: 23px;
	margin-top: 22px;
}

.nav{
	background-color: #0757b0;
	height: 52px;
	line-height: 52px;
}
.nav ul.nav-ul>li{
	float: left;
	width: 132px;
	margin-right: 1px;
}

.nav ul.nav-ul>li>a{
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	transition: .3s;
}

.nav ul.nav-ul>li>a:hover{
	background-color: #f39a00;
}

.nav ul.nav-ul>li.nav-active>a{
	background-color: #f39a00;
}
/**************************************************************/
/*header-over*/



.xuanze-con .filter-cen{line-height: 30px;}

/*main-start*/
/**************************************************************/
.scope{
	text-align: center;
	margin-bottom: 80px;
}
.scope .sptt{
    font-size: 28px;
    color: #065bb5;
    margin: 60px 0;
}
.scope ul{overflow: hidden;}
.scope ul li{
	float:left;
	width:25%;
}
.scope ul li div{
	font-size: 20px;
    margin-bottom: 16px;
}
.scope ul li p{
	line-height: 32px;
	color: #858482;
}
.article-tishi{
	text-align: center;
    margin-top: 16px;
}
@media(min-width:2486px){
#main #slideBox{
	    height: 52rem;
}
}
.slideBox{
	position:relative;
}
.slideBox .bd  ul> li{
	height: 637px;
	background-repeat: no-repeat;
	background-position: center ;
}
.slideBox .bd  ul> li>a{
	display:block;
	height:100%;
}

.flex-control-nav .hd{
	display: block;
	bottom: 38px;
}
.flex-control-nav  .hd li{
	margin:0 14px;
}
.flex-control-nav .flex-direction-nav{
	display: none;
}


.tuijian{
	
	background-color: #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	margin:23px 0 42px;
}
.tuijian h3{
	background-color: #0757b0;
	font-size: 16px;
	color:#fff;
	height: 53px;
	line-height: 53px;
	padding-left: 30px;
}
.tuijian h3 a{
	float: right;
	font-size: 12px;
	color:#fff;
	margin-right: 30px;
}
.tuijian h3 span{
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
}

.tuijian-con li{
	height: 155px;
	border-top: 1px solid #fff
}

.tuijian-con li:first-child{
	border-top: 0;
}

.tuijian-logo{
	float: left;
	width: 188px;
	margin-top: 42px;
	margin-left: 60px;
}

.tuijian-list{
	width: 880px;
	float: right;
	padding-top: 15px;
}

.tuijian-list table{
	width: 100%;
}

.tuijian-list table td{
	width: 25%;
	line-height: 30px;
}

.tuijian-list table td a
{transition: .3s;}
.tuijian-list table td a:hover{
	color:#104eaa;
}


.xinwen{
	background-color: #094e9a;
	height: 570px;
	
}

.xinwen .wp{
	position: relative;
}

.xinwen-wp{
	width: 540px;
	margin-top: 63px;
}

.pinpai{
	width: 306px;
	margin-left: 40px;
	margin-top: 60px;
}

.xinwen-title{
	background-image: url(../images/xinwen-title.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.xinwen-title span{
	display: inline-block;
	font-size: 18px;
	color:#fff;
	padding: 0	14px;
	padding-bottom: 10px;
	cursor:pointer; 
	
}

.xinwen-title span.active{
	border-bottom: 5px solid #f39a00;
}

.xinwen-pic{
	width: 100px;
	font-size: 0;
	margin-right: 16px;
}
.xinwen-list a{
	color:#fff;
}
.xinwen-list{
	display: none;
}
#xinwen-list-1{
	display: block;
}
.xinwen-list li h3{
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	padding: 5px 0 9px;
}

.xinwen-list li h3 a{
	color:#fff;
	transition: .3s;
}

.xinwen-list li h1 a:hover{
	color:#f39a00;
}
.xinwen-list li p{
	font-size: 14px;
	color:#fff;
	line-height: 1.5;
}
.xinwen-list li{
	padding: 15px 0;
}

.pinpai-title{
	font-size: 24px;
	color:#fff;
}

.pinpai-title span{
	font-size: 14px;
	color:#fff;
	margin-left: 10px;
	text-transform: uppercase;
}

.pinpai-list li{
	margin-top: 21px;
}
.pinpai-list li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}

.pinpai-list li  a{
	font-size: 12px;
	color:#fff;
}



.baojia{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	position: absolute;
	right: 0;
	width: 314px;
	height: 604px;
	background-color: #113e70;
	top: -16px;
	padding: 74px 	36px 0;
}
.baojia h4{
	font-size: 24px;
	color:#fff;
}
.baojia h5{
	font-size:14px;
	color:#fff;
	font-weight: bold;
	padding: 10px 0 30px;
}


.baojia p{
	color:#bac1cd;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 
}
.input{
	margin-bottom: 20px;
}
.input span{
	display: inline-block;
	
	height: 30px;
	line-height: 30px;
	width: 63px;
	font-size: 12px;
	color:#fff;
}
.input input[type="text"]{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 30px;
	line-height: 30px;
	border:0;
	background-color: #fff;
	width: 175px;
	padding-left: 5px;
	color:#333;
}

.input select{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 30px;
	line-height: 30px;
	border:0;
	background-color: #fff;
	width: 175px;
	padding-left: 5px;
	color:#333;
}
.input-sub {
	padding-top: 5px;
	margin-bottom: 30px;
}
.input-sub input{
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: #f39a00;
	border:0;
	cursor: pointer;
	font-size: 14px;
	color:#fff;
	border-radius: 3px;
}
.guanggao{
	background-color: #fff;
}
.guanggao li{
	float: left;
	width: 25%;
	padding: 70px 0 66px;
	background-image: url(../images/l-xian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.guanggao li:first-child{
	background-image: none;
}

.guanggao li img{
	margin-left: 43px;
	float: left;
	margin-right: 18px;

}
.guanggao li:first-child img{
	margin-left: 0;
}
.guanggao li div.gg{
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 3px;
	color:#363636;
}
.guanggao li h2{
	font-size: 14px;
	color:#777;
}
/**hzkh_box**/
.hzkh_box{ width:100%; height:256px; padding:60px 0px;}
.hzkh{ width:1180px; height:256px; margin:0 auto;}
.hzkhtitle{width:1180px; height:84px;margin-bottom:20px;}
.hzkhtitle div.ht{ width:1180px; height:84px; margin-bottom:20px;}
.hzkhtitle div.ht a{ font-size:24px; color:#043b9e; font-weight:bold; line-height:54px; text-align:center; display:block;background:url(../images/mcbt.jpg) no-repeat center bottom;}
.hzkhtitle div.ht span{ font-size:16px; color:#999; font-weight:bold; text-align:center; line-height:42px; display:block;}
.gd{ position:relative; width:1180px; height:145px; margin:0 auto;overflow:hidden;}
.gd em{ position:absolute; top:36px;}
.gd .t_l1{ left:0px;}
.gd .t_r1{ right:0px;}
.gd #simgs{ margin:0px 50px;}
.gd li{ float:left; width:201px; padding:0px 8px; text-align:center;}
.gd li img{ display:block; width:199px; height:106px; padding:1px; border:1px solid #d8d8d8;}
.gd li a span{ display:block; height:36px; color:#333; font-size:14px; line-height:36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.gd li:hover span{ color:#043b9e;}
/*pro*/
.pro_all{ width:100%; margin-top:20px; background:#f1f1f1; background:url(../images/pro_bk.jpg) no-repeat center; height:970px;}
.pro{ width:1180px; margin:auto; overflow:hidden; position:relative; padding-top:70px;}
.pro_l{ width:274px; float:left; padding-bottom:20px; margin-top:45px; border:3px solid #1e7ddf;}
.pro_r{ width:880px; float:right;}
.pro_l div.pt{ margin-top:-45px;background:url(../images/pro_bt.png) no-repeat center; width:280px; height:130px; text-align:center; line-height:80px; cursor:pointer;  letter-spacing:2px; margin-left:-3px;}
.pro_l div.pt a{ color:#555; font-size:36px;}
.pro_l ul{ overflow:hidden; padding-bottom:10px; padding-top:10px; margin:auto; }
.pro_l ul .list_f{ background:url(../images/pro_li_1.jpg) no-repeat center;height:42px; line-height:42px; margin-top:8px; margin:auto; width:214px; margin-bottom:10px; }
.pro_l ul .list_f a{ color:#fff; margin-left:30px;}
.pro_l ul .list_f a span{ color:#fff;}
.pro_l ul li{ width:240px; margin:auto; background:url(../images/pro_l_1.jpg) no-repeat center; line-height:42px; cursor:pointer; margin:auto;height:42px; margin-bottom:0px;}
.pro_l ul li a{ color:#555555; font-size:14px; display:block; width:100%; margin-left:45px;}
.pro_l ul li a span{ font-size:18px; margin-left:30px; margin-right:30px;color:#555555;}
.pro_l ul li:hover a{ color:#f94e13;}
.pro_l ul li:hover a span{ color:#f94e13;}
.pro_l ul .list_f:hover a{ color:#fff;}
.pro_l ul .list_f:hover a span{ color:#fff;}
.pro_l div.more1{width:160px;height:32px;line-height:32px;margin:10px auto;border:1px solid;border-radius:18px;text-align:center;}
.pro_l div.more1:hover{background: #0757b0;color:#fff;}
.pro_l div.more1:hover a{color:#fff;}
.pro_call{width:240px;  height:100px; margin-top:0px; overflow:hidden;}
.pro_call_t{ width:56px; height:56px; padding:10px; float:left;}
.pro_call_t img{width:63px; height:68px;}
.pro_call_w{ float:right; margin-right:15px; color:#fff; font-size:18px; margin-top:15px;}
.pro_call_w span{ line-height:40px; color:#fff;}
/*产品图切换*/
.pro_slideTxtBox{ text-align:left; height:830px;  }
.pro_slideTxtBox .hd{ position:relative; }
.pro_slideTxtBox .hd ul{ float:left;  position:absolute; width:835px; left:30px; border-bottom:1px solid #f94e13; padding-bottom:15px;  }
.pro_slideTxtBox .hd ul li{ float:left; margin-right:20px;text-align:center; font-weight:bold;}
.pro_slideTxtBox .hd ul li a{ font-size:16px; color:#666; }
.pro_slideTxtBox .hd ul li.on{ }
.pro_slideTxtBox .hd ul li.on a{ color:#f94e13; font-weight:bold; }
.pro_slideTxtBox .bd ul{ zoom:1; padding-top:30px; margin-left:10px; }
.pro_slideTxtBox .bd ul li{ }
.con{width:270px; height:235px;float: left; margin-left:20px; background:#fff;margin-top:24px;position: relative;cursor: pointer;overflow:hidden;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }
.con:hover{ background:#f94e13;}
.pro_t{ width:270px; height:180px; margin-top:10px; }
.pro_t a img{width:250px; height:180px; display:block; margin:auto;}
.pro_w{ width:270px; height:40px; line-height:40px; overflow:hidden;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }
.pro_w a span{ font-size:14px; color:#333333; margin-left:20px;}
.pro_w a p{ background:url(../images/pro_w_tb1.png) no-repeat center; height:16px; width:16px; float:right; margin-top:12px; margin-right:25px;}
.pro_r ul li:hover .pro_w{}
.pro_r ul li:hover .pro_w a span{ color:#fff;}
.pro_r ul li:hover .pro_w a p{ background:url(../images/pro_w_tb2.png) no-repeat center; height:16px; width:16px;}


.pro_m{ position:absolute;line-height:22px; cursor:pointer; left:1110px; top:76px;}
.pro_m a{ color:#666;}
.pro_m:hover a{ color:#f94e13;}	
.sol-app{overflow:hidden;}
.sol-app .soltt{
	text-align:center;
	background:#0757b0;
	color:#fff;
	font-size:28px;
	padding:60px 0 300px 0;
}
.ggjs{height:346px; width:1180px; margin:0px auto; margin-top:80px; background:url(../images/22.jpg) no-repeat center; overflow:hidden;}
.ikbf{ width:1180px; float:left;}
.ikbf h3{ font-size:24px; font-weight:normal;padding-top: 30px;margin-bottom: 32px;}
.ikbf img{ float:left; width:500px; height:262px; border:1px solid #ccc;}
.yjjz{ float:right; width:650px;}
.yjjz p{ color:#666; line-height:30px; height:150px; overflow:hidden; width:650px; margin-top:18px;}
.yjjz ul{ margin-top: 28px;}
.yjjz ul li{ float:left; width:116px; height:32px; line-height:32px; text-align:center; border:2px solid #f4f4f4;margin-right: 38px;}
.yjjz ul li:hover a{ display:block; color:#fff; background:#0092f7; border:none;}
.ihnd{ width:272px; height:345px; float:right; overflow:hidden;}
.ihnd h3{ font-size:24px; font-weight:normal;padding-top: 30px;margin-bottom: 32px;}
.ihnd ul li{ height:330px; overflow:hidden;}
.ihnd li{ height:345px;}
.ihnd li img{ display:block; width:270px; height:194px; border:1px solid #ccc;}
.ihnd li p{ padding-top:14px; width:270px; text-align:center;}
.sol-app .soltt p,.partners .pttt P,.scope .sptt p{font-size:14px;margin-top:10px;}
.sol-app .soltt p b,.partners .pttt p b,.scope .sptt p b{display:inline-block;width:60px;height:4px;border-top: 2px solid #ffff;}
.sol-app .soltt p span,.partners .pttt p span,.scope .sptt p span{padding: 0 10px;}
.sol-app .wp{margin-top:-220px;background:#f3f3f3;    overflow: hidden;padding: 16px 20px;}
.sol-app ul{}
.sol-app li{float:left;width: 280px;margin-right:26px;padding:20px;box-sizing: border-box;background: #fff;}
.sol-app li:last-child{margin-right:0px;}
.sol-app li img{width:242px;height:150px;transition: all 0.6s;}
.sol-app li:hover img{transform: scale(1.2)}
.sol-app li div{font-size:16px;font-weight:bold;margin: 16px 0;height: 40px;}
.sol-app li span{display:block;border:1px solid #60c7cc;border-radius:27px;text-align: center;padding: 9px 0;width: 66%;font-size: 12px; color: #60c7cc;margin: 30px auto;}
.sol-app li span:hover{color:#fff;background:#0757b0;}
.sol-app li p{line-height: 24px;}
.partners {text-align:center;font-size:28px;color:#065bb5;margin: 60px 0;}
.partners .pttt p span,.scope .sptt p span{color:#858482;}
.partners .pttt p b,.scope .sptt p b{border-top: 2px solid #858482;}
.partners .wp{overflow:hidden;margin-top: 44px;}
.partners .wp li{float:left;margin-right: 10px;}
.partners .wp li img{width:140px;height:140px;transition: all 0.6s;}
/*.partners .wp li:last-child{margin-right:0px;}*/
.partners .wp li:hover img{transform: scale(1.2)}
.xw{text-align:center;background: #eee;padding-top: 40px;}
.xw .xwtt{text-align: left;font-size: 22px;font-weight: bold;background: #fff;padding: 26px 30px;box-sizing: border-box;border-bottom: 2px solid #eee;}
.xw .xwtt a{float:right;font-size:14px;font-weight:inherit;}
.xw .ct{background: #fff;overflow: hidden;padding:20px 40px;box-sizing: border-box;}
.xw .ct .ctt{    float: left;    width: 360px;text-align: left;margin-right: 20px;}
.xw .ct .ctt:last-child{margin-right: 0;}
.xw .ct .ctt dt{font-size:16px;margin-bottom: 12px;border-bottom: 1px solid #999;padding-bottom: 8px;}
.xw .ct .ctt dd{font-size:14px;margin-bottom: 6px;line-height: 28px;overflow: hidden;height: 28px;}
.xw .ct .ctt dl span{float:right;}
.xw a:hover{color:#003c7e;}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}
.footer-bottom{
	background-color: #003c7e;
	padding: 42px 0;
}
.footer-left{
	width: 377px;
	height: 133px;
	border-right:1px solid #fff 
}

.footer-left img{
	float: left;
	margin-left: 44px;
	margin-right: 29px;
}
.footer-left  p{
	padding-top: 23px;
	font-size: 12px;
	color:#dae2ea;

}
.footer-right{
	width: 700px;
	margin-left: 55px;
	font-size: 12px;
	color:#dae2ea;
	line-height: 2.5;
}
.footer-right a{
	color:#dae2ea;
}
.footer-right span{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.footer-right span .bshare-custom{
	display: inline;
}
/**************************************************************/
/*footer-over*/









/*chanpin*/


.body-2{
	background-color: #eeeeee;
}

.mianbaoxie{
	margin-top: 8px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#353535;
}

.mianbaoxie a{
color:#353535;
margin-right: 12px;
}

.mianbaoxie a:hover{
	color:#104eaa;
}
.mianbaoxie span{
	margin-left: 12px;
color:#353535;
}

.erji{
	padding: 0 5px;
	margin-bottom: 25px;
}

.menu{
	width: 260px;
}

.erji-con{
	width: 908px;
}
.erji-con-1{
	width: 1200px;
}
.erji-con-1 .chanpin-s{
    margin-bottom: 60px;
}
.menu-list-2{
	margin-top: 21px;
}
.erji-con-1 .chanpin-s-pic{
	    width: 420px;
}
.erji-con-1 .chanpin-s-con{
	width: 672px;
}
.menu-list>.h2{
	font-size: 16px;
	color:#fff;
	background-color: #0757b0;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.erji-con-1 .erji-chanpin-s h1{
	    font-size: 20px;
		margin-bottom:20px;
}
.erji-con-1 .erji-chanpin-s .chanpin-s-con ul li{
	    line-height: 36px;
    font-size: 16px;
}
.menu-list-ul li{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding: 0 10px;
	position: relative;
}


.menu-list-ul li:hover .downla-2{
	display: block;
}


.menu-list-ul li:hover{
	background-color: #5189c8;;
}

.menu-list-ul li:hover>a{
	border-color:#5189c8;
	color:#fff;
}
.menu dl dt{
	display: inline-block;
    width: 98%;
    background: #f1f1f1;
    text-align: center;
	    margin-bottom: 10px;
    border-radius: 20px;
    height: 26px;
    line-height: 26px;
}
.menu dl dt:hover{
	background: #0757b0;
}
.menu dl dt:hover a{
	color: #fff;
}
.menu dl dt a{
   color: #1a1a1a;
}
.menu .likeat{
    padding: 14px;
	background: #fff;
    margin: 10px 0;
    box-shadow: 0 1px 3px rgb(26 26 26 / 20%);
}
.menu .tit{font-size:18px;border-bottom:1px solid #eee;padding-bottom:.5em;margin-top:-.5em;position:relative;margin: 16px 0;}
.menu .tit:after{content:"";background-color:#0084ff;left:1px;width:34px;height:2px;bottom:-1px;position:absolute;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.menu .likeat:hover .tit::after{width:70px}
.menu .likeat li{margin-bottom: 4px;overflow: hidden;}
.menu .likeat li a{display: inline-block;width: 192px;font-size: 14px;line-height: 20px;}
.menu .likeat-1 li a{width: 106px;margin: 12px;}
.menu .likeat-1 li img{display: inline-block;width: 100px;float: left;}
.menu .likeat li b{width: 6px;height: 6px;background: #0084ff;text-align: center;margin-right: 8px;color: #fff;float: left;border-radius: 6px;margin-top: 8px;}
.downla-2{
	display: none;
	position: absolute;
	z-index: 2500;
	width: 185px;
	top:0;
	right: -185px;
	background-image: url(../images/landi.png);
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 12px 10px;
}
.downla-2 dd{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.downla-2 dd a{
	display: block;
	font-size: 16px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 20px;
	color:#fff;
	transition: .3s;

}

.downla-2 dd a:hover{
		color:#104eaa;
}
.menu-list-ul li>a{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	display: block;
	height: 40px;
	font-size: 16px;
	color:#363636;
	border-bottom:1px solid #f6f6f6; 
	background-image: url(../images/menu-li.png);
	background-repeat: no-repeat;
	background-position: 220px center;
	padding-left: 17px;
}


.menu-list-ul li:hover>a{
	background-image: url(../images/menu-li-h.png);
}

.menu-list-2 .menu-list-ul li:hover>a{
	background-image: url(../images/menu-li-h-22.png);
}


.menu-list-ul li.active{
	display: none;
}
.menu-list-ul li.active-no{
	display: block;
}


.zhankai{
	background-color: #fff;
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	text-align: right;

}

.zhankai span{
	font-size: 14px;
	color:#363636;
	cursor: pointer;
}


.xuanze{
	background-color: #fff;
	padding: 11px 25px 30px 29px;
}
.xuanze li{
	position: relative;
}

.more{
	position: absolute;
	width: 42px;
	right: 0;
	top: 16px;
	font-size: 14px;
	color:#000;
	cursor: pointer;
}

.more img{
	vertical-align: middle;
	margin-top: -3px;
}


.pinpai-more{
	display: none;
}

.pinpai-more a{

	margin-top: 15px;
}






.xuanze li span{
	width: 52px;
	font-size: 14px;
	color:#adadad;
}

.xuanze li a{
	font-size: 14px;
	color:#353535;
	text-transform: uppercase;
	display: inline-block;
	font-weight:bold;
	float: left;
	width: 24%;
	margin-bottom: 8px;
}
.xuanze li a b{
	color: #0757b0;
	display: inherit;
} 
.xuanze li {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	padding: 16px 0;
	border-bottom: 1px dashed  #dedede;
}


.xuanze-con{
	width: 778px;
	 color:#adadad;
	 position:relative;
}
.xuanze>ul{
	height: 202px; 
    overflow: hidden;
}
.xuanze>ul.hover{
	height: 544px; 
}
.xuanze-con>span.more{
	position:absolute;
	top:6px;
	right:0;
	color:#0757b0;
	font-size:16px;
	font-weight: bold;
}
.xuanze li.qita .xuanze-con{
	line-height: 49px;
}
.xuanze li.qita{
	padding: 0;
	height: 50px;
	line-height: 50px;
}
.xuanze li.qita span{
	line-height: 49px;
}


.xuanze-con select{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 105px;
	height: 29px;
	line-height: 29px;
	margin-left: 5px;
	 color:#adadad;
	 padding-left: 8px;
	 appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
background-image: url(../images/menu-li-h-2.png);
background-repeat: no-repeat;
background-position: 90% center;
border:1px solid #adadad;

}

.xuanze-con i{
	margin-right: 42px;
}


.xuanze-con em{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	display: inline-block;
	width: 65px;
	height: 29px;
	line-height: 29px;
	background-image: url(../images/qian.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	text-align: right;
	padding-right: 3px;
}

.xuanze-con em input{
	width: 44px;
	height: 22px;
	line-height: 22px;
	border:0;
}

.xuanze-con b{
	color:#353535;
	padding: 0	3px;
}

.xuanze-con input[type="checkbox"]{
	vertical-align: middle;
	margin:0 4px 0 18px;
	margin-top: -3px;
}
.xuanze-con input[type="submit"]{
	width: 64px;
	height: 29px;
	line-height: 29px;
	border:0;
	background-color: #f39a00;
	font-size: 14px;
	color:#fff;
	border-radius: 3px;
	margin-left: 20px;
	cursor: pointer;
}

.xuanze-con input[type="button"]{
	width: 64px;
	height: 29px;
	line-height: 29px;
	border:0;
	background-color: #f39a00;
	font-size: 14px;
	color:#fff;
	border-radius: 3px;
	margin-left: 20px;
	cursor: pointer;
}

.erji-con-nn{
	background-color: #fff;
	margin-top:17px;
	padding: 25px;
}

.title-2{
	background-image: url(../images/title-2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.title-2 .h2{
	display: inline-block;
	font-size: 18px;
	color:#0757b0;
	padding: 0	10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #0757b0;

}
.title-2 div.h1{
	display: inline-block;
    font-size: 18px;
    color: #0757b0;
    padding: 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0757b0;
}




.jieguo-list li{
	float: left;
	width: 276px;
	margin:33px 15px 0 0;
	text-align: center;
}
.jieguo-list li:nth-child(3n){
	margin-right:0;
}
.jieguo-list li h3{
	font-size: 16px;
	font-weight: bold;
	color:#0757b0;
	margin-top: 15px;
	height: 26px;
}
.jieguo-list li h4{
	font-size: 14px;
	margin-top: 10px;
	color:#ababab;
}
.jieguo-list li p{
	font-size: 16px;
	height: 2px;
	margin-top: 10px;
	color:#353535;
}

.jieguo-list li p span{
	

	
	color:#f39a00;
}

.jieguo-pic{
	border:5px solid #d9d9d9;
	overflow: hidden;
}

.jieguo-pic img{
	display: block;
	transition: .3s;
	height: 13rem;
}
.jieguo-list-2 .jieguo-pic img{
	height:176px;
}

.jieguo-pic:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);	
}


.bt-page {
    text-align: center;
  
    margin: 58px auto;
    /* padding-left: 45px; */
}


.bt-page * {
    display: inline-block;
    margin-left: 2px;
}

.bt-page div {
    width: 48px;
    height: 46px;
  	line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;

    color: #000;
    font-size: 14px;
      border-radius: 5px;
}
.bt-page div:hover{
	 background-color: #cccccc;
    color: #fff;
}
.ccc {
    width: 48px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}

span.ccc-active {
    background-color: #0757b0;
    color: #fff;
}

.ccc:hover {
    background-color: #0757b0;
    color: #fff;
}


/*chanpin-s*/


.erji-chanpin-s{
	background-color: #fff;
	padding: 52px 35px;
}


.chanpin-s-pic{
	float: left;

}
.chanpin-s-con{
	float: left;
	width: 467px;
	margin-left: 28px;
}

.chanpin-s-pic{
	    border: 5px solid #d9d9d9;
    overflow: hidden;
    width: 478px;
    
}
.chanpin-s-pic img{
	width: 450px!important;
	transition: .3s;
	display: block;
}
.chanpin-s-con div.dt{
	line-height: 22px;
	margin: 10px 0;
}

.chanpin-s-pic:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);	
}


.erji-chanpin-s h1{
	color:#353535;
	font-weight: bold;
	padding: 5px 0;
}

.erji-chanpin-s h2{
	font-size: 14px;
	color:#353535;
	padding-top: 17px;
	word-wrap: break-word;
}

.erji-chanpin-s h2 i{
	/*text-decoration:line-through*/
	    font-size: 16px;
    color: red;

}
.erji-chanpin-s h2 b{
	font-weight: normal;
}

/*.erji-chanpin-s h2 span{
	color:#adadad;
}*/
.erji-chanpin-s p{
	margin-top: 10px;
	line-height: 2;
	font-size: 16px;
	color:#353535;
}
.cuxiao{
	height: 51px;
	line-height: 51px;
	border-top: 1px dotted #adadad;
	margin-top: 10px;
	border-bottom: 1px dotted #adadad;
	font-size: 18px;
	color:#f39a00;
}

.cuxiao i{
	font-size: 30px;
	color:#f39a00;
}
.cuxiao span{
	font-size: 14px;
	color:#adadad;
}
.chanpin-mai{
	font-size: 14px;
	color:#353535;
	margin:20px 0;
}
.chanpin-mai a{
	display: inline-block;
	background-image: url(../images/mai.png);
	width: 143px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color:#fff;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 42px;
            margin-right: 35px;

}

.chanpin-mai a#price{
	background-image: initial;
	background-color:#0757b0;
	padding: 0;
    text-align: center;
    border-radius: 22px;
}
.chanpin-xx-list li{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	float: left;
	width: 92px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	cursor: pointer;
	
	background-repeat: no-repeat;
	background-position: center top;

}
.chanpin-xx-list li.active{
	border-color:  #e2e2e2;
	background-image: url(../images/xx-list.png);
}

.chanpin-xx-list li i{
	display: block;
	background-image: url(../images/xx-list-2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.chanpin-xx-list li:first-child i{
	background-image: none;
}
.chanpin-xx-list li.active i{
	background-image: none;
}
.chanpin-xx-list li.active+li i{
	background-image: none;
}
.chanpin-xx-list li:first-child{
	border-left: 0;
}
.chanpin-xx-list{
	border:1px solid #e2e2e2;
}


.about{
	display: none;
	padding: 20px 0;
	font-size: 14px;
	color:#353535;
	line-height: 1.8;
}

#about-1{
	display: block;
	overflow: hidden;
}
#about-1 h3{
	font-size:18px;
    color: #0757b0;
    margin: 15px 0;
	font-weight:bold;
}
#about-1 table td,#about-1 table th{
	text-align:center !important;
}
#about-1 table{
	max-width: 100%;
	border-collapse: collapse;
	width:auto;
}
#about-1 table p{
	width: auto !important;
}
/*news*/

.menu-nav div{
	height: 44px;
	line-height: 44px;
	color:#fff;
	font-size: 14px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: 16px center;
}
.menu-nav .h2{
	height: 44px;
	line-height: 44px;
	color:#fff;
	font-size: 14px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: 16px center;
}
.menu-nav-1 div.h1{
	background-color: #0757b0;
	background-image: url(../images/menu-li-h.png);
}
.menu-nav-1 .h2{
	background-color: #0757b0;
	background-image: url(../images/menu-li-h.png);
}

.menu-nav-2 .h1{
	background-color: #3483dc;
	margin-top: 20px;
	background-image: url(../images/zuanshi.png);
}

.menu-nav {
	 background-color: #fff;
	 padding-bottom: 10px;
}
.menu-nav li {
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
}


.menu-nav li>a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 44px;
    font-size: 14px;
    color: #363636;
    border-bottom: 1px solid #f6f6f6;
   	background-repeat: no-repeat;
   	background-position: 15px center;
    padding-left: 26px;
}




.menu-nav-1 li:hover a{
	background-image: url(../images/lanjiao.png);
}




.menu-nav-1 li.menu-nav-active a{
 background-image: url(../images/lanjiao.png);
}

.menu-nav-2 li:hover {
	background-color: #5189c8;
}

.menu-nav-2 li:hover a{
	border-color: #5189c8;
	color:#fff;
}
.article-con{
	padding:20px;
	font-size:16px;
	line-height:36px;
}
.article-con p a{
	font-weight: bold;
	color: #0757b0;
}
/*.article-con h3{
	text-indent: 2rem;
}*/
.article-con img{
	margin:6px 0;
}
.news{
	    background-color: #fff;
   
    padding: 25px;
}
.news h1{font-size: 20px;}
.news-list li{
	padding: 36px 0;
	border-bottom: 1px solid #f6f6f6;
}

.news-list li:hover .data{
	background-color: #f39a00;
}
.news-list li:hover .data p{
	border-color: #fff;
}

.data{
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 81px;
	height: 80px;
	border-radius: 5px;
	background-color: #0757b0;
	transition: .3s;
	padding: 0 12px ;
	text-align: center;
	font-family: 'Georgia';
	color:#fff;
	margin-left: 11px;
}

.data .h1{
	font-size: 40px;
	line-height: 1;
	margin-top: 4px;

}
.data p{
	font-size: 14px;
	margin-top: 5px;
	padding-top: 0px;
	border-top: 1px solid #83abd8;
}


.news-con{
	width: 744px;
	margin-left: 21px;
}
.news-con .h1{
	font-size: 18px;
	color:#0757b0;
	padding: 3px 0 8px;
}

.news-con .h1 a{
	color:#0757b0;
}
.news-con p{
	line-height: 1.7;
	font-size: 14px;
	color:#7e7e7e;
}



/*tupian*/


.container-fluid {
 margin-top: 20px;
  }
.box {
  margin-bottom: 20px;
  float: left;
  width: 300px;

   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border:1px solid #d0d0d0;
  box-shadow: 0 4px 6px -2px #ccc;
  }
  .box img {
  max-width: 100%;
  display:block;
}
.box-pic{
	padding: 15px;
}
 .box h1{
 	border-top:1px solid #d0d0d0;
 	font-size: 14px;
 	color:#353535;
 	height: 41px;
 	line-height: 41px;
 	background-color: #fafafa;
 	padding-left: 15px;
 	background-image: url(../images/pu.jpg);
 	background-repeat: no-repeat;
 	background-position: 93% center;
 }









/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

@media only screen and (max-width: 1200px){
	#header{
		position: relative;
		
	}

	.chenggao{
		display: none;
	}
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.m-page{text-align: center;padding: 37px 0 27px ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
	display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #999;

}
.m-page ul li a.selected{
	border: none;
	color:#003c7e
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #008ac8;color:#fff;background-color: #008ac8;}









/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/


/*2018-1-29*/


.youqingl{
	background-color: #eeeeee;
	
}


.youqingl-list-wp{
	position: relative;
	padding-left: 85px;
}
.youqingl-span{
	position: absolute;
	left: 0;
	top:0;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color:#363636;
	width: 85px;
}

.youqingl-list{
	overflow: hidden;
	height: 80px;
	overflow: hidden;
}

.youqingl-list *,.youqingl-list {
	    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.youqingl-list ul{
	font-size: 0;
	line-height: normal;
	white-space: nowrap;
}
.youqingl-list li{

	display:inline-block; 
	height: 80px;
	padding-left: 40px;
	line-height: 80px;
	
}

.youqingl-list li a{
	font-size: 16px;
	color:#363636;
	
	
}

.youqingl-list li a:hover{
	color:#003c7e;
}
.likearticle p{font-size: 20px; border-bottom: 2px solid #000;margin-bottom: 10px;}
.likearticle ul li{display: inline-block;width:49%;line-height: 34px;}
.likearticle dl dd{display: inline-block;width: 24%;text-align:center;}
.divTagTit {
    font-size: 20px;
    line-height: 35px;
    overflow: hidden;
	margin-top: 30px;
}
.wxqyLink ul li {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    width: 145px;
    height: 50px;
}
.wxqyLink ul li a {
    background: #e3e3e3;
    box-shadow: 0px 0px 5px white;
    border-radius: 5px;
    display: block;
    width: 135px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.ultag li {
    float: left;
    width: 580px;
    padding: 15px 0px 0px 0px;
}
.ultag li .tagDivList {
    border: 1px solid #f5f5f5;
    padding: 20px;
    overflow: hidden;
    width: 548px;
    height: 140px;
}
.leftK {
    width: 170px;
    height: 120px;
    background: #f6f6f6;
    overflow: hidden;
    padding: 10px;
}
.leftK div {
    width: 170px;
    height: 120px;
    display: block;
    overflow: hidden;
}
.leftK div img {
    width: 170px;
}
.rightK {
    width: 350px;
    overflow: hidden;
}
.spde li{
	width: 590px;
	margin-right:20px;
}
.spde li:nth-child(2n){
	margin-right:0;
}
.spde li .tagDivList{
    width: 590px;
	border:none;
	padding:0;
	background: #f6f6f6;
}
.spde .rightK{
	width: 386px;
}
.ultag li .tagDivList strong {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
}
.ultag li .tagDivList p {
    display: block;
    color: #999999;
    padding: 0px 10px 10px 0px;
    overflow: hidden;
    margin: 0px;
    line-height: 20px;
    font-size: 12px;
}
.divL .left a {
    background: #0757b0;
    color: white;
    padding: 4px 4px 4px 4px;
}
.ultag .left{
	float:left;
}
.ultag .right{
	float:right;
}
.news-con>a{
	    background: #0757b0;
    color: white;
    padding: 4px 4px 4px 4px;
}
.newty ul li a{
	background: #0757b0;
	color: #fff;
}
.likearticle{
font-size: 14px;

}
.slideBox .bd  ul> li img{
	width:100%;
	height:auto;
}
@media screen and (max-width:1680px) {
	.slideBox .bd  ul> li{
		height: 560px;
	}
}
@media screen and (max-width:1600px) {
	.slideBox .bd  ul> li{
		height: 538px;
	}
}
@media screen and (max-width:1440px) {
	.slideBox .bd  ul> li{
		height: 484px;
	}
}
@media screen and (max-width:1366px) {
	.slideBox .bd  ul> li{
		height: 458px;
	}
}
@media screen and (max-width:1280px) {
	.slideBox .bd  ul> li{
		height: 428px;
	}
}
@media screen and (max-width:1024px) {
	.slideBox .bd  ul> li{
		height: 406px;
	}
}
.wp .m-t5{
height: 45px;
    overflow: hidden;
    padding: 0 18px 0 16px;
	border-bottom: 2px solid #0757b0;
}
.m-t5 h3 {
    float: left;
    line-height: 45px;
    color: #000;
    font-weight: 400;
}
.m-t5 .more1 {
    float: right;
    padding-right: 23px;
    line-height: 45px;
    color: #000;

}
.m-list7 {
    overflow: hidden;
    margin: 24px -10px 0;
}
.m-list7 li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.m-list7-1 li {
    width: 20%;
}
.m-list7 .con1 {
    display: block;
    margin: 0 10px;
    padding: 11px 10px;
    border: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
	background: #fff;
}
.m-list7 .pic {
    height: 160px;
    line-height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
	text-align: center;
}
.m-list7 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
	height: 100%;
    width: 92%;
}
.m-list7-1 .con1 .pic img{
	height:auto;
}
.m-list7 h4 {
    font-size:15px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
	text-align: center;
	height: 52px;
	line-height: 24px;
}
.m-list7 p {
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
}
.m-list7 .nee{
	font-size: 15px;
    text-align: left;
    margin: 10px 0 0 0;
}
.m-list7 .vee{
	font-size: 15px;
    text-align: left;
    display: block;
}

.con1:hover{
	background: #0757b0;
}
.con1:hover h4,.con1:hover p,.con1:hover .nee,.con1:hover .vee{
	color:#fff;
}
.wp .col-l-1{
	width: 220px;
	float: left;
}
.wp .brand{
	padding: 30px 0 10px 0;  
}
.wp .brand b{
	display: block;
    margin-bottom: 10px;
	font-size: 20px;
    color: #0757b0;
} 
.wp .brand li{
	display: inline-block;
    margin: 0 0 10px 10px;
	width: 186px;
}
.col-l-1 .m-brand1 {
    border: 1px solid #d6d6d6;
    padding: 10px 17px 10px;
}
.col-l-1 .m-brand2 {
    min-height: 382px;
}
.col-l-1 .m-brand1 .pic {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
.col-l-1 .m-brand1 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.col-l-1 .m-brand1 .tit {
    padding: 10px 10px;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #0055a2;
    background-color: #e0e4e7;
    text-align: center;
    font-weight: 400;
    margin-bottom: 6px;
}
.col-l-1 .m-brand1 .desc {
    font-size: 14px;
	line-height: 26px;
    margin: 26px 0px;
}
.wp .col-r-1 {
    width: 955px;
	float: right;
}
.ctfrom{
	width: 380px;
    position: absolute;
    top: 21px;
    right: 0;
}
.ctfrom h4{
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 20px;
}
.ctfrom span{
	color:red;
}
.ctfrom input{
	display: inline-block;
    width: 90%;
    height: 46px;
    margin-bottom: 12px;
    border: 1px solid #999;
    padding: 0 20px;
    box-sizing: border-box;
	margin-right: 6px;
}
.article-con1{
	position:relative;
}
.aboutsc a{font-size: 16px !important;}
.recruitment-tt{font-size: 28px;text-align: center;margin: 60px 0 80px 0;position:relative;}
.recruitment-tt::before,.recruitment-tt::after{
	content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 70px;
	background-color: rgba(0,0,0,.4);
}
.recruitment-tt::before{left:37%;}
.recruitment-tt::after{right:37%;}
.recruitment{overflow:hidden;}
.recruitment dt:first-child{float:left;width:100%;background:url(../images/rt1.png);padding: 20px;box-sizing: border-box;color: #fff;}
.recruitment dt:last-child{float:right;width:100%;background:url(../images/rt2.png);padding: 20px;box-sizing: border-box;color: #fff;}
.recruitment dt:first-child div{font-size: 22px;margin-bottom: 10px;    font-weight: bold;}
.recruitment dt:first-child p{font-size: 20px;line-height: 34px;}
.recruitment dt:last-child div{margin: 2px 0 4px 0;font-size: 22px;font-weight: bold;}
.recruitment dt:last-child p{margin-bottom: 12px;font-size: 20px;}
.Job{margin-top: 60px;}
.Job .Job-tt{border-bottom: 2px solid #c8c8c8;padding-bottom: 18px;}
.Job .Job-tt b,.Job ul b{width:14%;display: inline-block;text-align: left;}
.Job .Job-tt b:first-child,.Job ul b:first-child{width:26%;}
.Job .Job-tt b:last-child,.Job ul b:nth-child(5){width:30%;text-align: center;}
.Job ul li{border-bottom: 1px solid #c8c8c8;padding-bottom: 22px;}
.Job ul b{padding: 20px 0;font-weight:normal;}
.Job ul b:nth-child(5){background:#acacac;color:#fff;width: 118px;height: 2px;line-height: 2px;margin: 0 auto;margin-left: 108px;cursor: pointer;s}
.Job ul b:nth-child(5) i{background:url(../images/more.png) no-repeat;display:inline-block;    width: 10px;height: 9px;margin-left: 10px;}
.Job ul li div{border-top: 1px solid #c8c8c8;padding-top:40px;display:none;}
.Job ul li.hover b:nth-child(5){background:#003c7e;}
.Job ul li.hover b:nth-child(5) i{background:url(../images/down.png) no-repeat;}
.Job ul li:first-child div{display:block;}
.brand li.active{
	background:#0757b0;
}
.brand li:hover{
	background:#0757b0;
}
.news-list-title h1{margin: 22px 0;color:#0757b0;font-weight: bold;font-size: 18px;}
.news-list-title p{ line-height: 25px;font-size: 16px;margin-bottom: 30px;}

#technical{border: 1px solid #0757b0;margin: 20px 0;}
#technical>p{font-size: 20px;margin: 0 0 20px 0;font-weight: bold; color: #fff;background: #0757b0;padding-left: 20px;}
#technical form{padding: 22px;}
#technical form textarea{box-sizing: border-box;width: 100%;min-height: 240px;border-radius: 4px;border-color: #ccc;box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);padding: 6px 10px;}
#technical form .eyou_form_attr{padding:0}
#technical form .eyou_form_attr .eyou_form_btn{width: 100%;margin-left: 0;    background: #f39a00;border: solid 1px #f39a00;}
#technical form .radio{margin: 10px 0;}
#technical form .radio label{width:20%;display: inline-block;}
#technical form .fphone{margin: 20px 0;}
#technical form .fphone input{width:47%;margin-right:4px;display: inline-block;border-radius: 4px;border-color: #ccc;box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);padding-left: 10px;height: 36px;}
.nav-ul .sub2{max-width: 1400px;
    width: 100%;
    top: 197px;
    background: #fff;
    position: fixed;
    border: solid 1px #ededed;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 10px 1px #e2e2e2;
    padding: 46px 30px;
    overflow: hidden;
    text-align: left;
	left: 50%;
	    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	z-index:9999;
	display:none;
	height: 535px; 
	padding-top: 46px; 
	margin-top: 0px; 
	padding-bottom: 46px; 
	margin-bottom: 0px; 
	overflow: hidden;
}
.nav-ul .sub2 li{float:left;width:20%;}
.nav ul.nav-ul>li:hover .sub2{
	display:block;
}
.nav ul.nav-ul>li a{
	font-size:14px;
	position: relative;
}
#header{
	position: fixed;
	top:38px;
	width:100%;
	z-index: 99999;
}
.top_all{
	position: fixed;
	top:0;
	background-color: #eeeeee;
	    width: 100%;
		z-index: 99999;
}
#main{
	margin-top: 197px;
}
.nav ul.nav-ul>li:hover>a::before{
	width: 100%;
    height: 2px;
    background:#0757b0;
    left: 0;
    z-index: 2;
	content: " ";
    position: absolute;
    bottom: 0;
}
.nav ul.nav-ul>li:hover>a::after {
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #0757b0;
    border-width: 6px;
    margin-left: -6px;
	content: " ";
    position: absolute;
    bottom: 0;
}
.erji-con-112{
	width: 1192px;
}
.chanpin-s-x{margin-bottom:50px;}
.chanpin-s-x p{font-size:14px;word-wrap: break-word;}
.chanpin-mai-s{margin: 60px 0 0 0;}
.chanpin-s-con .price{color:red;}
.chanpin-s-con .lx{font-size:16px;}
.chanpin-s-x .chanpin-s-con{width:600px;}