@charset "utf-8";
/* CSS Document */

body, html, h1, h2, h3, h4, h5, h6, div, span, ul, ol, dl, dt, dd, li, em, form, input, select, label, botton, img, a {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "宋体";
}
ul, ol, li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
img {
	border: none;
}
.clear {
	clear: both;
}
input, select, option { 
	font-size: 12px;
}
.eql {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
