*{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
body{
	font-family: "微软雅黑";
	/*font-size: 100px;*/
	text-align:justify;
	overflow: hidden-x;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 16px;
	font-weight: 700;
}
p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
}
a{
	color: #e7272f;
}
.clear{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}