*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #1c7f2c;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

/* index top */
.topbar{
	height: 34px;
	line-height: 34px;
	background: #f3f3f3;
	border-bottom: 1px solid #ececec;
	font-size: 12px;
	color: #6e6e6e;
}
.topbar .toplink a{
	color: #6e6e6e;
	margin: 0 5px;
}

.head{
	height: 108px;
	align-items: center;
}
.logo{
	display: block;
	width: 250px;
	height: 108px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.toptell{
	background: url(../images/tell.png) no-repeat center left;
	padding-left: 56px;
}
.toptell span{
	display: block;
	font-size: 15px;
	color: #545555;
}
.toptell p{
	font-size: 22px;
	color: #1c7f2c;
	font-weight: bold;
}

.nav {
	height: 47px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	background: #1c7f2c;
}
.nav li{
	float: left;
	position: relative;
}
.nav li a.one{
	display: block;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 170px;
	border-left: 1px solid #2e953e;
	border-right: 1px solid #0a6c26;
	box-sizing: border-box;
}
.nav li:first-child a.one{
	border-left: 0;
}
.nav li:last-child a.one{
	border-right: 0;
}
.nav li.hover a.one{
	background: #235402;
}
.nav li ul{
	opacity: 0;
	transition: all 0.5s ease;
	position: absolute;
	top: 47px;
	width: 168px;
	left: 1px;
	text-align: center;
	background: #235402;
}
.nav li ul li{
	margin: 0;
	float: none;
	line-height: 40px;
}
.nav li ul li a{
	display: block;
	color: #fff;
}
.nav li ul li a:hover{
	background: #1c7f2c;
}
.nav li:hover a.one{
	background: #235402;
	color: #fff !important;
}
.nav:hover{
	overflow: visible !important;
}
.nav li:hover ul{
	opacity: 1;
	top: 46px;
}

.slideBox{width:100%; height:550px; overflow:hidden; position:relative;}
.slideBox .hd{ height:13px; overflow:hidden; position:absolute;bottom: 20px; z-index:1;width: 100%;text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.slideBox .hd ul li{ float:left; margin: 0 9px;  width:13px; height:13px;background:#d2d2d2; cursor:pointer;border-radius: 100%;box-sizing: border-box;border: 3px solid #d2d2d2;}
.slideBox .hd ul li.on{background: 0; border-color: #1c7f2c;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd ul{margin: 0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:550px;}

.tit{
	text-align: center;
	position: relative;
	padding-top: 40px;
	height: 80px;
}
.tit::after{
	content: " ";
	display: block;
	width: 480px;
	height: 1px;
	background: #ececec;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -240px;
}
.tit::before{
	content: " ";
	display: block;
	width: 9px;
	height: 9px;
	background: #1c7f2c;
	border: 7px solid #fff;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	bottom: -11px;
	z-index: 2;
}
.tit p{
	font-size: 26px;
	color: #444444;
}
.tit span{
	display: block;
	color: #c9c9c9;
	margin-top: 4px;
}

.product{
	background: #f7f7f7;
}
.product .tit::before{
	border-color: #f7f7f7;
}
.slideTxtBox{margin-top: 43px;}
.slideTxtBox .hd ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;}
.slideTxtBox .hd ul li{cursor:pointer;width: 128px;height: 36px;line-height: 36px;font-size: 16px;color: #797979;border: 1px solid #efefef;background: #fff;text-align: center;margin: 0 16px;border-radius: 5px;}
.slideTxtBox .hd ul li.on{background: #1c7f2c;color: #fff;}
.slideTxtBox .bd ul{zoom:1;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;}
.slideTxtBox .bd ul{
	margin-left: -20px;
	margin-top: 35px;
}
.slideTxtBox .bd ul li{
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 32px;
}
.slideTxtBox .bd ul li .box{
	width: 285px;
	height: 210px;
	overflow: hidden;
}
.slideTxtBox .bd ul li img{
	width: 285px;
	height: 210px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slideTxtBox .bd ul li:hover img{
	transform: scale(1.1, 1.1);
}
.slideTxtBox .bd ul li p{
	font-size: 16px;
	color: #3b3b3b;
	margin-top: 20px;
}
.slideTxtBox .bd ul li:hover p{
	color: #1c7f2c;
}

.about{
	position: relative;
}
.about::before{
	content: " ";
	display: block;
	width: 1920px;
	height: 405px;
	background: linear-gradient(to right, #1c7f2c, #39a049);
}
.about .box{
	height: 366px;
	background: url(../images/mg.jpg) no-repeat bottom right #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: -283px;
	box-shadow: 0 2px 16px 0 rgba(30,31,30,.1);
}
.about .box img{
	margin-top: -31px;
	margin-left: 19px;
	width: 551px;
	height: 372px;
}
.about .box .abinfo{
	margin-left: 55px;
	margin-top: 50px;
	width: 550px;
}
.about .box .abinfo span{
	display: block;
	font-size: 26px;
	color: #444444;
}
.about .box .abinfo i{
	display: block;
	font-style: normal;
	color: #c9c9c9;
	margin-top: 4px;
}
.about .box .abinfo p{
	font-size: 15px;
	color: #787878;
	line-height: 26px;
	margin-top: 22px;
	text-indent: 2em;
}
.about .box .more{
	display: block;
	width: 125px;
	height: 35px;
	border: 1px solid #dcdcdc;
	background: url(../images/jt.png) no-repeat center;
	margin-top: 40px;
	transition: all 0.3s;
}
.about .box .more:hover{
	border-color: #1c7f2c;
}

.news{
	margin-top: 8px;
}
.nl{
	width: 650px;
	margin-top: 42px;
}
.newimg a.box{
	display: block;
	width: 177px;
	height: 110px;
	overflow: hidden;
}
.newimg img{
	width: 177px;
	height: 110px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.newimg img:hover{
	transform: scale(1.1, 1.1);
}
.newimg .nir{
	width: 450px;
	margin-left: 20px;
}
.newimg .nir a{
	font-size: 16px;
	color: #2d2d2d;
	line-height: 40px;
}
.newimg .nir a:hover{
	color: #1c7f2c;
}
.newimg .nir p{
	font-size: 13px;
	color: rgba(97,97,97,.8);
	line-height: 24px;
}
.nl{
	margin-left: 15px;
}
.nl ul{
	margin-top: 18px;
}
.nl li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	line-height: 36px;
}
.nl li a{
	color: #545454;
}
.nl li a::before{
	content: "□";
	font-size: 13px;
	color: #545454;
	margin-right: 9px;
}
.nl li a:hover,.nl li a:hover::before{
	color: #1c7f2c;
}
.nl li span{
	color: #9d9b9b;
}
.nr{
	margin-top: 52px;
	margin-left: 75px;
	width: 450px;
}
.nr dl{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 20px;
}
.nr dl:last-child{
	border: none;
	margin-bottom: 0;
}
.nr a{
	display: block;
	font-size: 15px;
	color: #404040;
	line-height: 24px;
	background: url(../images/w.png) no-repeat left 2px;
	padding-left: 36px;
}
.nr a:hover{
	color: #1c7f2c;
}
.nr dd{
	font-size: 13px;
	color: #616161;
	line-height: 24px;
	background: url(../images/d.png) no-repeat  0 4px;
	padding-left: 36px;
	margin-top: 10px;
}

.picMarquee-left{width:100%;position:relative;margin-top: 37px;}
.picMarquee-left .hd a{display: block;width: 20px;height: 33px;position: absolute;top: 80px;cursor: pointer;}
.picMarquee-left .hd a.next{background: url(../images/arrow.png) no-repeat -21px 0;right: -40px;}
.picMarquee-left .hd a.prev{background: url(../images/arrow.png) no-repeat 0 0;left: -40px;}
.picMarquee-left .bd{overflow:hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{margin:0 12px; float:left; _display:inline; overflow:hidden; text-align:center;width: 280px;}
.picMarquee-left .bd ul li .box{
	width: 280px;
	height: 198px;
	overflow: hidden;
}
.picMarquee-left .bd ul li img{
	width: 280px;
	height: 198px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.picMarquee-left .bd ul li:hover img{
	transform: scale(1.1, 1.1);
}
.picMarquee-left .bd ul li p{
	font-size: 16px;
	color: #444444;
	margin-top: 12px;
}
.picMarquee-left .bd ul li:hover p{
	color: #0d7d2d;
}

.link{
	justify-content: flex-start;
	line-height: 31px;
	margin-top: 32px;
}
.link p{
	font-size: 18px;
	color: #0d7d2d;
	font-weight: bold;
	background: url(../images/link.png) no-repeat center left;
	padding-left: 37px;
	position: relative;
	padding-right: 17px;
}
.link p::after{
	content: " ";
	display: block;
	width: 1px;
	height: 18px;
	background: #d4d4d4;
	position: absolute;
	right: 0;
	top: 8px;
}
.link a{
	color: #616161;
	margin: 0 20px;
}

.footer{
	background: #262626;
	color: #fff;
	border-top: 2px solid #1f873d;
	margin-top: 15px;
	padding-bottom: 30px;
}
.footer .df{
	justify-content: flex-start;
}
.footer .flogo{
	float: left;
	margin-top: 88px;
	width: 222px;
	height: 59px;
}
.footer .ft{
	font-size: 15px;
	position: relative;
	height: 34px;
	margin-top: 40px;
}
.footer .ft::after{
	content: " ";
	display: block;
	width: 44px;
	height: 2px;
	background: #434343;
	position: absolute;
	bottom: 0;
}
.footer .flink{
	width: 240px;
	margin-left: 115px;
}
.footer .flink ul{
	margin-top: 18px;
}
.footer .flink li{
	width: 120px;
	float: left;
	line-height: 26px;
}
.footer .flink li a{
	font-size: 13px;
	color: rgba(255,255,255,.8);
}
.fcont p{
	font-size: 13px;
	color: rgba(255,255,255,.8);
	line-height: 26px;
	margin-top: 18px;
}
.ewm{
	margin-left: 100px;
}
.ewm img{
	margin-top: 29px;
}
.bottom{
	border-top: 1px solid #2f2f2f;
	background: #262626;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 18px;
}
.bottom p{
	font-size: 13px;
	color: #ababab;
}
.bottom p a{
	color: #ababab;
}
.bottom span{
	display: block;
	font-size: 12px;
	color: rgba(150,150,150,.85);
	margin-top: 3px;
}
.bottom img{
	margin-top: 10px;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}

.main{
	margin-top: 40px;
}
.pagetop{
	text-align: center;
}
.pagetop p{
	color: #444444;
	font-size: 26px;
}
.pagetop span{
	color: #c9c9c9;
	display: block;
	margin-top: 5px;
}
.submenu{
	justify-content: center;
}
.submenu a{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #eee;
	text-align: center;
	margin: 0 5px;
	border-radius: 5px;
	margin-top: 20px;
}
.submenu a.hover,.submenu a:hover{
	background: #1c7f2c;
	color: #fff;
}
.content{
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.content img{
	max-width: 100%;
}

.list{
	margin-top: 20px;
}
.list li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.list li span{
	display: block;
	color: #999;
	line-height: 50px;
	font-size: 13px;
}
.list a.box{
	display: block;
	width: 260px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}
.list a.box img{
	width: 260px;
	height: 180px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.list a.box:hover img{
	transform: scale(1.1, 1.1);
}

.list .listr p{
	color: #666;
	line-height: 25px;
	font-size: 13px;
}

.pages{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.pages a,.pages span{
	display: block;
	padding: 0 10px;
	background: #eee;
	border-radius: 2px;
	line-height: 26px;
	height: 26px;
	border: none;
	font-size: 13px;
	margin: 0 2px;
	color: #666;
}
.pages .current,.pages a:hover{
	background: #1c7f2c;
	color: #fff;
}

.photo{
	margin-top: 40px;
}
.photo ul{
	margin-left: -30px;
}
.photo li{
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}
.photo li .box{
	width: 270px;
	height: 160px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo li .box img{
	max-height: 100%;
	max-width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.photo li a:hover img{
	transform: scale(1.1, 1.1);
}
.photo li p{
	line-height: 50px;
	text-align: center;
}

.showtop{
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px dotted #aaa;
}
.showtop h1{
	font-weight: normal;
	font-size: 25px;
}
.showtop p span{
	font-size: 12px;
	margin: 0 5px;
	color: #999;
	line-height: 45px;
}

.prepage{
	margin-bottom: 30px;
}
.prepage p{
	line-height: 30px;
}