@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, form, th, td{
	margin:0;
	padding:0;
}
body, button, input, select, textarea{
	font:12px/1.5 "微软雅黑",Arial,sans-serif;
}
body, a{
	color:#444444;
}
a{
	text-decoration:none;
}
img{
	border:0 none;
	vertical-align:middle;
}
ul, ol{
	list-style:none;
}
.clearfix:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.clearfix{
	*display:inline-block;
}
address, cite, dfn, em, var {
	font-style:normal;
}
:focus {
    outline: 0 none;
}

.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.ti2{
	text-indent:2em;
}
.bottom{
	text-align:center;
	padding:40px 0;
	font-size:12px;
	color:#fff;
}
.c_fl{
	float:left;
}
.c_fr{
	float:right;
}



