@media only screen and (max-width: 1080px) {
	#indexWeb{display: none;}
	#indexMobile{display: block;}
}

/* 以下是banner区域*/
	#indexBannerMobile{
	width: 100%;
	min-height: 12rem;
	max-height: 30rem;
	/*background: red;*/
	}
	.bannerboxMobile{
		width: 100%;
	}

	.bannerboxMobile li{
		left:0;
		top:0;
		width: 100%;
		display: none;
	}

.bannerboxMobile li img{
	width: 100%;
	
}


.M_wahtWedo{
	width:80%;
	padding-top: 4%;
	text-align: center;
}

.M_indexTitle{
	font-size: 2.1rem;
	color:#1F964C;
	height: 4.2rem;
}


.M_indexText{
	font-size: 1.3rem;
	line-height: 2rem;
	color:#666;
}


.M_wedo{
	padding-top: 6%;
	width: 100%;
}

.M_wedo  dl{
	width: 33.3%;
	float:left;
	box-sizing: border-box;
}

.M_wedo  dl dt{
	text-align: center;
	font-size: 1.5rem;
	height: 3rem;
	line-height: 2rem;
	color: #1F964C;
	
}

.M_wedo  dl dd{
	padding: 1rem;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.M_wedo  img{ width: 100%;}	

.M_chanyelian{
	clear: both;
	width: 100%;
	padding-top: 1rem;
	text-align: center;
/*	background: red;*/
}

.M_chanyelian_img{
	padding-top: 1.2rem;
	width: 100%;
	/*background: yellow;*/
}

.M_chanyelian_img dl{
	width: 25%;
/*	background: blue;*/
	display: inline-block;
	padding: 0.8rem;
	box-sizing: border-box;
}

.M_chanyelian_img img{
	width: 100%;
}

.M_chanyelian_img dt{
	font-size: 1.1rem;
	height: 3.6rem;
	line-height: 1.6rem;
	text-align: center;
	color: #666;
}

.M_chanyelian_img dt span{
	color: #1F964C;
}

.M_aboutUS_title{
	padding: 3rem 0;
	text-align: center;
	width: 100%;
	background: #1F964C;
}

.M_aboutUS_title h1,.M_aboutUS_title p{
	color: #fff !important;
}

.M_aboutUS{
	padding: 1rem;
	width: 90%;
}

.M_aboutUS input{
	width: 100%;
	font-size: 1.5rem;
	height: 3.6rem;
	margin-top: 3rem;
	margin-bottom: 6rem;
	background: #1F964C;
	color: #fff;
	border: none;
	
}
