*{margin:0;padding:0;}
.w1000{ width:1000px; margin:0 auto;}
.clear{ clear:both;}
a{ text-decoration:none;color:#fff; font-size:12px;}
body{font-size:12px; font-family: "微软雅黑"; background: #E9E9E9 url(../images/bg01.jpg) no-repeat center top;}

.header {
	margin-bottom:20px;
	box-sizing: border-box;
	height: 96px; background: #131313;
}
.header .hInner {
	margin: 0 auto;
	width: 1000px;
}
.header .hInner h1 {
	float: left;  margin-top: 6px;
}
.header .hInner .imgText {
	float: left;
	margin-right: 195px; margin-top: 10px;
}
.header .hInner .imgText img {
	display: block;
}
.header .hInner .link {
	margin: 18px 0 0 0;
	float: right;
	text-align: center;
}
.header .hInner .link p {
	margin-bottom: 12px;
	color: #434343;
}
.header .hInner .link p a {
	display: inline-block;
	margin: 0 12px;
	color: #979797;
}
.header .hInner .link p a:hover {
	color: #f00;
}
.section h2{
	background:url('../images/type.png') no-repeat center top; width: 195px; height: 41px; line-height: 41px; font-size: 18px; text-indent: -14px; color: #fff; font-weight: 100;
}
#main {
	margin: 0 auto;
	width: 1000px;
	padding: 2px;
	background-color: #FFF;
	box-sizing: border-box;
}
#main .section {
	padding: 5px 10px;
}
#main h2 {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
#main .note {
	position: absolute;
	top: 10px;
	right: 15px;
	display: inline-block;
	float: right;
	color: #808080;
	line-height: 1.7;
	padding: 0 10px;
	font-weight: 100;
	font-family: '宋体';
	top: -30px;
	border-radius: 25px;
}
#main .note span {
	color:#f00;
}
#main .gameUl {
	position: relative;
	width: 962px;
	padding-left: 13px;
	margin-right: -10px;
	padding-bottom: 11px;
	background: #f4f4f4;
}
#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.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: 13px;
	line-height: 39px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
	text-align: center;
}
#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;
}
.inner{
	position: relative;
}
#main li a img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
#main .gameUl {
	margin-bottom:10px;
}
.mb0 { margin-bottom: 0 !important;}
.footer {
	text-align: center;
	color: #333;
	padding: 40px 0 40px;

}

#textLeft li a{
	text-align: left;
	text-indent: 18px;

}

@media all and (min-width: 0) and (max-width: 767px) {
	.header {
		background:none #292929;
		padding: 10px 5px;
		margin-bottom: 0;
		height: auto;
	}
	.header img {
		width: 100%;
	}
	.header .hInner {
		width: auto;
	}
	.header .hInner .imgText {
		display: none;
	}
	.header .hInner h1 {
		width: 130px;
	}
	.header .hInner .link {
		float: right;
	}
	.header .hInner .link .service img {
		width: 200px;
	}
	.header .hInner .link p {
		margin-bottom: 10px;
	}
	#main {
		width: auto;
	}
	#main .note {
		position: inherit;
		display: block;
		text-align: center;
		float: none;
		top: inherit;
		right: inherit;
	}
	#main .gameUl {
		margin-right: 0;
		width: auto;
	}
	#main li {
		width: 49% !important;
		float: left;
		margin-right: 2% !important;
	}
	#main li:nth-child(2n) {
		margin-right: 0 !important;
	}



}









