html {
	font-family: "微软雅黑";
	font-size: 15px;
}
div{
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
a{
	color:#333333
}
a:hover{
	color:#1a56a8;
}

.clearfix {zoom: 1;}
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both;}


.left{
	float: left;
}
.right{
	float:right
}
