@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;

}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
dl,dt,dd{
	padding: 0;
	margin:0;
}
i,em{
	font-style: normal;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	position: relative;
	z-index: 99999;
}
.head .head_top{
	background: #ededed;
	line-height: 35px;
	color: #454545;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #454545;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #148D00;
}

.head .head_nav{
	width: 840px;
	background: #148D00;
}
.head .head_nav ul{
	position: relative;
}
.head .head_nav ul li{
	float: left;
	width: 120px;
	text-align: center;
	height: 100px;
	line-height: 100px;
}
.head .head_nav ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
}
.head .head_nav ul li:hover .one{
	background: url(../images/navhoverbg.jpg) no-repeat center;
	color: #fff;
}

/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:600px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #148D00;
}
.flexslider .slides a img {
	width: 100%;
	height: 600px;
	display: block;
}
/*banner end*/

/*company start*/
.company{
	margin: 50px 0;
}
.company .coml{
	width: 600px;
}
.company .coml span{
	display: block;
	font-family: Arial;
	font-size: 50px;
	color: #ededed;
	letter-spacing: 1px;
	font-weight: bold;
}
.company .coml b{
	font-size: 25px;
	color: #454545;
	position: relative;;
	z-index: 999;
	bottom: 10px;
}
.company .coml .xt{
	margin-bottom: 10px;
	height: 5px;
	width: 50px;
	border-radius: 20px;
	background: #148D00;
}
.company .coml p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.company .coml a{
	border: 1px solid #148D00;
	color: #148D00;
	line-height: 30px;
	width: 150px;
	border-radius: 30px;
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
.company .coml a:hover{
	background: #148D00;
	color: #fff;
}
.company .comr{
	width: 550px;
}
.company .comr img{
	width: 550px;
	height: 360px;
}
/*company end*/

/*product start*/
.product{
	background: #fff;
}
.product .pro1{
	background: #ededed url(../images/probg1.jpg) no-repeat center bottom;
	padding: 50px 0;
}
.right_list{
	width: 470px;
}
.left_list .tit{
	background: rgba(255,255,255,0.5);
	text-align: center;
	padding:20px;
}
.left_list .tit p{
	color: #148D00;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 40px;
	text-align: center;
	line-height: 60px;
}
.left_list .tit b{
	display: block;
	background: #148D00;
	color: #fff;
	letter-spacing: 5px;
	font-size: 25px;
	line-height: 40px;
	margin: 0 100px;
}
.right_list > ul,.left_list > ul{
	background: rgba(20,141,26,0.2);
	padding: 20px;
}

.left_list > ul > li > a{
	display: block;
	width: 280px;
    text-align: center;
    margin: 7px auto;
    background: #fff url(../images/listbg.jpg) no-repeat center left;
    line-height: 39px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.left_list > ul > li:hover > a{
	background: #148D00 url(../images/listbg1.jpg) no-repeat center left;
	color: #fff;
}

.left_list > ul .erji{
	width: 320px;
	margin: 7px auto;
}

.left_list > ul .erji li{
	height: 33px;
	line-height: 33px;
	width: 145px;
	float: left;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
	margin: 0 7px;
}
.right_list ul li{
	width: 250px;
	text-align: center;
	margin: 7px auto;
	background: #fff url(../images/listbg.jpg) no-repeat center left;
	line-height: 39px;
	padding-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right_list ul li a{
	font-size: 16px;
	color: #454545;
}

.right_list ul li:hover{
	background: #148D00 url(../images/listbg1.jpg) no-repeat center left;
}

.right_list ul li:hover a{
	color: #fff;
}

.pro_body{
	width: 650px;
}

.strengthMain{
	overflow:hidden;
	margin-bottom: 10px;
}

.strengthMain li{
	float:left;
	width:285px;
	height:215px;
	overflow:hidden;
	background:#000;
	position:relative;
	margin:30px 0px 0px 50px;
}

.strengthMain li:nth-child(2n+1) {
	margin-left: 0;
}

.strengthMain li img{
	width:285px;
	height:215px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.strengthMain li .font{
	width:285px;
	height:190px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:25px;
}
.strengthMain li .font p{
	display: block;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:36px;
	position: relative;
	top: 155px;
	background: url(../images/imghoverbg1.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 235px;
	padding: 0 25px;
	text-align: center;
}
.strengthMain li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.strengthMain li:hover .font p{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.strengthMain li .font::before,.strengthMain li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.strengthMain li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.strengthMain li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}


.strengthMainxx{
	overflow:hidden;
	margin-bottom: 10px;
}

.strengthMainxx li{
	float:left;
	width:285px;
	height:215px;
	overflow:hidden;
	background:#000;
	position:relative;
	margin:30px 0px 0px 15px;
}

.strengthMainxx li:nth-child(3n+1) {
	margin-left: 0;
}

.strengthMainxx li img{
	width:285px;
	height:215px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.strengthMainxx li .font{
	width:285px;
	height:190px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:25px;
}
.strengthMainxx li .font p{
	display: block;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:36px;
	position: relative;
	top: 155px;
	background: url(../images/imghoverbg1.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 235px;
	padding: 0 25px;
	text-align: center;
}
.strengthMainxx li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.strengthMainxx li:hover .font p{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.strengthMainxx li .font::before,.strengthMainxx li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.strengthMainxx li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.strengthMainxx li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.strengthMainxx li:hover .font::before,.strengthMainxx li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}

.product .pro2{
	background: url(../images/probg2.jpg) no-repeat center bottom;
	padding: 50px 0;
}
.product .pro2 .tel{
	background: rgba(255,255,255,0.5);
	text-align: center;
	padding: 38px;
}
.product .pro2 .tel p{
	text-align: center;
	color: #666;
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: bold;
}
.product .pro2 .tel .xt{
	border-radius: 20px;
	margin: 10px auto;
	height: 5px;
	width: 50px;
	background: #148D00;
}
.product .pro2 .tel b{
	color: #454545;
	font-size: 18px;
	font-weight: normal;
}
.product .pro2 .tel span{
	font-size: 30px;
	font-family: Arial;
	letter-spacing: 1px;
	color: #148D00;
	font-weight: bold;
}
/*product end*/

/*new start*/
.new{
	padding: 50px 0;
	background: #fff;
}
.new .title{
	text-align: center;
}
.new .title p{
	color: #148D00;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 40px;
	text-align: center;
	line-height: 60px;
}
.new .title b{
	display: block;
	width: 160px;
	background: #148D00;
	color: #fff;
	letter-spacing: 5px;
	font-size: 25px;
	line-height: 40px;
	margin: 0 auto;
	padding-left: 10px;
}
.new .new_body{
	background: url(../images/newbg.jpg) no-repeat center;
	margin-top: 40px;
}
.new .newl{
	width: 426px;
	padding: 20px 10px;
	border: 2px solid #148D00;
}
.new .newl img{
	width: 180px;
	height: 135px;
}
.new .newl .nr{
	width: 225px;
}
.new .newl .nr b{
	font-size: 18px;
	color: #454545;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.new .newl .nr .xt{
	height: 3px;
	width: 50px;
	border-radius: 10px;
	background: #148D00;
	margin: 4px 0 3px 0;
}
.new .newl .nr p{
	font-size: 15px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	height: 90px;
}
.new .newl .nr a{
	color: #666;
}
.new .newl .nr a:hover{
	color: #7a9c21;
}

.new .newr{
	width: 720px;
	padding: 30px;
	padding-right: 0;
}
.new .newr ul li {
	float: left;
	width: 345px;
	font-size: 16px;
	line-height: 30px;

}
.new .newr ul li:nth-child(3n+1){
	margin-left: 0;
}
.new .newr ul li i{
	color: #fff;
	display: block;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.new .newr ul li em{
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin:6px 0 6px 20px;
}
.new .newr ul li p{
	padding:0 20px;
	font-size: 15px;
	line-height: 160%;
	color: #b6c7b3;
}
.new .newr ul li:hover a{
	color: #7a9c21;
}
.new .newr .more{
	border: 1px solid #7a9c21;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	width: 130px;
	border-radius: 20px;
	text-align: center;
	color: #7a9c21;
	font-size: 15px;
}
.new .newr .more:hover{
	background: #7a9c21;
	color: #fff;
}
.new .new_bot{
	margin-top: 15px;
}
.new .new_bot li{
	float: left;
	width: 30%;
	margin:0 1.5%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #dfdfdf;
}
.new .new_bot li a{
	display: inline-block;
	width:74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #666;
}
.new .new_bot li span{
	display: inline-block;
	float: right;
	color: #aaa;
	font-size: 14px;
}
.new .new_bot li:hover a{
	color: #148D00;
}
/*new end*/

.ggt{
	padding: 50px 0;
	background-image: url(../images/scroll_bg.jpg);
}
.ggt .ggtl{
	width: 500px;
	background: rgba(255,255,255,0.6);
	padding: 30px 50px;
	text-align: center;
}
.ggt .ggtl p{
	text-align: center;
	font-size: 18px;
	color: #454545;
}
.ggt .ggtl p span{
	font-weight: bold;
	font-size: 25px;
	color: #148D00;
	letter-spacing: 2px;
	margin: 0 2px;
}
.ggt .ggtl .en{
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: Arial;
	color: #666;
	border-bottom: 1px solid #148D00;
	line-height: 35px;
	margin-bottom: 11px;
}
.ggt .ggtl b{
	font-size: 20px;
	color: #454545;
	letter-spacing: 2px;
	line-height: 35px;
}
.ggt .ggtl b span{
	color: #148D00;
}

.ggt .ggtr{
	width: 500px;
	background: url(../images/yh.png) no-repeat center 35px rgba(20,141,0,0.8);
	padding: 30px 50px;
	text-align: center;
}
.ggt .ggtr p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
.ggt .ggtr .xt{
	height: 5px;
	width: 50px;
	border-radius: 20px;
	background: #fff;
	margin: 5px auto;
	margin-bottom: 6px;
}
.ggt .ggtr b{
	display: block;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.ggt .ggtr i{
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	color: #fff;
}


/*footer start*/
.foot{
	background: #454545;
}
.foot .foot_nav{
	background: #ededed;
	padding: 15px 0;
	margin-bottom: 30px;
}
.foot .foot_nav ul li{
	float: left;
	width: 170px;
	text-align: center;
	border-left: 1px solid #148D00;
}
.foot .foot_nav ul li:nth-child(1){
	border-left: none;
}
.foot .foot_nav ul li a{
	font-size: 16px;
	color: #454545;
}
.foot .foot_nav ul li:hover a{
	color: #148D00;
}

.foot .foot_body .lx{
	width: 420px;
	margin-right: 50px;
	margin-left: 170px;
}
.foot .foot_body .lx p{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.foot .foot_body .lx .xt{
	height: 5px;
	width: 50px;
	background: #148D00;
	margin: 5px 0;
	border-radius: 10px;
}
.foot .foot_body .lx ul li{
	color: #ddd;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot .foot_body .cp{
	width: 480px;
}
.foot .foot_body .cp p{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.foot .foot_body .cp .xt{
	height: 5px;
	width: 50px;
	background: #148D00;
	margin: 5px 0;
	border-radius: 10px;
}
.foot .foot_body .cp ul li{
	width: 200px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.foot .foot_body .cp ul li a{
	font-size: 16px;
	color: #ddd;
}
.foot .foot_body .cp ul li span{
	color: #148D00;
	margin-right: 10px;
}
.foot .foot_body .cp ul li:hover a{
	color: #148D00;
}

.foot .foot_body .ewm{
	margin-top: 55px;
}
.foot .foot_body .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
}
.foot .foot_body .ewm p:nth-child(2) {
	padding-top: 35px;
	padding-left: 10px;
}
.foot .foot_body .ewm p:nth-child(3) {
	padding-top: 16px;
	padding-left: 10px;
}

.foot .foot_bot{
	background: #148D00;
	line-height: 35px;
	margin-top: 30px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/