﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:12px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.header .logo{
	float: left;
	display: block;
	margin-top:32px;
	height: 77px;
}
.header .logo img{
	display: block;
	height: 77px;
}
.nav{
	float: right;
	line-height: 140px;
	font-size:16px;
}
.nav a{
	color:#fff;
	margin-left:40px;
	position: relative;
	float: left;
}
.nav a:hover i,.nav a.hover i{
	display: block;
	width: 22px;
	height: 2px;
	background:#fff;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left:-11px;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 812px;
}
.banner .pics li{
	width: 100%;
	background-repeat:no-repeat;
	background-position:top center;
	height: 812px;
}
.banner .pics a{
	display: block;
	width: 100%;
	height: 812px;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#fff;
	border-radius:100%;
}
.banner .btns .hover{
	background:#155a3d;
}

/*公用CSS 结束*/
.h_tel{
	height: 125px;
	background:#434343;
	color:#fff;
}
.h_tel .tit{
	font-size:28px;
	line-height: 36px;
	float: left;
	padding-top:25px;
}
.h_tel .tit dd{
	font-weight: bold;
}
.h_tel .rts{
	float: right;
	
}
.h_tel .rts dl{
	float: left;
	padding-top:35px;
}
.h_tel .rts dt{
	font-size:18px;
	height: 28px;
	line-height: 28px;
}
.h_tel .rts dd{
	line-height: 30px;
	color:#fff100;
	font-size:30px;
}
.h_tel i{
	float: left;
	display: block;
	border-left:1px solid #777;
	height: 48px;
	margin:40px 30px 0 30px;
}
.h_head{
	padding:60px 0;
	text-align: center;
}
.h_head .t1{
	font-size:30px;
	font-weight: bold;
	line-height: 40px;
}
.h_head .t2{
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-size:14px;
	color:#8e8e8e;
}
.h_head2{
	color:#fff !important;
}
.h_head2 .t2{
	color:#fff;
}
.h_head i{
	display: block;
	margin:16px auto 0 auto;
	width: 46px;
	height: 2px;
	background:#1b7e4e;
}
.h_pro{
	height: 868px;
	background:url(../images/probg.jpg) no-repeat top center;
}
.hp_left{
	width: 460px;
	float: left;
}
.hp_left .head{
	height: 85px;
	line-height: 85px;
	background:#127947 url(../images/hp_head.png) no-repeat 400px center;
	padding-left:25px;
	font-size:30px;
	color:#fff;
}
.hp_left ul{
	width: 228px;
	text-align: center;
	background:#fff;
	cursor: pointer;
}
.hp_left li{
	height: 59px;
	line-height: 59px;
	border-bottom:1px solid #e8e8e8;
	font-size:16px;
}
.hp_left li:last-child{
	border:0;
}
.hp_left .hover{
	color:#127947;
	font-weight: bold;
	background:linear-gradient(to right, #c8f0dc, #fff);
}
.h_pro .con{
	float: right;
	display: block;
	width: 725px;
	height: 564px;
	background:#fff;
	position: relative;
	display: none;
}
.h_pro .show{
	display: block;
}
.h_pro .photo{
	display: block;
	width: 298px;
	height: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.h_pro .tip{
	font-size:68px;
	font-weight: bold;
	font-family:arial;
	text-transform: uppercase;
	color:#cee9dc;
	opacity: 0.25;
	font-style: italic;
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.h_pro dl{
	position: absolute;
	left: 30px;
	top: 70px;
}
.h_pro dt{
	height: 60px;
	line-height: 60px;
	font-size:36px;
	color:#127947;
}
.h_pro dd{
	font-size:20px;
	line-height: 48px;
}
.h_pro dd span{
	float: left;
	margin-right:2em;
}
.h_pro .photos{
	position: absolute;
	left: 30px;
	top: 230px; width:320px; height: 160px; overflow: hidden;
}
.h_pro .photos img{
	display: block;
	width: 200px;
	height: 150px;
	float: left;
	margin-right:8px;
}
.h_pro .bns{
	width: 260px;
	height: 46px;
	line-height: 46px;
	border:1px solid #ccc;
	border-radius:23px;
	text-align: center;
	font-size:16px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	bottom: 100px;
}
.h_pro .bns a{
	display: block;
	height: 46px;
	border-left:1px solid #ccc;
	margin-left:-1px;
	float: left;
	width: 50%;
}
.h_ys{
	height: 800px;
	background:url(../images/ysbg.jpg) no-repeat top center;
}
.ys_main{
	width: 1366px;
	margin:0 auto;
	position: relative;
}
.ys_main .item{
	width: 250px;
	height: 250px;
	background:#fff;
	border-radius:100%;
	text-align: center;
	position: absolute;
}
.ys_main dl{
	padding:45px 30px 0 30px;
}
.ys_main dt{
	height: 74px;
	line-height: 74px;
	font-size:34px;
	font-weight: bold;
	color:#127947;
}
.ys_main dd{
	font-size:14px;
	line-height: 1.6;
}
.ys_main .item1{
	left: 0;
	top: 260px;
}
.ys_main .item4{
	right: 0;
	top: 260px;
}
.ys_main .item2{
	left: 300px;
	top: -50px;
}
.ys_main .item3{
	right: 300px;
	top: -50px;
}

.h_ad{
	height: 158px;
	background:url(../images/h_ad.jpg) no-repeat top center;
}
.h_about{
	height: 659px;
	background:url(../images/abbg.jpg) no-repeat top center;
}
.h_about .wp{
	width: 90%;
	margin:0 auto;
}
.h_about .head{
	padding-top:110px;
}
.h_about dt{
	font-size:27px;
	font-weight: bold;
	color:#127947;
	line-height: 54px;
}
.h_about dd{
	line-height: 32px;
	font-size:16px;
}
.h_about .s1{
	color:#838383;
	font-size:16px;
	line-height: 4;
}
.h_about p{
	width: 50%;
	font-size:16px;
	line-height: 1.6;
	text-indent:2em;
}
.h_about .bns{
	margin-top:70px;
}
.h_about .bns a{
	float: left;
	display: block;
	width: 160px;
	height: 46px;
	background:#fff;
	line-height: 46px;
	text-align: center;
	font-size:14px;
	margin-right:5px;
}
.h_about .bns .hover{
	color:#fff;
	background:#127947;
}
.h_case{
	padding-bottom:50px;
}
.h_case .wp{
	width: 90%;
	margin:0 auto;
}
.h_case .item{
	display: block;
	width: 23%;
	float: left;
	margin:0 1% 10px 1%;
	position: relative;
}
.h_case .item:hover{box-shadow: 0px 0px 20px #aaa;}
.h_case .item:hover img{transform: scale(1.1);}

.h_case .item img{
	display: block;
	width: 100%;
	height:auto;transition: all 0.3s;
}
.h_case .name{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	color:#fff;
	background:#127947;
}
.h_case .name:hover{color:#f60}
.h_news{
	background:#f2f2f2;
	padding-bottom:20px;
}
.h_news .handle{
	text-align: center;
	height: 92px;
}
.h_news .btn{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border:1px solid #e2e2e2;
	border-radius:25px;
	background:#fff;
	margin:0 10px;
	font-size:16px;
}
.h_news .hover{
	color:#fff;
	border-color:#127947;
	background:#127947;
}
.h_news .con{
	display: none;
	width: 90%;
	margin:0 auto;
}
.h_news .show{
	display: block;
}
.ne_item{
	float: left;
	width: 23%;
	margin:0 1% 20px 1%;
	box-sizing:border-box;
	background:#fff;
	padding:15px;     transition: all 0.3s;
}
.ne_item img{transition: all 0.3s;}
.ne_item:hover{box-shadow: 0px 0px 20px #aaa;}
.ne_item:hover img{transform: scale(1.1);}
.ne_item .photo{
	display: block; overflow: hidden;
}
.ne_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.ne_item .name{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#7f7f7f;
	font-size:14px;
}
.ne_item .nm{
	color:#fff;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ne_item .nm:hover{ color:#f60}
.ne_item .date{
	line-height: 34px;
	padding-top:10px;
	color:#999;
}
.ne_item .tip{
	line-height: 22px;
	font-size:14px;
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.ne_item .read{
	line-height: 3;
	color:#137947;
	font-size:14px;
}
.ne_item .read:hover{ color:#f60}
.h_cus{
	padding-bottom:50px;
}
.h_cus .wp{
	width: 90%;
	margin:0 auto;
}
.h_cus a{
	display: block;
	width: 19%;
	float: left;
	margin:0 0.5% 10px 0.5%;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.h_cus img{
	display: block;
	width: 100%;
	height:auto;
}
.h_flow{
	background:#f2f2f2;
}
.fl_list{
	width: 1107px;
	height: 400px;
	margin:0 auto;
	background:url(../images/flow.png) no-repeat center 50px;
}
.fl_list .item{
	width: 18%;
	padding:0 1%;
	float: left;
	text-align: center;
	padding-top:195px;
}
.fl_list .item:nth-child(even){
	padding-top:0;
}
.fl_list dt{
	font-size:24px;
	line-height: 2.2;
}
.fl_list dd{
	line-height: 24px;
	font-size:14px;
	color:#666;
}
.fri_links{
	padding:20px 0;
}
.fri_links .head{
	height: 42px;
	line-height: 42px;
	font-size:16px;
}
.fri_links .head em{
	color:#127947;
}
.fri_links a{
	line-height: 1.8;
	font-size:14px;
	margin-right:15px;
}
.ft_navs{
	height: 50px;
	line-height: 50px;
	background:#127947;
	font-size:14px;
	text-align: center;
	color:#fff;
}
.ft_navs a{
	color:#fff;
	margin:0 25px;
}
.ft_navs a:hover{ color:#f60}
.footer{
	height: 275px;
	background:#363636;
	color:#fff;
}
.ft_logo{
	float: left;
	margin-top:100px;
}
.ft_way{
	margin:15px 0 0 100px;
	width: 460px;
	float: left;
}
.ft_head{
	height: 56px;
	line-height: 56px;
	font-size:16px;
	position: relative;
	border-bottom:1px solid rgba(255,255,255,0.3);
	margin-bottom:10px;
}
.ft_head i{
	display: block;
	width: 20px;
	height: 2px;
	background:#127947;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ft_way li{
	font-size:14px;
	line-height: 2.2;
}
.ft_scan{
	float: right;
	width: 250px;
	margin-top:15px;
}
.ft_scan dl{
	margin-top:10px;
}
.ft_scan dt{
	width: 102px;
	height: 102px;
	border:5px solid #202020;
}
.ft_scan dd{
	text-align: center;
	line-height: 32px;
	font-size:14px;
}

.white, .whites {
	position: relative;
	overflow: hidden;
}
.white:after, .whites:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.white:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
.whites:hover:after {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}