


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>404 - 页面不存在</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<style type="text/css">
*{padding:0 ; margin:0;}
.page_not_all{width:100%; height:100%; overflow:hidden; margin:0 auto;}
.page_p1{ font-size:46px; color:#C00; /*font-style:italic;*/ font-family:Arial; margin-top:50px; height:90px;
 line-height:90px; padding-left:60px;border-bottom:1px dashed #000; font-weight:bold;}
.page_p2{font-size:20px; color:#4d4d4d; line-height:30px;margin: 20px 0 0 60px;}
</style>
</head>

<body>
<div class="page_not_all">
    <p class="page_p1">404 page not found！</p>
    <p class="page_p2">无法找到该页！<br />
		您正在搜索的页面可能已经删除、更名或暂时不可用。<br />
		请过几分钟后刷新页面。
    </p>
</div>
</body>
</html>