@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;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}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; color:#555;}
a:hover{ color:#108be9; }


body{ margin:0 auto;padding:0px;width:100%; font-family:Arial, Helvetica, sans-serif;font-size:15px!important;color:#555; }
.pc_daohang{ display:block}
.mobile_daohang{ display:none}
.pc_dibu{ display:block}
.mobile_dibu{ display:none}	
.pc_banner{ display:block}
.mobile_banner{ display:none}	
		.pc_cp_xx{ display:block}
.mobile_cp_xx{ display:none}	
.pc_fanye{ display:block}
.mobile_fanye{ display:none}

.ding{background:linear-gradient(to right,#108be9,#076ebc);height:40px; width:100%; margin:0 auto}
.ding_a{ width:1200px; margin:0 auto; color:#fff; line-height:40px; font-size:14px;}
.ding_a a{ color:#fff;}
.yuyan ul li{ float:left; color:#fff}
.juli{ padding-left:10px; padding-right:10px;}
.yuyan ul li a{ color:#fff; text-transform:uppercase}

.ahead{ width:1200px; margin:0 auto; padding-top:30px; padding-bottom:30px;}
.dao{ padding-left:10px; padding-top:10px;}
.dao h2{ color:#000; font-size:18px; font-weight:900;}
.dao h3{ color:#7f7f7f; font-size:15px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; letter-spacing:0.5px;}


.nav_bgc{ width:760px; margin:0 auto;height:60px; margin-top:10px; }
.nav{ width:760px; margin:0 auto}
.nav li {float: left;display: inline-block;list-style: none;font-size: 14px;text-align: center;position: relative;}
.nav li a { margin-left:4px; text-transform:capitalize; margin-right:4px; padding-left:5px; padding-right:5px;
display: block;text-align: center;position: relative;color: #333;height: 60px;line-height: 60px;}
.nav li.hover a, .nav li:hover a {color: #108be9;}
.nav li .subnav {background: #108be9;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;}
.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: 13px;font-weight: 500; padding-left:0px; padding-right:0px; margin-left:0px; margin-right:0px;
line-height: 40px;height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;background: #108be9;}
.nav li .subnav a:hover {color: #fff;background: #0a77ca;text-indent: 10px;}

.sousuo{ width:100%; margin:0 auto; background:#f2f2f2;}
.sou_a{ width:1200px; margin:0 auto; padding-top:15px; padding-bottom:15px;}
.stel{ background:url(../images/index_10.jpg) no-repeat left; height:33px; line-height:33px; margin-top:10px; padding-left:50px; color:#108be9; font-size:18px; font-weight:bold}
.search{height:38px;margin:0 auto; }
.search li{ float:left; width:auto }
.searchinput{ background:#fff; border:0px; height:40px; margin-top:0px!important;line-height:40px; color:#d8d8d8; width:220px; padding-left:15px; padding-top:0px; float:left; }
.tima{ margin-top:0px;}


.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:550px;
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: 80px!important;
height: 30px;

position: absolute;
left:50%;
/*margin-left: -40px;*/
bottom: 30px;
padding: 0 10px;
border-radius: 10px;
}
.banner ol li{
width: 15px;
height: 15px;
float: left;
margin: 5px 5px;
background: rgba(0,0,0,0.6);
border-radius: 50%;
cursor: pointer;
}
.banner ol .current{
background: rgba(16,139,233,1);
}
.banner i{
width: 58px;
height: 120px;
position: absolute;
top: 45%;
margin-top: -25px;
cursor: pointer;
border-radius: 5px;
display: none;
}
.banner .left{
left: 40px;
background: url('../images/left_right.png') no-repeat 0 0px;
}
.banner .right{
right: 40px;
background: url('../images/left_right.png') no-repeat 0px -120px;
}
.banner .left:hover , .banner .right:hover{
background-color: rgba(0, 0, 0, 0.31);
}


/*---产品分类--*/
.fenlei{ width:1200px; margin:0 auto; padding-top:80px; padding-bottom:80px;}
.fenyou{ width:617px; height:446px;overflow:hidden;border-radius:5px;}
.fenyou img{cursor: pointer; width:100%;transition: all 0.8s; border-radius:5px;}
.fenyou img:hover{   transform: scale(1.2);border-radius:5px;}
.wenzi2 h2{ font-size:80px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:900; color:#f7f7f7}
.wenzi2 h3{ font-size:35px; margin-top:-50px;color:#333;}
.wenzi2 h3 span{ color:#108be9}
.fenzuo{ width:500px; padding-top:20px;}
.fmiao{ font-size:18px; color:#858585; line-height:30px; margin-top:30px; margin-bottom:30px;}
.fenzuo ul li{ float:left; width:45%; border:3px solid #108be9; height:45px; line-height:40px; margin-bottom:20px; text-align:center}
.fenzuo ul li:nth-child(2n){ float:right}
.fenzuo ul li a{ color:#108be9; font-size:20px;
-webkit-transition: padding-left .8s;
-moz-transition: padding-left .8s;
-o-transition: padding-left .8s;}
.fenzuo ul li a:hover{ padding-left:10px; display:block; background:#108be9; color:#fff; height:45px;}


/*------------公司---------*/
.gongsi{ width:1200px; margin:0 auto; padding-bottom:60px; padding-top:60px;}
.gongsi .wenzi2{ text-align:center; margin:0 auto}
.ama{ text-align:center; color:#555; font-size:17px; margin-top:10px;}
.abmiao{ text-overflow: ellipsis;display: -webkit-box; color:#818181;-webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow:hidden; line-height:30px; height:120px; width:70%; margin:0 auto; text-align:center; margin-top:40px; margin-bottom:40px; }
.anniu{ width:300px; text-align:center; margin:0 auto}
.anniu .fl{ background:#108be9; width:130px; height:40px; line-height:40px; border-radius:5px; text-align:center; display:block}
.anniu .fl a{ color:#fff;-webkit-transition: padding-left .8s;
-moz-transition: padding-left .8s;
-o-transition: padding-left .8s;}
.anniu .fl a:hover{ padding-left:10px; display:block!important; background:#0764ab; color:#fff;border-radius:5px;}
.anniu .fr{ background:#107ccf; width:130px; height:40px; line-height:40px; border-radius:5px; text-align:center; display:block}
.anniu .fr a{ color:#fff;-webkit-transition: padding-left .8s;
-moz-transition: padding-left .8s;
-o-transition: padding-left .8s;}
.anniu .fr a:hover{ padding-left:10px; display:block!important; background:#0764ab; color:#fff;border-radius:5px;}
.zhongaa{ text-align:center; margin:0 auto; color:#555; font-size:18px; margin-top:40px;}
.dianhua{ width:630px;  margin:0 auto; margin-top:30px;}
.dianhua .fl { text-align:right; width:48%;}
.dianhua .fr { text-align:left;width:48%;}
.dianhua h2{ font-size:16px; color:#555}
.dianhua h3{ color:#108be9; font-size:25px; font-weight:900;}


/*-------产品-------*/
.product_a{ width:100%; margin:0 auto; background:url(../images/index_18.jpg) no-repeat center; height:572px;}
.product{ width:1200px; margin:0 auto; padding-top:70px;}
.ptop{ text-align:center; margin:0 auto}
.ptop h2{ font-size:30px; color:#fff; font-weight:900;}
.ptop h2 span{ color:#e4fe05;}
.ptop h3{ font-size:18px; color:#fff; margin-top:10px;}
#demolefta{OVERFLOW: hidden; WIDTH:1200px; margin:0 auto; margin-top:55px; }
.cpaa{ width:215px; background:#fff; border-radius:5px; margin-right:20px;  margin-left:20px; text-align:left}

.cpaa p{ color:#555;text-align:center; background:#f2f2f2; height:40px; line-height:40px; border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;}

.calie{ width:215px; height:265px;  display: flex;justify-content: center;
align-items: center; overflow:hidden; }
.calie  img{max-width:200px;max-height:250px; transition: all 0.8s;}
.calie  img:hover{   transform: scale(1.2);}

.honor{ width:100%; margin:0 auto; background:#f2f2f2; margin-bottom:30px;}
.honor_a{ width:1200px; margin:0 auto; padding-top:60px; padding-bottom:60px;}
#featured-area { 

	width: 1200px; padding-top:30px;
	padding-bottom:50px;
}
#featured-area img{ border:none}
.roundabout-holder {
	list-style:none; 
	width:1000px; 
	height:260px; 
	margin:0px auto;
}

.roundabout-moveable-item {
	font-size:12px!important;
	height:253px; width:374px;
	cursor:pointer; padding:12px;
	border:1px solid #f0f0f0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#f9f9f9;
}

.roundabout-moveable-item img {
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	margin:0;
}

.roundabout-in-focus {
	cursor:auto;
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}

.roundabout-in-focus:hover {
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}

.roundabout-holder span	 {
	display:none;
	font-size:11px;
}

.roundabout-in-focus:hover span	{
	display:inline;
	position:absolute;
	bottom:5px;
	right:5px;
	padding:8px 20px;
	background:#f9f9f9;
	color:#838383;
	z-index:999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	font-size : 11px;
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
}

.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
	outline:none;
	text-decoration:none;
}

.roundabout li {
	margin:0
}






.wenzi{ margin-bottom:50px;}
.wenzi .wenzuo h2{color:#333333; font-size:35px; line-height:40px;font-weight:900;  padding-bottom:10px; }
.wenzi .wenzuo h3{color:#333333; font-size:17px; text-transform:uppercase; font-weight:normal;  }
/*----------新闻---------*/
#new{width:1200px; margin:auto; clear:both; padding-bottom:50px;overflow:hidden; margin:0 auto;  margin-bottom:40px; padding-top:40px;  }
#new h4{width:1200px;color:#333333; font-size:33px; text-align:left; line-height:40px;font-weight:900;  padding-bottom:30px; font-weight:900; padding-top:50px }
#new h4 span{width:1200px; color:#333333; font-size:17px; text-transform:uppercase; font-weight:normal;  }

.n2{width:1200px; margin:0 auto;  }
.n2 ul{ }
.n2 ul li{display:inline;float:left;width:331px; height:170px; margin-right:68px;  }
.n2 ul li a{ float:left;  width:331px;  line-height:30px; margin-bottom:10px; }
.n2 ul li h5{width:331px;float:left; text-align:left; color:#000; font-size:17px; font-weight:normal; line-height:40px; margin-bottom:5px;}
.n2 ul li h3{width:331px;float:left; text-align:left; color:#bababa; font-size:50px; background:url(../images/n_x.jpg) no-repeat 100px 25px; font-weight:normal;  line-height:40px; margin-bottom:5px; font-family:Arial, Helvetica, sans-serif}
.n2 b{  color:#9b9b9b; font-weight:normal ;font-size:14px; float:right}
.vv{width:331px;float:left;}
.n2 em{ color:#949494; font-size:12px; font-style:normal }
.m3{width:50px; line-height:33px; text-align:center; float:left; color:#CCCCCC; margin-top:0px; font-size:20px;}
.m3 a{width:50px!important;line-height:32px; float:left; color:#CCCCCC!important; border:#CCCCCC solid 1px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m3 a:hover{ color:#FFFFFF!important; background:#666666; width:150px!important;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}




/*-------底部-----------*/
.foot{ background:#191919; border-top:8px solid #108be9; width:100%; margin:0 auto}
.foota{ width:1200px; margin:0 auto; padding-top:60px;padding-bottom:60px; color:#a9a9a9;}
.faline{ background:#fff; width:40px; height:2px;}
.foota h2{ color:#fff; font-size:19px; padding-bottom:15px; text-transform:uppercase}
.fazuo{ width:380px;}
.fbzuo{ width:300px; margin-left:100px;}
.fazuo ul{ padding-top:23px;}
.fazuo ul li{ float:left; width:50%; line-height:35px;}
.fazuo ul li a{ color:#a8a8a8; text-transform:capitalize}
.ftel{ background:url(../images/index_21.png) no-repeat left; height:35px; line-height:35px; padding-left:50px;  margin-top:25px; font-size:25px; font-weight:900; color:#fff;}
.fltxt{ color:#a8a8a8;padding-left:5px; margin-top:10px; line-height:27px; }
.foota a{color:#a8a8a8;}
.footb{ background:#050505; width:100%; margin:0 auto}
.footc{ width:1200px; margin:0 auto; line-height:25px;color:#a5a5a5;padding-top:20px; padding-bottom:20px;}

.footc .fr{ margin-top:15px;}
.footb a{ color:#a5a5a5;}
.ewm{ width:260px;}
.ewm p{ padding-top:10px; text-align:center;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 15px;text-decoration:none;color: #a5a5a5;}
a.zzb07link:hover {text-decoration: underline;color: #a5a5a5;}
.zzb07tail{font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#a5a5a5;}



.xxjs{background:#108be9; color:#fff; font-size:20px; line-height:40px; height:40px; padding-left:15px; margin-bottom:30px; margin-top:30px;}
/*----内页
.nyabout{width:100%; margin:0 auto; background:url(../images/nyabout.jpg) no-repeat center #f2f2f2; height:300px; }
.nycon{width:100%; margin:0 auto; background:url(../images/nycon.jpg) no-repeat center; height:300px; }
.nyhonor{width:100%; margin:0 auto; background:url(../images/nyhonor.jpg) no-repeat center; height:300px; }
.nyfac{width:100%; margin:0 auto; background:url(../images/nyfac.jpg) no-repeat center; height:300px; }
.nypro{width:100%; margin:0 auto; background:url(../images/nypro.jpg) no-repeat center; height:300px; }
.nynews{width:100%; margin:0 auto; background:url(../images/nynews.jpg) no-repeat center; height:300px; }
---*/
.nyzhong{ width:1200px; margin:0 auto; }
.beijinga{ background:#f2f2f2; width:100%; height:85px; margin-top:-85px;}
.ydao{width:100%; margin:0 auto; background:#047c17; height:50px; line-height:50px;}
.ydao ul{ width:120px; margin:0 auto}
.ydao ul li {width:130px;height: 50px; text-align: center;   float: left; box-sizing: border-box; position: relative;  }
.ydao ul li{ float:left; height:50px; line-height:50px; text-align:center; width:130px; }
.ydao ul li a{ text-decoration: none; position: relative;z-index: 3; display: block; font-weight: normal; line-height:50px; height:50px;  color: #fff;}
.ydao ul li a:hover{background:#83c129\9;color: #fff;}
.ydao ul li:after{content:'';position:absolute;height:100%;width:0;background:#83c129;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.ydao ul li:hover:after,.ydao ul li.cur:after{width:100%;color: #fff;}


.bigbt{ padding-right:40px; padding-left:40px;height:170px;background:#108be9; margin-top:-85px; z-index:9999; position:relative}
.bigbt h2{  padding-top:40px;font-size:25px; color:#fff; font-weight:900; text-transform:uppercase}
.nyaline{ background:#fff; height:1px; width:70px; opacity:0.5;  margin-top:15px; margin-bottom:10px;}
.bigbt h3{ font-size:40px; color:#fff; font-weight:900; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;opacity:0.7;}
.bigbt h3 span{ padding-right:15px;}
.weizhi{ height:85px; line-height:85px; text-transform:capitalize; display:none}
.weizhi a{ padding-left:10px; }
.weizhi span{ padding-left:10px; padding-right:10px;}
.neirong{ width:1200px; margin:0 auto; padding-top:60px; padding-bottom:60px; line-height:30px;}
.wszhong{line-height:30px;}



.ditu{ width:600px;}
.lianx{ width:550px;}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 30px;}
.rit-box .top-tit h3 {font-size: 18px;font-weight: 700;}
.rit-box .top-tit p {font-size: 15px;color: #999999;margin-top: 10px;}
.city li.on {background-color: #2282c9; color:#fff; margin-top:20px;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #ECF0F1;}
.city li a{ color:#fff}
.city {width: 420px;display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}


.imglist1 ul li{text-align:center;float:left;display:inline;width:250px;height:233px; margin:12px 12px;overflow:hidden;background:#fff; border:1px dotted #777; padding:10px; border-radius:5px;}
.imglist1 ul li img{background:#FFF;max-width:240px;max-height:165px;}
.imglist1 ul li span{line-height:22px;display:block;background:#FFF; text-align:center; font-size:13px; padding-top:10px; height:66px;}





.zu11{width:250px!important;  overflow:hidden;vertical-align: middle!important;display: table-cell!important;  display: flex;justify-content: center;
align-items: center; }
.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;}
.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);}



.page_zhici_box_l{ width:347px;}
.page_zhici_box_r{ background:#f2f2f2; height:320px; width:853px;padding-bottom:50px; margin-top:70px;}
.page_zhici_box_r_title{ padding-top:50px; padding-left:50px; font-size:25px; font-weight:bold; padding-bottom:30px;}
.page_zhici_box_r_con{ padding-left:50px; padding-right:50px; }

.neirong .cplist2{ width:360px;-webkit-transition: .4s;margin-right:20px; margin-left:20px; margin-top:60px;}
.neirong .biaoq2{ width:360px; height:260px; border:1px solid #d8d8d8; margin-top:40px;text-align:center;vertical-align:middle;display:block;position:relative;display:table-cell;vertical-align:middle; }
.neirong .biaoq2 img{max-width:360px;max-height:260px; }
.neirong .cplist2 h2{ font-size:20px; font-weight:bold; color:#333; text-align:center; padding-top:15px; padding-bottom:15px;}
.neirong .cplist2 h2 a{ color:#333}
.neirong .cplist2 a:hover  h2 { color:#fcae17}
.neirong .cplist2:hover{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px); -o-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition: .4s;-moz-transition:.4s;-o-transition: .4s;}

.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;width: 100%; color: #108be9; line-height: 30px; text-decoration: none; clear:both; margin-top:20px;}
.contentPage a:link {color: #108be9; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #108be9; font-weight: normal;}
.contentPage a:visited {color: #108be9; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #108be9; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#108be9;font-weight:normal;}
.contentPage .current{color:#108be9; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #108be9; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; 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;}



.weizhi b {
    font-weight: normal;
    padding-left: 30px;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: left center;}
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;}
.endit-content img{max-width:100%;}

.lianxi_ny { height:520px;}
.lianxi_ny_l, .lianxi_ny_r   { width:47%;  }
.lianxi_ny_l h2, .lianxi_ny_r h2  {font-size:25px; line-height:75px; width:100%; float:left; color:#333; }


.lianxi_ny_l .con {width:100%;float:left; margin-top:10px;}
.lianxi_ny_l .con .li {width:30%;float:left; margin-right:3%;}
.lianxi_ny_l p { width:100%; line-height:24px; margin-top:15px; float:left;  }
.lianxi_ny_l strong { width:100%; line-height:29px; margin-top:15px; float:left; font-size:18px;   color:#333;}
.lianxi_ny_l .zixun { line-height:50px; width:200px; color:#fff; text-align:center; background-color:#fa951f; float:left; margin-top:20px;}


.con_gg { color:#fff; padding:30px 0; height:120px; background:url(../images/ys_bg.jpg) no-repeat top center;}
.con_gg h2 { padding-top:15px; line-height:50px; font-size:32px; }
.con_gg p { font-size:18px; line-height:35px;}

.job_ny  table tr td { border:1px solid #efefef; }
.content_lxwm_Bcn{
    overflow: hidden; margin-bottom:60px;
    margin-top: 50px;
    border-top: 4px solid #F3F3F3;
    border-bottom: 4px solid #F3F3F3;
}
.content_lxwm_Bcnl{
    float: left;
    width:28%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 58px;
}.content_lxwm_Bcnlrb { font-size:16px; color:#2e2e2e; line-height:28px;}
.content_lxwm_Bcnlrt{
    font-size: 24px;
    color: #000000;
}
.content_lxwm_Bcnlr{
    padding-top: 13px;
}
.content1 {
    width: 1200px;
    margin: 0 auto;
}

.kuang1 {
    line-height: 50px;
    height: 50px;
    width: 572px;
    color: rgb(41, 41, 41);
    font-family: 微软雅黑;
    padding-left: 20px;
    margin: 5px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(205, 205, 205) !important;
    border-image: initial !important;
}
.kuang2 {
    line-height: 50px;
    height: 120px;
    width: 572px;
    font-family: 微软雅黑;
    float: left;
    padding-left: 20px;
    color: rgb(41, 41, 41) !important;
    margin: 5px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(205, 205, 205) !important;
    border-image: initial !important;
}
.kuang3 {
line-height: 50px;
height: 50px;
width: 366px;
float: left;
color: rgb(41, 41, 41);
font-family: 微软雅黑;
padding-left: 20px;
margin: 5px;
border-width: 1px !important;
border-style: solid !important;
border-color: rgb(205, 205, 205) !important;
border-image: initial !important;
}
.font7 table tr td img {
float: left;
height: 52px;
width: 166px;
}
.ann {
line-height: 48px;
color: rgb(255, 255, 255);
text-align: center;
height: 46px;
width: 198px;
font-family: 微软雅黑;
font-size: 15px;
margin-top: 15px;
background-color:#f9a22f!important;
border-width: 1px;
border-style: solid;
border-color: #f9a22f!important;
border-image: initial;
}
.tit {font-size: 28px;text-align: center;margin: 55px 0;}
.wmen { color:#f9a22f;}
.chi {margin-bottom: 5px;font-weight: bold;color: #333;letter-spacing: 2px;}
.chi i {font-weight:400;color:#fa951f;font-size:14px;padding: 0 15px;font-family:Arial, Helvetica, sans-serif;font-style: italic; letter-spacing: 0px;}
.eng {text-transform: uppercase;font-weight: 100;font-size: 16px;}
.lianxi_ny { height:520px;}
.lianxi_ny_l, .lianxi_ny_r   { width:47%;  }
.lianxi_ny_l h2, .lianxi_ny_r h2  {font-size:25px; line-height:75px; width:100%; float:left; color:#333; }


#ny_xinwen {
	width:1140px; margin:auto; clear:both; padding-top:40px;
	
}
#ny_xinwen ul {
	float: left;
	height: 221px;
	width:1140px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	position: relative;
}
#ny_xinwen ul span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #6d6d6d;
	height: 57px;
	width: 72px;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color: #6d6d6d;
	position: absolute;
	left: 32px;
	top: 40px;
	line-height: 57px;
	text-align: center;
}
#ny_xinwen ul font {
	font-size:13px;font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #6d6d6d;
	height: 25px;
	width: 72px;
	position: absolute;
	left: 32px;
	top: 97px;
}
#ny_xinwen ul li {
	font-size: 17px;
	line-height: 19px;
	color: #000;
	height: 19px;
	width: 729px;
	position: absolute;
	left: 136px;
	top: 40px;
}
#ny_xinwen ul li a{

	color: #000;
	
}
#ny_xinwen ul p {
	font-size: 13px;
	line-height: 28px;
	color: #848484;
	text-align: left;
	float: left;
	height: 56px;
	width: 729px;
	position: absolute;
	left: 136px;
	top: 75px;
}
#ny_xinwen ul em {
	font-size: 13px;
	line-height: 30px;
	color: #1c3650;
height: 30px;
	width: 95px;
	position: absolute;
	left: 136px;
	top: 149px;border:1px solid #1c3650;
	font-style: normal;
	text-align: center;
}
#ny_xinwen ul em a{ color:#1c3650;-webkit-transition: padding-left .8s;	
-moz-transition: padding-left .8s;
-o-transition: padding-left .8s;}
#ny_xinwen ul em a:hover em{ border:1px solid #fbae17}
#ny_xinwen ul em a:hover {padding-left:20px; display:block; background:#1c3650; color:#fff; border:none}
#ny_xinwen ul img {
	height: 133px; border:1px solid #d8d8d8;
	width: 229px;overflow:hidden;cursor: pointer;
	position: absolute;
	top: 40px;
	right: 22px;
}

#ny_xinwen_da {
	width:1140px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ny_xinwen_da h3 {
	font-size: 28px;
	line-height: 33px;
	color: #333;
	text-align: center;
	float: left;
	padding-bottom:20px;
	width:1140px; 
	margin-top: 55px;
	font-weight: normal;
}
.xinwen_zz {
	font-size: 13px;
	line-height: 32px;
	color: #bbbbbb;
	float: left;
	height: 46px;
	width:1140px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	text-align: center;
}
.proimg{ width:500px;text-align:center;vertical-align:middle;display:block;position:relative;display:table-cell;vertical-align:middle; border:1px solid #d8d8d8; overflow:hidden}
.proimg img{ max-width:500px; }
.proimg img{cursor: pointer; width:100%;transition: all 0.6s;}
.proimg img:hover{   transform: scale(1.4);}
.protxt{ width:630px;}
.protxt h2{ font-size:25px; font-weight:900; color:#000;}
.protxt h3{ color:#fdae17; font-size:20px; margin-top:10px;}
.protxt h4{text-overflow: ellipsis;display: -webkit-box; color:#818181;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; margin-top:10px;}
.shangxia{ margin-top:30px;}
.wshs{ border:10px solid #f2f2f2; width:100%;}

.baoo{ font-size:30px; color:#000; font-weight:900; margin-bottom:40px;}
.xwbiaoti{ text-align:center; font-size:35px; color:#333; font-weight:bold}
.fabu{ color:#bbbbbb; text-align:center; margin-top:10px;}
.fline{ background:#d8d8d8; height:1px; width:1200px; margin:0 auto; margin-top:30px; margin-bottom:40px;}
.nyabouta{ width:550px;}
.nyvideo{ width:600px; margin-top:90px;}
.nymiao{ line-height:30px;}
.nyabouta h2{ color:#000; font-weight:30px; font-weight:900; margin-bottom:30px;}
.abhs .abjam{ width:1200px; margin:0 auto; padding-top:70px; padding-bottom:70px; }
.abhs{ background:#f2f2f2; width:100%; margin:0 auto}
.ccp{ background:#fbae17; height:160px; line-height:160px; color:#fff; font-size:30px; text-align:center; padding:0px;}
.con4{ width:1200px; margin:0 auto;padding-bottom:70px; margin-top:70px;}
.con4 table td{ padding-left:30px; padding-top:30px; padding-bottom:30px; padding-right:20px;}
.con4 table p{ font-size:20px; font-weight:bold; color:#fbae17; padding-bottom:10px;}
.con4 table span{ font-size:15px;}

.xwmam{font-size:16px;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden;height:48px; line-height:24px; text-align:center; margin:0 auto; margin:0px; padding:0px; font-size:14px;}
.n4 { width:100%;  }
.n4 li:nth-child(2n) { float:right}

.n4 ul{ width:100%; }
.n4 li{ width:550px; border-bottom:#ccc   dotted  1px;  float:left; height:130px;  margin-bottom:20px; padding-bottom:15px;}

.n4_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; margin-top:25px;}
.n4_1 h7{ font-size:40px;color:#bbbbbb}

.n4_2{ float:right; width:415px; color:#979797;}
.n4_2 h4{ font-weight:normal; font-size:16px; color:#000; margin-bottom:0px; padding:0px; margin-top:0px;}
.n4_2 h4 a{ color:#000;}
.n4_2 h4 a:hover{ color:#2282c9;}



.m4{width:120px; line-height:30px; text-align:center; float:left; margin-bottom:20px; margin-right:410px; margin-top:10px;}

.m4 a{width:120px!important;line-height:30px; float:left; color:#fff!important;  background:#108be9;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m4 a:hover{ color:#FFFFFF!important; background:#666666; width:120px!important; background:#0e7cd0;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}


.fanhui{ width:100%; margin:0 auto; line-height:60px; margin-top:50px; height:40px; overflow:hidden; height:60px;}
.fanhui ul li{ float:left; width:29.5%;background:#f2f2f2;padding-left:20px; padding-right:20px;overflow:hidden; height:60px; line-height:60px;}
.fanhui ul li:nth-child(2n) {background: #108be9; text-align:center}
.fanhui ul li:nth-child(2n) a{ color:#fff; text-align:center}



@media all and (max-width:1199px){
	.pc_daohang{ display:block}
.mobile_daohang{ display:none}
.pc_dibu{ display:block}
.mobile_dibu{ display:none}	
.pc_banner{ display:block}
.mobile_banner{ display:none}	
		.pc_cp_xx{ display:block}
.mobile_cp_xx{ display:none}	
.pc_fanye{ display:block}
.mobile_fanye{ display:none}
.ding_a{ width:98%}
.ahead .diyi{padding-left:25%; width:60%;float:none; text-align:center; margin:0 auto;}
.ahead{ width:98%; padding-bottom:0px; }
.nav_bgc{ width:100%; float:none!important }
.nav{ width:100%; margin:0 auto; height:40px;}
.nav li a { line-height:20px; height:40px;}
.nav li { padding-left:2%; padding-right:2%;}
.nav li a { margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px;}

.sou_a{ width:98%;}
.stel{  width:60%; height:33px; line-height:30px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.search{ margin-right:0px; width:31%}
.searchinput{  width:60%;}
.tima{ float:right;}


.foota{ width:98%;}
.fazuo{ width:25%}
.fbzuo{ width:30%; margin-left:5%;}
.fazuo ul{ padding-top:23px;}
.fazuo ul li{ float:left; width:50%; line-height:25px;}
.footc p{ text-align:center}
.footc{ width:100%; line-height:25px; padding-top:20px; padding-bottom:20px;}
.footc .fl{ float:none; text-align:center}
.footc .fr{ float:none; text-align:center}
.ewm{ width:30%;}
.ewm .fl{ width:45% }
.ewm .fr{ width:45%}
.ewm img{ width:100%!important}
/*----------新闻---------*/
#new{width:96%; }
#new h4{width:100%; }
#new h4 span{width:100%; }

.n2{width:100%; margin:0 auto;  }
.n2 ul li{width:30%;margin-right:3%;   }
.n2 ul li a{  width:100%;   }
.n2 ul li h5{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n2 ul li h3{width:100%;}

.vv{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.honor_a{ width:100%; }
#featured-area { width: 100%;}
.roundabout-holder {width:50%; }



/*------------公司---------*/
.gongsi{ width:98%; }
.anniu{ width:50%;}
.anniu .fl{width:45%;}
.anniu .fr{  width:45%; }
.dianhua{ width:80%; }
.dianhua .fl { width:48%;}
.dianhua .fr { width:48%;}

/*-------产品-------*/
.product_a{ width:100%;}
.product{ width:100%;}
#demolefta{ WIDTH:100%;  }

/*---产品分类--*/
.fenlei{ width:98%; padding-bottom:40px; }
.fenyou{ width:45%;}
.fenyou img{ margin-top:130px;}
.fenzuo{ width:50%; padding-top:0px;}
.fenzuo ul li{ text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.neirong{ width:98%}
.nyzhong{ width:100% }

.imglist1 ul li{ height:auto; padding-bottom:25px;}
.imglist1 ul li{width:28.5%; margin:1.5%;padding:0.5%; }
.imglist1 ul li img{ width:100%;object-fit: cover;}

.zu11{width:30%!important;}
.ditu{ width:50%;}
.lianx{ width:45%}
.city {width:100%}

.n4 li:nth-child(2n) { float:left}

.n4 ul{ width:100%; }
.n4 li{ width:100%; }
.n4_1{ width:20%}
.n4_2{width:75%; }

.fanhui ul li{ float:left; width:31%;padding-left:1%; padding-right:1%;  }
.imglist1 ul li span{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.fline{ width:100%; }

}










@media all and (max-width:1024px){
	.pc_daohang{ display:block}
.mobile_daohang{ display:none}
.pc_dibu{ display:block}
.mobile_dibu{ display:none}	
.pc_banner{ display:block}
.mobile_banner{ display:none}	
		.pc_cp_xx{ display:block}
.mobile_cp_xx{ display:none}	
.pc_fanye{ display:block}
.mobile_fanye{ display:none}
.ding_a{ width:98%}
.ahead .diyi{padding-left:15%; width:70%;float:none; text-align:center; margin:0 auto;}
.hy{ display:none}
.ahead{ width:98%; padding-bottom:0px; }
.nav_bgc{ width:100%; float:none!important }
.nav{ width:100%; margin:0 auto;}
.nav li a { line-height:20px; height:40px;}
.nav li { padding-left:2%; padding-right:2%;}
.nav li a { margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px;}


.sou_a{ width:98%;}
.stel{  width:60%; height:33px; line-height:30px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.search{ margin-right:0px; width:31%}
.searchinput{  width:60%;}
.tima{ float:right;}


.foota{ width:98%; }
.fazuo{ width:25%}
.fbzuo{ width:40%; margin-left:5%;}
.fazuo ul{ padding-top:23px;}
.fazuo ul li{ float:left; width:50%; line-height:25px;}
.footc p{ text-align:center}
.footc{ width:100%; line-height:25px; padding-top:20px; padding-bottom:20px;}
.footc .fl{ float:none; text-align:center}
.footc .fr{ float:none; text-align:center}
.ewm{ width:20%; text-align:center;}
.ewm .fl{ float:none; text-align:center; width:70%; }
.ewm .fr{ float:none; text-align:center; width:70%}
.ewm img{ width:40%; text-align:center}
/*----------新闻---------*/
#new{width:96%; }
#new h4{width:100%; }
#new h4 span{width:100%; }

.n2{width:100%; margin:0 auto;  }
.n2 ul li{width:30%;margin-right:3%;   }
.n2 ul li a{  width:100%;   }
.n2 ul li h5{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n2 ul li h3{width:100%;}

.vv{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.honor_a{ width:100%; margin:0 auto; padding-top:60px; padding-bottom:60px;}
#featured-area { width: 100%; }

#featured-area img{ border:none}
.roundabout-holder {
	list-style:none; 
	width:50%; 
	height:260px; 
	margin:0px auto;
}



/*------------公司---------*/
.gongsi{ width:98%; }
.anniu{ width:50%;}
.anniu .fl{width:45%;}
.anniu .fr{  width:45%; }
.dianhua{ width:80%; }
.dianhua .fl { width:48%;}
.dianhua .fr { width:48%;}

/*-------产品-------*/
.product_a{ width:100%;}
.product{ width:100%;}
#demolefta{ WIDTH:100%;  }
.cpaa{ width:215px; background:#fff; border-radius:5px; margin-right:20px;  margin-left:20px; text-align:left}

.cpaa p{ color:#555;text-align:center; background:#f2f2f2; height:40px; line-height:40px; border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;}

.calie{ width:215px; height:265px;  display: flex;justify-content: center;
align-items: center; overflow:hidden; }
.calie  img{max-width:200px;max-height:250px; transition: all 0.8s;}
.calie  img:hover{   transform: scale(1.2);}



/*---产品分类--*/
.fenlei{ width:98%; padding-bottom:40px; }
.fenyou{ width:45%;}
.fenyou img{ margin-top:130px;}
.fenzuo{ width:50%; padding-top:0px;}
.fenzuo ul li{ text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.neirong{ width:98%}
.nyzhong{ width:100% }

.imglist1 ul li{ height:auto; padding-bottom:25px;min-height:150px;}
.imglist1 ul li{width:28.5%; margin:1.5%;padding:0.5%; }
.imglist1 ul li img{ height:145px; width:auto!important}
.ditu{ width:50%;}
.lianx{ width:45%}
.city {width:100%}

.n4 li:nth-child(2n) { float:left}

.n4 ul{ width:100%; }
.n4 li{ width:100%; }

.n4_1{ width:20%}
.n4_2{width:75%; }

.fline{ width:100%; }


.fanhui ul li{ float:left; width:31%;padding-left:1%; padding-right:1%;  }

.imglist1 ul li span{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
	}




@media all and (max-width:768px){
.pc_daohang{ display:block}
.mobile_daohang{ display:none}
.pc_dibu{ display:block}
.mobile_dibu{ display:none}	
.pc_banner{ display:block}
.mobile_banner{ display:none}	
		.pc_cp_xx{ display:block}
.mobile_cp_xx{ display:none}	
.pc_fanye{ display:block}
.mobile_fanye{ display:none}		
	
.neirong{ width:90%!important}	
.ding_a{ width:98%}
.ahead .diyi{padding-left:15%; width:70%;float:none; text-align:center; margin:0 auto;}
.ahead{ width:98%; padding-bottom:0px; }
.nav_bgc{ width:100%; float:none!important }
.nav{ width:100%; margin:0 auto;}
.nav li { width:14.2%}
.nav li a { margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px;}


.sou_a{ width:98%;}
.stel{  width:60%; height:33px; line-height:30px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.search{ margin-right:0px; width:31%}
.searchinput{  width:60%;}
.tima{ float:right;}


.foota{ width:98%; }
.fazuo{ width:25%}
.fbzuo{ width:40%; margin-left:5%;}
.fazuo ul{ padding-top:23px;}
.fazuo ul li{ float:left; width:50%; line-height:25px;}
.footc p{ text-align:center}
.footc{ width:100%; line-height:25px; padding-top:20px; padding-bottom:20px;}
.footc .fl{ float:none; text-align:center}
.footc .fr{ float:none; text-align:center}
.ewm{ width:20%; text-align:center;}
.ewm .fl{ float:none; text-align:center; width:70%; }
.ewm .fr{ float:none; text-align:center; width:70%}
.ewm img{ width:40%; text-align:center}
/*----------新闻---------*/
#new{width:96%; }
#new h4{width:100%; }
#new h4 span{width:100%; }

.n2{width:100%; margin:0 auto;  }
.n2 ul li{width:30%;margin-right:3%;   }
.n2 ul li a{  width:100%;   }
.n2 ul li h5{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n2 ul li h3{width:100%;}

.vv{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.honor_a{ width:100%; margin:0 auto; padding-top:60px; padding-bottom:60px;}
#featured-area { width: 100%; }

#featured-area img{ border:none}
.roundabout-holder {
	list-style:none; 
	width:50%; 
	height:260px; 
	margin:0px auto;
}



/*------------公司---------*/
.gongsi{ width:98%; }
.anniu{ width:50%;}
.anniu .fl{width:45%;}
.anniu .fr{  width:45%; }
.dianhua{ width:80%; }
.dianhua .fl { width:48%;}
.dianhua .fr { width:48%;}

/*-------产品-------*/
.product_a{ width:100%;}
.product{ width:100%;}
#demolefta{ WIDTH:100%;  }
.cpaa{ width:215px; background:#fff; border-radius:5px; margin-right:20px;  margin-left:20px; text-align:left}

.cpaa p{ color:#555;text-align:center; background:#f2f2f2; height:40px; line-height:40px; border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;}

.calie{ width:215px; height:265px;  display: flex;justify-content: center;
align-items: center; overflow:hidden; }
.calie  img{max-width:200px;max-height:250px; transition: all 0.8s;}
.calie  img:hover{   transform: scale(1.2);}



/*---产品分类--*/
.fenlei{ width:98%; padding-bottom:40px; }
.fenyou{ width:45%;}
.fenyou img{ margin-top:130px;}
.fenzuo{ width:50%; padding-top:0px;}
.fenzuo ul li{ text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.neirong{ width:98%}
.nyzhong{ width:100% }

.imglist1 ul li{ height:auto; padding-bottom:25px;min-height:150px;}
.imglist1 ul li{width:28.5%; margin:1.5%;padding:0.5%; }
.imglist1 ul li img{ width:100%;object-fit: cover;max-height:145px;}
.ditu{ width:50%;}
.lianx{ width:45%}
.city {width:100%}

.n4 li:nth-child(2n) { float:left}

.n4 ul{ width:100%; }
.n4 li{ width:100%; }

.n4_1{ width:20%}
.n4_2{width:75%; }

.fline{ width:100%; }


.fanhui ul li{ float:left; width:31%;padding-left:1%; padding-right:1%;  }

.imglist1 ul li span{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
	}


@media all and (max-width:640px){
.pc_daohang{ display:none}
.mobile_daohang{ display:block}	
.pc_dibu{ display:none}
.mobile_dibu{ display:block}
.pc_banner{ display:none}
.mobile_banner{ display:block}	
.pc_cp_xx{ display:none}
.mobile_cp_xx{ display:block}
	.mobile_cp_xx img{ max-width:100%}
.pc_fanye{ display:none}
.mobile_fanye{ display:block; border-top:5px solid #d8d8d8;}


.sou_a{ width:98%; display:none}
.wenzi2 h2{ font-size:50px;}
.wenzi2 h3{ font-size:30px;}
.fenlei{ width:90%!important; margin:0 auto; padding-top:40px; padding-bottom:40px;}
.fenzuo{ float:none; width:100%!important}
.fenyou{ float:none!important; width:100%!important; height:auto!important; margin-top:0px!important; padding-top:0px;}
.fenyou img{ margin-top:0px!important;}
.fmiao{ font-size:16px; line-height:25px;}
.fenzuo ul li a{ font-size:17px;}


/*-------产品-------*/
.product_a{ width:100%; height:auto!important}
.product{ width:100%;}
.product{ padding-top:40px; padding-bottom:50px;}
#demolefta{ WIDTH:100%;  }
.cpaa{ width:150px; background:#fff; border-radius:5px; margin-right:20px;  margin-left:20px; text-align:left}

.cpaa p{ color:#555;text-align:center; background:#f2f2f2; height:40px; line-height:40px; border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;}

.calie{ width:150px; height:225px;  display: flex;justify-content: center;
align-items: center; overflow:hidden; }
.calie  img{max-width:150px;max-height:200px; transition: all 0.8s;}
.calie  img:hover{   transform: scale(1.2);}


/*----------新闻---------*/
#new{width:96%; }
#new h4{width:100%; }
#new h4 span{width:100%; }

.n2{width:100%; margin:0 auto;  }
.n2 ul li{width:30%;margin-right:3%;   }
.n2 ul li a{  width:100%;   }
.n2 ul li h5{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n2 ul li h3{width:100%;}

.vv{width:100%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.honor_a{ width:90%; margin:0 auto; padding-top:40px; padding-bottom:40px;}
#featured-area { 

	width: 100%; padding-top:30px;
	padding-bottom:50px;
}
#featured-area img{ border:none}
.roundabout-holder {
	list-style:none; 
	width:100%; 
	height:160px; 
	margin:0px auto;
}

.roundabout-moveable-item {
	font-size:12px!important;
	height:150px; width:200px;
	cursor:pointer; padding:12px;
	border:1px solid #f0f0f0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#f9f9f9;
}

.nyabout{ display:none }
.nycon{display:none  }
.nyhonor{display:none }
.nyfac{display:none }
.nypro{display:none  }
.nynews{display:none }



.weizhi{ display:none}
.beijinga{ display:none}
.bigbt{ width:100%; padding-left:0px; padding-right:0px; background:#f2f2f2; height:60px; margin-top:0px!important;}
.bigbt h2{ color:#108be9;text-align:center;  line-height:60px; margin-top:0px!important; z-index:0px; position:none; font-size:17px;padding-top:0px; padding-left:0px; padding-right:0px; }
.bigbt .nyaline{ display:none}
.bigbt h3{ display:none}
.neirong{ width:90%!important; padding-top:30px; padding-bottom:30px; margin:0 auto; font-size:14px;}
/*------------公司---------*/
.gongsi{ width:90%; padding-top:30px; padding-bottom:40px; }
.anniu{ width:70%;}
.abmiao{ width:85%}
.anniu .fl{width:45%;}
.anniu .fr{  width:45%; }
.dianhua{ width:80%; }
.dianhua .fl { width:48%;}
.dianhua .fr { width:48%;}
.dianhua h3{ font-size:16px;}
.zhongaa{ font-size:15px;}


/*---产品分类--*/
.fenlei{ width:98%; padding-bottom:40px; }
.fenyou{ width:45%;}
.fenyou img{ margin-top:130px;}
.fenzuo{ width:50%; padding-top:0px;}
.fenzuo ul li{ text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.neirong{ width:98%}
.nyzhong{ width:100% }

.rit-box .top-tit { padding-bottom:10px;}
.city{ margin-top:0px;}
.imglist1 ul li{ height:auto; padding-bottom:25px;min-height:150px;}
.imglist1 ul li{width:48%; margin:0px; margin-bottom:20px;padding:0px; }
.imglist1 ul li:nth-child(2n){ float:right}
.imglist1 ul li img{ width:100%;object-fit: cover;max-height:145px;}
.ditu{ width:100%; float:none; display:none; height:200px; overflow:hidden}
.lianx{ width:100%; float:none}
.city {width:100%;}

.xinwen{ background:#fafafa;}
#new{width:96%; margin:0 auto; clear:both; padding-bottom:40px;overflow:hidden; margin:0 auto; padding-top:40px!important; }
#new h4{width:100%;color:#333333; font-size:33px; text-align:left; line-height:40px;font-weight:900;  padding-bottom:30px; font-weight:900; padding-top:50px }
#new h4 span{width:1200px; color:#333333; font-size:17px; text-transform:uppercase; font-weight:normal;  }

.n2{width:100%;  margin:0 auto; padding-top:0px;  }
.n2 ul li{ display:block;float:none;width:100%; height:auto!important; margin-bottom:20px;  background:#fff;padding:0%;}
.n2 ul li:nth-child(2n){ margin-left:0px;}
.n2 ul li a{ float:none;  width:100%;  line-height:30px; margin-bottom:10px; }
.n2 ul li h5{ float:none;  width:100%;  text-align:left; color:#000; font-size:17px; font-weight:normal; line-height:40px; margin-bottom:5px;}
.n2 ul li h3{ float:none;  width:100%;  text-align:left; color:#bababa; font-size:50px; background:url(../images/n_x.jpg) no-repeat 100px 25px; font-weight:normal;  line-height:40px; margin-bottom:5px; font-family:Arial, Helvetica, sans-serif}
.n2 b{  color:#9b9b9b; font-weight:normal ;font-size:14px; float:right}
.vv{width:331px;float:left;}
.n2 em{ color:#949494; font-size:12px; font-style:normal }
.m3{width:50px; line-height:33px; text-align:center; float:none; color:#CCCCCC; margin-top:0px; font-size:20px; }
.m3 a{ padding-left:20px; padding-right:20px;}
.n2 ul li:nth-child(3n){ float:none}
.n2 ul li:nth-child(2n){ float:none; margin-left:0px;}



.n4 li:nth-child(2n) { float:none}

.n4 ul{ width:100%; }
.n4 li{ width:100%; border-bottom:#ccc   dotted  1px;  float:none; height:110px;  margin-bottom:20px; padding-bottom:15px;}

.n4_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; margin-top:25px;}
.n4_1 h7{ font-size:40px;color:#bbbbbb}

.n4_2{ float:right; width:65%; color:#979797;}
.n4_2 h4{ font-weight:normal; font-size:16px; color:#000; margin-bottom:0px; padding:0px; margin-top:0px;}
.n4_2 h4 a{ color:#000;}
.n4_2 h4 a:hover{ color:#108be9;}
.fline{ width:100%; }
.xwmam{ display:none}

.xwbiaoti{ font-size:16px;}

.fanhui ul li{ float:left; width:31%;padding-left:1%; padding-right:1%;  }

.imglist1 ul li span{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

/*手机版底部导航*/
.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.75rem}


.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #0065ce;
    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:#108be9}



/*手机版顶部导航*/
@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:25px; text-align:center;  }
	.focus .shanghl00 ul{ display:inline-block; 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:10rem; position:relative; overflow:hidden;}
	.focus .bd li img{ width:100%;  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;} */
}






