.banner{ width:100%;overflow: hidden;position: relative;}
.slideBox{ width:100%;  overflow:hidden; position:relative; margin:auto;}
.slideBox .hd{ width: 100%; overflow:hidden; position:absolute; right: 0; bottom:5%; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; width: 100%; display: flex;flex-flow: wrap;justify-content: center;background: url(../images/xian.png) no-repeat center;background-size: 100% 1px;background-position: 20% 79%; }
.slideBox .hd ul li{
	width: 3.5%;
	float: left;
	margin-left: 4.1%;
	transition: 0.3s;
}
.slideBox .hd ul li p{
	width: 90%;
	height: 3.1vw;
	float: left;
	position: relative;
	background: url(../images/tb.png) no-repeat center #1ba749;
	border-radius: 100%;
	margin-left: 5%;
}
.slideBox .hd ul li:nth-child(2) p{
	background: url(../images/tb1.png) no-repeat center #138358;
}
.slideBox .hd ul li:nth-child(3) p{
	background: url(../images/tb2.png) no-repeat center #cd6933;
}
.slideBox .hd ul li span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: .9vw;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
	line-height: 2vw;
}

.slideBox .hd ul li:first-child{
	margin-left: 0;
}
.slideBox .hd ul li:nth-child(2){
	margin-left: 4.5%;
}
.slideBox .hd ul li.on p{
	border: 5px solid rgba(255,255,255,0.8);
	margin-left: -1px;
}



.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; top: 50%; left: 10%; color: #7d4717;transition: 0.3s;font-weight: bold; display:block; width:128px; height:45px;text-align: center;line-height: 40px;font-size: 50px;font-family: "宋体";  }
.slideBox .next{ left:auto; right:10%; }
.slideBox .prev:hover,
.slideBox .next:hover{}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.header{
	width: 100%;
	height: 5vw;
	clear: both;
	background-color: #fff;
	position: relative;
	z-index: 999;
}
.header .logo{
	height: 4.16vw;
	float: left;
	margin-left: 5%;
	margin-top: .45vw;
}
.header .logo img{
	height: 100%;
}
.header .nav{
	width: 67.5%;
	float: right;
	margin-right: 6.25%;
}
.header .nav ul li a{
	float: left;
	font-size: .9vw;
	color: #000000;
	line-height: 5vw;
	margin-left: 3%;
	transition: 0.3s;
}
.header .nav ul li:first-child a{
	margin-left: 0;
}
.header .nav ul li a:hover{
	color: #138358;
}
.header .tab{
	width: 6.25%;
	height: 5vw;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #138358;
	z-index: 999;
}
.header .tab img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.header .ser{
	width: 300px;
	height: 45px;
	position: absolute;
	top: 5vw;
	right: 0;
	z-index: 999;
	background-color: #cccccc;
	transition: 0.3s;
	display: none;
}
.header .ser.on{
	display: block;
}
.about{
	width: 100%;
	height: 840px;
	overflow: hidden;
}
.w-1200{
	width: 1200px;
	position: relative;
	margin: auto;
}
.about .about_bg{
	width: 940px;
	height: 680px;
	position: absolute;
	top: 80px;
	right: -360px;
	overflow: hidden;
}
.about .about_bg img{
	width: 100%;
	height: 100%;
}
.about .about_title{
	width: 200px;
	position: absolute;
	top: 119px;
	left: 0;
}
.about .about_title p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 30px;
	color: #138358;
	font-weight: bold;
	font-family: "宋体";
	line-height: 29px;
	margin-bottom: 14px;
}
.about .about_title span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	margin-bottom: 20px;
}
.about .about_title i{
	width: 150px;
	height: 1px;
	float: left;
	background-color: #dddddd;
}
.about .gywm{
	width: 725px;
	position: absolute;
	top: 202px;
	left: 0;
}
.about .gywm .bd{
	width: 100%;
	height: 378px;
	float: left;
}
.about .gywm .bd ul{
	width: 100%;
	float: left;
}
.about .gywm .bd ul .abt{
	width: 100%;
	height: 220px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}
.about .gywm .bd ul .abt .tup{
	width: 700px;
	height: 170px;
	float: left;
	margin-top: 25px;
	overflow: hidden;
}
.about .gywm .bd ul .abt .tup img{
	width: 100%;
	height: 100%;
}
.about .gywm .bd ul p{
	width: 570px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.about .gywm .hd{
	width: 100%;
	float: left;
	height: 100px;
}
.about .gywm .hd ul li{
	width: 100px;
	height: 100px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #956034;
	margin-left: 40px;
	transition: 0.3s;
}
.about .gywm .hd ul li:first-child{
	margin-left: 0;
}
.about .gywm .hd ul li .icon{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}
.about .gywm .hd ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #956034;
	line-height: 35px;
}
.about .gywm .hd ul li.on{
	background-color: #138358;
	border-color: #138358;
}
.about .gywm .hd ul li.on .icon{
	filter: brightness(10);
}
.about .gywm .hd ul li.on p{
	color: #fff;
}
.about .sp{
	width: 475px;
	height: 220px;
	position: absolute;
	top: 202px;
	left: 725px;
}
.qyys{
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.qyys .advan_bg{
	width: 1920px;
	height: 800px;
	position: absolute;
	top: 0;
	left: -360px;
}
.qyys .advan_title{
	width: 600px;
	height: 800px;
	position: absolute;
	top: 0;
	left: -360px;
	z-index: 1;
}
.qyys .four{
	width: 960px;
	height: 800px;
	float: right;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	position: relative;
}
.qyys .four ul li{
	width: 240px;
	height: 800px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.qyys .four ul li .yuan{
	width: 112px;
	height: 112px;
	position: absolute;
	top: 320px;
	left: 63px;
	transition: 0.3s;
}
.qyys .four ul li .bit{
	width: 100%;
	position: absolute;
	top: 460px;
	left: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	transition: 0.3s;
}
.qyys .four ul li .tu{
	width: 100%;
	height: 400px;
	position: absolute;
	top: -400px;
	left: 0;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
}
.qyys .four ul li .tu img{
	width: 100%;
	height: 100%;
}
.qyys .four ul li .more{
	width: 58px;
	height: 58px;
	position: absolute;
	top: 371px;
	left: 90px;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.qyys .four ul li .des{
	width: 100%;
	position: absolute;
	top: 800px;
	height: 400px;
	transition: 0.3s;
	background: rgba(255,255,255,0.8);
	opacity: 0;
}
.qyys .four ul li:hover .tu{
	top: 0;
	opacity: 1;
}
.qyys .four ul li:hover .yuan{
	opacity: 0;
}
.qyys .four ul li:hover .bit{
	opacity: 0;
}
.qyys .four ul li:hover .des{
	top: 400px;
	opacity: 1;
}
.qyys .four ul li:hover .more{
	opacity: 1;
}
.qyys .four ul li .des p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	color: #222222;
	line-height: 26px;
	margin-top: 94px;
	margin-bottom: 10px;
}
.qyys .four ul li .des span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	line-height: 12px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.qyys .four ul li .des i{
	width: 55px;
	height: 3px;
	float: left;
	margin-left: 93px;
	background-color: #cccccc;
	margin-top: 50px;
}
.qyys .four ul li .des em{
	width: 184px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
	margin-left: 28px;
	margin-top: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-style: normal;
}
.fuwu{
	width: 100%;
	height: 1027px;
	overflow: hidden;
}
.fuwu .service_title{
	width: 100%;
	float: left;
	margin-top: 79px;
}
.fuwu .service_title p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #138358;
	font-family: "宋体";
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 14px;
}
.fuwu .service_title span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
}
.fuwu .service_title i{
	width: 150px;
	height: 1px;
	float: left;
	background-color: #dddddd;
	margin-top: 20px;
	margin-left: 525px;
}
.fuwu .list{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.fuwu .list ul li{
	width: 285px;
	height: 240px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 14px #cccccc;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fuwu .list ul li a{
	width: 100%;
	height: 100%;
	float: left;
	transition: 0.3s;
}
.fuwu .list ul li .icon1{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 28px;
}
.fuwu .list ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #333333;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
    transition: 0.3s;
}
.fuwu .list ul li span{
	width: 210px;
	float: left;
	margin-left: 37.5px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    transition: 0.3s;
}
.fuwu .list ul li:nth-child(1){
	margin-left: 0;
}
.fuwu .list ul li:nth-child(5){
	margin-left: 0;
}
.fuwu .list ul li:nth-child(9){
	margin-left: 0;
}
.fuwu .list ul li:hover .icon1{
	filter: brightness(10);
}
.fuwu .list ul li:hover a{
	background-color: #138358;
}
.fuwu .list ul li:hover p{
	color: #fff;
}
.fuwu .list ul li:hover span{
	color: #fff;
}
.guang{
	width: 100%;
	height: 515px;
	overflow: hidden;
}
.guang .ad{
	width: 1920px;
	height: 497px;
	position: absolute;
	top: 0;
	left: -360px;
}
.guang .dh{
	width: 420px;
	height: 45px;
	float: right;
	position: relative;
	z-index: 1;
}
.guang .dh img{
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 14.5px;
	margin-right: 5px;
}
.guang .dh p{
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 45px;
}
.guang .dh a{
	width: 160px;
	height: 45px;
	float: right;
	background-color: #138358;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
}
.lvyou{
	width: 100%;
	height: 1090px;
	overflow: hidden;
	margin-top: -50px;
}
.lvyou .lv_title{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.lvyou .lv_title p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #138358;
	font-family: "宋体";
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 14px;
}
.lvyou .lv_title span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
}
.lvyou .lv_title i{
	width: 150px;
	height: 1px;
	float: left;
	background-color: #dddddd;
	margin-top: 20px;
	margin-left: 525px;
}
.lvyou .five{
	width: 100%;
	float: left;
}
.lvyou .five ul li{
	width: 1200px;
	height: 290px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.lvyou .five ul li .tu1{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.lvyou .five ul li .tu1 img{
	width: 100%;
	height: 100%;
}
.lvyou .five ul li .ms{
	width: 300px;
	position: absolute;
	top: 75px;
	left: 50px;
}
.lvyou .five ul li .ms p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
}
.lvyou .five ul li .ms span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 55px;
}
.lvyou .five ul li .ms i{
	width: 105px;
	height: 34px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: relative;
	transition: 0.3s;
}
.lvyou .five ul li .ms i img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.lvyou .five ul li:hover .ms i{
	margin-left: 10px;
}
.lvyou .five ul li:nth-child(2){
	width: 790px;
	margin-right: 10px;
}
.lvyou .five ul li:nth-child(3){
	width: 400px;
}
.lvyou .five ul li:nth-child(4){
	width: 400px;
	margin-right: 10px;
}
.lvyou .five ul li:nth-child(5){
	width: 790px;
}
.youshi{
	width: 100%;
	height: 830px;
	overflow: hidden;
}
.youshi .youshi_title{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.youshi .youshi_title p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #138358;
	font-family: "宋体";
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 14px;
}
.youshi .youshi_title span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
}
.youshi .youshi_title i{
	width: 150px;
	height: 1px;
	float: left;
	background-color: #dddddd;
	margin-top: 20px;
	margin-left: 525px;
}
.youshi .youshi_bg{
	width: 1920px;
	height: 720px;
	position: absolute;
	top: 110px;
	left: -360px;
}
.youshi .six{
	width: 1170px;
	height: 720px;
	position: absolute;
	top: 110px;
	left: -360px;
}
.youshi .six ul{
	width: 960px;
	height: 720px;
	float: left;
	background: rgba(0,0,0,0.4);
	padding-top: 30px;
}
.youshi .six ul li{
	width: 1170px;
	height: 110px;
	float: left;
	transition: 0.3s;
	overflow: hidden;
}
.youshi .six ul li a{
	width: 100%;
	height: 100%;
	float: left;
	transition: 0.3s;
}
.youshi .six ul li .icon2{
	width: 105px;
	height: 110px;
	float: left;
	margin-left: 360px;
	position: relative;
	transition: 0.3s;
}
.youshi .six ul li .icon2 img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.youshi .six ul li .ds{
	width: 415px;
	float: left;
	height: 110px;
	margin-left: 20px;
}
.youshi .six ul li .ds p{
	width: 100%;
	height: 110px;
	float: left;
	line-height: 110px;
	font-size: 18px;
	color: #fff;
	transition: 0.3s;
}
.youshi .six ul li .ds span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
    display: none;
}
.youshi .six ul li:hover a{
	background-color: #177659;
}
.youshi .six ul li:hover .icon2{
	background-color: #0a6743;
}
.youshi .six ul li:hover .ds p{
	width: 100%;
	float: left;
	line-height: 26px;
	margin-top: 25px;
	height: 26px;
}
.youshi .six ul li:hover .ds span{
	display: block;
}
.youshi .our{
	width: 230px;
	position: absolute;
	top: 210px;
	right: 35px;
}
.youshi .our p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 21px;
	position: relative;
	z-index: 1;
}
.youshi .our span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	position: relative;
	z-index: 1;
}
.youshi .our i{
	width: 150px;
	height: 150px;
	position: absolute;
	top: -50px;
	left: 40px;
	box-sizing: border-box;
	border: 10px solid rgba(255,255,255,0.2);
}
.ryzz{
	width: 100%;
	height: 830px;
	overflow: hidden;
}
.ryzz .honnor_bg{
	width: 960px;
	height: 750px;
	position: absolute;
	top: 0;
	right: -360px;
}
.ryzz .hor_title{
	width: 470px;
	position: absolute;
	top: 108px;
	left: 30px;
}
.ryzz .hor_title p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 34px;
	color: #138358;
	font-family: "宋体";
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 17px;
}
.ryzz .hor_title span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 22px;
	color: #999999;
	line-height: 18px;
}
.ryzz .hor_title i{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	overflow: hidden;
	margin-top: 40px;
	font-style: normal;
}
.ryzz .hor_title a{
	width: 130px;
	height: 24px;
	float: left;
	margin-top: 30px;
	transition: 0.3s;
}
.ryzz .hor_title a:hover{
	margin-left: 10px;
}
.ryzz .rys{
	width: 975px;
	height: 240px;
	position: absolute;
	top: 430px;
	left: 0;
	background: rgba(245,245,245,0.8);
}
.ryzz .rys .r_mid{
	width: 905px;
	float: left;
	margin-left: 28px;
	margin-top: 30px;
}
.ryzz .rys .r_mid ul li{
	width: 280px;
	height: 180px;
	float: left;
	overflow: hidden;
	margin-right: 26px;
}
.ryzz .rys .r_mid ul li img{
	width: 100%;
	height: 100%;
}
.ryzz .rys .prev{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 79px;
	right: -18px;
	background-color: #999999;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
}
.ryzz .rys .next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 125px;
	right: -18px;
	background-color: #138358;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	font-family: "宋体";
	font-weight: bold;
}
.zsjm{
	width: 100%;
	height: 1000px;
	overflow: hidden;
	background-color: #eeeeee;
}
.zsjm .join_title{
	width: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom: 40px;
}
.zsjm .join_title p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-family: "宋体";
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.zsjm .join_title p span{
	color: #138358;
}
.zsjm .join_title i{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #777777;
	line-height: 15px;
	font-style: normal;
	margin-bottom: 10px;
}
.zsjm .join_title em{
	width: 445px;
	height: 37px;
	float: left;
	margin-left: 378px;
	border-radius: 37px;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	background-color: #138358;
}
.zsjm .join{
	width: 100%;
	float: left;
	position: relative;
}
.zsjm .join .bd{
	width: 100%;
	height: 600px;
	float: left;
	overflow: hidden;
}
.zsjm .join .bd ul{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.zsjm .join .bd ul .tu2{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.zsjm .join .bd ul .tu2 img{
	width: 100%;
	height: 100%;
}
.zsjm .join .bd ul .yy{
	width: 100%;
	height: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.zsjm .join .bd ul .yy p{
	width: 550px;
	float: left;
	margin-left: 325px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 40px;
}
.zsjm .join .hd{
	width: 100%;
	height: 150px;
	position: absolute;
	top: 520px;
	left: 0;
}
.zsjm .join .hd ul li{
	width: 275px;
	height: 150px;
	float: left;
	background-color: #fff;
	margin-left: 20px;
	transition: 0.3s;
}
.zsjm .join .hd ul li.on{
	background-color: #138358;
}
.zsjm .join .hd ul li.on p{
	color: #fff;
}
.zsjm .join .hd ul li.on span{
	color: #fff;
}
.zsjm .join .hd ul li.on i{
	background-color: #fff;
}
.zsjm .join .hd ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	margin-top: 38px;
	margin-bottom: 12px;
	transition: 0.3s;
}
.zsjm .join .hd ul li span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	transition: 0.3s;
}
.zsjm .join .hd ul li i{
	width: 30px;
	height: 1px;
	float: left;
	margin-left: 123px;
	background-color: #138358;
	margin-top: 25px;
	transition: 0.3s;
}
.zsjm .join .hd ul li:first-child{
	margin-left: 20px;
}
.cpzx{
	width: 100%;
	height: 1060px;
	overflow: hidden;
}
.cpzx .shop_bg{
	width: 100%;
	height: 504px;
	position: absolute;
	top: 0;
	left: -360px;
}
.cpzx .tit{
	width: 500px;
	float: left;
	margin-left: 350px;
	margin-top: 117px;
	position: relative;
	z-index: 1;
}
.cpzx .tit p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: "宋体";
	height: 70px;
	line-height: 68px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 75px;
}
.cpzx .tit a{
	width: 85px;
	height: 30px;
	float: left;
	margin-left: 207.5px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.cpzx .ad1{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
.cpzx .product{
	width: 100%;
	float: left;
	position: relative;
}
.cpzx .product .prev{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 160px;
	left: -80px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 2px solid #ababab;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #ababab;
	font-weight: bold;
	font-family: "宋体";
}
.cpzx .product .next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 160px;
	right: -80px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 2px solid #ababab;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #ababab;
	font-weight: bold;
	font-family: "宋体";
}
.cpzx .product .p_mid{
	width: 100%;
	float: left;
	overflow: hidden;
}
.cpzx .product .p_mid ul li{
	width: 270px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}
.cpzx .product .p_mid ul li .cp{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.cpzx .product .p_mid ul li .cp img{
	width: 100%;
	height: 100%;
}
.cpzx .product .p_mid ul li .mes{
	width: 190px;
	height: 100px;
	position: absolute;
	top: 243px;
	left: 40px;
	box-sizing: border-box;
	border: 3px solid rgba(255,255,255,0.9);
}
.cpzx .product .p_mid ul li .mes .bai{
	width: 170px;
	height: 80px;
	float: left;
	background: rgba(255,255,255,0.9);
	margin-left: 7px;
	margin-top: 7px;
}
.cpzx .product .p_mid ul li .mes .bai p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 5px;
}
.cpzx .product .p_mid ul li .mes .bai i{
	width: 150px;
	height: 1px;
	float: left;
	margin-left: 10px;
	background-color: #dddddd;
}
.cpzx .product .p_mid ul li .mes .bai span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #888888;
	line-height: 16px;
	margin-top: 12px;
}
.news{
	width: 100%;
	height: 930px;
	overflow: hidden;
}
.news .news_bg{
	width: 1920px;
	height: 450px;
	position: absolute;
	top: 0;
	left: -360px;
	overflow: hidden;
}
.news .news_zb{
	width: 259px;
	height: 668px;
	position: absolute;
	top: 180px;
	left: 0;
	z-index: 1;
}
.news .news_zb .news_title{
	width: 100%;
	height: 484px;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #efefef;
}
.news .news_zb .news_title img{
	width: 175px;
	height: 374px;
	float: left;
	margin-top: 47px;
	margin-left: 40px;
}
.news .news_zb .tel{
	width: 100%;
	height: 184px;
	float: left;
	overflow: hidden;
	background: url(../images/tel_bg.png) no-repeat center;
}
.news .news_zb .tel p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 35px;
}
.news .news_zb .tel span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 23px;
	margin-bottom: 25px;
}
.news .news_zb .tel a{
	width: 178px;
	height: 36px;
	float: left;
	margin-left: 40px;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
}
.news .tes{
	width: 850px;
	height: 116px;
	position: absolute;
	top: 475px;
	right: 0;
}
.news .tes .ns{
	width: 234px;
	height: 116px;
	float: left;
	overflow: hidden;
	margin-right: 35px;
}
.news .tes .ns img{
	width: 100%;
	height: 100%;
}
.news .tes .nr{
	width: 568px;
	float: left;
}
.news .tes .nr p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
}
.news .tes .nr span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}
.news .tes .nr p:hover{
	color: #138358;
}
.news .xw{
	width: 850px;
	position: absolute;
	top: 630px;
	right: 0;
}
.news .xw ul li{
	width: 372px;
	float: left;
	margin-left: 80px;
	margin-bottom: 47px;
}
.news .xw ul li:nth-child(1){
	margin-left: 0;
}
.news .xw ul li:nth-child(3){
	margin-left: 0;
}
.news .xw ul li .sj{
	width: 70px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	border: 5px solid #efefef;
}
.news .xw ul li .sj p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	color: #b1b1b1;
	line-height: 35px;
	margin-top: 5px;
	font-weight: bold;
}
.news .xw ul li .sj span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #b1b1b1;
	line-height: 14px;
}
.news .xw ul li .nr1{
	width: 280px;
	float: left;
	margin-left: 20px;
}
.news .xw ul li .nr1 p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 22px;
    transition: 0.3s;
}
.news .xw ul li .nr1 p:hover{
	color: #138358;
}
.news .xw ul li .nr1 span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

#serl .search{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
#serl .search input[type="text"]{
    width: 100%;
    height: 100%;
    background: none;
    color: #797575 !important;
    font-size: 14px;
    background: none;
    text-indent: 10px;
}
#serl .search > a{
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/public/images/tab.png) no-repeat center #138358;
}
#serl .search input::-webkit-input-placeholder{
    color: #797575 !important;
}


.button{
	width: 30px;
	height: 128px;
	position: fixed;
	top: 20%;
	right: 0;
	background-color: #333333;
	z-index: 999;
	cursor: pointer;
	transition: 0.3s;
}
.button p{
	width: 100%;
	float: left;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-family: "宋体";
	font-weight: bold;
	transition: 0.3s;
	color: #fff;
}
.button p.on{
	transform: rotate(-180deg);
}
.button span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	color: #fff;
	letter-spacing: 4px;
}
.button.on{
	right: 145px;
}
.szxkf{
	width: 0;
	position: fixed;
	top: 10%;
	right: -145px;
	height: 434px;
	border-bottom: none;
	z-index: 999;
	opacity: 0;
	transition: 0.3s;
	background: url(../images/bj1.png) no-repeat center;
}
.szxkf.on{
	right: 0;
	opacity: 1;
	width: 145px;
}
.szxkf .sewm{
	width: 110px;
	height: 110px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 17.5px;
}
.szxkf .sewm img{
	width: 100%;
	height: 100%;
}
.szxkf .sbxt{
	width: 100%;
	height: 238px;
	float: left;
	margin-top: 10px;
}
.szxkf .sbxt ul{
    width: 114px;
    float: left;
    margin-left: 14px;
}
.szxkf .sbxt ul li{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/xx.png) no-repeat bottom left;
}
.szxkf .sbxt ul li .stbr{
	float: left;
	margin-top: 14px;
	width: 32px;
	text-align: left;
}
.szxkf .sbxt ul li p{
	float: left;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.szxkf .zxrx{
	width: 100%;
	float: left;
}
.szxkf .zxrx p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
}
.szxkf .zxrx span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.szxkf .fh{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: -25px;
	cursor: pointer;
}



.form_list p{
    height: auto;
    float: left;
    margin-bottom: 4px;
    overflow: hidden;
    line-height: 40px;
}
.form_list p.zxfg{
    height: 22px;
}
.form_list p.zxfg > *{
    height: 22px;
    line-height: 22px;
}
.form_list p.zxfg input{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.form_list p span{
    color: #666666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    float: left;
}
.form_list p > input{
    height: 14px !important;
    background: #ffffff;
    border: none;
    color: #000000;
    float: left;
    font-size: 14px;
    outline: none;
    text-indent: 12px;
    width: 10px;
}
.form_list p > label{
    color: #888888;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-right: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}



.footer{
	width: 100%;
	height: 640px;
	overflow: hidden;
	background-color: #138358;
}
.footer .ditu{
	width: 680px;
	height: 640px;
	float: left;
	margin-left: -360px;
}
.footer .lx{
	width: 425px;
	float: left;
	margin-left: 100px;
	margin-top: 150px;
}
.footer .lx .dh1{
	width: 100%;
	float: left;
	margin-top: 70px;
	margin-bottom: 40px;
}
.footer .lx .dh1 img{
	width: 14px;
	height: 14px;
	float: left;
}
.footer .lx .dh1 p{
	width: 400px;
	float: left;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.footer .lx .dh1 span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}
.footer .lx .ewm{
	width: 110px;
	height: 110px;
	float: left;
}
.footer .lx .ewm img{
	width: 100%;
	height: 100%;
}
.footer .lx .cot{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.footer .lx .cot p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	opacity: 0.6;
}
.footer .lx .bei{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 0.5;
	margin-top: 105px;
}
.footer .fanku{
	width: 420px;
	float: right;
	margin-right: -100px;
	margin-top: 70px;
}
.footer .fanku .tis{
	width: 100%;
	float: left;
}
.footer .fanku .tis p{
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}
.footer .fanku .tis i{
	width: 1px;
	height: 16px;
	float: left;
	margin-left: 17px;
	background-color: #fff;
	margin-top: 4px;
	margin-right: 17px;
}
.footer .fanku .tis span{
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
}
.footer .fanku .lus{
	width: 100%;
	float: left;
	margin-top: 50px;
}







.header .se_header{
	width: 6.25%;
	height: 100%;
	position: absolute;
	top: -100%;
	right: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	transition: 0.5s;
	opacity: 0;
}
.header .se_header.on{
	top: 0;
	opacity: 1;
}
.header .se_header .open{
	width: 33.33%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 60px;
	display: block;
	cursor: pointer;
}
.header .se_header .open.on{
	display: none;
}
.header .se_header .open img{
	width: 100%;
}
.header .se_header .close{
	width: 33.33%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 60px;
	display: none;
	cursor: pointer;
}
.header .se_header .close.on{
	display: block;
}
.header .se_header .close img{
	width: 100%;
}
.header .se_header .s_dh{
	width: 33.3%;
	position: absolute;
	top: 0;
	bottom: -15vw;
	left: 0;
	right: 0;
	margin: auto;
	height: 80px;
}
.header .se_header .s_dh img{
	width: 100%;
}
.header .se_header .s_dh p{
	width: 200px;
	height: 80px;
	position: absolute;
	top: 0;
	left: -230px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #138358;
	line-height: 80px;
	display: none;
}
.header .se_header .s_dh:hover p{
	display: block;
}
.header .se_header .s_kf{
	width: 33.3%;
	position: absolute;
	top: 0;
	bottom: -25vw;
	left: 0;
	right: 0;
	margin: auto;
	height: 80px;
}
.header .se_header .s_kf img{
	width: 100%;
}
.header .se_header .s_fh{
	width: 33.3%;
	position: absolute;
	top: 0;
	bottom: -35vw;
	left: 0;
	right: 0;
	margin: auto;
	height: 80px;
}

.header .se_header .s_fh img{
	width: 100%;
}
.header.on{
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header.on .logo{
	display: none;
}
.header.on .nav{
	display: none;
}
.zhan_her{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	display: none;
}
.zhan_her.on{
	display: block;
}
.zhan_her ul{
	width: 85%;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.zhan_her ul li{
	width: calc((100%)/13);
	float: left;
	height: 86px;
}
.zhan_her ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1vw;
	color: #fff;
	line-height: 50px;
}
.zhan_her ul li span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: .7vw;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}

.footer .dhs{
	width: 165px;
	position: absolute;
	top: 70px;
	left: 420px;
}
.footer .dhs img{
	width: 14px;
	height: 14px;
	float: left;
}
.footer .dhs p{
	width: 135px;
	float: right;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}
.footer .dhs span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}



















