* {
	margin: 0;
	padding: 0;
}
a {
	font-size: 12px;
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	background: #0A0A0A url(../images/bg01.jpg) no-repeat center 90px;
	background-size: cover;
	color: #FFF;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}
html,
#container {
	min-height: 100%;
	height: 100%;
}
.w1000 {
	width: 1000px;
	margin: 0 auto
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
/*---------------index--------------*/
#header	{
	padding: 8px 0 10px;
	height: 89px;
	box-sizing: border-box;
}
#header .hBox {
	width: 1000px;
	margin: 0 auto;
}
#header .logo {
	margin: 0 20px 0 0;
	float: left;
}
#header .logo img {
	display: block;
}
#header .hImg01 {
	float: left;
}
#header .hImg02 {
	margin: 14px 0 0 0;
	float: right;
}
#main .link {
	position: absolute;
	top: 74%;
	left: 50%;
	width: 381px;
	height: 124px;
	margin: 0 0 0 -190px;
}

@media all and (min-width: 0) and (max-width: 1300px) {
	#main .link {
		top: 76%;
		width: 300px;
		margin: 0 0 0 -150px;		
	}
	#main .link img {
		width: 300px;
	}
}
@media all and (min-width: 1301px) and (max-width: 1400px) {
	#main .link {
		top: 74%;
		width: 340px;
		margin: 0 0 0 -170px;		
	}
	#main .link img {
		width: 340px;
	}
}
#main .inner{
	position: absolute;
    bottom: 30px;
	width: 100%;
}

#main .gameUl {
	margin: 0 auto;
    width: 640px;
}
#main li {
	margin: 10px 10px 0 0;
	width: 150px;
	float: left;
	position: relative;
}
#main li .hot {
	position: absolute;
	top: -5px;
	right: -5px;
	transition: all 0.2s;
}
#main li .hot.on {
	top: -8px;
}
#main li .tui {
	position: absolute;
	top: -5px;
	right: -5px;
	transition: all 0.2s;
}
#main li .tui.on {
	top: -8px;
}

#main li.more {
	height: 40px;
	width: 150px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
	box-sizing: border-box;
}
#main li.more2 a {
	font-size: 12px;
	color: #b79d51;
	background-color: #fff;	
}
#main li a {
	display: block;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 39px;
    border: 1px solid #fef17d;
    background-color: #fef17d;
    padding-left: 15px;
    border-radius: 5px;
}
#main .speLi01 a {
	padding-left: 5px;
}
#main .gameUl02 li a {
	text-align: center;
	padding-left: 0;
}
#main li a:hover {
	background-color: #F9F3DF;
	border-color: #D0B768;
}
#main li a img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.mb0 { margin-bottom: 0 !important;}
.footer {
	text-align: center;
	color: #999999;
	padding: 40px 0 40px;
}

