* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#header,
#content,
#footer {
   width:100%;
}
#header{
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}
#header .nav {
	height: 70px;
	background-color: black;
}

/* #header .nav img:nth-child(1) {
	position: absolute;
	left: 200px;
	top: 2px;
}

#header .nav img:nth-child(2) {
	position: absolute;
	left: 280px;
	top: 24px;
}

#header .nav ul {
	min-width: 660px;
	position: absolute;
	height: 70px;
	line-height: 70px;
	display: inline-block;
}
 */
#header .nav ul li {
	text-align: center;
	list-style: none;
	width: 110px;
	height: 70px;
	font-size: 14px;
	color: #9e9e9e;
	float: left;
	cursor: pointer;
}

<!--[if le IE 10]> #header .nav ul {}

#header .nav ul {
	min-width: 660px;
	position: absolute;
	left: 266px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
}

#header .nav .logo-text {
	position: absolute;
	left: 460px;
	top: 25px;
}

#header .nav .game-block {
	position: absolute;
	top: 25px;
	left: 1480px;
	cursor: pointer;
}

<![endif]--> #header .nav ul li:hover {}

#header .nav ul li:hover {
	color: white;
}

.active {
	background-color: #0470bc;
	color: white !important;
}

#header .nav img:nth-child(1) {
	left: 378px;
}

#header .nav img:nth-child(2) {
	left: 460px;
}

#header .nav img:nth-child(3) {
	position: absolute;
	top: 25px;
	left: 1480px;
	cursor: pointer;
}
/* new */
.nav-title{
	width:1044px;
	position:absolute;
	left:50%;
	margin-left:-522px;
	height:70px;
}
.icon_logo{
	background:url(../img/logo_pic.png);
	width:76px;
	height:68px;
	position:absolute;
	background-size: 100% 100%;
	top:50%;
	left:0;
	margin-top:-34px;
}
.icon_logo_text{
	background:url(../img/logo_text.png);
	width:94px;
	height:22px;
	position:absolute;
	background-size: 100% 100%;
	top:50%;
	left:93px;
	margin-top:-11px;
}
.bg-index{
	background:url(../img/banner.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
}
.bg-about-us{
	background:url(../img/bg_1.png) no-repeat;
	background-size:cover;
	width:100%;
	height:1000px;
	position:absolute;
	top:0;
}
.bg-game-center{
	background:url(../img/game_center/bg.png) no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
}
.bg-news{
	background:url(../img/bg_news.png) no-repeat;
	background-size:cover;
	width:100%;
	height:960px;
	position:absolute;
	top:70px;
}
.bg-join-us{
	background:url(../img/join_us/bg.png) no-repeat;
	background-size:cover;
	width:100%;
	height:933px;
	position:absolute;
	top:70px;
}
.bg_recharge{
	background:url(../img/bg_recharge.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
}