@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";	
}
a{
	text-decoration: none;
	color: #fff;
}
ul,li{
	list-style: none;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1;
}
