* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	background: #1B1B1B url(../images/index/bg01.jpg) no-repeat center top;
}
.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 {
	width:860px;
	margin: 0 auto;
	padding: 43px 0 35px;
	text-align: center;
}
#header h1 {
	margin-bottom: 18px;
}
#main {
	width:860px;
	margin: 0 auto;
	padding-bottom:20px;
}
#main .imgUl {
	margin-bottom: 38px;
}
#main .imgUl li {
	margin-bottom: 15px;
}
#main .play {
	margin-bottom: 45px;
	background: url(../images/index/img04.png) no-repeat center top;
	height: 100px;
	box-sizing: border-box;
	padding: 20px 0 0 120px;
	text-align: center;
}
#main .play a {
	display: inline-block;
}
#main .contactUl {
	margin: 0 0 0 10em;
}
#main .contactUl li {
	float: left;
	margin-right: 5em;
}

.coverLink {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




















