body,ul,p,h3{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
body{
    background:#fff;
}
img{
    border:none;
}
a{
	text-decoration: none;
	color:#666;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
ul{
	list-style:none;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
}
.fz0{
	font-size:0;
}
.mb70{
	margin-bottom:70px;
}
.fc{
	color:#2b80cf;
}
.mt10{
	margin-top:10px;
}