.banner{ width:100%;float: left;overflow: hidden;position: relative;}
.slideBox{ width:100%;  overflow:hidden; position:relative; margin:auto;}
.slideBox .hd{ overflow:hidden; position:absolute; right: 45%; bottom:5%; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:12px; height:12px; text-align:center; background:#fff; cursor:pointer; border-radius: 100%;margin-bottom: 15px; }
.slideBox .hd ul li.on{ background:#008a2e; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;}
.slideBox .bd img{ width:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; right:60px;color: #7d7d7d;transition: 0.3s; display:block; width:40px; height:40px;background-color: #fff;text-align: center;line-height: 40px;font-size: 24px;font-family: "宋体";  }
.slideBox .next{ left:auto; right:0px; }
.slideBox .prev:hover,
.slideBox .next:hover{background-color: #2d4d6c;color: #fff;}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.header{
	width: 14.585%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
	height: 100%;
	overflow: hidden;
}
.header .logo{
	width: 100%;
	height: 25.6%;
	float: left;
	background-color: #008a2e;
	position: relative;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.header .wz{
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	line-height: 50px;
}
.header .nav{
	width: 100%;
	height: 55.5%;
	float: left;
}
.header .nav ul{
	width: 100%;
	height: 100%;
	float: left;
}
.header .nav ul li{
	width: 86%;
	height: calc((100%)/8);
	float: left;
	margin-left: 7%;
	position: relative;
	transition: 0.3s;
}
.header .nav ul li a{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	transition: 0.3s;
}
.header .nav ul li:hover{
	background-color: #ff9900;
}
.header .nav ul li:hover a{
	color: #fff;
}
.header .serk{
	width: 100%;
	height: calc(18.9% - 50px);
	float: left;
	background-color: #008a2e;
}
.header .serk .ser{
	width: 86%;
    height: 30%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-left: 7%;
    margin-top: 8%;
}
.header .serk .dh{
	width: 180px;
	float: left;
	margin-left: calc((100% - 180px)/2);
	margin-top: 5%;
}
.header .serk .dh img{
	width: 23px;
	float: left;
}
.header .serk .dh p{
    float: left;
    font-size: 22px;
    color: #fff;
    margin-left: 5%;
    line-height: 23px;
}
.about{
	width: 100%;
	height: 715px;
	overflow: hidden;
}
.about .list{
	width: 100%;
	height: 517px;
	float: left;
	margin-top: 100px;
	background-color: #f6f6f6;
	position: relative;
}
.w-1200{
	width: 1200px;
	position: relative;
	margin: auto;
}
.about .list .hd{
	width: 200px;
	height: 517px;
	position: absolute;
	top: 0;
	left: 420px;
	z-index: 1;
}
.about .list .hd ul{
	width: 100%;
	height: 405px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about .list .hd ul li{
	width: 100%;
	height: 135px;
	float: left;
	background-color: #008a2e;
	box-sizing: border-box;
	border-top: 2px solid #33a158;
}
.about .list .hd ul li a{
	width: 100%;
	height: 100%;
	float: left;
}
.about .list .hd ul li a i{
	width: 32px;
	height: 1px;
	float: left;
	margin-left: 18px;
	margin-top: 67px;
	background-color: #fff;
}
.about .list .hd ul li a p{
	width: 100px;
	float: left;
	text-align: center;
	line-height: 135px;
	font-size: 18px;
	color: #fff;
}
.about .list .hd ul li.on{
	background-color: #ff9900;
	border-color: #ff9900;
}
.about .list .bd{
	width: 100%;
	height: 517px;
	position: absolute;
	top: 0;
	left: 0;
}
.about .list .bd ul{
	width: 100%;
	height: 100%;
	float: left;
}
.about .list .bd ul .tu{
	width: 407px;
	height: 517px;
	float: left;
	overflow: hidden;
}
.about .list .bd ul .tu img{
	width: 100%;
	height: 100%;
}
.about .list .bd ul .des{
	width: 465px;
	float: right;
	margin-right: 58px;
	margin-top: 170px;
}
.about .list .bd ul .des p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.about .list .bd ul .des .more{
	width: 100%;
	float: left;
	margin-top: 48px;
}
.about .list .bd ul .des .more a{
	width: 102px;
	height: 35px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #008a2e;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #008a2e;
	margin-right: 16px;
	transition: 0.3s;
}
.about .list .bd ul .des .more a:nth-child(2){
	border-color: #ff9900;
	color: #ff9900;
}
.about .list .bd ul .des .more a:hover{
	background-color: #008a2e;
	color: #fff;
}
.about .tt{
	width: 288px;
	height: 70px;
	position: absolute;
	top: 170px;
	right: 234px;
}
.about .tup{
	width: 198px;
	height: 132px;
	position: absolute;
	top: 65px;
	left: 420px;
}
.cpzx{
	width: 100%;
	height: 1000px;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat center;
}
.cpzx .product{
	width: 1340px;
	height: 700px;
	float: left;
	margin-top: 130px;
	box-sizing: border-box;
	border: 1px solid #b8bcbb;
	background: rgba(255,255,255,0.9);
	margin-left: -70px;
	position: relative;
}
.cpzx .product .prev{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 612px;
	top:570px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	font-family: "宋体";
	font-weight: bold; 
	transition: 0.3s;
}
.cpzx .product .prev:hover{
	background-color: #008a2e;
	color: #fff;
}
.cpzx .product .next{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 668px;
	top:570px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	font-family: "宋体";
	font-weight: bold; 
	transition: 0.3s;
}
.cpzx .product .next:hover{
	background-color: #008a2e;
	color: #fff;
}
.cpzx .product .text1{
	width: 400px;
	height: 580px;
	float: left;
	position: relative;
	margin-left: 68px;
	margin-top: 60px;
}
.cpzx .product .text1 ul{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.cpzx .product .text1 ul li{
	width: 400px;
	height: 280px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.cpzx .product .text1 ul li .cp{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.cpzx .product .text1 ul li .cp img{
	width: 100%;
	height: 100%;
}
.cpzx .product .text1 ul li .cp .tit{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	transition: 0.3s;
}
.cpzx .product .text1 ul li .cp .tit p{
	width: 230px;
	float: left;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cpzx .product .text1 ul li .cp .tit span{
	width: 129px;
	float: right;
	margin-right: 20px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cpzx .product .text1 ul li .yy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: rgba(213,130,25,0.8);
	transition: 0.3s;
}
.cpzx .product .text1 ul li:hover .yy{
	top: 0;
	opacity: 1;
}
.cpzx .product .text1 ul li .yy p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	margin-top: 58px;
}
.cpzx .product .text1 ul li .yy span{
	width: 260px;
	float: left;
	margin-left: 70px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 21px;
}
.cpzx .product .text1 ul li .yy .mo{
	width: 260px;
	float: left;
	margin-left: 70px;
	margin-top: 38px;
}
.cpzx .product .text1 ul li .yy .mo a{
	width: 125px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-left: 6px;
	transition: 0.3s;
}
.cpzx .product .text1 ul li .yy .mo a:nth-child(1){
	margin-left: 0;
}
.cpzx .product .text1 ul li .yy .mo a:hover{
	background-color: #fff;
	color: #008a2e;
}

.cpzx .product .text2{
	width: 400px;
	height: 580px;
	float: right;
	position: relative;
	margin-right: 68px;
	margin-top: 60px;
}
.cpzx .product .text2 ul{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.cpzx .product .text2 ul li{
	width: 400px;
	height: 280px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.cpzx .product .text2 ul li .cp{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.cpzx .product .text2 ul li .cp img{
	width: 100%;
	height: 100%;
}
.cpzx .product .text2 ul li .cp .tit{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	transition: 0.3s;
}
.cpzx .product .text2 ul li:hover .cp .tit{
	bottom: -50px;
	opacity: 0;
}
.cpzx .product .text1 ul li:hover .cp .tit{
	bottom: -50px;
	opacity: 0;
}
.cpzx .product .text2 ul li .cp .tit p{
	width: 230px;
	float: left;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cpzx .product .text2 ul li .cp .tit span{
	width: 129px;
	float: right;
	margin-right: 20px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cpzx .product .text2 ul li .yy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: rgba(213,130,25,0.8);
	transition: 0.3s;
}
.cpzx .product .text2 ul li:hover .yy{
	top: 0;
	opacity: 1;
}
.cpzx .product .text2 ul li .yy p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	margin-top: 58px;
}
.cpzx .product .text2 ul li .yy span{
	width: 260px;
	float: left;
	margin-left: 70px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 21px;
}
.cpzx .product .text2 ul li .yy .mo{
	width: 260px;
	float: left;
	margin-left: 70px;
	margin-top: 38px;
}
.cpzx .product .text2 ul li .yy .mo a{
	width: 125px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-left: 6px;
	transition: 0.3s;
}
.cpzx .product .text2 ul li .yy .mo a:nth-child(1){
	margin-left: 0;
}
.cpzx .product .text2 ul li .yy .mo a:hover{
	background-color: #fff;
	color: #008a2e;
}
.cpzx .tps{
	width: 376px;
	position: absolute;
	top: 215px;
	left: 410px;
	z-index: 1;
}
.cpzx .lan{
	width: 340px;
	position: absolute;
	top: 560px;
	left: 430px;
}
.cpzx .lan a{
	width: 98px;
	height: 36px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	text-align: center;
	line-height: 34px;
	margin-left: 20px;
	transition: 0.3s;
}
.cpzx .lan a:first-child{
	margin-left: 0;
}
.cpzx .lan a:hover{
	background-color: #008a2e;
	color: #fff;
}
.cpzx .tt1{
	width: 254px;
	height: 52px;
	position: absolute;
	top: 628px;
	left: 470px;
}
.cpzx .wen{
	width: 282px;
	height: 107px;
	position: absolute;
	top: 804px;
	left: 455px;
}
.qyys{
	width: 100%;
	height: 990px;
	overflow: hidden;
}
.qyys .tt2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 48px;
}
.qyys .base{
	width: 100%;
	height: 580px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.qyys .base .bd{
	width: 100%;
	height: 400px;
	float: left;
	overflow: hidden;
}
.qyys .base .bd ul{
	width: 100%;
	height: 100%;
	float: left;
}
.qyys .base .bd ul img{
	width: 100%;
	height: 100%;
}
.qyys .base .hd{
	width: 100%;
	height: 180px;
	float: left;
}
.qyys .base .hd ul li{
	width: 300px;
	float: left;
}
.qyys .base .hd ul li .tby{
	width: 215px;
	float: left;
	margin-left: 36px;
	margin-top: 43px;
}
.qyys .base .hd ul li .tby i{
	width: 38px;
	float: left;
	text-align: left;
	height: 30px;
}
.qyys .base .hd ul li .tby p{
	float: left;
	font-size: 24px;
	color: #333333;
	line-height: 25px;
	width: 170px;
	overflow: hidden;
	height: 25px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
}
.qyys .base .hd ul li span{
	text-align: left;
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	margin-top: 18px;
	width: 215px;
	float: left;
	margin-left: 36px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.qyys .base .hd ul li.on .tby p{
	color: #019934;
}
.qyys .dh1{
	width: 700px;
	float: left;
	margin-left: 250px;
	margin-top: 50px;
}
.qyys .dh1 img{
	width: 28px;
	height: 27px;
	float: left;
}
.qyys .dh1 p{
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	margin-left: 12px;
}
.qyys .dh1 span{
	float: left;
	font-size: 36px;
	color: #019934;
	font-family: "宋体";
	line-height: 27px;
	margin-left: 10px;
}
.qyys .dh1 .gd a{
	width: 132px;
	height: 38px;
	float: left;
	margin-top: -5.5px;
	margin-left: 24px;
	box-sizing: border-box;
	border: 1px solid #02923f;
	font-size: 18px;
	color: #02923f;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	transition: 0.3s;
}
.qyys .dh1 .gd a:hover{
	background-color: #02923f;
	color: #fff;
}
.qyys .dh1 .zx a{
	width: 130px;
	height: 38px;
	float: left;
	margin-top: -5.5px;
	border-radius: 6px;
	background-color: #ff9900;
	text-align: center;
	line-height: 38px;
	color: #fff;
	margin-left: 40px;
	font-size: 18px;
}
.zsjm{
	width: 100%;
	height: 740px;
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center;
}
.zsjm .box{
	width: 100%;
	height: 580px;
	overflow: hidden;
	background: rgba(255,255,255,0.95);
	float: left;
	margin-top: 80px;
}
.zsjm .box .tt3{
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 79px;
}
.zsjm .box .lst{
	width: 100%;
	float: left;
	margin-top: 55px;
}
.zsjm .box .lst ul li{
	width: 240px;
	float: left;
	margin-left: 48px;
}
.zsjm .box .lst ul li .tus{
	width: 240px;
	height: 220px;
	float: left;
	overflow: hidden;
}
.zsjm .box .lst ul li .tus img{
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.zsjm .box .lst ul li .tus img:hover{
	transform: scale(1.1);
}
.zsjm .box .lst ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #008a2e;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
}
.zsjm .box .lst ul li i{
	width: 40px;
	height: 2px;
	float: left;
	margin-left: 100px;
	background-color: #dddddd;
}
.jdzs{
	width: 100%;
	height: 880px;
	overflow: hidden;
}
.jdzs .tt4{
	width: 438px;
	height: 374px;
	position: absolute;
	top: 164px;
	right: 0;
}
.jdzs .huan{
	width: 100%;
	height: 680px;
	position: absolute;
	top: 100px;
	left: 0;
}
.jdzs .huan .bd{
	width: 712px;
	height: 500px;
	float: left;
}
.jdzs .huan .bd ul{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.jdzs .huan .bd ul img{
	width: 100%;
	height: 100%;
}
.jdzs .huan .hd{
	width: 100%;
	height: 160px;
	float: left;
	margin-top: 20px;
}
.jdzs .huan .hd ul li{
	width: 224px;
	height: 160px;
	float: left;
	overflow: hidden;
	margin-left: 19px;
}
.jdzs .huan .hd ul li img{
	width: 100%;
	height: 100%;
}
.jdzs .huan .hd ul li:first-child{
	margin-left: 0;
}
.jdzs .huan .hd ul li.on{
	box-sizing: border-box;
	border: 1px solid #008a2e;
}
.tdfc{
	width: 100%;
	height: 650px;
	overflow: hidden;
	background-color: #f2f2f2;
}
.tdfc .tt5{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 98px;
}
.tdfc .team{
	width: 100%;
	float: left;
	margin-top: 50px;
	position: relative;
}
.tdfc .team .tmid{
	width: 100%;
	float: left;
	overflow: hidden;
}
.tdfc .team .tmid ul li{
	width: 270px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}
.tdfc .team .tmid ul li .td{
	width: 100%;
	height: 270px;
	float: left;
	overflow: hidden;
}
.tdfc .team .tmid ul li .td img{
	width: 100%;
	height: 100%;
}
.tdfc .team .tmid ul li p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #333333;
	height: 60px;
	background-color: #fff;
	padding-left: 18px;
	overflow: hidden;
	line-height: 60px;
	transition: 0.3s;
}
.tdfc .team .tmid ul li:hover p{
	background-color: #ff9900;
	color: #fff;
}
.tdfc .team .prev{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 140px;
	left: -80px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #999999;
	text-align: center;
	line-height: 38px;
	font-family: "宋体";
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	transition: 0.3s;
}
.tdfc .team .prev:hover{
	border-color: #008a2e;
	color: #008a2e;
}
.tdfc .team .next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 140px;
	right: -80px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #999999;
	text-align: center;
	line-height: 38px;
	font-family: "宋体";
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	transition: 0.3s;
}
.tdfc .team .next:hover{
	border-color: #008a2e;
	color: #008a2e;
}
.news{
	width: 100%;
	height: 1100px;
	overflow: hidden;
	background: url(../images/bg2.jpg) no-repeat center;
}
.news .tt6{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 75px;
}
.news .second{
	width: 450px;
	float: left;
	margin-top: 40px;
	margin-left: 375px;
}
.news .second ul li a{
	width: 150px;
	height: 45px;
	float: left;
	transition: 0.3s;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}
.news .second ul li a:hover{
	background-color: #ff9900;
}
.news .tes{
	width: 100%;
	height: 362px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}
.news .tes .ns{
	width: 548px;
	height: 362px;
	float: left;
	overflow: hidden;
}
.news .tes .ns img{
	width: 100%;
	height: 100%;
}
.news .tes .ms{
	width: 652px;
	height: 362px;
	float: right;
	background-color: #fff;
}
.news .tes .ms p{
	width: 548px;
	float: left;
	margin-left: 52px;
	text-align: left;
	font-size: 20px;
	color: #0a0104;
	font-weight: bold;
	line-height: 80px;
	margin-top: 16px;
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .tes .ms i{
	width: 548px;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #666666;
	margin-left: 52px;
	font-style: normal;
}
.news .tes .ms span{
	width: 548px;
	margin-left: 52px;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    margin-top: 20px;
}
.news .tes .ms a{
	width: 100px;
	height: 32px;
	float: left;
	margin-left: 52px;
	background-color: #008a2e;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	margin-top: 40px;
}
.news .infor{
	width: 100%;
	float: left;
	height: 200px;
	overflow: hidden;
	background: url(../images/bg3.png) no-repeat center;
}
.news .infor ul li{
	width: 600px;
	float: left;
}
.news .infor ul li a{
	width: 530px;
	float: left;
	margin-left: 15px;
	text-align: left;
	box-sizing: border-box;
	border-left: 3px solid #ff9900;
	line-height: 20px;
	margin-top: 55px;
	padding-left: 10px;
	font-size: 18px;
	color: #333333;
	transition: 0.3s;
}
.news .infor ul li a:hover{
	color: #008a2e;
}
.news .infor ul li p{
	width: 530px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #959595;
	line-height: 38px;
	margin-left: 15px;
}
.news .infor ul li span{
	width: 530px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #959595;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: 15px;
}
.news .cjwt{
	width: 100%;
	height: 220px;
	float: left;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	position: relative;
}
.news .cjwt .tt7{
	width: 79px;
	height: 39px;
	position: absolute;
	top: 80px;
	left: 20px;
}
.news .cjwt .problem{
	width: 1036px;
	float: left;
	margin-top: 60px;
	margin-left: 160px;
	position: relative;
}
.news .cjwt .problem .prev{
	width: 
}
.news .cjwt .problem .pmid{
	width: 100%;
	float: left;
}
.news .cjwt .problem .pmid ul li{
	width: 500px;
	height: 115px;
	float: left;
	background: url(../images/bj.png) no-repeat center;
	background-size: 100% 100%;
}
.news .cjwt .problem .pmid ul li .wens{
	width: 455px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.news .cjwt .problem .pmid ul li .wens p{
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	background-color: #f6ab00;
	overflow: hidden;
}
.news .cjwt .problem .pmid ul li .wens a{
	width: 420px;
	float: left;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    transition: 0.3s;
}
.news .cjwt .problem .pmid ul li .wens a:hover{
	color: #008a2e;
}
.news .cjwt .problem .pmid ul li .da{
	width: 455px;
	float: left;
	margin-left: 20px;
	margin-top: 6px;
}
.news .cjwt .problem .pmid ul li .da p{
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	background-color: #3a3a3a;
	overflow: hidden;
}
.news .cjwt .problem .pmid ul li .da span{
	width: 420px;
	float: left;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .cjwt .problem .prev{
	width: 50px;
	height: 24px;
	position: absolute;
	top: 88px;
	left: -140px;
}
.news .cjwt .problem .next{
	width: 50px;
	height: 24px;
	position: absolute;
	top: 88px;
	left: -90px;
}
.hezuo{
	width: 100%;
	height: 430px;
	overflow: hidden;
}
.hezuo .tt8{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 100px;
}
.hezuo .copany{
	width: 100%;
	height: 136px;
	float: left;
	overflow: hidden;
	margin-top: 40px;
}
.hezuo .copany .cmid{
	width: 100%;
	float: left;
}
.hezuo .copany .cmid ul li{
	width: 240px;
	height: 136px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dedede;
	position: relative;
}
.hezuo .copany .cmid ul li img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer{
	width: 100%;
	height: 490px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.footer .ewm{
	width: 120px;
	height: 120px;
	float: left;
	margin-top: 48px;
}
.footer .ewm img{
	width: 100%;
	height: 100%;
}
.footer .gsm{
	width: 340px;
	height: 80px;
	float: left;
	margin-top: 68px;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
}
.footer .gsm p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-left: 18px;
}
.footer .gsm span{
	width: 100%;
	float: left;
	margin-top: 14px;
	margin-left: 18px;
}
.footer .lx{
	width: 360px;
	height: 80px;
	float: left;
	margin-top: 68px;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
}
.footer .lx p{
	width: 280px;
	float: left;
	text-align: left;
	margin-left: 50px;
	font-size: 14px;
	color: #888888;
	line-height: 21px;
	margin-bottom: 10px;
}
.footer .liuyan{
	width: 100%;
	height: 140px;
	float: left;
	margin-top: 35px;
}
.last{
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #008a2e;
}
.last p{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}
.last span{
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}

.zxkf{
	width: 126px;
	height: 400px;
	position: fixed;
	top: 20%;
	right: 5%;
	background-color: #302f2d;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index: 99999;
    box-shadow: 0 0 4px 0 #000;
    display: none;
}
.zxkf.on{
	display: block;
}
.zxkf .wz{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.zxkf .wz p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.zxkf .wz span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}
.zxkf .wz img{
	width: 93px;
	height: 14px;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}
.zxkf .kfbx{
	width: 137px;
    height: 127px;
    float: left;
    position: relative;
    margin-left: -11px;
    margin-top: 5px;
}
.zxkf .kfbx .yj{
	width: 12px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
}
.zxkf .kfbx ul{
	width: 100%;
	height: 118px;
	float: left;
	margin-top: 9px;
	background-color: #019b4d;
}
.zxkf .kfbx ul li{
	width: 100%;
	height: calc((100%)/3);
	float: left;
}
.zxkf .kfbx ul li a{
	width: 126px;
	height: 40px;
	float: right;
	position: relative;
	transition: 0.3s;
}
.zxkf .kfbx ul li a span{
	width: 130px;
	position: absolute;
	top: 0;
	left: -150px;
	height: 40px;
	background-color: #019b4d;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	display: none;
}
.zxkf .kfbx ul li a:hover span{
	display: block;
}
.zxkf .kfbx ul li a .y1{
	width: 50px;
	height: 100%;
	float: left;
	position: relative;
	transition: 0.3s;
	opacity: 1;
}
.zxkf .kfbx ul li a .y1 img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.zxkf .kfbx ul li a .t1{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
.zxkf .kfbx ul li a .t1 img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.zxkf .kfbx ul li a p{
	width: 75px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
.zxkf .kfbx ul li:hover{
	background-color: #fff;
}
.zxkf .kfbx ul li a:hover .y1{
	opacity: 0;
}
.zxkf .kfbx ul li a:hover .t1{
	opacity: 1;
}
.zxkf .kfbx ul li a:hover p{
	color: #302f2d;
}
.zxkf .zewm{
	width: 100%;
	height: 144px;
	float: left;
}
.zxkf .zewm .zew{
	width: 97px;
	height: 96px;
	float: left;
	margin-left: 15px;
	margin-top: 12px;
}
.zxkf .zewm .zew img{
	width: 100%;
	height: 100%;
}
.zxkf .zewm p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.zxkf .fh{
	width: 100%;
	height: 33px;
	float: left;
	border-top: 6px solid #fff;
	cursor: pointer;
    margin-top: 3px;
}

.anniu{
	width: 32px;
	height: 197px;
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
	cursor: pointer;
	display: block;
}
.lheader{
	width: 100%;
	height: 100px;
	clear: both;
}
.lheader .llogo{
	width: 90px;
	height: 90px;
	float: left;
	position: relative;
	margin-top: 5px;
}
.lheader .llogo img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.lheader .lnav{
	float: left;
	width: 1005px;
	margin-left: 100px;
}
.lheader .lnav ul li a{
	width: calc((100%)/8);
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 100px;
	transition: 0.3s;
}
.lheader .lnav ul li a:hover{
	color: #008a2e;
	font-weight: bold;
}



















