*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	font-family: "新宋体";
	font-size: 30px;
}
html{
	width: 100%;
	height: 100%;
	background: url(bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
}
.page{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 63%;
	font-size: 28px;
	line-height: 40px;
}
.page h1{
	font-size: 28px;
	color: #000304;
}
.page a{
	display: inline-block;
	font-size: 20px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #2d2d2d;
	background-color: #fdb834;
	margin: 30px auto 0;
}
