@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	width:100%;
	font-size:13px;
	font-family: Microsoft YaHei, Simsum, serif;
	background:#FFF;
	-webkit-font-smoothing:antialiased;
	color: #333;
	text-align:left;
	background:#fcefda url("../images/pcback.png") no-repeat top center;
	background-attachment:fixed;
}
img {
	border: none;
	vertical-align: middle;
	max-width:100%;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #333;
}
a,span{
	display:inline-block;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
i{
	font-style: normal;
}
.hide {
	display: none;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:0px;
	height:0px;
	clear:both;
	visibility:hidden;
}
