@charset "utf-8";
/* CSS Document */
.inPage_title {border-bottom:none;}

/*什么是手机网站*/
.Af_main {width:100%; height:550px; position: relative; background:#4990d9;}
.Af_text {width:485px; height:416px; float:left; padding-top:134px; color:#fff;}
.Af_text h1 {font-size:34px;}
.small_title {margin-top:22px; font-size:16px;}
.small_title li {margin:5px 0px;}
.small_title li span {font-size:26px;}
.Af_text p {line-height:32px; margin-top:45px; font-size:16px;}
.Af_photo {float:right; margin:85px 67px 0px 0px;}
.Af_photo img {width:100%;}

/*为什么要做手机网站*/
.Bf_main {width:100%; height:604px; padding-top:58px; position: relative; background:#f5f5f5;}
.Bf_title {text-align: center;}
.Bf_title h1 {font-size:32px;}
.Bf_title p {margin-top:8px; font-size:16px;}
.Bf_title p.phone_show {display:none;}
.Bf_photo {width:1000px; height:330px; padding-top:60px; margin:0px auto;}
.Bf_photo img {margin-left:127px;}

@media screen and (max-width:767px) and (min-width:320px) {
	.Af_main {height:auto;}
	.Af_text {width:100%; height:auto; float:none; padding-top:40px;}
	.Af_text h1 {font-size:23px; text-align: center;}
	.small_title {margin-top:24px; font-size:14px; text-align: center;}
	.small_title li {margin:11px 0px;}
	.small_title li span {font-size:18px;}
	.Af_text p {line-height:28px; margin-top:22px; font-size:14px;}
	.Af_photo {width:85%; float:none; margin:30px auto 0px auto;}

	.Bf_main {width:100%; height:auto; padding:40px 0px; color:#666;}
	.Bf_title h1 {font-size:23px;}
	.Bf_title p {display: none;}
	.Bf_title p.phone_show {line-height:24px; margin-top:18px; font-size:14px; display:block;}
	.Bf_photo {width:88%; height:auto; padding-top:34px;}
	.Bf_photo img {width:100%; margin-left:-10px;}
}