/*å…¬ç”¨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{

	border: none;
}
input{
	outline: none;
}
table, tr, td{
	list-style: 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;
}