a {
	text-decoration: none;
}
fieldset, img {
	border: none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "宋体";
	background: #fff;
	color: #666;
}
ul, ol, li {
	list-style-type: none;
}
.clear {
	clear: both;
}

img{
	float:left;
	width:100%;
	height:auto;
}