﻿<!doctype html>
<html lang="zh">
<head>
    <meta charset="utf-8">
    <title>网站访问错误-404未找到该页</title>
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <link href="https://cdn.cqwsc.com/Global.css" rel="stylesheet" type="text/css" media="all" />
    <style>
        body { background: url(/Images/404bg.gif); flex-flow: column; justify-content: center; display: flex; text-align: center; height: 100vh; }
        .Page404 { width: 90vw; padding: 0px 5vw; position: relative; text-align: center; }
        .Page404 .Title { max-width: 100%; display: inline-block }
        .Page404 ul { margin-top: 30px; display: inline-block }
        .Page404 li { line-height: 36px; font-size: 16px; text-align: left }
        .Page404 li a { line-height: 36px; font-size: 16px; }
        .Page404 li img { display: inline-block; vertical-align: middle; margin: 0px 3px; }
        .Page404 .Btn { margin-top: 30px; }
        .Page404 .Btn1, .Page404 .Btn2 { margin: 30px 18px; padding: 8px 28px; }
    </style>
</head>
<body>
    <div class="Page404">
        <img src="/Images/404.png" alt="404错误,未找到您所访问的页面" class="Title" />
        <div class="List">
            <ul>
                <li>未找到您访问的页面，请检查输入的URL是否正确!</li>
                <li>您浏览本站中多次出现此错误，请与我们<A href="https://wpa.qq.com/msgrd?V=1&Uin=121193158" target="_blank"><img src="https://wpa.qq.com/pa?p=2:121193158:4" alt="报告网站页面错误!">联系</A>!</li>
            </ul>
            <div class="Btn">
                <a href="#" onclick="history.back(-1)" class="Btn1" title="返回上一级页面">返回上级</a>
                <a href="/" class="Btn2" title="返回首页界面">返回首页</a>
            </div>
        </div>
    </div>
    <script>
        (function () {
            var bp = document.createElement('script');
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
            var curProtocol = window.location.protocol.split(':')[0];
            if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; }
            var s = document.getElementsByTagName("script")[0];
            s.parentNode.insertBefore(bp, s);
        })();
    </script>
</body>
</html>

