Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/portalStaticPage
Showing
12 changed files
with
147 additions
and
83 deletions
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
26 | box-sizing: border-box; | 26 | box-sizing: border-box; |
27 | } | 27 | } |
28 | .navigation_crumbs .layui-breadcrumb a:hover { | 28 | .navigation_crumbs .layui-breadcrumb a:hover { |
29 | color: #f46143!important; | 29 | color: #0091FF!important; |
30 | } | 30 | } |
31 | /* -------------------------头部start----------------------------------- */ | 31 | /* -------------------------头部start----------------------------------- */ |
32 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { | 32 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { |
... | @@ -39,14 +39,23 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq | ... | @@ -39,14 +39,23 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq |
39 | background: transparent; | 39 | background: transparent; |
40 | font-family: Arial; | 40 | font-family: Arial; |
41 | } | 41 | } |
42 | 42 | .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a { | |
43 | font-weight: 600; | ||
44 | background-color: #0091FF; | ||
45 | } | ||
46 | .layui-nav .layui-this:after { | ||
47 | display: none; | ||
48 | } | ||
49 | .layui-nav-bar { | ||
50 | display: none; | ||
51 | } | ||
43 | div a { | 52 | div a { |
44 | color: #000000; | 53 | color: #4A4A4A; |
45 | text-decoration: none; | 54 | text-decoration: none; |
46 | } | 55 | } |
47 | 56 | ||
48 | div.subject h2 a:hover { | 57 | div.subject h2 a:hover { |
49 | color: #f46143; | 58 | color: #0091FF; |
50 | } | 59 | } |
51 | .layui-nav-item a{ | 60 | .layui-nav-item a{ |
52 | font-size: 16px; | 61 | font-size: 16px; |
... | @@ -95,7 +104,7 @@ div.top-logo .login { | ... | @@ -95,7 +104,7 @@ div.top-logo .login { |
95 | margin-top: 8px; | 104 | margin-top: 8px; |
96 | } | 105 | } |
97 | div.top-logo .login a:hover { | 106 | div.top-logo .login a:hover { |
98 | color: #f46143; | 107 | color: #0091FF; |
99 | } | 108 | } |
100 | div.top-logo .top_logo_search i { | 109 | div.top-logo .top_logo_search i { |
101 | position: absolute; | 110 | position: absolute; |
... | @@ -120,25 +129,21 @@ div.navigation { | ... | @@ -120,25 +129,21 @@ div.navigation { |
120 | text-align: center; | 129 | text-align: center; |
121 | } | 130 | } |
122 | .navigation .layui-nav-item { | 131 | .navigation .layui-nav-item { |
123 | width: 130px; | 132 | width: 168px; |
124 | position: relative; | 133 | position: relative; |
125 | margin: 0 22px; | 134 | border: 1px solid rgba(255,255,255, 0.2); |
135 | margin-left: -1px; | ||
126 | } | 136 | } |
127 | .layui-bg-blue { | 137 | .layui-bg-blue { |
128 | background-color: #006CFF!important; | 138 | background-color: #006CFF!important; |
129 | } | 139 | } |
130 | 140 | ||
131 | .layui-nav-item:not(:first-child)::before { | ||
132 | content: ''; | ||
133 | position: absolute; | ||
134 | height: 22px; | ||
135 | border-left: 1px solid #ccc; | ||
136 | top: 21px; | ||
137 | left: -22px; | ||
138 | } | ||
139 | .layui-nav-item a{ | 141 | .layui-nav-item a{ |
140 | font-size: 16px; | 142 | font-size: 16px; |
141 | } | 143 | } |
144 | .layui-nav .layui-nav-more { | ||
145 | right: 31px; | ||
146 | } | ||
142 | 147 | ||
143 | /* -----------------底部start----------------------------- */ | 148 | /* -----------------底部start----------------------------- */ |
144 | div.footer { | 149 | div.footer { |
... | @@ -170,7 +175,7 @@ div.footer .system_service ul li a{ | ... | @@ -170,7 +175,7 @@ div.footer .system_service ul li a{ |
170 | color: #DEDEDE; | 175 | color: #DEDEDE; |
171 | } | 176 | } |
172 | div.footer .system_service ul li a:hover { | 177 | div.footer .system_service ul li a:hover { |
173 | color: #f46143; | 178 | color: #0091FF; |
174 | } | 179 | } |
175 | .footer .subject { | 180 | .footer .subject { |
176 | width: 1200px; | 181 | width: 1200px; | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | .contentBox { | 5 | .contentBox { |
6 | width: 1200px; | 6 | width: 1200px; |
7 | margin: 0 auto; | 7 | margin: 0 auto; |
8 | padding-bottom: 50px; | 8 | padding-bottom: 40px; |
9 | } | 9 | } |
10 | div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.footer { | 10 | div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.footer { |
11 | width: 100%; | 11 | width: 100%; |
... | @@ -44,35 +44,46 @@ div.banner .banner_title li { | ... | @@ -44,35 +44,46 @@ div.banner .banner_title li { |
44 | background-color: #ffffff; | 44 | background-color: #ffffff; |
45 | float: left; | 45 | float: left; |
46 | margin: auto 25px; | 46 | margin: auto 25px; |
47 | border-radius: 18px; | 47 | border-radius: 8px; |
48 | line-height: 650%; | 48 | line-height: 650%; |
49 | box-sizing: border-box; | ||
50 | } | ||
51 | div.banner .banner_title li a { | ||
52 | display: block; | ||
53 | line-height: 100px; | ||
54 | font-size: 20px; | ||
55 | } | ||
56 | div.banner .banner_title li a img { | ||
57 | width: 23px; | ||
58 | height: 24px; | ||
59 | position: relative; | ||
60 | top: 6px; | ||
61 | margin-right: 3px; | ||
49 | } | 62 | } |
50 | 63 | ||
51 | div.banner ul li a { | 64 | div.banner ul li a { |
52 | font-size: 32px; | 65 | color: #4A4A4A; |
53 | background: #ffffff url('./../staticImages/b_s_1.jpg') no-repeat left center; | ||
54 | padding-left: 42px; | ||
55 | letter-spacing: 2px; | ||
56 | color: #000000; | ||
57 | cursor: pointer; | 66 | cursor: pointer; |
58 | } | 67 | } |
59 | 68 | ||
60 | /* ---------------法律法规 start----------------------- */ | 69 | /* ---------------法律法规 start----------------------- */ |
61 | .laws_regulations { | 70 | .laws_regulations { |
62 | width: 1200px; | 71 | width: 1220px; |
63 | margin: 0 auto; | 72 | margin: 0 auto; |
64 | padding: 50px 0; | 73 | padding: 40px 0; |
65 | overflow: hidden; | 74 | overflow: hidden; |
66 | } | 75 | } |
67 | .laws_regulations .regulations, .policy { | 76 | .laws_regulations .regulations, .policy { |
68 | border-radius: 2px; | 77 | width: 50%; |
69 | width: 48%; | 78 | } |
79 | .laws_regulations .regulations_content, .policy_content { | ||
70 | height: 370px; | 80 | height: 370px; |
81 | border-radius: 2px; | ||
71 | border: 1px solid #DEDEDE; | 82 | border: 1px solid #DEDEDE; |
83 | margin: 0 10px; | ||
72 | } | 84 | } |
73 | .laws_regulations .policy{ | 85 | .laws_regulations .policy{ |
74 | float: right; | 86 | float: right; |
75 | padding-right: 5px; | ||
76 | } | 87 | } |
77 | 88 | ||
78 | .laws_regulations .regulations{ | 89 | .laws_regulations .regulations{ |
... | @@ -92,6 +103,8 @@ div.banner ul li a { | ... | @@ -92,6 +103,8 @@ div.banner ul li a { |
92 | float: left; | 103 | float: left; |
93 | height: 37px; | 104 | height: 37px; |
94 | border-bottom: 2px solid #006CFF; | 105 | border-bottom: 2px solid #006CFF; |
106 | position: relative; | ||
107 | top: 1px; | ||
95 | } | 108 | } |
96 | .laws_regulations .title h2 a p .icon { | 109 | .laws_regulations .title h2 a p .icon { |
97 | width: 22px; | 110 | width: 22px; |
... | @@ -111,7 +124,7 @@ div.banner ul li a { | ... | @@ -111,7 +124,7 @@ div.banner ul li a { |
111 | color: #9B9B9B; | 124 | color: #9B9B9B; |
112 | } | 125 | } |
113 | .laws_regulations .title h2 i:hover { | 126 | .laws_regulations .title h2 i:hover { |
114 | color: #f46143; | 127 | color: #0091FF; |
115 | } | 128 | } |
116 | .laws_regulations .laws_list { | 129 | .laws_regulations .laws_list { |
117 | padding: 0 21px; | 130 | padding: 0 21px; |
... | @@ -127,10 +140,10 @@ div.banner ul li a { | ... | @@ -127,10 +140,10 @@ div.banner ul li a { |
127 | text-overflow:ellipsis;/*设置超出部分显示...*/ | 140 | text-overflow:ellipsis;/*设置超出部分显示...*/ |
128 | -o-text-overflow:ellipsis; | 141 | -o-text-overflow:ellipsis; |
129 | overflow: hidden; | 142 | overflow: hidden; |
130 | width: 380px; | 143 | width: 90%; |
131 | } | 144 | } |
132 | .laws_regulations .laws_list li a:hover { | 145 | .laws_regulations .laws_list li a:hover { |
133 | color: #f46143; | 146 | color: #0091FF; |
134 | } | 147 | } |
135 | .laws_regulations .laws_list li:not(:last-child) { | 148 | .laws_regulations .laws_list li:not(:last-child) { |
136 | border-bottom: 1px dotted #DEDEDE; | 149 | border-bottom: 1px dotted #DEDEDE; |
... | @@ -180,7 +193,7 @@ div.banner ul li a { | ... | @@ -180,7 +193,7 @@ div.banner ul li a { |
180 | border-bottom: 1px dotted #DEDEDE; | 193 | border-bottom: 1px dotted #DEDEDE; |
181 | } | 194 | } |
182 | .common_question .list_content dd a:hover { | 195 | .common_question .list_content dd a:hover { |
183 | color: #f46143; | 196 | color: #0091FF; |
184 | } | 197 | } |
185 | .common_question .list_content dd a:first-child { | 198 | .common_question .list_content dd a:first-child { |
186 | float: left; | 199 | float: left; |
... | @@ -234,7 +247,7 @@ div.banner ul li a { | ... | @@ -234,7 +247,7 @@ div.banner ul li a { |
234 | color: #9B9B9B; | 247 | color: #9B9B9B; |
235 | } | 248 | } |
236 | .common_question .title h2 i:hover { | 249 | .common_question .title h2 i:hover { |
237 | color: #f46143; | 250 | color: #0091FF; |
238 | } | 251 | } |
239 | .common_question .list_content_right { | 252 | .common_question .list_content_right { |
240 | text-align: center; | 253 | text-align: center; |
... | @@ -278,7 +291,7 @@ div.banner ul li a { | ... | @@ -278,7 +291,7 @@ div.banner ul li a { |
278 | cursor: pointer; | 291 | cursor: pointer; |
279 | } | 292 | } |
280 | .common_question .list_content_right dd a p:hover { | 293 | .common_question .list_content_right dd a p:hover { |
281 | color: #f46143; | 294 | color: #0091FF; |
282 | } | 295 | } |
283 | /* -----------------end---------------------------- */ | 296 | /* -----------------end---------------------------- */ |
284 | div.c_one { | 297 | div.c_one { |
... | @@ -335,7 +348,7 @@ div.c_one h2 i { | ... | @@ -335,7 +348,7 @@ div.c_one h2 i { |
335 | } | 348 | } |
336 | 349 | ||
337 | div.c_one h2 a:hover i { | 350 | div.c_one h2 a:hover i { |
338 | color: #f46143; | 351 | color: #0091FF; |
339 | 352 | ||
340 | } | 353 | } |
341 | 354 | ||
... | @@ -355,8 +368,10 @@ div.c_one ul { | ... | @@ -355,8 +368,10 @@ div.c_one ul { |
355 | 368 | ||
356 | /*<li><a href=""><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li>*/ | 369 | /*<li><a href=""><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li>*/ |
357 | div.c_one ul li { | 370 | div.c_one ul li { |
371 | line-height: 276%; | ||
372 | } | ||
373 | div.c_one ul li:not(:last-child) { | ||
358 | border-bottom: 2px dashed #f3f3f3; | 374 | border-bottom: 2px dashed #f3f3f3; |
359 | line-height: 260%; | ||
360 | } | 375 | } |
361 | 376 | ||
362 | div.c_one ul li a { | 377 | div.c_one ul li a { |
... | @@ -366,7 +381,7 @@ div.c_one ul li a { | ... | @@ -366,7 +381,7 @@ div.c_one ul li a { |
366 | text-align: left; | 381 | text-align: left; |
367 | } | 382 | } |
368 | div.c_one ul li a:hover { | 383 | div.c_one ul li a:hover { |
369 | color: #f46143; | 384 | color: #0091FF; |
370 | } | 385 | } |
371 | 386 | ||
372 | div.c_one ul li a span { | 387 | div.c_one ul li a span { |
... | @@ -375,18 +390,20 @@ div.c_one ul li a span { | ... | @@ -375,18 +390,20 @@ div.c_one ul li a span { |
375 | } | 390 | } |
376 | 391 | ||
377 | div.c_one ul li a:hover span { | 392 | div.c_one ul li a:hover span { |
378 | color: #f46143; | 393 | color: #0091FF; |
379 | } | 394 | } |
380 | 395 | ||
381 | div.c_one ul li a i { | 396 | div.c_one ul li a i { |
382 | float: left; | 397 | float: left; |
383 | color: #f46143; | 398 | color: #FA6400; |
384 | font-style: normal; | 399 | font-style: normal; |
385 | border: 1px solid #f46143; | 400 | border: 1px solid #FA6400; |
386 | line-height: 120%; | 401 | line-height: 120%; |
387 | margin: 9px 2px auto auto; | 402 | margin: 11px 7px auto auto; |
388 | font-size: 10px; | 403 | font-size: 10px; |
389 | border-radius: 2px; | 404 | border-radius: 2px; |
405 | line-height: 14px; | ||
406 | display: inline-block; | ||
390 | } | 407 | } |
391 | 408 | ||
392 | div.c_one .news ul { | 409 | div.c_one .news ul { |
... | @@ -401,7 +418,7 @@ div.c_one .news ul { | ... | @@ -401,7 +418,7 @@ div.c_one .news ul { |
401 | height: 39px; | 418 | height: 39px; |
402 | border-bottom: 2px solid #006CFF; | 419 | border-bottom: 2px solid #006CFF; |
403 | position: relative; | 420 | position: relative; |
404 | top: 1px; | 421 | top: 2px; |
405 | } | 422 | } |
406 | .news_title_content .news_title span { | 423 | .news_title_content .news_title span { |
407 | float: left; | 424 | float: left; |
... | @@ -409,6 +426,7 @@ div.c_one .news ul { | ... | @@ -409,6 +426,7 @@ div.c_one .news ul { |
409 | font-size: 20px; | 426 | font-size: 20px; |
410 | margin-top: -3px; | 427 | margin-top: -3px; |
411 | font-weight: 600; | 428 | font-weight: 600; |
429 | color: #4A4A4A; | ||
412 | } | 430 | } |
413 | .news_title_content .news_title .icon { | 431 | .news_title_content .news_title .icon { |
414 | width: 22px; | 432 | width: 22px; |
... | @@ -418,13 +436,14 @@ div.c_one .news ul { | ... | @@ -418,13 +436,14 @@ div.c_one .news ul { |
418 | 436 | ||
419 | 437 | ||
420 | div.c_two { | 438 | div.c_two { |
421 | background-color: #fafafa; | 439 | background: #F6F9FB; |
422 | } | 440 | } |
423 | 441 | ||
424 | 442 | ||
425 | div.c_two div:first-child { | 443 | div.c_two div:first-child { |
426 | width: 1200px; | 444 | width: 1220px; |
427 | height: 400px; | 445 | height: 425px; |
446 | padding-bottom: 20px; | ||
428 | } | 447 | } |
429 | 448 | ||
430 | div.c_two h2 { | 449 | div.c_two h2 { |
... | @@ -445,12 +464,21 @@ div.c_two ul { | ... | @@ -445,12 +464,21 @@ div.c_two ul { |
445 | 464 | ||
446 | div.c_two ul li { | 465 | div.c_two ul li { |
447 | float: left; | 466 | float: left; |
448 | width: 16.5%; | 467 | width: 25%; |
449 | overflow: hidden; | 468 | overflow: hidden; |
450 | margin-left: 2.88%; | 469 | } |
451 | padding: 40px 34px; | 470 | div.c_two ul li a { |
452 | border: 1px solid #E6E6E6; | 471 | box-sizing: border-box; |
472 | display: block; | ||
453 | background: #ffffff; | 473 | background: #ffffff; |
474 | padding: 50px 36px; | ||
475 | box-sizing: border-box; | ||
476 | border: 1px solid #E6E6E6; | ||
477 | margin: 0 10px; | ||
478 | } | ||
479 | div.c_two ul li img { | ||
480 | width: 70px; | ||
481 | height: 70px; | ||
454 | } | 482 | } |
455 | 483 | ||
456 | div.c_two ul li:first-child { | 484 | div.c_two ul li:first-child { |
... | @@ -458,20 +486,22 @@ div.c_two ul li:first-child { | ... | @@ -458,20 +486,22 @@ div.c_two ul li:first-child { |
458 | } | 486 | } |
459 | 487 | ||
460 | div.c_two ul li h6 { | 488 | div.c_two ul li h6 { |
461 | margin-top: 25px; | 489 | margin-top: 20px; |
462 | font-size: 16px; | 490 | font-size: 18px; |
491 | color: #4A4A4A; | ||
463 | letter-spacing: 2px; | 492 | letter-spacing: 2px; |
464 | } | 493 | } |
465 | 494 | ||
466 | div.c_two ul li p { | 495 | div.c_two ul li p { |
467 | margin-top: 20px; | 496 | margin-top: 20px; |
468 | font-size: 14px; | 497 | font-size: 14px; |
498 | color: #9B9B9B; | ||
499 | line-height: 21px; | ||
469 | cursor: pointer; | 500 | cursor: pointer; |
470 | line-height: 26px; | ||
471 | } | 501 | } |
472 | 502 | ||
473 | div.c_two ul li p:hover { | 503 | div.c_two ul li p:hover { |
474 | color: #f46143; | 504 | color: #0091FF; |
475 | } | 505 | } |
476 | 506 | ||
477 | div.c_three { | 507 | div.c_three { | ... | ... |
staticImages/bg.png
0 → 100644
1.6 MB
staticImages/dacx.png
0 → 100644
5.9 KB
staticImages/htbacx.png
0 → 100644
5.63 KB
staticImages/jdcx.png
0 → 100644
4.75 KB
staticImages/ywcx.png
0 → 100644
4.67 KB
staticImages/yycx.png
0 → 100644
5.87 KB
staticImages/zscx.png
0 → 100644
6.78 KB
staticImages/zshy.png
0 → 100644
5.68 KB
staticImages/zxyy.png
0 → 100644
5.15 KB
... | @@ -59,18 +59,35 @@ | ... | @@ -59,18 +59,35 @@ |
59 | <div class="layui-carousel" id="banner_swiper"> | 59 | <div class="layui-carousel" id="banner_swiper"> |
60 | <div carousel-item> | 60 | <div carousel-item> |
61 | <div class="swiper_item"> | 61 | <div class="swiper_item"> |
62 | <img class="swiper_img" alt="上海鲜花港 - 郁金香" title="背景图" src="./staticImages/banner.jpg" /> | 62 | <img class="swiper_img" alt="背景图" src="./staticImages/bg.png" /> |
63 | </div> | ||
64 | <div class="swiper_item"> | ||
65 | <img class="swiper_img" alt="上海鲜花港 - 郁金香" title="背景图" src="./staticImages/banner.jpg" /> | ||
66 | </div> | 63 | </div> |
67 | </div> | 64 | </div> |
68 | </div> | 65 | </div> |
69 | <ul class="banner_title"> | 66 | <ul class="banner_title"> |
70 | <li><a href="" title="查询档案">查询档案</a></li> | 67 | <li> |
71 | <li><a href="" title="进度查询">进度查询</a></li> | 68 | <a href="" title="查询档案"> |
72 | <li><a href="./staticViews/yyxz/index.html" title="在线预约">在线预约</a></li> | 69 | <img src="./staticImages/dacx.png" alt="查询档案"> |
73 | <li><a title="网上预审">网上预审</a></li> | 70 | 查询档案 |
71 | </a> | ||
72 | </li> | ||
73 | <li> | ||
74 | <a href="" title="进度查询"> | ||
75 | <img src="./staticImages/jdcx.png" alt="进度查询"> | ||
76 | 进度查询 | ||
77 | </a> | ||
78 | </li> | ||
79 | <li> | ||
80 | <a href="./staticViews/yyxz/index.html" title="在线预约"> | ||
81 | <img src="./staticImages/zxyy.png" alt="在线预约"> | ||
82 | 在线预约 | ||
83 | </a> | ||
84 | </li> | ||
85 | <li> | ||
86 | <a title="证书核验"> | ||
87 | <img src="./staticImages/zshy.png" alt="证书核验"> | ||
88 | 证书核验 | ||
89 | </a> | ||
90 | </li> | ||
74 | </ul> | 91 | </ul> |
75 | </div> | 92 | </div> |
76 | <div class="c_one"> | 93 | <div class="c_one"> |
... | @@ -168,24 +185,32 @@ | ... | @@ -168,24 +185,32 @@ |
168 | <h2><a href="" title="便民服务">便民服务</a></h2> | 185 | <h2><a href="" title="便民服务">便民服务</a></h2> |
169 | <ul> | 186 | <ul> |
170 | <li> | 187 | <li> |
171 | <img src="staticImages/two_s_1.jpg" /> | 188 | <a href="" title="业务查询"> |
172 | <h6>土地</h6> | 189 | <img src="./staticImages/ywcx.png" alt="业务查询" /> |
173 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训工作</p> | 190 | <h6>业务查询</h6> |
191 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控统培训工作</p> | ||
192 | </a> | ||
174 | </li> | 193 | </li> |
175 | <li> | 194 | <li> |
176 | <img src="staticImages/two_s_1.jpg" /> | 195 | <a href="" title="预约查询"> |
177 | <h6>房屋建筑</h6> | 196 | <img src="./staticImages/yycx.png" alt="预约查询" /> |
178 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训工作</p> | 197 | <h6>预约查询</h6> |
198 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系培训工作</p> | ||
199 | </a> | ||
179 | </li> | 200 | </li> |
180 | <li> | 201 | <li> |
181 | <img src="staticImages/two_s_1.jpg" /> | 202 | <a href="" title="证书查询"> |
182 | <h6>构筑物</h6> | 203 | <img src="./staticImages/zscx.png" alt="证书查询" /> |
183 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训工作</p> | 204 | <h6>证书查询</h6> |
205 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训作</p> | ||
206 | </a> | ||
184 | </li> | 207 | </li> |
185 | <li> | 208 | <li> |
186 | <img src="staticImages/two_s_1.jpg" /> | 209 | <a href="" title="合同备案查询"> |
187 | <h6>森林林木</h6> | 210 | <img src="./staticImages/htbacx.png" alt="合同备案查询" /> |
188 | <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训工作</p> | 211 | <h6>合同备案查询</h6> |
212 | <p>快速查看网站提供分全部数据地信中心开展外业安全生监控系统培训工作</p> | ||
213 | </a> | ||
189 | </li> | 214 | </li> |
190 | </ul> | 215 | </ul> |
191 | </div> | 216 | </div> |
... | @@ -193,6 +218,7 @@ | ... | @@ -193,6 +218,7 @@ |
193 | <!-- 法律法规 --> | 218 | <!-- 法律法规 --> |
194 | <div class="laws_regulations"> | 219 | <div class="laws_regulations"> |
195 | <div class="regulations title"> | 220 | <div class="regulations title"> |
221 | <div class="regulations_content"> | ||
196 | <h2> | 222 | <h2> |
197 | <a href="" title="法律法规"> | 223 | <a href="" title="法律法规"> |
198 | <p> | 224 | <p> |
... | @@ -212,32 +238,34 @@ | ... | @@ -212,32 +238,34 @@ |
212 | </li> | 238 | </li> |
213 | <li> | 239 | <li> |
214 | <a href="" title="一手商品房办证"> | 240 | <a href="" title="一手商品房办证"> |
215 | 一手商品房办证 | 241 | 一手商品房办证一手商品房办证一手商品房办证一手商品房办证一手商品房办证 |
216 | </a> | 242 | </a> |
217 | </li> | 243 | </li> |
218 | <li> | 244 | <li> |
219 | <a href="" title="二手商品房办证"> | 245 | <a href="" title="二手商品房办证"> |
220 | 二手商品房办证 | 246 | 二手商品房办证二手商品房办证二手商品房办证二手商品房办证二手商品房办证 |
221 | </a> | 247 | </a> |
222 | </li> | 248 | </li> |
223 | <li> | 249 | <li> |
224 | <a href="" title="经济适用房登记"> | 250 | <a href="" title="经济适用房登记"> |
225 | 经济适用房登记 | 251 | 经济适用房登记经济适用房登记经济适用房登记经济适用房登记经济适用房登记 |
226 | </a> | 252 | </a> |
227 | </li> | 253 | </li> |
228 | <li> | 254 | <li> |
229 | <a href="" title="变更登记"> | 255 | <a href="" title="变更登记"> |
230 | 变更登记 | 256 | 变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记 |
231 | </a> | 257 | </a> |
232 | </li> | 258 | </li> |
233 | <li> | 259 | <li> |
234 | <a href="" title="变更登记变更登记"> | 260 | <a href="" title="变更登记变更登记"> |
235 | 变更登记变更登记 | 261 | 变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记 |
236 | </a> | 262 | </a> |
237 | </li> | 263 | </li> |
238 | </ul> | 264 | </ul> |
239 | </div> | 265 | </div> |
266 | </div> | ||
240 | <div class="policy title"> | 267 | <div class="policy title"> |
268 | <div class="policy_content"> | ||
241 | <h2> | 269 | <h2> |
242 | <a href="" title="相应政策"> | 270 | <a href="" title="相应政策"> |
243 | <p> | 271 | <p> |
... | @@ -257,32 +285,33 @@ | ... | @@ -257,32 +285,33 @@ |
257 | </li> | 285 | </li> |
258 | <li> | 286 | <li> |
259 | <a href="" title="一手商品房办证"> | 287 | <a href="" title="一手商品房办证"> |
260 | 一手商品房办证 | 288 | 一手商品房办证一手商品房办证一手商品房办证一手商品房办证一手商品房办证一手商品房办证 |
261 | </a> | 289 | </a> |
262 | </li> | 290 | </li> |
263 | <li> | 291 | <li> |
264 | <a href="" title="二手商品房办证"> | 292 | <a href="" title="二手商品房办证"> |
265 | 二手商品房办证 | 293 | 二手商品房办证二手商品房办证二手商品房办证二手商品房办证二手商品房办证二手商品房办证 |
266 | </a> | 294 | </a> |
267 | </li> | 295 | </li> |
268 | <li> | 296 | <li> |
269 | <a href="" title="经济适用房登记"> | 297 | <a href="" title="经济适用房登记"> |
270 | 经济适用房登记 | 298 | 经济适用房登记经济适用房登记经济适用房登记经济适用房登记经济适用房登记经济适用房登记 |
271 | </a> | 299 | </a> |
272 | </li> | 300 | </li> |
273 | <li> | 301 | <li> |
274 | <a href="" title="变更登记"> | 302 | <a href="" title="变更登记"> |
275 | 变更登记 | 303 | 变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记 |
276 | </a> | 304 | </a> |
277 | </li> | 305 | </li> |
278 | <li> | 306 | <li> |
279 | <a href="" title="变更登记变更登记"> | 307 | <a href="" title="变更登记变更登记"> |
280 | 变更登记变更登记 | 308 | 变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记变更登记 |
281 | </a> | 309 | </a> |
282 | </li> | 310 | </li> |
283 | </ul> | 311 | </ul> |
284 | </div> | 312 | </div> |
285 | </div> | 313 | </div> |
314 | </div> | ||
286 | <!-- 好差评 --> | 315 | <!-- 好差评 --> |
287 | <div class="Good_bad_reviews"> | 316 | <div class="Good_bad_reviews"> |
288 | <img src="./staticImages/bannerbg.png" alt="背景"> | 317 | <img src="./staticImages/bannerbg.png" alt="背景"> | ... | ... |
-
Please register or sign in to post a comment