<!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>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>404错误页面：您访问的页面不存在！</title>
</head>

<body>

    <div style="background: no-repeat center; width:1100px;height:600px;margin:0px auto;font-size:12px;">

        <div style="font-size:15px; width:315px; text-align:center; margin:0 auto; padding-left:18px; padding-top:580px;color:#fff;">
            <a href="/" target="_self" style="width: 125px;height: 41px;text-align: center;line-height: 41px;background: no-repeat; color:#ffffff;display: block;margin-right: 10px;margin-left: 10px;float: left; text-decoration: none;font-weight:bold;">网站首页</a>
            <span id="timer">5</span><a href="/" target="_self" style="width: 125px;height: 41px;text-align: center;line-height: 41px;background: no-repeat; color:#4983dd;display: block;margin-right: 10px;margin-left: 10px;float: left; text-decoration: none; font-weight:bold;">返回上一步</a>
            </p>
            <script>
                (function() {
                    var i = 8;
                    setinterval(function() {
                        document.getelementbyid('timer').innerhtml = i;
                        if (i == 0) {
                            window.open("/", '_self');
                        }
                        i--;
                    }, 1000);
                })();
            </script>
        </div>

    </div>
</body>

</html>