a {
	color: #000;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	background:#fff;
}
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--------------*/
#main {
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
#main .title {
	margin-bottom: 58px;
}



@media all and (min-width: 0) and (max-width: 767px) {
	img {
		width: 100%;
	}
	#main {
		width: 80%;
		margin: 0 auto;
	}
	#main .title {
		margin-bottom: 38px;
	}
	#main .btn {
		width: 60%;
		margin: 0 auto;
	}
	
	
	
	
}















