nav ul li{
	float: left;
	width: 2.5rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	font-size: 0.52rem;
}
nav ul li a{
	background: #4a83f7;
	display: inline-block;
	height: 100%;
	color: #fff;
	width: 100%;
}
nav ul li.common a:active{
	background: #fff;
	color: #4a83f7;
}
nav li.spe a{
	background: #fff;
	color: #4a83f7;
}

nav li.more{
	background: #4a83f7;
	position: relative;
}
nav li.more.special{
	background: #fff;
}
nav li.more>a{
	color: #fff;
	background: url(../images/arrow.png) no-repeat 90% center;
	background-size: 0.4rem 0.24rem;
}
nav li.more.special>a{
	background: url(../images/arrow_down.png) no-repeat 90% center;
	background-size: 0.4rem 0.24rem;
	color: #4a83f7;
}
nav li.more ul.sub_nav{
	position: absolute;
	right: 0;
	z-index: 10;
	width: 3.2rem;
	display: none;
}
nav ul li.more ul.sub_nav li{
	width: 100%;
	box-shadow: 0 0 0.3rem #ccc;
}
nav ul li.more ul.sub_nav li a{
	background: #fff;
	color: #4a83f7;
}
.userinfo{
	padding: 0.8rem 0;
}
.userinfo .login_register div{
	float: left;
	padding: 0 0.7rem;
	font-size: 0.52rem;
}
.userinfo .login_register div a{
	color: #333333;
}
.userinfo .login_register div a:active{
	color: #4a83f7;
}
#home .logo{
	padding: 1.04rem 0;
	text-align: center;
}
#home .logo img{
	width: 22%;
}
.search{
	padding: 0.96rem 0.6rem;
}
.search input{
	border: 1px solid #dedede;
	box-sizing: border-box;
	width: 78%;
	height: 1.6rem;
	text-indent: 0.4rem;
	font-size: 0.52rem;
}
.search button{
	width: 22%;
	height: 1.6rem;
	background: #4a83f7;
	color: #fff;
	font-size: 0.52rem;
	border-radius: 0;
}
.search button:active{
	background: #3235f5;
}
footer{
	text-align: center;
	color: #818181;
	font-size: 0.46rem;
}
footer .more_know{
	padding: 0.5rem 9%;
}
footer .more_know li{
	float: left;
	width: 25%;
	border-right: 1px solid #a5a5a5;
	box-sizing: border-box;
}
footer .more_know li:last-child{
	border: none;
}
footer .more_know li a{
	color: #818181;
}
footer .more_know li a:active{
	color: #4a83f7;
}
footer p{
	padding: 0.5rem 0.3rem;
}
footer p a{
	color: #818181;
}
footer p a:active{
	color: #4a83f7;
}
footer{
	padding: 4rem 0 0; 
	text-align: center;
	color: #818181;
}
