<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <link rel="stylesheet" type="text/css" href="/xjtu/smu_news/404/css/wrong.css">
    <style>
        body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
        .prompt { font-family:"微软雅黑"; padding-top:20px; padding-left:45px; padding-right:30px;}
        .prompt p { padding-left:12px; margin:0px; background:url(/system/resource/code/auth/images/promptIconP.png) no-repeat left center; line-height:22px; color:#888; font-size:13px;}
        .promptOne { width:80%; font-size:22px; font-weight:bold; color:#000; line-height:60px; border-bottom:1px solid #b6bcc6;}
        .promptTwo { padding-left:50px; background:url(/system/resource/code/auth/images/promptIcon.png) no-repeat left center; line-height:60px; font-size:18px; color:#f8930f;}
        .promptThere { padding-bottom:5px; font-size:14px; color:#000;}
        @media only screen and (min-width:240px) and (max-width: 480px){
        .prompt { font-family:"微软雅黑"; padding-top:20px; padding-left:20px; padding-right:20px;}
        .prompt p { padding:0px; margin:0px; line-height:24px; color:#888; font-size:13px; background:no-repeat left center;}
        .promptOne { display:none;}
        .promptTwo { padding-left:50px; padding-top:20px; padding-bottom:20px; margin-bottom:15px; background:url(/system/resource/code/auth/images/images/promptIcon.png) no-repeat left center; line-height:20px; font-size:18px; font-weight:bold; color:#f8930f; border-bottom:1px solid #b6bcc6;}
        .promptThere { padding-bottom:8px; font-size:14px; color:#000; font-weight:bold;}
        }
</style>
    <!--script language='javascript' src='/404/_mobile/resource/js/mobiledevice.js'></script-->
    <title>系统提示</title>
</head> 

<body class="bg_wrong" leftmargin="0" topmargin="0">
    <a href="" class="t_logo_w" title="西安交通大学"><img src="/xjtu/smu_news/404/images/t_logo_wrong.png" alt=""></a>
    <div class="tc">
        <div class="wrong_wrap i white">
            <h1 class="time">5</h1>
            <h2>您访问的页面已迁移到新页面！</h2>
            <p>秒后自动跳转到新页面，或者<a class="yellow" href="/xjtu/mu_news/" title="">点击链接</a>跳转到新页面</p>
            <a class="btn_to_home i" href="/xjtu/mu_news/" title="返回首页" alt="返回首页">返回首页</a>
        </div>
    </div>
    <script src="/xjtu/smu_news/404/js/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    var i = 5;
    $(function() { 
        setTimeout(function() { 
            //跳转链接
            window.location.href = '/xjtu/mu_news/';
        }, 4000);
        after();
    });

    function after() {
        $(".time").empty().append(i);
        if (i > 1) {
            i = i - 1;
            setTimeout(function() {
              after();
          }, 1000);
        }
        
    }
    </script>
</body>
 
</html>
