@charset "utf-8";
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	line-height:24px;
	background:#fff;
	overflow-x:hidden;
}
form,fieldset {
	margin:0;
	padding:0;
	border:0;
}
img {
	border:0;
	height:auto;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
	border:0;
}
a:hover {
	color:#c00000;
	text-decoration:underline;
}
body, td, select, input, textarea {
	color:#333;
	font-family:"宋体",Verdana;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}


div, p, blockquote, dl, dt, dd, tr, th, td, center, input, button, textarea{padding:0;margin:0;}
button,input,select,textarea{ font-size:12px;}

.clearfix:after{ content:""; height:0; visibility:hidden; display:block; clear:both;}
.clearfix{ zoom:1;}

.fleft{
	float:left;
}
.fright{
	float:right;
}
.tcenter{
	text-align:center;
}
em{
	color:#c00000;
	font-style:normal;
}
.Red{
	color:#c00000;
}
.Gray{
	color:#999;
}
.Black{
	color:#333;
}