@charset "utf-8";
/* base element */
/*
html{
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
html {
	filter: gray;
}
*/
html, body {
	width: 100%;
	height: 100%;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	text-align: center;
}
dl, dt, dd, form, ul, ol, li, input, textarea, select, option, h1, h2, h3, iframe {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;/*IE7图片失真修复*/
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
/* html5 tag */
header, section, nav, aside, article, footer, hgroup, figure, menu {
	display: block;
	text-align: left;
}
/* clearfix hack */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}

