@charset "utf-8";
@import url(../images/reset.css);
/***
	Author : YanHu;
	Email  : 258375376@qq.com;
	Date   : 2017-06-16;
***/
html {
	zoom: expression(function(ele) {
		ele.style.zoom = "1";
		document.execCommand("BackgroundImageCache", false, true);
	}
	(this));
}
* html {
	background-image: url(about:blank);
}
html {
	background-color: #fff;
}
body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	line-height: 150%;
	min-width:320px;
	max-width:640px;
	margin:0 auto;
	overflow-x:hidden;
}
img{ max-width:100%; margin:0; padding:0;}
ul{list-style: none;}
a{text-decoration: none}
nav a{
	width:24.78%;
	margin-right:0.2%;
	margin-bottom: 0.2%;
	float: left;
	color:#fff;
	background: #237ACA;
	display: block;
	text-align: center;
	padding:2% 0;
	font-size:20px;
	font-family: "Microsoft YaHei";
	text-decoration:none;
}
.textp{
	font-size: 20px;
	text-indent: 2em;
	width:92%;
	margin-left: 4%;
	line-height: 30px;
}
@media screen and (max-width:640px) {
.textp{
	font-size: 14px;
	line-height: 20px;
}
}