@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	margin: 0px;
	font-family:Arial, Helvetica, "微软雅黑";
	padding: 0px;
	-webkit-text-size-adjust:none;
}
ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, img,figure{
	margin:0;
	padding:0;
	list-style-type: none;
	border:none;
}
.clear {
	font-size:0px;
	clear:both;
	line-height:0px;
}
/*a {
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
	color:#e30000
}*/
.relative{ position:relative;}
.f_l{ float:left;}
.f_r{ float:right;}
.a_l{ text-align:left;}
.a_r{ text-align:right;}
.none{ display:none}
.width1000{ width:1000px; margin:0 auto;}
.block10{ height:10px; line-height:10px;}
.block15{ height:15px; line-height:15px;}
.kf{ width:139px; height:468px; position:fixed; right:0px; top:100px; background:url(../images/kf.png)}
.load{ background:url(../images/loading.gif) center top no-repeat}