
<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <title>404 - 访问出错</title>
    <meta name="keywords" content="404">
    <meta name="description" content="404">
    <meta name="author" content="404网页">
    <meta name="Copyright" content="404页面">
<style>
body {
    font-family: "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #F7F7F7;

}
#page-wrapper {
    padding-left: 0 !important;
}
#page-wrapper {
    position: relative;

    width: 100%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-blank-wrap {
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    padding: 0 20px;
}
.page-blank-wrap .site-error {
    margin-bottom: 30px;
    text-align: center;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1, .h1 {
    font-size: 36px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}
.page-blank-wrap .site-error {
    margin-bottom: 30px;
    text-align: center;
}
h4, .h4 {
    font-size: 18px; line-height:50px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height:2;
    color: inherit;
}
a {
    color: #4a90e6;
    text-decoration: none;
}
</style>
</head>

<body>
    <div id="page-wrapper">
        <div class="page-blank-wrap">
            <div class="site-error">
                <h1 class="headline"><img src="/images/404.png" alt="404"></h1>
                <div class="error-content">
                    <h4>404错误！抱歉您要找的页面不存在！</h4>
                    <h4><span id="skip"></span>秒后返回首页   <a href="/">立即返回首页</a></h4>
					<div></div>
                    </div> <img src="/images/error-bg.png" style="padding:20px 0 120px;"> </div>
        </div>
    </div>
    <script type="text/javascript">
    var t = 18;

    function showTime() {
        t -= 1;
        document.getElementById('skip').innerHTML = t;
        if(t == 0) {
            //window.location.href = '/';
        }
        setTimeout("showTime()", 1000);
    }
    showTime();
    </script>
</body>

</html>