@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	line-height: 1.8em;
}
body {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
ul, li {
	list-style-image: none;
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}

