*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 28px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	overflow: hidden;
}
.in{
	width: 1200px;
	margin: auto;
}
a{
	color: #c11616;
}