
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0035)http://www.huacolor.com/cpa/wps.asp -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK">
    <title>您访问的页面不存在或已被删除</title>
    <meta name="description" content="小编提醒您，您要访问的页面不存在或已被删除！">
    <link rel="shortcut icon" href="http://www.huacolor.com/static/favicon.ico" type="image/x-icon">
    <style type="text/css">
        body
        {
            margin: 0;
            padding: 0;
        }

        .center {
            width: 1000px;
            margin: 0 auto 60px auto;
            background-image: url('images/404.jpg');
            height: 531px;
            margin-top: 80px;
            background-size: 100% 100%;
        }
        .errors_404 {
            padding: 110px 0 0 80px;
        }
            .errors_404 p {
                font-size: 20px;
                color: #004cbf;
            }
            .errors_404 a {
                display: block;
                width: 104px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background: #004cbf;
                font-size: 13px;
                color: #fff;
            }
    </style>
</head>
<body>
    <div id="wrap">
        <!--<div align="center">
            <div class="errors_404">
                <a href="/default.aspx" class="to_home">返回首页</a>
                <a href="javascript:history.go(-1)" class="to_back">返回上一页</a>
            </div>
        </div>-->

        <div class="center">
            <div class="errors_404">
                <p>很抱歉！您访问的页面不存在......</p>
                <a href="/" class="to_home">返回首页</a>
            </div>
        </div>
    </div>

    <script>
        setTimeout(function () {
            window.location.replace("/")
        }, 3000);
    </script>
</body>
</html>
