@charset "utf-8";
/* 全局 */
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, td, tr {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000;
	font-family: "微软雅黑";
	line-height: 22px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
img {
	border-style: none;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

