*{
	margin:0px;
	padding:0px;
	}
img{
	border:none;
	}	
ul,li{
	list-style-type:none;
	}	
a:focus{
	outline:none;
	}
body{
	 height:auto;
	overflow-x:hidden;
	font-family:"微软雅黑";
	overflow-y:auto;
	background-color: #f5f7fb;
	}
.head{
	width: 204px;
	height: 158px;
	margin: 0 auto;
	margin-top:200px!important;
}	
.main{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.button{
	width: 50%;
	height: 38px;
	border: 1px solid #336699;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 10px;
	text-align: center;
	line-height: 34px;
}
.button a{
	text-decoration: none;
	color:#336699;
	
}
.footer{width:100%;
height:30px;
position:fixed;
bottom:0px;
left:0px;
font-size:14px;
 text-align: center;
 bottom: 5px;
}