﻿<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>mistake</title>
    <script src="https://www.cd781203.cn/content/default/js/jquery-3.1.0.js"></script>
</head>
<style type="text/css">
    body, html {
        font-family: 宋体;
    }

    .warp {
        width: 1200px;
        height: 750px;
        margin: 0 auto;
        position: relative;
    }

    .main {
        width: 926px;
        height: 460px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -230px;
        margin-left: -363px;
        font-size: 20px;
        color: #000;
        line-height: 40px;
    }

    .cry {
        float: left;
    }

    .font {
        padding-top:50px;
        float: left;
        margin-left: 5px;
        margin-top: -5px;
        color:#3772B4;
        font-family:"Microsoft YaHei","微软雅黑";
    }

    .font dt {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 35px;
    }
</style>
<body style="height: 100%; overflow-y:hidden;">
<div class="warp">
    <div class="main">
        <div class="cry"><img src="/error/error/error.jpg"></div>
        <dl class="font">
            <dt>抱歉，佳宏网站升级改版中</dt>
            <dd>您要访问的网址可能已被删除或暂时不可用</dd>
            <dd>点击以下链接继续访问网站</dd>
            <dd><a style="color:#f9b716;" href="/"><< 返回首页</a></dd>
        </dl>

    </div>
</div>


</body>
</html>
<script type="text/javascript">
    $(function() {
        var count = 2;
        setInterval(function() {
            count--;
            if (count <= 0) window.location.href = "https://www.cd781203.cn/";
        }, 1000);
    });

</script>