#head{
	width: 7.5rem;
	height: 1.2rem;
	padding: 0 0 0 0.3rem;
	background: #F8F7F5;
}
.logo{
	float: left;
	width: 4.74rem;
	height: 1.15rem;
	margin: 0.025rem 0;
	display: block;
}
.logo img{
	display: block;
	margin: 0 auto;
	width: 4.74rem;
	height: 1.15rem;
}
.nav{
	float: right;
	width: 1.2rem;
	height: 1.2rem;
	background: #F8F7F5;
}
.nav img{
	display: block;
	margin: 0.2rem auto;
	width: 0.8rem;
	height: 0.8rem;
}
#nav{
	position:absolute;
	right:0;
	top:1.2rem;
	background:#fff;
	overflow: hidden;
	transition:0.3s all;
	box-shadow:0rem 0rem 0.05rem #0090D9;
	z-index: 999;
}
#nav ul li{
	height: 0.8rem;
	border-bottom: 0.02rem #0090D9 solid;
}
#nav ul li:nth-child(8){
	border-bottom:none;
}
#nav ul li a{
	font-size: 0.24rem;
	line-height: 0.8rem;
	display: block;
	color:#444;	
	padding-left: 0.5rem;
	width: 2.5rem;
}
#banner{
	width:100%;
}
#banner img{
	width:100%;
}


#bottom{
	width: 7.5rem;
	height: auto;
	overflow: auto;
	background: #f0f0f0;
	padding: 0.1rem 0
}
#bottom p{
	text-align: center;
	font-size: 0.22rem;
	color: #666;
	line-height: 0.4rem;
}
#bottom p a{
	color: #666;
}