*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
body{
	font-size: 14px;
	max-width: 750px;
	min-width: 300px;
	margin: 0 auto;
	background: #fff;
	color: #303133;
	padding-bottom: 65px;
}
.imgwidth{
	width: 100%;
	height: auto;
}

.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.head{
	background: #fff;
	align-items: center;
	flex-wrap: nowrap;
	height: 44px;
	position: relative;
}
.head .logo{
	width: 260px;
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
}
.head .logo img{
	display: block;
	width: 100%;
}
.head .en{
	display: block;
	color: #009656;
	font-size: 20px;
	line-height: 30px;
	background: url(../i/erth.png) no-repeat left center;
	background-size: 20px;
	padding-left: 27px;
	left: 19px;
	position: absolute;
}
.nav_btn{
	width: 44px;
	height: 44px;
	background: url(../i/nav.svg) no-repeat center;
	background-size: 44px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.nav_btn i{
	font-style: normal;
	display: none;
}
.nav_btn span{
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background: #182233;
	display: block;
	margin: 2.2px 0;
}
.close span{
	display: none;
}
.close i{
	display: block;
	font-size: 25px;
	color: #057fd6;
	margin-top: -5px;
}
.nav{
	position: absolute;
	width: 100%;
	height: 0;
	background: rgba(255,255,255,.9);
	z-index: 999;
	transition: all 0.3s;
	overflow: hidden;
	max-width: 640px;
}
.navopen{
	height: 80vh;
}
.nav ul{
	text-align: center;
	padding: 0 20px;
}
.nav ul li{
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color: #333;
}
.container{
	padding: 0 16px;
}
.swiper-ban .swiper-pagination-bullet{
	width: 11px;
	height: 3px;
	background: #fff;
	opacity: 0.4;
	border-radius: 387px;
}
.swiper-ban .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 27px;
	background: #FEB447;
	opacity: 1;
}

.indextit{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #009656;
	letter-spacing: 0.571429px;
}
.indextit span{
	display: inline-block;
	position: relative;
}
.indextit span::before,.indextit span::after{
	content: " ";
	display: block;
	width: 16px;
	height: 1px;
	background: #009656;
	position: absolute;
	top: 50%;
}
.indextit span::before{
	left: -24px;
}
.indextit span::after{
	right: -24px;
}
.product{
	margin-top: 30px;
	padding: 0 11px;
}
.product .prolist{
	justify-content: space-between;
	margin-top: 20px;
}
.product .prolist a{
	width: 48.6%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 11px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.product .prolist a img{
	width: 100%;
	display: block;
}
.product .prolist a p{
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #fff;
	align-items: center;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 14px;
	line-height: 30px;
	bottom: 12px;
	bottom: 0;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}


.adv{
	margin-top: 30px;
	padding-top: 30px;
	background: linear-gradient(180deg, #EBE8E0 0%, #EDE9E3 100%);
}
.adv ul{
	margin-top: 14px;
	padding-left: 17px;
}
.adv li{
	justify-content: flex-start;
	color: #009656;
	margin-bottom: 12px;
	align-items: flex-start;
}
.adv li img{
	width: 36px;
	margin-top: 2px;
}
.adv li .info{
	width: 80%;
	margin-left: 12px;
}
.adv li .info span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
.adv li .info p{
	font-size: 10px;
	line-height: 15px;
}
.adv .advbg{
	width: 100%;
	margin-top: -90px;
}
.abtit{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #009656;
	margin-top: 40px;
}
.about ul{
	justify-content: space-around;
	color: #009656;
	margin-top: 20px;
}
.about li p{
	font-size: 24px;
	line-height: 31px;
}
.about li p small{
	font-size: 12px;
	line-height: 17px;
	margin-left: 2px;
}
.about li span{
	display: block;
	font-size: 12px;
	line-height: 17px;
	margin-top: 2px;
}
.about .info{
	margin-top: 16px;
}
.about .info p{
	font-size: 14px;
	line-height: 24px;
	color: #303133;
}
.about .info img{
	max-width: 100%;
	margin: 13px 0;
}
.about a{
	font-size: 16px;
	line-height: 22px;
	color: #009656;
	width: 129px;
	height: 40px;
	border: 1px solid #009656;
	border-radius: 4px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 20px;
}
.about a::after{
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../i/arrow2.png) no-repeat center;
	background-size: 16px;
	margin-left: 4px;
}

.news{
	padding: 0 12px;
	margin-top: 20px;
	padding-bottom: 40px;
}
.news a{
	background: #F5F3EE;
	border-radius: 6px;
	padding: 12px;
	overflow: hidden;
	justify-content: flex-start;
	margin-bottom: 12px;
	background: rgba(0,150,86,.1);
}
.news a img{
	display: block;
	width: 30%;
	border-radius: 6px;
}
.news a .info{
	width: 70%;
	box-sizing: border-box;
	padding-left: 10px;
}
.news a .info p{
	color: #303133;
	font-size: 15px;
	line-height: 172%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	width: 100%;
}
.news a .info span{
	color: #606266;
	font-size: 12px;
	line-height: 17px;
	padding-top: 8px;
	border-top: 1px solid #606266;
	margin-top: 15px;
	align-items: center;
}
.news a .info span::after{
	content: " ";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../i/arrow3.png) no-repeat center;
	background-size: 12px;
}

.footer{
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	max-width: 750px;
	/*box-shadow: 0px 0px 30px rgba(31, 47, 71, 0.1);*/
	border-top: 1px solid #EBEEF5;
}
.footer ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	height: 50px;
}
.footer ul li{
	width: 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer ul li img{
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}
.footer ul li img.f2{
	display: none;
}
.footer ul li p{
	font-size: 10px;
	color: #909399;
	line-height: 14px;
	margin-top: 2px;
	text-align: center;
}
.footer ul li.foot-cur p{
	color: #009656;
}
.footer ul li.foot-cur img.f1{
	display: none;
}
.footer ul li.foot-cur img.f2{
	display: block;
}
.footer .show{
	display: block;
}



.main{
	padding: 0 15px 50px 15px;
}
.content{
	line-height: 25px;
	margin-top: 20px;
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
.content a{color:#06F;}

.list{
	margin-top: 10px;
}
.list li{
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}
.list li a{
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 50px;
	display: block;
	position: relative;
}
.list li a span{
	position: absolute;
	right: 0;
	color: #999;
}



.photobox{
	margin-top: 20px;
	padding-bottom: 50px;
}
.photo{
	padding: 0 5px;
	margin-top: 30px;
}
.photo li{
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0 6px;
}
.photo li img{
	width: 100%;
	height: 120px;
}
.photo li p{
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
}

.clear{
	clear: both;
}
.showtop{
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px dotted #ddd;
}
.showtop h1{
	font-size: 16px;
	font-weight: normal;
}
.showtop p{
	color: #999;
	font-size: 12px;
	line-height: 35px;
}

.tit{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.submenu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: center;
}
.submenu a{
	display: block;
	width: 32%;
	text-align: center;
	background: #eee;
	line-height: 30px;
	color: #333;
	font-size: 12px;
	margin: 0 0.6%;
	margin-top: 10px;
	border-radius: 2px;
}
.submenu a.hover,.submenu a:hover{
	background: #009656;
	color: #fff;
}
.prepage{
	line-height: 30px;
	margin-top: 30px;
}
.prepage a{
	color: #009656;
}

.ypcon .ypbox{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.ypcon .ypbox_tit{
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
}
.ypcon .ypbox_tit::after{
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nban{
	height: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* fenye */
.pager .pagination{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 30px;
}
.pager .pagination li a,.pager .pagination span{
	padding: 0 8px;
	margin: 0 2px;
	line-height: 24px;
	display: block;
	background: #efefef;
	border-radius: 2px;
	font-size: 12px;
}
.pager .pagination span{
	color: #777;
}
.pager .pagination li a:hover,.pager .pagination .active span{
	background: #009656;
	color: #fff;
}