@media only screen and (max-width: 1080px) {
	html{font-size: 62.5%;}
	#header{display: none;}
	#footerMobile{display: block;}
	#footer{display: none;}
	#mobileHeader{display: block;}
}


/*以下是手机 header*/

.header-mobile{
	width: 100%;
	height: 10rem;
}

.header-mobile_L{
	width: 80%;
	height: 10rem;
	float: left;
}

.header-mobile_L h1{
	width: 50%;
	height: 10rem;
	float: left;
}

.header-mobile_L h1 img{ 
	margin-top: 2.6rem;
	margin-left: 1rem;
}

.header-mobile_L p{
	width: 50%;
	height: 10rem;
	float: left;
}

.mall-mobile{
	font-size: 1.6rem;
	display: block;
	height: 3.2rem;
	width: 10rem;
	margin-right: 0;
	margin-top: 3.3rem;
	line-height: 3.2rem;
	text-align: center;
	border: #43aa61 0.1rem solid;
	color: #43aa61;
	text-decoration: none;
}

#mobileMenu{
	width: 20%;
	height: 10rem;
	background:url(../img/aboutMobile/menu-mobile.png) center no-repeat ;
	float: left;
}


#mobileList{
	width: 15rem;
	height: 20rem;
	background: #fff;
	border: #bbb 0.1rem solid;
	position: absolute;
	top:100px;
	right:0;
	z-index: 20;
	display: none;
	}

#mobileList a{
	display: block;
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	color:#808080;
	background: #fff;
}


/*以上是手机 header*/


/*以下是手机二级页面 banner*/
.listBannerBox_M,.listBanner_M,.listBanner_M img{
	width: 100%;
}


/*footer-mobile*/



.footer-mobile{
	clear: both;
	padding-top: 2rem ;
	color: #fff;
	width: 100%;
	background: #209d4f;
}

.footerMod-mobile{
	width: 90%;
	height: 7rem;
	padding-bottom: 1rem ;
	border-bottom: #25b059 1px solid;
}

.cy-mobile{
	font-size: 1.2rem;
	padding-top: 0.5rem;
}
.cy-mobile p{
	height: 2rem;
	line-height: 3rem;
}

.infoBox-mobile{
	width: 100%;
}

.infoBox-mobile p,.infoBox-mobile dd,.infoBox-mobile dt{
	float: left;
}
.infoBox-mobile p{
	width: 24%;
	height: 100%;
}

.infoBox-mobile dd{
	width: 76%;
	font-size: 1.2rem;
}

.infoBox-mobile dt{
	font-size: 2.4rem;
}

.phone{
	font-size: 2rem !important;
}

.email-mobile{
	margin-top: 1.8rem !important;
}
