@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
body{
	font-family: "宋体";
	font-size: 12px;
	color: #595959;
	line-height:22px
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
.imgleft{float:left;}
.imgright{
	float:right;
	padding-top: 12px;
}
.red12{ color:#fe0201; font-weight:bold;}.red12 a{color:#fe0201;}.red12 a:hover{color:#fe0201;}
.main {margin-bottom: 10px;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{
	list-style:none;
}
caption,th{text-align:left;}
h1{
	font-size:24px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 20px;
}
h2{font-size:16px;font-weight:normal;}
h3{font-size:14px;font-weight:normal;}
h4, h5, h6{font-size:100%;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
q:before,q:after{content:'';}/* 消除q前后的内容 */
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
/* link */
a{
	color:#333333;
	text-decoration:none;
}
a:hover{color:#ff0000;text-decoration:none;}
strong{font-weight: bold;}@charset "utf-8";
