@charset "utf-8";
/* CSS Document */
/*CSS reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
a{ text-decoration:none!important; color:#6c6c6c;}
a:hover{ color:#0e4ca0; }
table { width:100%!important;max-width:100%!important;}=
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 

body{ margin:0 auto;padding:0px;width:100%;font-family:microsoft yahei;font-size:15px!important;color:#6c6c6c;}
.mobile_daohang{ display:none}
#banner{ display:none}
.pc_dibu{ display:block}
.mobile_dibu{ display:none}

.n2111{display:none; }
.dingbu{ float:right; }

.lp1{ }
.lp2{ display:none}

#search{
width:170px; border:#e9e9e9 solid 1px; border-radius:25px; height:38px; font-family:microsoft yahei; float:left; margin-top:40px;}
#search_logo{ padding-top:7px; padding-right:10px;}


.searchinput{

line-height:38px;
color:#8f8f8f;
border:#fff solid 0px;
width:110px;
float:left; border-radius:25px; 
padding-left:20px;
display:inline;
background:#fff;
}
.alogo{ width:1400px; margin:0 auto; padding-top:10px; padding-bottom:30px;}
.gsmc{ padding-top:20px; width:400px; float:left}
.gsmc img{float:left; padding-right:10px;}
.gsmc h1{ color:#0e4ca0; font-size:38px; font-weight:bold; padding-top:5px;}


.nav_bgc{width:55%;height:40px; margin-top:40px;}
.nav{ width:100%; margin:0 auto}
.nav li {float: left;list-style: none;font-size: 18px;text-align: center;box-sizing: border-box; position: relative; }
.nav li a:hover:before {width: 100%;}
.nav li:hover:after,.nav li.cur:after{width:100%;color: #fff;}
.nav li a { margin-left:30px; margin-right:0px;z-index: 3; 
display: block;text-align: center;position: relative;color: #494949;height:40px;line-height: 40px;}
.nav  li a:hover{color: #494949; }
.nav li.hover a, .nav li:hover a {color: #0e4ca0;}
.nav li .subnav {background: #fff;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%; width: 100%;z-index: 99999999; border-top:0px solid #3f7225; }
.nav li .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav li:hover .subnav {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav li .subnav a {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;color: #fff;display: block;font-size: 15px;font-weight: 500; margin-left:0px; margin-right:0px;
line-height: 40px;height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;border-bottom: 1px solid #2b64b2;background: #0e4ca0;}
.nav li .subnav a:hover {color: #fff;background:#62a2d0;}
.nav li:last-child .subnav a {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;color: #494949;display: block;font-size: 15px;font-weight: 500; margin-left:0px; margin-right:0px;line-height: 40px;height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;border-bottom: 0px!important;background: #fff;}


.nav1{ width:200px!important; float:left;margin-left:-32px!important;}
.nav2{ width:150px!important; float:left;margin-left:-15px!important;}




.flash{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		.banner{
			width: 100%;
			/*height: 560px;*/
			/*background: black;*/
			/*子绝父相*/
			position: relative;
			/*超出部分全部隐藏，解决横向滚动条*/
			overflow: hidden;
		}
		.banner ul{
			position: absolute;
		}
		.banner ul li{
			/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
			width: 100%;
			height: 568px;
			float: left;
			background:  no-repeat center center;
		}
		/*.banner ul li:nth-child(1){*/
			/*background: url('./1.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(2){*/
			/*background: url('./2.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(3){*/
			/*background: url('./3.jpg') no-repeat center center;*/
		/*}*/
		.banner ol{
			/*width: 60px;*/
			height: 20px;
			background: rgba(0,0,0,0.5);
			position: absolute;
			left:50%;
			/*margin-left: -40px;*/
			bottom: 30px;
			padding: 0 10px;
			border-radius: 10px;
		}
		.banner ol li{
			width: 10px;
			height: 10px;
			float: left;
			margin: 5px 5px;
			background: rgba(255,255,255,0.5);
			border-radius: 50%;
			cursor: pointer;
		}
		.banner ol .current{
			background: rgba(255,255,255,1);
		}
		.banner i{
			width: 58px;
			height: 120px;
			position: absolute;
			top: 50%;
			margin-top: -60px;
			cursor: pointer;
			border-radius: 5px;
			display: none;
		}
		.banner .left{
			left: 60px;
			background: url('../images/left_right.png') no-repeat 0 0px;
		}
		.banner .right{
			right: 60px;
			background: url('../images/left_right.png') no-repeat 0px -120px;
		}
		.banner .left:hover , .banner .right:hover{
			background-color: rgba(0, 0, 0, 0.31);
		}



/*产品*/
/*------------公司---------*/
.wenzi{text-align:center; margin:0 auto; }
.wenzi h4{  font-size:45px; color:#10384f; text-transform:uppercase; font-weight:normal; padding-top:50px; padding-bottom:0px;}
.wenzi h3{  font-size:16px;font-weight:normal; padding-bottom:50px; padding-top:10px;color:#10384f; }

.wenzi11{text-align:center; margin:0 auto;}
.wenzi11 h5{ width:100%; float:left; line-height:55px; background:#0e4ca0;  font-size:27px; color:#fff; text-transform:none; font-weight:normal;}
.wenzi11 h5 a{color:#fff; }

.chanpin{  width:100%; background:#f6f6f6; float:left; }

.pv{background:#ececec; width:100%; float:left}

.product{ padding-top:0px; width:1380px; margin:0 auto!important; clear:both;}

.product ul li:nth-child(5n){float:right}


.product ul{ width:100%; float:left; }
.product ul li{ float:left; font-size:25px; width:271px; margin-right:5px;}


.pl1{ width:271px; height:309px; background:url(../images/p1.jpg) no-repeat;}
.pl2{ width:271px; height:309px; background:url(../images/p2.jpg) no-repeat;}
.pl3{ width:271px; height:309px; background:url(../images/p3.jpg) no-repeat;}
.pl4{ width:271px; height:309px; background:url(../images/p4.jpg) no-repeat;}
.pl5{ width:271px; height:309px; background:url(../images/p5.jpg) no-repeat;}

.p1{ width:255px; height:309px; float:left; overflow:hidden; }
.p1 a{width:175px;height:229px; background:url(../images/p1_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-60px;color:#FFFFFF; padding-left:80px; padding-top:80px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p1 a:hover{
transition:All 0.4s ease-in-out; margin-left:-40px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p1 p{ font-size:14px; padding-top:50px;}



.p2{ width:255px; height:309px; overflow:hidden; }
.p2 a{width:175px;height:229px; background:url(../images/p2_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-60px;color:#FFFFFF; padding-left:80px; padding-top:80px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p2 a:hover{
transition:All 0.4s ease-in-out; margin-left:-40px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p2 p{ font-size:14px; padding-top:50px;}

.p3{ width:255px; height:309px;  overflow:hidden; }
.p3 a{width:175px;height:229px; background:url(../images/p3_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-60px;color:#FFFFFF; padding-left:80px; padding-top:80px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p3 a:hover{
transition:All 0.4s ease-in-out; margin-left:-40px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
	
.p3 p{ font-size:14px; padding-top:50px;}

.p4{ width:255px; height:309px;overflow:hidden; }
.p4 a{width:175px;height:229px; background:url(../images/p4_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-60px;color:#FFFFFF; padding-left:80px; padding-top:80px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p4 a:hover{
transition:All 0.4s ease-in-out; margin-left:-40px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p4 p{ font-size:14px; padding-top:50px;}

.p5{ width:255px; height:309px; overflow:hidden; }
.p5 a{width:175px;height:229px; background:url(../images/p5_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-60px;color:#FFFFFF; padding-left:80px; padding-top:80px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p5 a:hover{
transition:All 0.4s ease-in-out; margin-left:-40px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p5 p{ font-size:14px; padding-top:50px;}








.pz1{  width:100%; background:#f6f6f6; padding-bottom:70px;float:left;margin-top:0px;  }
.pz{  width:1200px; margin:0 auto; clear:both}


.hl_main5_content{width:100%;border-top:none;  }
.hl_main5_content a{ color:#777777}
.hl_main5_content1{width:92%;overflow:hidden; float:left; }
.hl_main5_content1 ul{width:300%; overflow:hidden;}
.hl_main5_content1 ul li{ float:left; display:inline; margin-top:70px;width:420px; }

.hl_main5_content1 ul li h3{ text-align:left; color:#000; font-size:18px; padding-top:15px;  line-height:24px!important; width:100%; border-bottom:#e2e2e2 solid 1px; padding-bottom:10px;}
.hl_main5_content1 ul li h4{ text-align:left; color:#484848; font-size:17px; padding-top:15px;  line-height:24px!important; width:100%; padding-bottom:10px;}
.hl_main5_content1 ul li .gao{ width:100%; text-align:left; float:left; color:#777777; font-size:15px;   line-height:24px!important; padding-bottom:10px;}
.hl_main5_content1 ul li .m1{ width:100%; text-align:left; float:left; color:#053e8a; font-size:15px;   line-height:24px!important;}

.hl_main5_content1 ul li a{ float:left; border:#dcdcdc solid 1px;width:310px; height:259px; margin-left:10px;  font-weight:normal; padding:20px; background:#fff; 
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; }
	
.hl_main5_content1 ul li a:hover{ float:left; box-shadow: 5px 8px 15px #e0e0e0;  
transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px); }

.wline3{ }


#demolefta{OVERFLOW: hidden; WIDTH:1200px; margin:0 auto; }




.about{ width:1200px; margin:0 auto; padding-bottom:70px; padding-top:70px; clear:both}

.ab1{ width:343px;}
.ab1 h3{ font-size:22px; color:#000; text-transform:uppercase; font-weight:300; padding-top:0px; padding-bottom:20px;}
.ab1 h3 img{ padding-left:10px;}

.ab1t{ width:100%; padding-bottom:0px; font-size:15px; line-height:25px; height:100px;}

.m2{ width:313px; font-size:15px; line-height:25px; height:45px; line-height:45px; background:#374bdf; color:#FFFFFF; float:left; padding-left:15px; padding-right:15px;}
.m2 span{ float:right; font-size:30px; padding-top:7px; }

.m2 a{color:#FFFFFF;}

.ab2{ padding-left:90px;}
.nr11{ color:#bbbbbb ;width:313px; float:left}







.foot{ width:100%; margin:0 auto; background:#7c7c7c; clear:both; margin-top:70px;}

.foota{ width:1200px; margin:0 auto; padding-top:50px; padding-bottom:50px;}

.fazuo { width:185px;}
.fazuo h2{ color:#fff; font-size:25px; margin-bottom:15px;}
.fazuo ul li{ line-height:30px;}
.fazuo ul li a{ color:#e8e8e8; font-size:15px;}
.fazuo ul li a:hover{ color:#fff; font-size:15px;}

.fazuo2 { width:240px; border-left:#8d8d8d solid 1px;  border-right:#8d8d8d solid 1px; padding-left:80px; margin-right:80px;}
.fazuo2 h2{ color:#fff; font-size:25px; margin-bottom:15px;}
.fazuo2 ul li{ line-height:30px; padding-bottom:3px;}
.fazuo2 ul li a{ color:#e8e8e8; font-size:15px;}
.fazuo2 ul li a:hover{ color:#fff; font-size:15px;}

.fazuo1 { width:420px; line-height:27px; color:#dfdfdf; }
.fazuo1 h2{ color:#fff; font-size:25px; margin-bottom:10px; }
.fazuo1 a { color:#dfdfdf; }


.ewm { width:159px; float:right }
.ewm1 { text-align:center;  background:#69a23f; line-height:35px; color:#FFFFFF}

.footb1{background:#656565; margin:auto;}

.footb{ width:1200px; margin:0 auto; padding-top:25px; padding-bottom:25px; line-height:25px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 15px;text-decoration:none;color: #959595;}
a.zzb07link:hover {text-decoration: underline;color: #959595;}
.zzb07tail{font-size:15px;font-family:microsoft yahei;color:#959595;}
.bottomNav{ display:none}
.tbottom{ display:none}
.mobile_chanpin{ display:none}


/*内页联系我们*/
.clearfix{ clear:both}
.contact_1_3{ width:100%;}
.contact_1_3_left{ height:auto; margin:0px 0px 50px 0px; padding:3%; border:1px #f0f0f0 solid; height:auto; color:#666; box-shadow:0px 10px 10px 0px rgba(0,0,0,.1); width:94%; float:left;}
.contact_1_3_left strong{ color:#0e4ca0; font-size:20px;font-weight:bold;}

.map{ width:61%; float:right}


/*质量与服务*/
.imglist1 ul li:nth-child(6n){ margin-left:0px!important;}
.imglist1 ul li:nth-child(4n){ margin-left:0px!important;}
.imglist1 ul li:nth-child(2n){ margin-left:1.8%;}
.imglist1 ul li:nth-child(5n){ margin-left:1.8%;}
.imglist1 ul li:nth-child(3n){ float:right}
.imglist1 ul li{text-align:center;float:left;display:inline;width:29%;overflow:hidden;background:#fff; border:1px dotted #d3d3d3; padding:1.5%; border-radius:5px; margin-bottom:25px;}
.imglist1 ul li img{background:#FFF; max-width:100%; max-height:100%;}
.imglist1 ul li span{line-height:27px;display:block; color:#555; text-align:center; font-size:15px;}

.zu11{width:40%!important; height:200px!important; vertical-align: middle!important; background:#dcdcdc; padding-top:20px; padding-bottom:20px;
display:table-cell!important; overflow:hidden;}
.zu11 a img{ -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;object-fit: cover;}
.zu11 a:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}







.ab11{ float:left; width:100%; padding-top:30px; padding-bottom:30px; border-bottom:#e6e6e6 solid 1px; margin-bottom:20px;}

.ab11 ul{overflow:hidden;}
.ab11 ul li{display:block;float:left;}
.ab11 ul li a{float:left;text-align:center!important;line-height:45px; font-size:17px;  width:100%;}
.ab11 ul li a:hover{   float:left;}



.zz1{  color:#FFFFFF;background:#0e4ca0; width:19% ; line-height:45px; margin-left:1%;  }
.zz1 a{color:#FFFFFF ; }
.zz2{  color:#343434;background:#e4e4e4; width:19% ;  line-height:45px; margin-left:1%; }
.zz2 a{color:#343434 ; }


.zz1a{  color:#FFFFFF;background:#0e4ca0; width:32% ; line-height:45px; margin-left:1%;  }
.zz1a a{color:#FFFFFF ; }
.zz2a{  color:#343434;background:#e4e4e4; width:32% ;  line-height:45px; margin-left:1%; }
.zz2a a{color:#343434 ; }



.zz3{  color:#FFFFFF;background:#0e4ca0; width:19% ; line-height:45px; margin-left:0.1%;  }
.zz3 a{color:#FFFFFF ; }
.zz4{  color:#343434;background:#e4e4e4; width:19% ;  line-height:45px; margin-left:0.1%; }
.zz4 a{color:#343434 ; }



.xiangxi h2{ text-align:center; margin:0 auto; color:#333; font-size:20px; line-height:55px;}
.xiangxi .shijian{ text-align:center; margin:0 auto}

.n2 { width:1200px; margin:auto;}
.n2 ul{ width:1200px;float:left; padding-top:20px; padding-bottom:30px; }
.n2 li{ width:550px; border-bottom:#e8e8e8 solid 1px; margin-right:50px;  float:left; height:80px;  margin-bottom:20px; padding-bottom:15px;}

.n2_1{ float:left; width:85px; height:60px; margin-right:15px; border-right:#e8e8e8 solid 1px; text-align:center; font-size:16px; color:#bbbbbb; line-height:35px; font-family:Arial, Helvetica, sans-serif;}
.n2_1 h7{ font-size:40px;color:#bbbbbb}

.n2_2{ float:right; width:445px; color:#979797;}
.n2_2 h4{ font-weight:normal; font-size:16px; color:#000; padding-bottom:8px;}
.n2_2 h4 a{ color:#000;}
.n2_2 h4 a:hover{ color:#422872;}


.m21{background:#1382b1;width:100px; margin-left:0px; line-height:30px; float:left;color:#FFFFFF; text-align:center; margin-top:10px;
 text-decoration: none; position: relative;z-index: 3; display: block; font-weight: normal;line-height:30px; height:30px;  color: #fff;}

.m21 a{border-radius:0px; width:100px;line-height:30px; float:left; color:#FFFFFF;
 text-decoration: none; position: relative;z-index: 3; display: block; font-weight: normal;line-height:30px; height:30px;  color: #fff;}
.m21 a:hover{ 
	background:#1382b1\9;color: #fff;}
	
.m21:after{content:'';position:absolute;height:100%;width:0;background:#c2020c;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.m21:hover:after,.ydao ul li.cur:after{width:100%;color: #fff;}




/*----内页---*/

.f1{width:100%; float:left; background:url(../images/f1.jpg)  no-repeat top center; height:300px; }
.f2{width:100%; float:left; background:url(../images/f2.jpg) no-repeat top center; height:300px; }
.f3{width:100%; float:left; background:url(../images/f3.jpg) no-repeat top center; height:300px; }
.f4{width:100%;float:left; background:url(../images/f4.jpg) no-repeat top center; height:300px; }



.fanhui{ width:100%; margin:0 auto; line-height:40px; margin-top:20px; margin-bottom:0px;}
.fanhui ul li{ float:left; width:30.3%;background:#f2f2f2;padding-left:1.5%; padding-right:1.5%; padding-top:10px; padding-bottom:10px; }
.fanhui ul li:nth-child(2n) {background: #1671c2; text-align:center}
.fanhui ul li:nth-child(2n) a{ color:#fff; text-align:center}

.nymain{ width:1200px; margin:0 auto; padding-top:0px; padding-bottom:0px;}
.neirong{ padding-top:0px; line-height:30px; font-size:16px;}
.neirong11{ padding-top:0px; line-height:30px; font-size:16px;}
.neirong11 img{ width:auto!important; max-width:100%; height:auto!important;}

.neirong11t{ padding-top:30px; line-height:30px; font-size:16px;}

.neirong1122{ padding-top:0px; line-height:30px; font-size:16px;}
.neirong1122 img{ width:auto!important; max-width:30%; height:auto!important;padding:0%;  padding:3% }

.neirong .zuofu{ width:80%;}
.neirong .youfu{ width:20%}

.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;color: #8b8b8b; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #8b8b8b; text-decoration: none;margin:0px 3px; padding:4px 7px; border: 1px solid #8b8b8b; font-weight: normal;}
.contentPage a:visited {color: #8b8b8b; text-decoration: none;  margin:0px 3px; border: 1px solid #8b8b8b; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; text-decoration: none; padding:4px 7px; background-color:#8b8b8b;font-weight:normal;}
.contentPage .current{color:#8b8b8b; text-decoration: none;  margin: 0px; border:0px solid #8b8b8b; padding:4px 7px; font-weight: normal;}
.contentPage .zi{  float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

.mobile_lianxi{ display:none}




.zzzzz1{ color:#FFFFFF}



@media all and (max-width:768px){
	.pc_lianxi{ display:none}
	.pc_dibu{}
	
	.mobile_dibu{ display:block}
	.mobile_lianxi{ display:none; font-size:15px!important}
	.mobile_job{ display:block}
.pc_job{ display:none}
.wsjob{ float:none; padding:0px; width:100%; padding-bottom:20px;}
.jobt-list li{ text-align:center; width:33%; margin:0 auto; margin-bottom:20px;}
.jobt-list li ._num{ float:none; width:50%; margin:0 auto; text-align:center; margin-bottom:15px; }
.jobt-list li ._nr{width:90%; padding-left:5%; padding-right:5px; margin-left:0px!important; margin:0 auto; float:none!important; text-align:center}
.jobt-list li ._sum{ height:60px;}

	.lxma{ font-size:15px!important}
	.mobile_daohang{ display:block}
	.pc_daohang{ display:none}
	body{ font-size:14px!important;}
	.neirong{ font-size:14px;}

.suspension{ display:none}
.suspension-box{ display:none}

.alogo{ display:none}

.flash{ display:none}


/*-------底部-----------*/



/*手机版底部导航*/
.htmleaf-container{ display:none}
#banner{ display:block}
.tbottom{ display:block; height:70px;}
.bottomNav {display:block;
	/*border:1px solid red;
	*/
    width:100%;
	height:70px;
	position:fixed;
	bottom:1px;}
.bottomNav_item {
	/*border:1px solid red;
	*/
    width:20%;
	height:70px; border-top:1px solid #d8d8d8;
	float:left; color:#333;
	text-align:center; background:#fff;
}
.bottomNav_icon {
	margin:auto;
	width:30px;
	height:30px; margin-top:11px;
}
.bottomNav_icon img {
	width:100%;
	height:100%;
}
.bottomNav_item p {
	margin-top:3px; font-size:0.85rem}


.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #0e4ca0;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}



#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	}

.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.inital_color { color:#0e4ca0}


/*手机版顶部导航*/
@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;color:#333;font-family:"arial","微软雅黑"}
html{width:100%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch;font-size:16px;}
html.ns{overflow:hidden}
.wsneirong img{ width:100%!important; height:auto!important}
body{color:#535353;font-size: 1em;font-family:"arial","微软雅黑"; width:100%;position:relative}
@media screen and (min-width: 360px) and (max-width: 374px){ html{font-size:16px}}
@media screen and (min-width: 375px) and (max-width: 479px){ html{font-size:18px}}
@media screen and (min-width: 480px) and (max-width: 539px){ html{font-size:20px}}
@media screen and (min-width: 540px) and (max-width: 639px){ html{font-size:24px}}
@media screen and (min-width: 640px){ html{font-size:28px}}

a,body{font-family:"微软雅黑"/9;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{border:0}ol,ul,li{list-style:none}dl,dt,dd,ul,li{margin:0;padding:0}input,textarea{outline:none}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}i{font-style:normal}.fl{float:left}.fr{float:right}.clear{clear:both}.wrap{width:96%;margin:0 auto}body,div,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}

#banner {width: 100%;margin:0px;padding:0px;overflow: hidden;}
#banner img{width: 100%;}

.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
	.focus .shanghl00{ width:100%; height:11px;  position:absolute; z-index:1; bottom:45px; text-align:center;  }
	.focus .shanghl00 ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .shanghl00 ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .shanghl00 ul .on{ background:#FE6C9C;  }
	.focus .bd{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.focus .bd li{ margin:0px; padding:0px; height:8rem; position:relative; overflow:hidden;}
	.focus .bd li img{ width:100%!important;  height:100%; object-fit:cover; display:block; }
	.focus .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.foctit{position:absolute; z-index:111; width:100%; bottom:0;background: rgba(0,0,0,.6); padding-left: 0.7rem; padding-right: 0.7rem; color:#FFF; font-size:0.8rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden; height:40px; line-height:40px; box-sizing:border-box;}
	
.toubu{ position:fixed; left:0; top:0; width:100%; z-index:999;}
.toubuge{ width:100%; height:50px;}
.main-header {
    height: 50px;box-shadow: 0px 1px 5px #5c4b51;
    /*background: #a10e15;*/
	background: rgba(255,255,255,1.0);
    z-index: 60;
	width:100%;
	position:relative;
		
}
header{	
	height:50px;
	line-height: 50px;
	text-align: center;
    background-color: #fff;
	box-shadow: 0px 1px 5px #9c8e93; margin-bottom:5px;
}

.cd-logo {
    position: absolute;
    top: 8px;
    left: 10px;
   
}

/*.search_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_sea.png) no-repeat;
position: absolute;
right:60px;
top:10px;
background-size: auto 25px;
background-position: center center;
}*/
.menu_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_menu.png) no-repeat;
	position: absolute;
	right:10px;
top:10px;
}
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(180deg);-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */background: url(../images/wap_close.png) no-repeat;} 
  .animate1{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(-180deg);-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */} 
#top{ width:100%;  overflow:hidden; display:block;  position:absolute; top:50px; z-index:100; background-color:#f2f2f2;padding: 10px; box-sizing:border-box;}
input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:3%;
font-size:12px;
	z-index: 1001;
}
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #FFF /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8 /*{a-bar-background-start}*/), to( #eaeaea /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/);
	font-size:12px;
	z-index: 1001;
	float:right;
}

.ncon_item{display: flex;flex-wrap: nowrap;
overflow: hidden;
position: relative;box-sizing: border-box;
padding: 15px 12px;
background-color:#fff;border-bottom: 1px solid #EBEBEB;}

.shl-n-pic {
    width: 115px;
    min-width: 115px;
    height: 72px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.shl-n-pic img { width:100%; height:100%; object-fit:cover;}
.shl-left {
 width:100%
}
.shl-ptit {
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:2.6rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-time {
 font-size:12px;
 color:#00943e;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;

 background-repeat:no-repeat;
 padding-left:15px
}
.shl-geng{ padding-top:20px; padding-bottom:20px;}
.loading-more-button {
    width: 6rem;
    height: 2rem;
    line-height: 1.96rem;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #00943e;
border-radius: 5px;
color: #00943e;
    cursor: pointer;
    margin: 0 auto;
}


/*选项卡*/
.tabs {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con{ display:none; background-color:#FFF;}

.tabs li{
float: left;
width: 33.33%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs .thistab{
float: left;
width: 33.33%;
height: 40px;
border-bottom: 1px solid #00943e;
line-height: 40px;
font-size: 0.9rem;
color: #00943e;}

.home-tit{width: 100%;
position: relative;
margin-top: 10px;border-bottom: 1px solid #EBEBEB; padding:13px 14px; background-color:#FFF;font-size: 0.9rem;color: #0579cb; box-sizing:border-box;}
.home-tit .dtit { font-weight:bold; float:left;}
.home-tit a {

    font-family: Arial;
    font-size: 10px;
    float: right;
    color: #666;
    text-align: right;
    display: block;
    padding-top: 6px;
}

.shl-zj{display: flex;flex-wrap: wrap; background-color:#FFF; box-sizing:border-box;padding: 7px; text-align:center;}
.shl-zjsection {
    width: 50%;
    padding: 5px;box-sizing:border-box;
}
.zjkuang {border: 1px solid #EBEBEB;box-sizing:border-box; padding:6px 6px 12px 6px; border-radius:5px;box-shadow: 0px 0px 5px #E4E4E4;}
.shl-zjpic{width: 4.2rem;
height: 4.2rem;
overflow: hidden;
position: relative; border-radius:50%; overflow:hidden; margin:0 auto; margin-top:0.6rem;}
.shl-zjpic img{width: 100%;
height: 100%; object-fit:cover;}
.zjtit1{ font-size:0.9rem; height:2.6rem;
 line-height:1.3rem; overflow:hidden; margin-top:10px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit2{font-size:0.8rem; height:2rem; line-height:1rem; color:#959595; overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit3{font-size:0.7rem; height:1.4rem; line-height:1.4rem; border-radius:0.7rem; width:4rem; text-align:center; border:1px solid #0a53a3; margin:0 auto; margin-top:10px; color:#0a53a3;}



/*选项卡*/
.tabs2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con2{ display:none; background-color:#FFF;}

.tabs2 li{
float: left;
width: 50%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs2 .thistab{
float: left;
width: 50%;
height: 40px;
border-bottom: 1px solid #029d25;
line-height: 40px;
font-size: 0.9rem;
color: #029d25;}


.shl-djt{display: flex;flex-wrap: wrap;box-sizing:border-box;}
.shl-section {
    width: 50%;
    padding: 8px;box-sizing:border-box;
}
.skkk {
    background-color: #fff;
  
}
.shl-djtpic{width: 100%;
height: 110px; border-bottom:1px solid #f2f2f2;
overflow: hidden;
position: relative;}
.shl-djtpic img{width: 100%;
height: 100%; object-fit:cover;}
.shlne {
    padding: 10px;
}
.djtte{ font-size:0.9rem;
 overflow:hidden; text-align:center;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
 
 .djttime {
 font-size:12px;
 color:#969696;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;
 background-position: left center;
 background-repeat:no-repeat;
 padding-left:15px; height:15px; line-height:15px;
}

.jigou{ background-color:#FFF;}
.jigouname{ font-size:0.9rem;color: #0a53a3;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.jigoumiaoshu{
	font-size:12px;
 color:#969696;
 margin-top:6px;
  overflow:hidden;
 height:3rem;
 line-height:1rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:3;
 /*显示行数*/-webkit-box-orient:vertical}

.jigou-pic {
    width: 115px;
    min-width: 115px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}

.wap_add{ background:url(../images/in_28.jpg) no-repeat left; padding-left:3rem; height:40px; line-height:40px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; overflow:hidden!important }
.wap_tel{ background:url(../images/in_30.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:20px;}
.wap_mail{ background:url(../images/in_32.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:40px;}
.wap_line{ margin-top:0.8rem; margin-bottom:0.8rem; background:#d8d8d8; height:1px; width:100%;}
.foot2-wap { width:100%; margin:0 auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.8rem;
	padding-bottom: 1rem;background:#00943e;color:#fff;
}
.foot2-wap a {
    color: #fff;
}

.tit4 {
    width: 100%;
    padding: 15px;
    border-bottom: 
    #EBEBEB 1px solid;
    overflow: hidden; background-color:#FFF; box-sizing:border-box;
}
.tit4 .tout {width: 100%; display:flex;}
.ttpic{ width:4.4rem; min-width:4.4rem; margin-right:10px;}
.ttpic img{ width:100%;}
.tit4 .tout .text { width: 100%;}
.tit4 .tout .text h3 {

    font-size: 1rem;
    font-weight: bold;
    color: 004276;
    line-height: 1.5rem;
	height:1.5rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical;

}
.tit4 .tout .text h3 a { color: #0a53b8;}
.tit4 .tout .text .tex {
	font-size:0.75rem;
    color: #888;
	  line-height: 1rem;
	height:2rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical; margin-top:8px; 

}
.tit4 .touj {width: 100%; display:flex; align-items: center; background-color:#f2f2f2;}
.tjzjleft {
    width: 2rem;
	min-width: 2rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 8px 0;
    background:#0a53a3;
    color: #fff; 
     font-size:0.9rem;
    
}
.zjtu{min-width:4.2rem;width: 4.2rem;height: 4.2rem; overflow:hidden; border-radius:50%; margin-right:10px; margin-left: 15px;}
.zjtu img{width: 100%;height: 100%; object-fit: cover; display:block;}
.rszj{ width:100%;}
.rszjtit {
	font-size:0.75rem;
    color: #888;
	  line-height: 1.1rem;
	height:1.1rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; padding-right: 6px;

}





.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.tbottom{ height:70px;}
#BottomNav {
    /*background: #0a53a3 none repeat scroll 0 0;*/
	background: rgba(36,131,61,0.9) none repeat scroll 0 0;
    bottom: 0;
    height: 3em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9;
}
#BottomNav ul li {
    float: left;
   
    text-align: center;
    width: 16.66%; 
}

.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #00943e;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}


#BottomNav ul li a div {
    font-size: 0.7rem; padding-top:0.25rem;padding-bottom:0.4rem; 
}
#BottomNav .yy1 {
    background-image: url(../images/yy1.png);
}
#BottomNav .yy2 {
    background-image: url(../images/yy2.png);
}
#BottomNav .yy3 {
    background-image: url(../images/yy3.png);
}
#BottomNav .yy4 {
    background-image: url(../images/yy4.png);
}
#BottomNav .yy5 {
    background-image: url(../images/yy5.png);
}
.yy6 {
    background: url(../images/yy6.png) no-repeat left;
	    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	
}

.shl-toug{ height:50px; width:100%;}
.shl-mingx{ width:14.285%; float:left }
.shl-mingx img{ width:100%; height:100%; object-fit:cover;}

#msk{ display:block; position:absolute; width:100%; height:100%; background:#000; opacity:0.5; top:0px; left:0; z-index:50;}
#menu{ position:fixed; width:200px; height:100%;  right:-200px; background:#333; color:#fff; z-index:200; display:none; font-size:0.9rem;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);overflow-y: scroll;}
.menu1{ position:absolute; width:200px; height:100%;  right:-200px; background:#444; color:#fff; z-index:300; display:none;}

#menu li:after , .menu1 li:after{ content:''; display:block; width:100%;  border-bottom:1px solid #222;}
#menu a , .menu1 a{  line-height:45px;  padding:0 20px 0 35px; border:none; display:block;  color:#fff;font-size: 0.8rem;}
/*---
#menu a:after , .menu1 a:after{
	display:block; content:''; position:absolute; 
	right:15px;
	top:50%;
	margin-top:-4px;
	width:6px; height:6px;
	border:2px solid #fff;
	border-width:2px 2px 0 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}---*/
.mshouyeico{background-image: url(../images/drawer-home.png); background-repeat:no-repeat; background-position:right center; background-size:auto 22px;}

.main{ max-width:640px; width:100%;}
.op{width:100%; max-width:640px; position:relative; margin:0 auto;overflow: hidden;}



		.menu_open{ display: block;}
	.menu_close{ display: none; background: url('../images/ico-cha.png') no-repeat; background-size: auto 86%; background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px;position: absolute; right: 10px;top: 10px;}
	.msk {display: none; position: fixed; width: 100%; height: 100%;  top: 50px; left: 0; background-color:rgba(0,0,0,0.5); z-index: 100010; }
	.menu { position: fixed; width: 200px; height: 100%; top: 50px; right:-200px; background: #333;color: #666;z-index: 100015;box-sizing: border-box; padding-bottom: 50px;overflow-y: auto;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);padding-left: 10px; padding-right: 10px;}
	.menu .onemenu,.menu a.onemenu,.menu a.onemenub{ color: #fff; font-size: 16px; display: block; height: 45px; line-height: 45px;}
	.menu .menu-li{border-bottom: 1px solid #222;}
	.menu .menu-li::after {content: ''; display: block;width: 100%;border-bottom: 1px solid #404040;}
	.menu .twoul{ display: none;}
	.menu .twoul li{ position: relative; background-color: rgba(255,255,255, .1); padding: 12px 0 12px 0px; margin-top: 1px; font-size: 14px;}
	.menu .twoul li::after{display: block;content: "";position: absolute;right: 8px;top: 52%;margin-top: -5px;width: 6px;height: 6px;border: 2px solid #666;border-width: 2px 2px 0 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.menu .twoul li a{color: #fff; font-size: 14px; display: block; color: #fff; padding-left: 15px;}
	
	.menuico_right{ background: url('../images/shl-down-open.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_down{ background: url('../images/shl-down-open1.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_up{ background: url('../images/shl-down-open2.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	/* .menu .onemenu{ color: #fff; font-size: 14px;} */
}


@media all and (max-width:640px){

body{ margin:0 auto;padding:0px;width:100%;font-family:microsoft yahei;font-size:14px!important;color:#6c6c6c; line-height:24px!important;}



/*产品*/
/*------------公司---------*/
.wenzi{text-align:center; margin:0 auto; }
.wenzi h4{  font-size:20px; color:#10384f; text-transform:uppercase; font-weight:normal; padding-top:20px; padding-bottom:20px;}
.wenzi h3{  display:none; }

.wenzi11{text-align:center; margin:0 auto;}
.wenzi11 h5{ width:100%; float:left; line-height:55px; background:#0e4ca0;  font-size:27px; color:#fff; text-transform:none; font-weight:normal;}
.wenzi11 h5 a{color:#fff; }

.chanpin{  width:100%; background:#f6f6f6; float:left; }

.pv{background:#ececec; width:100%; float:left}

.product{ padding-top:0px; width:95%; margin:0 auto!important; clear:both;}

.product ul li:nth-child(5n){float:left}


.product ul{ width:100%; float:left; }
.product ul li{ float:left; font-size:17px; width:100%; margin-right:0px;}


.pl1{ width:100%; height:180px; background:url(../images/p1.jpg) no-repeat center -50px ; background-size:100%}
.pl2{ width:100%; height:180px; background:url(../images/p2.jpg) no-repeat  center -50px;background-size:100%}
.pl3{ width:100%; height:180px; background:url(../images/p3.jpg) no-repeat  center -50px;background-size:100%}
.pl4{ width:100%; height:180px; background:url(../images/p4.jpg) no-repeat  center -50px;background-size:100%}
.pl5{ width:100%; height:180px; background:url(../images/p5.jpg) no-repeat center -50px;background-size:100%}

.p1{ width:250px; height:180px; float:left; overflow:hidden; }
.p1 a{width:170px;height:140px; background:url(../images/p1_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-100px;color:#FFFFFF; padding-left:120px; padding-top:40px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p1 a:hover{
transition:All 0.4s ease-in-out; margin-left:-80px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p1 p{ font-size:12px; padding-top:30px;}

.p2{ width:250px; height:180px; float:left; overflow:hidden; }
.p2 a{width:170px;height:140px; background:url(../images/p2_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-100px;color:#FFFFFF; padding-left:120px; padding-top:40px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p2 a:hover{
transition:All 0.4s ease-in-out; margin-left:-80px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p1 p{ font-size:12px; padding-top:30px;}



.p3{ width:250px; height:180px; float:left; overflow:hidden; }
.p3 a{width:170px;height:140px; background:url(../images/p3_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-100px;color:#FFFFFF; padding-left:120px; padding-top:40px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p3 a:hover{
transition:All 0.4s ease-in-out; margin-left:-80px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p3 p{ font-size:12px; padding-top:30px;}



.p4{ width:250px; height:180px; float:left; overflow:hidden; }
.p4 a{width:170px;height:140px; background:url(../images/p4_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-100px;color:#FFFFFF; padding-left:120px; padding-top:40px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p4 a:hover{
transition:All 0.4s ease-in-out; margin-left:-80px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p4 p{ font-size:12px; padding-top:30px;}



.p5{ width:250px; height:180px; float:left; overflow:hidden; }
.p5 a{width:170px;height:140px; background:url(../images/p5_b.png) repeat-y; float:left;
transition:All 0.4s ease-in-out;margin-left:-100px;color:#FFFFFF; padding-left:120px; padding-top:40px;
	-webkit-transition:All 0.4s ease-in-out; 
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.p5 a:hover{
transition:All 0.4s ease-in-out; margin-left:-80px;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.p5 p{ font-size:12px; padding-top:30px;}







.pz1{  width:100%; background:#f6f6f6; padding-bottom:40px;float:left;margin-top:20px;  }
.pz{  width:100%; margin:0 auto; clear:both}


.hl_main5_content{width:100%;border-top:none;  }
.hl_main5_content a{ color:#777777}
.hl_main5_content1{width:92%;overflow:hidden; float:left; }
.hl_main5_content1 ul{width:300%; overflow:hidden;}
.hl_main5_content1 ul li{ float:left; display:inline; margin-top:30px;width:400px; }

.hl_main5_content1 ul li h3{ text-align:left; color:#000; font-size:18px; padding-top:15px;  line-height:24px!important; width:100%; border-bottom:#e2e2e2 solid 1px; padding-bottom:10px;}
.hl_main5_content1 ul li h4{ text-align:left; color:#484848; font-size:14px; padding-top:15px;  line-height:24px!important; width:100%; padding-bottom:10px;}
.hl_main5_content1 ul li .gao{ width:100%; text-align:left; float:left; color:#777777; font-size:14px;   line-height:24px!important; padding-bottom:10px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; height:65px;}
.hl_main5_content1 ul li .m1{ width:100%; text-align:left; float:left; color:#053e8a; font-size:14px;   line-height:24px!important;}

.hl_main5_content1 ul li a{ float:left; border:#dcdcdc solid 1px;width:310px; height:209px; margin-left:10px;  font-weight:normal; padding:20px; background:#fff; 
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; }
	
.hl_main5_content1 ul li a:hover{ float:left; box-shadow: 5px 8px 15px #e0e0e0;  
transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px); }

.wline3{ }


#demolefta{OVERFLOW: hidden; WIDTH:100%; margin:0 auto; }




.about{ width:95%; margin:0 auto; padding-bottom:40px; padding-top:0px; clear:both}

.ab1{ width:100%; padding-top:30px;}
.ab1 h3{ font-size:20px; color:#000; text-transform:uppercase; font-weight:300; padding-top:0px; padding-bottom:20px;}
.ab1 h3 img{ padding-left:10px;}

.ab1t{ width:100%; padding-bottom:0px; font-size:15px; line-height:25px; height:100px;}

.m2{ width:95%; font-size:15px; line-height:25px; height:45px; line-height:45px; background:#374bdf; color:#FFFFFF; float:left; padding-left:2.5%; padding-right:2.5%;}
.m2 span{ float:right; font-size:20px; padding-top:7px; }

.m2 a{color:#FFFFFF;}

.ab2{ padding-left:0px;}
.nr11{ color:#bbbbbb ;width:100%; float:left}







.foot{ display:none;}


.footb1{background:#656565; float:left; margin-top:20px;}

.footb{ width:100%; margin:0 auto; padding-top:20px; padding-bottom:80px; line-height:25px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 15px;text-decoration:none;color: #959595;}
a.zzb07link:hover {text-decoration: underline;color: #959595;}
.zzb07tail{font-size:15px;font-family:microsoft yahei;color:#959595;}


/*内页联系我们*/
.clearfix{ clear:both}
.contact_1_3{ width:100%;}
.contact_1_3_left{ height:auto; margin:0px 0px 50px 0px; padding:3%; border:1px #f0f0f0 solid; height:auto; color:#666; box-shadow:0px 10px 10px 0px rgba(0,0,0,.1); width:94%; float:left;}
.contact_1_3_left strong{ color:#0e4ca0; font-size:20px;font-weight:bold;}

.map{ width:61%; float:right}


/*质量与服务*/
.imglist1 ul li:nth-child(6n){ margin-left:0px!important;}
.imglist1 ul li:nth-child(4n){ margin-left:0px!important;}
.imglist1 ul li:nth-child(2n){ margin-left:1.8%;}
.imglist1 ul li:nth-child(5n){ margin-left:1.8%;}
.imglist1 ul li:nth-child(3n){ float:right}
.imglist1 ul li{text-align:center;float:left;display:inline;width:29%;overflow:hidden;background:#fff; border:1px dotted #d3d3d3; padding:1.5%; border-radius:5px; margin-bottom:25px;height:180px}
.imglist1 ul li img{background:#FFF; max-width:100%; max-height:100%;}
.imglist1 ul li span{line-height:22px;display:block; color:#555; text-align:center; font-size:14px;}

.zu11{width:40%!important; height:100px!important; vertical-align: middle!important; background:#dcdcdc; padding-top:20px; padding-bottom:20px;
display:table-cell!important; overflow:hidden;}
.zu11 a img{ -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;object-fit: cover;}
.zu11 a:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}








.ab11{ float:left; width:100%; padding-top:0px; padding-bottom:20px; border-bottom:#e6e6e6 solid 1px; margin-bottom:20px;}

.ab11 ul{overflow:hidden;}
.ab11 ul li{display:block;float:left;}
.ab11 ul li a{float:left;text-align:center!important;line-height:45px; font-size:14px;  width:100%;}
.ab11 ul li a:hover{   float:left;}



.zz1{  color:#FFFFFF;background:#0e4ca0; width:24% ; line-height:45px; margin-left:1%;  }
.zz1 a{color:#FFFFFF ; }
.zz2{  color:#343434;background:#e4e4e4; width:24% ;  line-height:45px; margin-left:1%; }
.zz2 a{color:#343434 ; }


.zz3{  color:#FFFFFF;background:#0e4ca0; width:49% ; line-height:45px; margin-left:0.5%; margin-bottom:1px;  }
.zz3 a{color:#FFFFFF ; }
.zz4{  color:#343434;background:#e4e4e4; width:49% ;  line-height:45px; margin-left:0.5%; margin-bottom:1px; }
.zz4 a{color:#343434 ; }



.xiangxi h2{ text-align:center; margin:0 auto; color:#333; font-size:18px; line-height:20px;}
.xiangxi .shijian{ text-align:center; margin:0 auto}

.n2 { width:100%; margin:auto;}
.n2 ul{ width:100%;float:left; padding-top:20px; padding-bottom:30px; }
.n2 li{ width:100%; border-bottom:#e8e8e8 solid 1px; margin-right:0px;  float:left; height:65px;  margin-bottom:10px; padding-bottom:10px;}

.n2_1{ float:left; width:20%; height:60px; margin-right:3%; border-right:#e8e8e8 solid 1px; text-align:center; font-size:16px; color:#bbbbbb; line-height:35px; font-family:Arial, Helvetica, sans-serif;}
.n2_1 h7{ font-size:40px;color:#bbbbbb;}

.n2_2{ float:right; width:75%; color:#979797;}
.n2_2 h4{ font-weight:normal; font-size:14px; color:#000; margin-bottom:8px;  margin-bottom:0px;line-height:22px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; height:15px;}
.n2_2 h4 a{ color:#000;}
.n2_2 h4 a:hover{ color:#422872;}


.m21{background:#1382b1;width:45%; margin-left:0px; line-height:24px; float:left;color:#FFFFFF; text-align:center; margin-top:0px;
 text-decoration: none; position: relative;z-index:0; display: block; font-weight: normal;line-height:24px; height:24px;  color: #fff;}

.m21 a{border-radius:0px; width:100%;line-height:24px; float:left; color:#FFFFFF;
 text-decoration: none; position: relative;z-index: 0; display: block; font-weight: normal;line-height:24px; height:24px;  color: #fff;}
.m21 a:hover{ 
	background:#1382b1\9;color: #fff;}
	
.m21:after{content:'';position:absolute;height:100%;width:0;background:#c2020c;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.m21:hover:after,.ydao ul li.cur:after{width:100%;color: #fff;}





/*----内页---*/

.f1{width:100%; float:left; background:url(../images/f1.jpg)  no-repeat top center; background-size:150%; height:130px; }
.f2{width:100%; float:left; background:url(../images/f2.jpg) no-repeat top center;background-size:150%; height:130px; }
.f3{width:100%; float:left; background:url(../images/f3.jpg) no-repeat top center;background-size:150%; height:130px; }
.f4{width:100%;float:left; background:url(../images/f4.jpg) no-repeat top center; background-size:150%; height:130px; }




.fanhui{ width:100%; margin:0 auto; line-height:40px; margin-top:20px; margin-bottom:30px;}
.fanhui ul li{ float:left; width:30.3%;background:#f2f2f2;padding-left:1.5%; padding-right:1.5%; padding-top:10px; padding-bottom:10px; }
.fanhui ul li:nth-child(2n) {background: #1671c2; text-align:center}
.fanhui ul li:nth-child(2n) a{ color:#fff; text-align:center}

.nymain{ width:90%; margin:0 auto; padding-top:0px; padding-bottom:20px;}
.neirong{ padding-top:0px; line-height:30px; font-size:px;}
.neirong11{ padding-top:0px; line-height:30px; font-size:px;}
.neirong11 img{ width:auto!important; max-width:100%; height:auto!important;}

.neirong11t{ padding-top:0px; line-height:30px; font-size:14px;}

.neirong1122{ padding-top:0px; line-height:30px; font-size:px;}
.neirong1122 img{ width:auto!important; max-width:30%; height:auto!important;padding:0%;  padding:3% }

.neirong .zuofu{ width:80%;}
.neirong .youfu{ width:20%}

.contentPage{text-align:center; margin:0px 1%; padding:0px; padding-top:15px;color: #8b8b8b; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #8b8b8b; text-decoration: none;margin:0px 1%; padding:1% 2%; border: 1px solid #8b8b8b; font-weight: normal;}
.contentPage a:visited {color: #8b8b8b; text-decoration: none;  margin:0px 1%; border: 1px solid #8b8b8b; padding:1% 2%; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 1%; text-decoration: none; padding:1% 2%; background-color:#8b8b8b;font-weight:normal;}
.contentPage .current{color:#8b8b8b; text-decoration: none;  margin: 0px; border:0px solid #8b8b8b; padding:1% 2%; font-weight: normal;}
.contentPage .zi{  float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

.mobile_lianxi{ display:none}


.map{ display:none}
.lp1{  display:none}
.lp2{ display:block}



}



