.title{
	padding-top: 3rem;
	width: 100%;
	text-align: center;
}
.title h1{
	color: #067f32;
	font-size: 3rem;
	line-height: 4.35rem;	
}
.title p{
	color: #278249;
	line-height:3rem;
}
.title ul li{
	display: inline-block;
	font-size: 18px;
}
.title ul{
	margin: 0 auto;
	width: 50%;
	/*padding: 0 50px;*/
	box-sizing:border-box;
	float: left;
	margin-top: 10px;
}
.title li{
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 1.5rem;
	background: url(../images/bj-1.png) no-repeat left center ;
	background-size: 20%;
	float: right;
	/*float: left;*/
	margin: 0 20px;
}
.title li.sp2{
	background: url(../images/bj-2.png) no-repeat left center;
	background-size: 20%;
	float: right;
}
.title li.sp3{
	background: url(../images/bj-3.png) no-repeat left center;
	background-size: 20%;
	float: left;
}
.title li.sp4{
	background: url(../images/bj-4.png) no-repeat left center;
	background-size: 20%;
	/*float: right;*/
	padding-right: .5em;
	float: left;
}
.main{
	width: 100%;
	padding-top: 1.8rem;
	padding-bottom: 4.5rem;
}
.main h3{
	width: 100%;
	background: url(../images/lg.png);
	background-size: 100%;
	text-align: center;
	color: #f9f9fb;
	height: 2.8rem;
	line-height: 2.8rem;
}
.main .wp>p{
	padding: 2rem 0; 
	text-align: center;
	color: #067f32;
}
.main .ewm{
	width: 100%;
	text-align: center;
	font-size: 30px;
}
.main .ewm img{
	display: block;
	margin: 0 auto;
	padding: .75rem 0;
}
.footer{
	margin: 0 auto;
	margin-bottom: 2rem;
	width: 20rem;
	padding: 1rem;
	border: 0.4rem solid #068035;
	border-radius: 1rem;
	text-align: center;
	color: #057f34;
	font-size: 1.3rem;
}
.footer img{
	padding-bottom: 1.3rem;
}
.footer p{
	line-height: 1.8rem;
}