@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,ol,p
{
	margin:0px;
	padding:0px;
	display:block;
}
body{
	font:12px/1.5 Microsoft YaHei,Arial,\5b8b\4f53,sans-serif;
	color:#3f3c3c;
	outline:none;
	background-color:#FFF !important;
	}
ul,li,ol
{
	list-style-type:none;
}
em,i
{
	font-style:normal;
}
img
{
	border:none;
	display:block;
}
a
{
	color: #333333;
	text-decoration:none;
}
.mt_5
{
	margin-top:5px;
}
.mt_10
{
	margin-top:10px;
}
.mt_15
{
	margin-top:15px;
}
.mt_20
{
	margin-top:20px;
}
.ml_10
{
	margin-left:10px;
}
.pb_5
{
	padding-bottom:5px;
}
.pb_10
{
	padding-bottom:10px;
}
.pb_15
{
	padding-bottom:15px;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.no_border
{
	border:none !important;
}
.block
{
	display:block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clearfix:after {
display: block;
clear: both;
height: 0;
line-height: 0;
visibility: hidden;
content: "";
zoom:1;
}