index.html 20.7 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta charset='UTF-8'>
    <title>网上“一窗办事”登记系统</title>
    <meta name='copyright' content=' &reg 技术支持 All Rights Reserved' />
    <meta name='robots' content='index,follow' />
    <meta name='googlebot' content='index,follow,archive' />
    <link rel='alternate icon' type='image/png' href='/staticImages/logo-realestate.png'>
    <link rel='icon' href='favicon.ico' type='image/x-ico' />
    <meta name='description' content='' />
    <meta name='Keywords' content='' />
    <link type="text/css" rel="stylesheet" href="/staticLib/layui/css/layui.css" />
    <link type="text/css" rel="stylesheet" href="/staticCss/common.css" />
    <link type="text/css" rel="stylesheet" href="/staticCss/header.css" />
    <link type="text/css" rel="stylesheet" href="/staticCss/pageHome.css" />
</head>
<body>
    <div class='home-sticky'>
        <div class='top-logo'>
            <div class='top_logo_content'>
                <h1><a href='/index.html'><img src='/staticImages/logo.png' alt='西安市不动产登记平台' /></a></h1>
                <div class='top_logo_search'>
                    <input type='text' name='title' required lay-verify='required' placeholder='请输入关键字搜索'
                        autocomplete='off' class='layui-input'>
                    <img class='search_img' src='/staticImages/search.png'>
                </div>
                <ul class='login layui-nav login-con'>
                    <span class='loginButton' id="login">登录</span>
                    <p class='loginButton register' id='register'><a href='/staticViews/register.html'>注册</a></p>
                </ul>
            </div>
        </div>
        <div class='layui-nav navigation layui-bg-blue'>
            <ul class="navigation-content">
                <li id='index' class='layui-nav-item'><a href='/index.html' title='首页'>首页</a></li>
                <li id='news' class='layui-nav-item'><a href='/staticViews/newsList/1.html' title='新闻动态'>新闻动态</a></li>
                <li id='zwgk' class='layui-nav-item'>
                    <a href='javascript:;'>政务公开</a>
                    <dl class='layui-nav-child'>
                        <dd><a href='/staticViews/xyzc.html'>相应政策</a></dd>
                        <dd><a href='/staticViews/flfg.html'>法律法规</a></dd>
                        <dd><a href='/staticViews/gsgg.html'>公示公告</a></dd>
                    </dl>
                </li>
                <li id='bszn' class='layui-nav-item'><a href='/staticViews/bszn.html'
                        title='办事指南'>办事指南</a></li>
                <li id='wssq' class='layui-nav-item'><a href='/staticViews/wssq.html'
                        title='网上申请'>网上申请</a></li>
                <li class='layui-nav-item'>
                    <a href='javascript:;'>查验中心</a>
                    <dl class='layui-nav-child'>
                        <!-- 二级菜单 -->
                        <dd><a href='/staticViews/convenienceService/fileQuery.html'>档案查询</a></dd>
                        <dd><a href='/staticViews/convenienceService/recordInquiry.html'>合同备案查询</a>
                        </dd>
                        <dd><a href='/staticViews/convenienceService/certificateVerification.html'>证书核验</a>
                        </dd>
                    </dl>
                </li>
                <li id='zxjf' class='layui-nav-item'><a href='/staticViews/zxjf.html'>在线缴费</a></li>
                <li id='evaluate' class='layui-nav-item'><a
                        href='/staticViews/evaluate.html'>好差评</a></li>
            </ul>
        </div>
    </div>
    <!-- 轮播 -->
    <div class="homeindex">
        <div class="banner">
            <div class="layui-carousel" id="banner_swiper">
                <div carousel-item>
                    <div class="swiper_item">
                        <img class="swiper_img" alt="背景图" src="./staticImages/bg.png" />
                    </div>
                </div>
            </div>
            <ul class="banner_title">
                <li>
                    <a class="cardItem" href="./staticViews/convenienceService/fileQuery.html" title="查询档案">
                        <img src="./staticImages/dacx.png" alt="查询档案">
                        查询档案
                    </a>
                </li>
                <li>
                    <a class="cardItem" href="./staticViews/convenienceService/progressInquiry.html" title="进度查询">
                        <img src="./staticImages/jdcx.png" alt="进度查询">
                        进度查询
                    </a>
                </li>
                <li>
                    <a class="cardItem" id="onlineBooking" title="在线预约">
                        <img src="./staticImages/zxyy.png" alt="在线预约">
                        在线预约
                    </a>
                </li>
                <li>
                    <a class="cardItem" href="./staticViews/convenienceService/certificateVerification.html"
                        title="证书核验">
                        <img src="./staticImages/zshy.png" alt="证书核验">
                        证书核验
                    </a>
                </li>
            </ul>
        </div>
        <div class="c_one">
            <div class="contentBox">
                <div class="news">
                    <h2>
                        <a href="./staticViews/xwdt.html" title="新闻动态" class="news_title_content">
                            <div class="news_title">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconxinwen"></use>
                                </svg>
                                <span>新闻动态</span>
                            </div>
                            <i>查看全部 ></i>
                        </a>
                    </h2>
                    <a class="news-img" href="" title="图片新闻地信中心开展外业安全生产监控系统培训工作"><img src="staticImages/news_demo.jpg"
                            alt="图片新闻地信中心开展外业安全生产监控系统培训工作" /></a>
                    <ul id='ulNews'></ul>
                </div>
                <div class="notice">
                    <h2>
                        <a title="公示公告" href="./staticViews/gsgg.html" class="news_title_content">
                            <div class="news_title">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#icongonggao"></use>
                                </svg>
                                <span>公示公告</span>
                            </div>
                            <i>查看全部 ></i>
                        </a>
                    </h2>
                    <ul class="notice_list" id="ulNotice">
                    </ul>
                </div>
            </div>
        </div>
        <div class="c_two">
            <div class="subject">
                <h2><a href="" title="便民服务">便民服务</a></h2>
                <ul class="convenient_service">
                    <li>
                        <a href="./staticViews/convenienceService/businessInquiry.html" title="业务查询">
                            <img src="./staticImages/ywcx.png" alt="业务查询" />
                            <h6>业务查询</h6>
                            <p>查询个人/企业相关不动产登记业务,包含目前正在办理的业务最新状态和已办结的业务详情信息等</p>
                        </a>
                    </li>
                    <li>
                        <a id="appointment_inquiry" title="预约查询">
                            <img src="./staticImages/yycx.png" alt="预约查询" />
                            <h6>预约查询</h6>
                            <p>查询个人/企业线上约号业务,包含预约的业务名称、预约大厅详情、预约时间、预约流水号等信息</p>
                        </a>
                    </li>
                    <li class="">
                        <a href="./staticViews/convenienceService/certificateVerification.html" title="证书查询">
                            <img src="./staticImages/zscx.png" alt="证书查询" />
                            <h6>证书查询</h6>
                            <p>根据所属区域及权利人相关信息查询相关证书信息,并提供电子证书在线预览、下载等功能</p>
                        </a>
                    </li>
                    <li>
                        <a href="./staticViews/convenienceService/recordInquiry.html" title="合同备案查询">
                            <img src="./staticImages/htbacx.png" alt="合同备案查询" />
                            <h6>合同备案查询</h6>
                            <p>根据所属区域及权利人相关信息查询合同备案信息,并提供合同信息的详细信息展示</p>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
        <!-- 法律法规 -->
        <div class="laws_regulations">
            <div class="regulations title">
                <div class="regulations_content">
                    <h2>
                        <a href="./staticViews/flfg.html" title="法律法规">
                            <p>
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconbanshizhinan"></use>
                                </svg>
                                <span>法律法规</span>
                            </p>
                            <i>查看全部 ></i>
                        </a>
                    </h2>
                    <ul class="laws_list" id="ulLaws">
                    </ul>
                </div>
            </div>
            <!-- 相应政策 -->
            <div class="policy title">
                <div class="policy_content">
                    <h2>
                        <a href="./staticViews/xyzc.html" title="相应政策">
                            <p>
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconzhengce"></use>
                                </svg>
                                <span>相应政策</span>
                            </p>
                            <i>查看全部 ></i>
                        </a>
                    </h2>
                    <ul class="laws_list" id="policies"></ul>
                </div>
            </div>
        </div>
        <!-- 好差评 -->
        <div class="Good_bad_reviews">
            <h3>好差评</h3>
            <ul>
                <li>
                    <p>
                        <b>787</b>
                        <span>万次</span>
                    </p>
                    <p>评价数</p>
                </li>

                <li>
                    <p>
                        <b>12</b>
                        <span></span>
                    </p>
                    <p>差评总数</p>
                </li>

                <li>
                    <p>
                        <b>100</b>
                        <span>%</span>
                    </p>
                    <p>差评修改率</p>
                </li>
                <li>
                    <p>
                        <b>92.6</b>
                        <span>%</span>
                    </p>
                    <p>差评数</p>
                </li>
            </ul>
        </div>
        <!-- 常见问题,政民互动 -->
        <div class="common_question">
            <div class="subject_con">
                <dl class="subject">
                    <dt class="title">
                        <h2>
                            <a href="" title="常见问题">
                                <p>
                                    <svg class="icon svg-icon" aria-hidden="true">
                                        <use xlink:href="#iconchangjianwenda"></use>
                                    </svg>
                                    <span>常见问题</span>
                                </p>
                                <i>查看全部 ></i>
                            </a>
                        </h2>
                    </dt>
                    <div class="list_content">
                        <dd>
                            <a href="" title="基础问题">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                基础问题
                            </a>
                            <a href="" title="继承登记">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                继承登记
                            </a>
                        </dd>
                        <dd>
                            <a href="" title="一手商品房办证">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                一手商品房办证
                            </a>
                            <a href="" title="抵押登记">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                抵押登记
                            </a>
                        </dd>
                        <dd>
                            <a href="" title="二手房办证">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                二手房办证
                            </a>
                            <a href="" title="预售及网签">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                预售及网签
                            </a>
                        </dd>
                        <dd>
                            <a href="" title="经济适用房登记">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                经济适用房登记
                            </a>
                            <a href="" title="夫妻加减名变更">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                夫妻加减名变更
                            </a>
                        </dd>
                        <dd>
                            <a href="" title="变更登记">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                变更登记
                            </a>
                            <a href="" title="夫妻离婚变更">
                                <svg class="icon svg-icon" aria-hidden="true">
                                    <use xlink:href="#iconwenhao"></use>
                                </svg>
                                夫妻离婚变更
                            </a>
                        </dd>
                    </div>
                </dl>
                <dl class="interact">
                    <dt class="title">
                        <h2>
                            <a href="" title="政民互动">
                                <p>
                                    <svg class="icon svg-icon" aria-hidden="true">
                                        <use xlink:href="#iconzhengminhudong"></use>
                                    </svg>
                                    <span>政民互动</span>
                                </p>
                                <i>查看全部 ></i>
                            </a>
                        </h2>
                    </dt>
                    <div class="list_content_right">
                        <dd>
                            <a title="在线评价">
                                <img src="./staticImages/zxpj.png" alt="在线评价" />
                                <p>在线评价</p>
                            </a>
                        </dd>
                        <dd>
                            <a title="在线留言">
                                <img src="./staticImages/zxly.png" alt="在线留言" />
                                <p>在线留言</p>
                            </a>
                        </dd>
                        <dd>
                            <a title="在线互动">
                                <img src="./staticImages/zxhd.png" alt="在线互动" />
                                <p>在线互动</p>
                            </a>
                        </dd>
                    </div>

                </dl>
            </div>
        </div>
        <!-- 友情链接 -->
        <div class="c_five Links">
            <div class="subject">
                <h2>
                    <a href="" title="友情链接">
                        友情链接
                    </a>
                </h2>
                <ul>
                    <li>
                        <a href="" title="国土资源局">
                            <img src="./staticImages/guotuziyuanbao.png" alt="国土资源局" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="中国人民政府网">
                            <img src="./staticImages/zhongyangzhengfuwang.png" alt="中国人民政府网" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="中国人民政府网">
                            <img src="./staticImages/zhongyangzhengfuwang.png" alt="中国人民政府网" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="国土资源局">
                            <img src="./staticImages/guotuziyuanbao.png" alt="国土资源局" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="国土资源局">
                            <img src="./staticImages/guotuziyuanbao.png" alt="国土资源局" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="中国人民政府网">
                            <img src="./staticImages/zhongyangzhengfuwang.png" alt="中国人民政府网" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="国土资源局">
                            <img src="./staticImages/guotuziyuanbao.png" alt="国土资源局" />
                        </a>
                    </li>
                    <li>
                        <a href="" title="中国人民政府网">
                            <img src="./staticImages/zhongyangzhengfuwang.png" alt="中国人民政府网" />
                        </a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</body>
<script src='https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js'></script>
<script type="text/javascript" src="/staticLib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/staticLib/layui/layui.js"></script>
<script type="text/javascript" src="/staticJs/login.js"></script>
<script type="text/javascript" src="/staticJs/common.js"></script>
<script type="text/javascript" src="/staticJs/header.js"></script>
<script type="text/javascript" src="./staticJs/down.js"></script>
<script type="text/javascript" src="./staticJs/pageHome.js"></script>
</html>