<!DOCTYPE html>
<html>

<head>
	<meta charset="UTF-8">
	<title>404-抱歉！您访问的页面不存在</title>
	<style type="text/css">
			.head404 {
				height: 230px;
				margin: 250px auto 0 auto;
				background-position: center;
			}
			
			.txtbg404 .txtbox {
				text-align: center;
				position: relative;
				top: -25px;
			}
			
			.txtbg404 .txtbox p {
				font-size: 16px;
				color: #929292;
			}
		</style>
</head>

<body bgcolor="#fff">
<div class="head404"></div>
<div class="txtbg404">
	<div class="txtbox">
		<p>抱歉！您访问的页面不存在…</p>
	</div>
</div>
</body>

</html>