html,body,div,img,ul,li{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	display: block;
}
body > div{
	margin: 0 auto;
}
.fill::before,
.fill::after{
	display: block;
	content: '';
	clear: both;
}
.le{
	float: left;
}
.ri{
	float: right;
}
.inline_block{
	display: inline-block;
}
.block{
	display: block;
}
.none{
	display: none;
}
.font_center{
	text-align: center;
}
/*字体大小*/
.font_fourteen{
	font-size: 0.14rem;
}
.font_eighteen{
	font-size: 0.18rem;
}
.font_sixteen{
	font-size: 0.16rem;
}

.content > div >div{
	max-width: 12rem;
	margin: 0 auto;
}

#large-header{
	position: absolute;
	top: 1rem;
}
/*顶部导航*/
.header{
	height: 1rem;
	border-bottom: 0.02rem solid #e3e3e3;
}
.header > div{
	width: 100%;
	height: 100%;
	max-width: 12rem;
	margin: 0 auto;
}
.header img{
	width: 1.63rem;
	margin-top: 0.27rem;
}
.header > div ul,.header > div ul li{
	height: 100%;
}
.header > div ul li{
	line-height: 0.35rem;
	padding-left: 0.5rem;
}
.header > div ul li:first-child{
	padding-left: 0;
}
.header a{
	color: #404040;
	font-size: 0.2rem;
	display: inline-block;
	padding-bottom: 0.1rem;
	position: relative;
}
.header a.header_blue{
	color: #3094F1;
	border-bottom: 0.02rem solid #3091F1;
}
/*底部*/
.footer{
	background: url(../images/footer_bg.png) no-repeat;
	background-size: 100% 100%;
}
.footer > div{
	max-width: 12rem;
	margin: 0 auto;
	color: #606060;
	font-size: 0.16rem;
}
.footer > div .logo{
	width: 1.64rem;
	margin-top: 0.23rem;
}
.footer > div p{
	/*line-height: 0.16rem;*/
}
.footer > div .qr{
	width: 1.15rem;
	margin: 0.3rem auto 0;
}
.footer > div .ri{
	text-align: center;
}
/*回顶部按钮*/
#top{
	width:0.45rem;
	height: 0.45rem;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	bottom: 200px;
	right: 10px;
}
#top > span{
	width: 100%;
	height: 100%;
	background: #7a7a7a;
	display: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	box-sizing: border-box;
	padding-top: 7px;
}
#top:hover span{
	display: block;
}
