html{
	font-size:62.5%;
}

.top{
    width: 100%;
    margin: 0px auto;
	background:#fdc11c;
}

.top-logo{
	text-align:left;
	background:url("1.jpg")/*tpa=http://www-xgbxclub-com-f291.aipage.cn/wap/images/1.jpg*/ no-repeat;
	background-size:cover;
}

.top-logo img{
    display: block;
    padding: 10px 30px;
    width: 32%;

}
.top-nav{
	width:100%;
	height:30px;
	background:#fdc11c;
}

.in-nav li{
	float:left;
	width:16%;
	text-align:center;
}
.in-nav li a{
	color: #000;
    font-size: 1rem;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 35px;
    margin: -5px 0px 0px 0px;
}
.in-nav li a:hover{
	color:#fff;
	background:url("ch.png")/*tpa=http://www-xgbxclub-com-f291.aipage.cn/wap/images/ch.png*/ no-repeat;
	background-size:100% 100%;
	font-size:1.5rem;
	line-height:35px;
}
.in-nav  .nav-ac{
	color:#fff;
	background:url("ch.png")/*tpa=http://www-xgbxclub-com-f291.aipage.cn/wap/images/ch.png*/ no-repeat;
	background-size:100% 100%;
	font-size:1.5rem;
	line-height:35px;
}

.footer{
	height: 10rem;
	width:70%;
	font-weight: bold;
	margin: 0 auto;
	color:#666;
	font-size:2.2rem;
}
.footer p{
	margin-bottom:10px;
}
.footer p a{
	color:#007ae2;
}


.right-nav{
	position: fixed;
	right: 0;
	top: 160px;
	z-index: 999;
	color: #fff;
	width: 174px;
}
.right-nav .right-yuan{
	float: left;
	width: 30px;
	height: 30px;
	background: #216ff2;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-top: 112px;
}
.right-nav .right-list{
	width: 140px;
	background: #4988f6;
	float: left;
	padding-top: 10px;
	border-radius: 10px;
}
.right-nav .right-list li{
	margin-bottom: 10px;
	padding-left: 14px;
}
.right-nav .right-list li a{
	color: #fff;
	font-size: 14px;
}
.right-nav .right-list li a img{
	margin-right: 6px;
}