/*公用css*/
*{
	margin: 0;
	padding: 0;
}
ul,li,dl,dt,i,input{
	list-style: none;
}
body{
	background: #efefef;
	font-size: 14px;
    font-family: "微软雅黑";
}
a{
	color: #333;
	text-decoration: none;
    font-family: "微软雅黑";
}
a:hover{
	color: #035c9f;
}
img{
	display: block;
	border: none;
}
input{
	outline: none;
}
table, tr, td{
	list-style: none;
	border: none;
	border-collapse: collapse;
}
.td-text-indent{
	padding-left: 56px;
}
/*左浮动*/
.fl-l{
	float: left;
}
/*右浮动*/
.fl-r{
	float: right;
}
/*清除浮动*/
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.p8{
	padding: 0 8px;
}
.w1200-auto{
	width: 1200px;
	margin: 0 auto;
}
.mt30{
	margin-top: 30px;
}
.mt26{
	margin-top: 26px;
}