<!doctype html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="renderer" content="webkit" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <title>404</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            outline: none;
        }

        a, a:hover {
            text-decoration: none;
        }

        img {
            border: 0;
            vertical-align: top;
        }

        .clearfix:after {
            content: '';
            display: table;
            clear: both;
        }

        ::-webkit-scrollbar-thumb {
            min-height: 50px;
            border-radius: 3px;
            background-color: #666;
        }

        ::-webkit-scrollbar-track {
            background: #eee;
        }

        ::-webkit-scrollbar-corner {
            background: transparent;
        }

        ::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        body, html {
            height: 100%;
        }

        body {
            background: #fff url(/Images/body.jpg) center;
            color: #333;
            font: 13px/1.5 'microsoft yahei',\5b8b\4f53;
        }

        a {
            color: #333;
            text-decoration: none;
            transition: 0.3s;
        }

            a:hover {
                color: #0075c2;
            }

        .headerbox {
            min-width: 1200px;
            background: #fff;
        }

        .header {
            width: 1200px;
            margin: 0 auto;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .header:after {
                content: '\20';
                display: block;
                height: 0;
                clear: both;
            }

        .header {
            *zoom: 1;
        }

            .header .logo {
                float: left;
            }

                .header .logo a {
                    display: block;
                }

            .header .tel {
                float: right;
                overflow: hidden;
            }

        .info {
            position: fixed;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 276px;
            margin: auto 0;
            text-align: center;
        }

            .info .txt {
                margin-top: 24px;
                font-size: 20px;
                line-height: 46px;
            }

                .info .txt img {
                    margin-top: 10px;
                }
    </style>
</head>
<body>
    <div class="headerbox">
        <div class="header">
            <div class="logo"><a href="http://www.ibw.cn/" title="网新科技集团" rel="nofollow"><img src="/Images/logo.jpg" width="510" alt="网新科技集团" /></a></div>
            <div class="tel"><img src="/Images/tel_top_bg.jpg" width="228" alt="400-882-0608" /></div>
        </div>
    </div>
    <div class="info">
        <p><img src="/Images/404.png" width="340" alt="404" /></p>
        <div class="txt">
            <p><img src="/Images/1.png" width="20" /> Sorry！尊敬的用户，您要访问的网站页面打不开......</p>
            <p>请咨询您的营销顾问或拨打售后咨询电话：400-110-2315</p>
        </div>
    </div>
</body>
</html>