@charset "gb2312";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
}
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:hover {
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
img {
	border: none;
}
input {
	border: none;
	outline: none;
	background-color: #fff;
}
p {
	word-wrap: break-word;
	word-break: break-all;
	text-align: justify;
}
.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/* ´¥·¢ hasLayout */ 
	zoom: 1;
}