﻿<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>哎呀…您访问的页面不存在</title>
<style type="text/css">
html { height:100%;}
body { background:#DAD9D7; font:0/0 Arial; color:#626262;}
* { margin:0; padding:0; list-style:none;}
img { border:0;}
a,a:hover { text-decoration:none; color:#002e9b;}
a { color:#626262; blr:expression(this.onFocus=this.blur());}
:focus { outline:none;}
div { font:12px/18px "SimSun";}
p { text-align:justify; text-justify:inter-ideograph;}
h1,h2,h3,h4,h5,h6 { font:12px/18px "microsoft yahei"; font-weight:normal;}
.m_fl { float:left;}
.m_fr { float:right;}
.m_auto { margin:auto; float:none !important;}

.wrap { width:100%; height:600px; background:url(http://img.lzdal.cn/404.jpg) no-repeat center top; position:absolute; top:0; left:0;}
.container { width:500px; line-height:20px; text-align:center;}
.container .img { height:360px;}
.container .img img { margin-top:180px;}
.container h1 { height:35px; font-size:18px; color:#555;}
.container .link { height:35px;}
.container .link a { margin:0 15px; font-size:14px;}
.container .info { height:180px; color:#999;}
</style>
</head>
<body>
<div class="wrap">
	<div class="container m_auto">
		<div class="img"><img src="http://img.lzdal.cn/404.png"/></div>
		<h1>哎呀…您访问的页面不存在</h1>
		<div class="link"><a href="javascript:history.go(-1)">返回出错页</a><a href="/">返回首页</a><a href="javascript:window.close();">关闭本页</a></div>
		<div class="info">您可能输入了错误的网址，或者该网页已删除或移动</div>
	</div>
</div>
</body>
</html>