
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>抱歉，你访问的页面不存在！</title>
	<link href="../Img/Error.css" type="text/css" rel="Stylesheet" />
</head>
<body>
    <div class="total">
        <div class="left"></div>
        <div class="right"></div>
        <div class="center">
            <div class="c_img">
                <img src="../Img/404.gif" />
            </div>
            <div class="c_content">
                <img src="../Img/point.gif" />
                <ul>
                    <li>检查网址是否正确；</li>
                    <li>直接访问首页；</li>
                </ul>
                <div class="point">
                    系统将在<span id="last">5</span>秒内进行跳转，如不跳转请<a href="/">点击这里>></a></div>
            </div>
        </div>
    </div>
	<script language="JavaScript" type="text/javascript">
	    function count() {
	        if (last.innerHTML != 0) { last.innerHTML-- } else {
	            window.location.href = "/";
	            clearInterval(rs);
	        }
	    }
	  var rs=  setInterval(count, 1000)
	 </script>
</body>
</html>