a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #6b7286;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
}
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;
}
img { vertical-align: top;}
/*---------------index--------------*/
html,body {
	height: 100%;
	overflow: hidden;
}
#container {
	height: 100%;
	position: relative;
}
.main {
	margin-left: -294px;
	width: 588px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.main .list {
	margin-bottom: 85px;
}
.main .list li {
	margin-bottom: 58px;
}
.main .list li img {
	margin: 0 auto;
	display: block;
}
.main .btnUl li {
	padding: 0 15px;
	float: left;
}
.main .btnUl li a,
.main .btnUl li img {
	display: block;
}
.main .btnUl li a:hover img {
	-webkit-filter: brightness(120%);
				filter: brightness(120%);
}