/*固定样式*/
.wrap{
	width: 100%;
	min-width: 1000px;
}
.w{
	width: 1100px;
	margin:auto;
}
.w1100{
	width: 1100px;
	margin:auto;
}
.pr{
	position: relative;
}
img{
	vertical-align: middle;
}
.top{
	line-height: 30px;
	border-bottom:1px solid #ddd;
}
.logo .item{
	display: inline-block;
	vertical-align: middle;
}
.logo_text{
	font-size: 45px;
	color:#2d2d2d;
	line-height: 100px;
	font-weight: bold;
}
.logo_tel{

}
.logo_tel .icon{
	margin-right: 12px;
	margin-top: 3px;
}
.logo_tel small{
	font-size: 16px;
	color:#222222;
	line-height: 23px;
}
.logo_tel .tel{
	font-size: 28px;
	color:#00a952;
	font-family: "Arial";
	font-weight: bold;
}
.logo form{
	font-size: 0px;
}
.logo form input{
	background: none;
	border:none;
	box-sizing: border-box;
	font-size: 16px;
	border:1px solid #cfcfcf;
	display: inline-block;
	vertical-align: top;
	outline: none;
}
.logo .text{
	width: 177px;
	height: 44px;
	border-radius: 200px 0px 0px 200px;
	border-right: none;
	text-indent: 30px;
}
.logo .submit{
	width: 52px;
	height: 44px;
	border-radius: 0px 200px 200px 0px;
	border-left: none;
	background: url(../images/icon2.png) center left no-repeat;
}
.nav{
	background: #00a952;
}
.nav ul{
	font-size: 0px;
	text-align: center;
}
.nav ul li{
	display: inline-block;
	font-size: 18px;
	color:#fff;
	line-height: 45px;
	width: 182px;
	text-align: center;
}
.nav ul li:hover{
	background: #00c35f;
}
.nav ul li.on{
	background: #00c35f;
}

/* 本例子css */
.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .bd{ position:relative; width: 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; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.i_product{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 20px;
}
.i_product_list{
	width: 840px;
}
.i_product_list li{
	border: 1px solid #EEEEEE;
    padding: 12px;
    display: inline-block;
	margin-left: 8px;
}
.i_product_list li:hover{
    border-color: #00a952;
}
.i_product_list .img_wrap{
	width: 240px;
}
.i_product_list .img_wrap img{
	width: 100%;
}
.i_product_list .img_title{
	margin-top: 5px;
	font-size: 16px;
	color: #00a952;
	line-height: 28px;
}
.posi_text{
	position: absolute;
    font-size: 17px;
    left: 16px;
    bottom: 33px;
    font-weight: bold;
    color:#f3dd39;
    text-shadow: 1px 2px 2px #61361e;
}
.i_title{
	width: 360px;
	margin:40px auto;
	position: relative;
	font-size: 49px;
	color:#00a952;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	background: none;
	text-align: center;
	line-height: 95px;
}
.i_title:after{
	content: '';
	position: absolute;
	width: 204px;
	height: 3px;
	background: #919191;
	bottom:-12px;
	left:50%;
	margin-left: -102px;
}
.i_title .bg_text{
	font-size: 77px;
	font-family: "Impact";
	color:#f1f1f1;
	position: absolute;
	width: 100%;
	top:0px;
	left:0px;
	z-index: -1;
	text-transform: capitalize;
}
.i_pro_nav{
	text-align: center;
}
.i_pro_nav li{
	display: inline-block;
	font-size: 16px;
	color:#2d2d2d;
	padding:0px 8px;
	line-height: 44px;
	text-align: center;
	border:1px solid #b6b4b5;
	margin:0px 1px;
}
.i_pro_nav li:hover{
	background: #00a952;
	color:white;
}
.i_pro_nav li.on{
	background: #00a952;
	color:white;
}
.i_pro_list{
	padding-top: 15px;
	padding-bottom: 50px;
}
.i_pro_list li{
	display: inline-block;
	width: 265px;
	border: 1px solid #cdcdcd;
	margin-top: 30px;
}
.i_pro_list li .img_wrap{
	width: 100%;
	/*height: 213px;*/
}
.i_pro_list li .img_wrap img{
	width: 100%;
}
.i_pro_list li .title{
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-top: 1px solid #cdcdcd;
}
.i_pro_list li:hover .title{
	background: #00a952;
	color:white;
}
.i_about{
	height: 454px;
	box-sizing: border-box;
	background: url(../images/about_bg.jpg) center center no-repeat;
	padding-top: 30px;
}
.i_about_title{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.i_about_title h2{
    font-size: 30px;
    font-weight: normal;
    border-bottom:1px solid #fff;
    padding-bottom: 20px;
    width: 250px;
    margin:auto;
}
.i_about_title .en_text{
	font-size: 18px;
    line-height: 2;
    font-family: "Times New Roman", Times, serif;
	width: 85px;
	margin:-20px auto 0px;
	background: #01a952;
}
.i_about .i_title{
	color:#282828;
}
.i_about .i_title span{
	position: relative;
	font-size: 49px;
	color:#282828;
	z-index: 10;
}
.i_about .i_title .bg_text{
	color:#c4dff1;
	z-index: 0;
}
.i_about .img_wrap{

}
.i_about .text_wrap{
	width: 580px;
}
.i_about .text_wrap p{
	font-size: 16px;
	color:#fff;
	line-height: 28px;
	margin-top: 30px;
}
.i_about a.more{
	display: block;
	width: 155px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color:white;
	clear: both;
	background: #00a952;
	font-size: 18px;
	margin:auto;
	margin-top: 400px;
}
.i_news{
	padding-bottom: 20px;
}
.i_news .item{
	display: inline-block;
	width: 525px;
}
.news_trait{
	background: #f1f1f1;
	padding:10px;
}
.news_trait .text_wrap{
	width: 260px;
}
.news_trait .text_wrap h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color:#272727;
	margin-top: 20px;
}
.news_trait .text_wrap p{
	opacity: 0.6;
	font-size: 14px;
	line-height: 20px;
}
.i_news_list{
	padding-top: 40px;
}
.i_news_list li{
	font-size: 16px;
	color:#969696;
	line-height: 36px;
	overflow: hidden;
}
.i_news_list li img{
	margin-right: 11px;
	vertical-align: -1px;
}
.i_news_list li .time{
	font-family: "Arial";
}
.footer{
	background: #01a952;
}
.footer_nav{
	text-align: center;
	border-bottom:1px solid #0cb35c;
}
.footer_nav li{
	display: inline-block;
	font-size: 16px;
	color:#fff;
	width: 178px;
	text-align: center;
	line-height: 44px;
}
.col_3{
	padding-top: 48px;
	padding-bottom: 48px;
}
.foot_ewm{
	
}
.col_3 .item{
	display: inline-block;
	vertical-align: middle;
}
.foot_ewm{
	padding-right: 20px;
	border-right: 1px solid #848484;
}
.foot_ewm img{
	width: 130px;
	height: 130px;
}
.foot_ewm .text{
	font-size: 18px;
	color:#fff;
	opacity: 0.7;
	line-height: 23px;
	margin-left: 15px;
	padding-top: 35px;
}
.foot_contact{
	width: 282px;
	font-size: 17px;
	line-height: 25px;
	color:#c6c6c6;
	padding-left: 38px;
}
.foot_map{
	margin-top: -10px;
}
.footer .copyright{
	overflow: hidden;
	font-size: 18px;
	color:#c1c1c1;
	line-height:2;
	margin-top: 15px;
	padding-bottom: 15px;
}
.footer .copyright p{
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.footer .copyright div{
	font-size: 18px;	
}					
.trait_body{
	margin-top: 25px;
}
.__inner_tt{
	border-bottom: 1px solid #ccc;
}
.__inner_tt h2{
	font-weight: bold;
	padding:5px 25px;
	color:white;
	background: #ccc;
	display: inline-block;
}
	.__inner_list{
		font-size: 0px;
		padding-top: 15px;
		padding-bottom: 25px;
}
.__inner_list li{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	padding:5px;
}
.__inner_list li img{
	width: 100%;
}
.__inner_list li h2{
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
._inner_news_list{

}
._inner_news_list li{
	display: inline-block;
	width: 33%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10px;
}
._inner_news_list li a{
	font-size: 14px;
	display: block;
	line-height: 24px;
	position: relative;
	padding-left: 15px;
}
._inner_news_list li a:hover{
	text-decoration: underline;
}
._inner_news_list li a:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #ccc;
	left:0px;
	top:50%;
	transform: translateY(-50%);
}
.index_title{
	font-size: 45px;
	color:#fff;
	font-weight: bold;
}
#nav-sub{
	position: absolute;
	z-index: 100;
	background: #00a952;
	transform: translateX(-4000px);
}
.nav ul li:hover #nav-sub{
	transform: translateX(0);
}
#nav-sub li{
	display: block;
	width: 182px;
}

