﻿<!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>网站消息提示</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
*{padding:0;margin:0;border:0}
body{text-align: center; background-color:#42b5f8}
.box{background: url(/template/images/404.jpg) no-repeat;;margin: 150px auto auto;width: 700px; height:373px;}
.box1{ padding-top:204px; margin-left:400px;}
.box1 li{ width:125px; height:35px; margin-left:10px; margin-right:10px; float:left;  list-style:none;}
.box H3{padding-left: 12px;font-weight: bold;font-size: 14px;margin: -25px -20px 20px -125px;color: #fff;line-height: 28px;background-color: #777;}
#spTimeout{font-weight:bold;color:#f39700;font-size:14px;margin-right:5px}
</style>
<script type="text/javascript">
function $qs(paraNm) {
    var args = new Object();
    var query = location.search.substring(1);
    var pairs = query.split("&");
    for (var i = 0; i < pairs.length; ++i) {
        var pos = pairs[i].indexOf('=');
        if (!pos) continue;
        var paraNm2 = pairs[i].substring(0, pos);
        var vlu = pairs[i].substring(pos + 1);
        vlu = decodeURIComponent(vlu);
        args[paraNm2] = vlu;
    }
    return args[paraNm];
}
var errs = new Array("未知的错误", "错误的操作", "403禁止访问：访问被拒绝。", "404找不到文件或目录。", "500服务器内部错误。");
var TIMEOUT=5;
var i1=window.setInterval(function(){
    document.getElementById("spTimeout").innerHTML=TIMEOUT;
    --TIMEOUT;
    if(TIMEOUT<0){
        window.clearInterval(i1);
        location.href="/";
    }
},1000)
</script>
</head>
<body>
<div class="box">
    <div style="height:60px">
      
        <div class="box1">
            <ul>
                <li style="background-color:#0a90f6; line-height:35px; font-size:18px; text-align:center"><a href="javascript:void(0)" style="color:#fff; text-decoration:none;" onclick="history.back()">返回上级</a></li>
                <li style="background-color:#fff; line-height:35px; font-size:18px; border:1px solid #0a90f6; text-align:center"><a href="/" style="color:#0a90f6; text-decoration:none;">返回首页</a></li>
               
            </ul>
        </div>
        <p style="float:left; padding-left:450px;padding-top:20px;"><a href="/" style="color:#fff; text-decoration:none;"><span id="spTimeout"><script type="text/javascript">document.write(TIMEOUT);</script></span>秒后自动返回网站首页</a></p>
    </div>
</div>
</body></html>