/*basic*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family:Microsoft Yahei, "微软雅黑", Arial;
	color: #333;
	background: #FFFFFF;
	position: relative;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: none;
}
li {
	list-style: none;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

