<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>404页面</title>
	<style type="text/css">
	*{margin: 0px; padding: 0px;}
	body,html{width: 100%; height: 100%; background: url(/404/images/404_03.png) repeat;}
	.my{width:288px; height: 440px; margin: 0px auto; position: relative; top: 50%; margin-top: -220px; }
	.my p{font-size: 14px; color: #6a6a6a; line-height: 30px; text-align: center;}
	.my p a{color: #6a6a6a; padding-left: 25px; text-decoration: none; background: url(/404/images/404_11.png) no-repeat left center;}
	</style>
</head>
<body>
	<div class="my" style="display: none;">
		<img src="/404/images/404_07.png" width="288" height="368">
		<p>您访问的页面不存在</p>
		<p class="p"><a href="/" title="返回主页">返回主页</a></p>
	</div>
<script type="text/javascript">
window.onload=function(){
	setTimeout(function(){
	location.href="/";
	},0)
}
</script>	
</body>
</html>