@charset "UTF-8";
body,div,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,p,th,td,a,img{ padding: 0; margin: 0;}
fieldset,img { border: none; }
th{ font-weight: normal; font-style: normal;text-align: left;}
ol,ul,li { list-style: none;}
h1,h2,h3,h4 { font-weight: normal; font-size: 100%;}
a{ text-decoration:none;}
.clear{
	clear:both;
	border:0px;
	width:0px;
	height:0px;
}
.d_block{
	display:block;
}
.d_none{
	display:none;
}
/* float start */
.f_l{
	float:left;
}
.f_r{
	float:right;
}
/* align start */
.a_center{
	text-align:center;
}
.a_left{
	text-align:left;
}
.a_right{
	text-align:right;
}
/*indent start*/
.indent_1{
	text-indent:1em;
}
.indent_1.5{
	text-indent:1.5em;
}
.indent_2{
	text-indent:2em;
}
.indent_3{
	text-indent:3em;
}
.indent_4{
	text-indent:4em;
}
/* background-color start */
.b_white{
	background-color:#fff;
}

/* font start */

.f_10{
	font-size:10px;
}
.f_12{
	font-size:12px;
}
.f_14{
	font-size:14px;
}
.f_16{
	font-size:16px;
}
.f_18{
	font-size:18px;
}
.f_20{
	font-size:20px;
}
.f_24{
	font-size:24px;
}
.f_30{
	font-size:30px;
}
.f44{
	font-size:44px;
}
.f_bold{
	font-weight:bold;
}
/* line start*/
.l_12{
	line-height:12px;
}
.l_14{
	line-height:14px;
}
.l_16{
	line-height:16px;
}
.l_20{
	line-height:20px;
}
.l_22{
	line-height:22px;
}
.l_24{
	line-height:22px;
}
.l_30{
	line-height:30px;
}
l_34{
	line-height:34px;
}
.l_40{
	line-height:40px;
}

/* font color start */
.white{
	color:#fff;
}
.gray{
	color:#646464;
}
.blue{
	color:#92a9d3;
}
.black{
	color:#333;
}
.green{
	color:#0088d6;
}
.red{
	color:#CC0000;
}
.red_1{
	color:#F01616;
}
.orange{
	color:#cc6600;
}
.noborder{
	border:none!important;
}
.noborder_right{
	border-right:none!important;
}
.red_i{
	color:#CC0000!important;
}
/* border start*/
.b_top{
	border-top:4px solid #1647a1;
}
.b_bottom{
	border-bottom:1px solid #ccc;
}
.b_left{
	border-left:2px solid #1647a1;
}
.b_right{
	border-right:1px solid #ccc;
}
.b_red{
	border:1px solid #f00 !important;
}
.r_5{
	border-radius:5px;
}
.r_10{
	border-radius:10px;
}
/* 相对定位 */
.relative{
	position:relative;
}
.left_bottom{
	position:absolute;
	left:0px;
	bottom:0px;
}
.right_bottom{
	position:absolute;
	right:0px;
	bottom:0px;
}
.cursor{
	cursor:pointer;
}
.null{width:100%;height:40px;}

/*清除样式*/