﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
    <title>这个.. 页面没有找到！！！</title>

    <style type="text/css">
        body {
            margin: 0;
            padding: 0;
            background: #efefef;
            font-family: Georgia, Times, Verdana, Geneva, Arial, Helvetica, sans-serif;
        }

        div#mother {
            margin: 0 auto;
            width: 943px;
            height: 572px;
            position: relative;
        }

        div#errorBox {
            background: url(shiyanyisu.com_bg.png) no-repeat top left;
            width: 943px;
            height: 572px;
            margin: auto;
        }

        div#errorText {
            color: #39351e;
            padding: 115px 0 0 418px
        }

            div#errorText p {
                width: 303px;
                font-size: 14px;
                line-height: 26px;
            }

      
        h1 {
            font-size: 40px;
            margin-bottom: 35px;
        }
        img {
            position: absolute;
            top: 206px;
            left: 220px;
        }
        a {
            display: block;
            width: 180px;
            color: #fff;
            text-decoration: none;
            background: #3385ff;
            margin-left: 418px;
            height: 35px;
            line-height: 35px;
            text-align: center;
        }
    </style>



</head>
<body>
    <div id="mother">
        <div id="errorBox">
            <div id="errorText">
                <h1>Sorry..页面没有找到！</h1>
                <p>
                    似乎你所寻找的网页已移动或丢失了。
                <p>或者也许你只是键入错误了一些东西。</p>
                我们建议你返回首页官网进行浏览
                </p>

                <p>
                    或者请与管理员联系，谢谢！
                </p>
                <img src="/images/404.png" alt="找不到" />
            </div>
           
            <a href="http://pm2.com.cn/" title="返回首页">返回首页</a>
        </div>
    </div>
</body>
</html>