@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, big, em, font, img, strong, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, input {
	padding:0;
	margin: 0;
	}
body {
	font-family: SimSun, Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	font-size:12px;
	}
html,body{
    height:100%;
    width:100%;
	position:absolute;
	top:0;
	bottom:0;
}
address, caption, cite, code, dfn, em, strong, th, var { 
    font-weight:normal; 
    font-style:normal;
	}
fieldset, img {
	border:0;
	}
table {
    border-collapse:collapse; 
    border-spacing:0;
	}
h1, h2, h3, h4, h5, h6 {
	 font-weight:normal;
	 font-size:100%;
	 }
a {
	cursor:pointer;
	text-decoration:none;
	}
ul {
	list-style-position:outside;
	list-style:none;
	}
textarea {
	resize:none;
	}
.clear {
	height:0px;
	line-height:0px;
	font-size:0;
	overflow:hidden;
	clear:both;
	float:none;
	}
::-ms-clear, ::-ms-reveal{display: none;}