@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body {
	background: #fff;
	font-family: '微软雅黑', sans-serif;
}
img{
	border:0;
	padding:0;
	margin:0;
	}
ul li{
	list-style:none;
	}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.r1{
	margin-right:24px;
	}
.navbart{
	z-index:990;
	}
.fixed{
	width:100%;
	position: fixed;
	top: 0;
	}
