﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#f5f5f5;
	text-align:justify;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#77ac19;	
}
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: 85px;
	background:#fff;
}
.header .logo{
	float: left;
	display: block;
	height: 85px;
}
.header .logo img{
	display: block;
	height: 85px;
}
.head_rt{
	float: right;
}
.nav{
	float: left;
}
.nav a{
	float: left;
	display: block;
	width: 102px;
	height: 85px;
	line-height: 85px;
	font-size:15px;
	position: relative;
	text-align: center;
}
.nav a:hover,.nav a.hover{
	color:#77ac19;
}
.nav a:hover i,.nav a.hover i{
	display: block;
	width: 100%;
	height: 5px;
	border-radius:3px 3px 0 0;
	background:#77ac19;
	position: absolute;
	left: 0;
	bottom: 0;
}
.head_tel{
	float: right;
	margin:0 50px 0 40px;
	padding-left:46px;
	height: 85px;
	background:url(../images/head_tel.png) no-repeat left center;
}
.head_tel dt{
	padding-top:20px;
	font-size:13px;
}
.head_tel dd{
	font-size:25px;
	font-family:Impact;
	color:#77ac19;
}

.banner{
	width:100%;
	height: 668px;
	position: relative;
}
.banner .swiper-slide{
	width:100%;
	height: 668px;
}
.banner .swiper-slide a{
	height: 668px;
	display: block;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .ctrls{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
	background:#fff;
	height: 66px;
	line-height: 66px;
	width: 270px;
	padding-left:200px;	
	font-size:15px;
	color:#ccc;
	text-align: center;
}
.banner .ctrls .swiper-pagination-current{
	font-size:34px;
	font-weight: bold;
	color:#77ac19;
}
.banner .ctrls .swiper-pagination{
	bottom: -5px;
	width: 270px;
	right: 0;
	left:auto;
}
.banner .cbtn{
	display: block;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 0;
	z-index: 50;
	cursor: pointer;
}
.banner .pre{
	left: 200px;
	background:url(../images/ba_pre.png) no-repeat center center;
}
.banner .next{
	right: 20px;
	background:url(../images/ba_next.png) no-repeat center center;
}

/*公用CSS 结束*/

.h_pro{
	width: 1200px;
	margin:0 auto 50px auto;
}
.h_head{
	text-align: center;
	padding:40px 0;
	line-height: 44px;
}
.h_head .t1{
	font-size:30px;
	font-weight: bold;	
}
.h_head .t1 span{
	color:#8fba46;
}
.h_head .t2{
	font-size:40px;
	color:#e7e7e7;
	font-family:arial;
	text-transform: uppercase;
	font-weight: bold;
}
.hp_item{
	display: block;
	height: 240px;
	background:#f5f5f5;
	position: relative;
	margin-bottom:20px;
}
.hp_item .photo{
	display: block;
	width: 240px;
	height: 240px;
	position: absolute;
	right: 0;
	top: 0;
}
.hp_item1{
	width: 590px;
}
.hp_item .cleft{
	float: left;
	padding:40px 0 0 30px;
}
.hp_item dt{
	height: 32px;
	line-height: 32px;
	font-size:18px;
}
.hp_item dd{
	font-size:12px;
	color:#999;
}
.hp_item .more{
	display: block;
	width: 108px;
	height: 36px;
	line-height: 36px;
	color:#a3a3a3;
	margin-top:54px;
	border:1px solid #a3a3a3;
	text-align: center;
	font-size:12px;
}
.hp_item:hover{
	background:#fff;
	position: relative;
	top: -10px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.hp_item:hover .more{
	color:#fff;
	border-color:#8fba46;
	background:#8fba46;
}
.hp_item2{
	width: 389px;
	float: left;
}
.hp_item3{
	margin:0 16px;
}
.h_ab{
	height: 902px;
	background:url(../images/hab.jpg) no-repeat top center;
}
.h_ab2{
	background:none;
	height:auto;
	padding-bottom:70px;
}
.h_ab2 .photo{
	display: block;
	width: 100%;
	margin-top:50px;
}
.h_ab .tps{
	padding-top:60px;
	height: 96px;
}
.h_ab .cleft{
	float: left;
}
.h_ab .cleft dt{
	font-size:30px;
	font-weight: bold;
}
.h_ab .cleft dd{
	font-size:14px;
	font-family:arial;
	color:#999;
	text-transform: uppercase;
	line-height: 24px;
}
.h_ab .item{
	float: left;
	margin-left:95px;
	color:#7c7c7c;
}
.h_ab .item dt{
	font-size:15px;
	font-weight: bold;
}
.h_ab .item dt span{
	font-size:40px;
	font-family:Impact;
}
.h_ab .item dd{
	font-size:12px;
}
.h_ab .tip{
	float: left;
	width: 940px;
	font-size:12px;
	line-height: 24px;
	text-indent:2em;
}
.h_ab .more{
	float: right;
	width: 110px;
	height: 40px;
	line-height: 40px;
	background:#8fba46;
	text-align: center;
	color:#fff;
	font-size:12px;
	margin-top:20px;
}
.h_hy{
	width: 1200px;
	margin:0 auto 85px auto;
	position: relative;
	overflow: hidden;
}
.h_hy .head{
	height: 52px;
}
.h_hy .handle{
	float: left;
}
.h_hy .btn{
	float: left;
	margin-right:34px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
}
.h_hy .handle .hover{
	color:#96be4e;
	border-bottom:2px solid #96be4e;
}
.h_hy .more{
	float: right;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
}
.h_hy .con{
	width: 1250px;
	display: none;
}
.h_hy .show{
	display: block;
}
.ca_item{
	display: block;
	width: 390px;
	height: 260px;
	float: left;
	position: relative;
	overflow: hidden;
	margin:15px 15px 0 0;
}
.ca_item img{
	display: block;
	width: 390px;
	height: 260px;
}
.ca_item .bf{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 96px;
	width: 100%;
	z-index: 20;
	background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
	color:#fff;
}
.ca_item .name1{
	font-weight: bold;
	font-size:15px;
	line-height: 20px;
	bottom: 13px;
	width: 350px;
	left: 20px;
	position: absolute;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.ca_item:hover .name1{
	display: block;
}
.ca_item .af{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	display: none;
	background:rgba(0,0,0,0.8);
	color:#fff;
	box-sizing:border-box;
	padding:40px 16px 0 16px;
}
.ca_item:hover .af{
	display: block;
}
.ca_item:hover .bf{
	display: none;
}
.ca_item .tps{
	font-size:15px;
	line-height: 22px;
	font-weight: bold;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 44px;
}
.ca_item ul{
	font-size:12px;
	line-height: 20px;
	margin:20px 0;
}
.ca_item .mo{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#8fba46;
	color:#fff;	
	font-size:12px;
}
.footer{	
	color:#fff;
	height: 280px;
	background:#8fba46;
}
.footer .wp{
	width: 1040px;
	margin:0 auto;
}
.ft_logo{
	display: block;
	float: left;
	margin:63px 95px 0 0;
}
.ft_logo img{
	display: block;
	width: 242px;
	height:auto;
}
.ft_nav1{
	float: left;
	width: 166px;
	margin-top:40px;
}
.ft_nav1 .title{
	height: 22px;
	line-height: 22px;
	position: relative;
}
.ft_nav1 .title i{
	display: block;
	width: 2px;
	height: 14px;
	background:#fff;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top:-7px;
}
.ft_nav1 li{
	height: 26px;
	line-height: 26px;
}
.ft_nav1 li a{
	color:#fff;
}
.ft_nav2{
	float: left;
	width: 240px;
	margin-top:40px;
}
.ft_nav2 .title{
	height: 22px;
	line-height: 22px;
	position: relative;
}
.ft_nav2 .title i{
	display: block;
	width: 2px;
	height: 14px;
	background:#fff;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top:-7px;
}
.ft_tel{
	padding-left:40px;
	background:url(../images/ft_tel.png) no-repeat left center;
	margin:5px 0;
}
.ft_tel dd{
	font-size:25px;
	font-family:Impact;
}
.ft_code{
	float: right;
	text-align: center;
	width: 130px;
	margin-top:40px;
}
.ft_code dt{
	height: 130px;
}
.ft_code img{
	display: block;
	width: 130px;
	height: 130px;
}
.ft_code dd{
	line-height: 2;
}
.ft_copy{
	clear: both;
	line-height: 5;
	text-align: center;
}

.cm_banner{
	height: 430px;
	background-repeat:no-repeat;
	background-position:top center;
	color:#fff;
	position: relative;
}
.cm_banner dl{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cm_banner dt{
	font-size:60px;
	font-weight: bold;
}
.cm_banner dd{
	font-size:20px;
	line-height: 1.6;
}
.cm_navs{
	height: 60px;
	position: relative;
}
.cm_links{
	height: 68px;
	line-height: 68px;
	width: 1140px;
	padding:0 30px;
	background:#fff;
	position: absolute;
	left: 50%;
	top: -34px;
	margin-left:-600px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.cm_links a{
	height: 65px;
	float: left;
	display: block;
	padding:0 38px;
	font-size:15px;
}
.cm_links a:hover,.cm_links a.hover{
	border-bottom:3px solid #77ab18;
}
.cm_links .fg{
	float: left;
	height: 22px;
	margin:23px 6px;
	border-left:1px solid #f0f0f0;
}
.page{
	text-align:right;
	padding-top:30px;
}
.page a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border:1px solid #eee;
	padding:0 12px;
	margin-left:3px;
	background:#fff;
}
.page a:hover,.page a.hover{
	color:#fff;
	border-color:#8fba46;
	background:#8fba46;
}
.pro_list{
	width: 1212px;
	margin:0 auto;
}
.pro_item{
	display: block;
	width: 291px;
	height: 355px;
	float: left;
	margin:12px 6px 0 6px;
	background:#fff;
	border-bottom:3px solid #fff;
	text-align: center;
	line-height: 4;
}
.pro_item:hover{
	border-color:#76ac18;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	position: relative;
	top: -6px;
}
.pro_item img{
	display: block;
	width: 251px;
	height: 251px;
	margin:20px;
}
.now_pos{
	height: 54px;
	line-height: 54px;
	padding-left:20px;
	color:#999;
	background:url(../images/now_pos.png) no-repeat left center;
}
.now_pos a{
	color:#999;
}
.now_pos span{
	color:#333;
}
.de_toper{
	padding:50px 0;
}
.de_slider{
	width: 500px;
	height: 340px;
	float: left;
	border:1px solid #ededed;
}
.de_slider img{
	display: block;
	width: 500px;
	height: 340px;
}
.de_slider .cbtn{
	width: 46px;
	height: 72px;
	position: absolute;
	z-index: 60;
	top: 50%;
	margin-top:-36px;
	cursor: pointer;
}
.de_slider .pre{
	left: 0;
	background:url(../images/de_pre.png) no-repeat center center;
}
.de_slider .next{
	right: 0;
	background:url(../images/de_next.png) no-repeat center center;
}
.de_intro{
	float: right;
	width: 630px;
}
.de_intro .title{
	height: 82px;
	line-height: 82px;
	border-bottom:1px solid #ededed;
	font-size:30px;
	font-weight: bold;
}
.de_intro dl{
	padding:15px 0;
	line-height: 1.6;
}
.de_intro dt{
	font-size:15px;
	font-weight: bold;
}
.de_intro dd{
	font-size:13px;
	color:#666;
}
.de_content .head{
	height: 44px;
	line-height: 44px;
	border-bottom:2px solid #333;
	clear: both;
}
.de_content .head .tit{
	background:#333;
	float: left;
	font-size:20px;
	color:#fff;
	font-weight: bold;
	width: 135px;
	text-align: center;
}
.de_article{
	width: 700px;
	margin:50px auto 50px auto;
}
.de_article img{
	display: block;
	width: 100%;
}
.ct_toper{
	width: 1200px;
	margin:50px auto;
}
.ct_toper .cleft{
	float: left;
	width: 515px;
}
.ct_toper .head{
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #e6e6e6;
}
.ct_toper .head strong{
	font-size:25px;
	font-weight: normal;
}
.ct_toper .head span{
	color:#ccc;
	font-size:14px;
	padding-left:15px;
	font-family:arial;
	font-weight: bold;
	text-transform: uppercase;
}
.ct_toper dl{
	padding:34px 0 22px 0;
}
.ct_toper dt{
	font-size:30px;
	font-weight: bold;
}
.ct_toper dd{
	font-size:13px;
	color:#999;
}
.ct_toper li{
	line-height: 50px;
	padding-left:40px;
	font-size:15px;
}
.ct_toper .l1{
	background:url(../images/cnt_l1.png) no-repeat left center;
}
.ct_toper .l2{
	background:url(../images/cnt_l2.png) no-repeat left center;
}
.ct_toper .l3{
	background:url(../images/cnt_l3.png) no-repeat left center;
}
.ct_toper .map{
	float: right;
	display: block;
	width: 600px;
	height: 344px;
}
.ct_toper .map img{
	display: block;
	width: 600px;
	height: 344px;
}
.ct_footer{
	background:#f5f5f5;
	padding:30px 0 70px 0;
}
.ct_footer .head{
	height: 66px;
	line-height: 66px;
}
.ct_footer .head strong{
	font-size:25px;
	font-weight: normal;
}
.ct_footer .head span{
	color:#ccc;
	font-size:14px;
	padding-left:15px;
	font-family:arial;
	font-weight: bold;
	text-transform: uppercase;
}
.ct_footer .text{
	width: 550px;
	height: 48px;
	line-height: 48px;
	border:0;
	padding:0 20px;
}
.ct_footer .cnt{
	height: 110px;
	width: 100%;
	box-sizing:border-box;
	resize:none;
	border:0;
	background:#fff;
	margin:17px 0;
	padding:10px 20px;
}
.ct_footer .sub{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background:#093341;
	color:#fff;
}