@charset "utf-8";
/* CSS Document */
body, ul, ol, dl, li, dd, h1, h2, h3, h4, h5, h6, p, input { margin: 0 }
html,body
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: "microsoft yahei";
}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family: "Microsoft YaHei"; }
img { border: none }
input, button, textarea, select {border: none; }
body { background: #fff; color: #5e5e5e;  }
ul, ol { list-style: none; padding: 0 }
.container {
	display: none;
}
a:hover {
	color: #D8281B !important;
}
