CliveNi
2024-04-07 3d812b10e9332b7d0d4619a87c8d8ac5afb878c8
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" href="../../../../favicon.ico">
    <title>SmartEarth产品体验中心</title>
    <!-- Bootstrap core CSS -->
    <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
    <!-- Custom styles for this template -->
    <link href="carousel.css" rel="stylesheet">
    <style>
    /* 导航栏 */
    #thisnavbar {
      background-color: #24262b;
    }
 
    .active {
      background-color: transparent !important;
    }
 
    .dropdown-menu {
      background-color: transparent !important;
    }
 
    .dropdown-item {
      background-color: #24262b !important;
      color: #ffffff !important;
      
    } 
    .dropdown-toggle {
      background-color: transparent !important;
      color: #ffffff !important;
    } 
 
    .nav-link {
      color: #ffffff !important;
    }
 
    .logoimg {
      margin-bottom: 0.4rem;
      margin-right: 0.4rem;
    }
 
 
    .nav-item {
      margin-right: 4rem;
 
    }
    /* 导航栏 */
 
 
 
 
 
    /* 功能特性导航Navigational Tabs */
    .navigationaltabs {
      margin-top: 1rem;
      margin-bottom: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
 
    .navigationaltabs> h2,
    .navigationaltabs> p {
      color: #000000 !important;
    }
    .navigationaltabs> a {
      text-align: center !important;
    }
    /* 功能特性导航Navigational Tabs */
 
 
 
 
 
    /* 旋转木马,滚动窗口 */
    #carousel1,
    #carousel2,
    #carousel3 {
      height: 60rem !important; 
      background-color: #000000 !important;
    }
     #carousel1 > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 60rem;
     }
 
     #carousel2 > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 60rem;
     }
 
     #carousel3 > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 60rem;
     }
 
     .carousel-caption {
      margin-bottom: 10rem !important;
      position: absolute !important;
     }
 
     .carousel-caption > h1 {
      font-size: 60px !important;
    }
 
    .carousel-caption > p {
      font-size: 20px !important;
    }
     /* 旋转木马,滚动窗口 */
 
 
 
 
    /* WebGIS简介 */
    #intro {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
      margin-left: 16rem !important;
    }
 
    #intro > p {
      font-size: 28px !important;
    }
    /* WebGIS简介 */
 
 
 
    /* 分割线 */
    .featurette-divider {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important;
    }
    /* 分割线 */
 
 
     /* 产品功能部分(6分块) */
    .row {
      background-color: transparent !important;
    }
 
    .rounded-circle {
      margin-top: 2rem !important;
      margin-bottom: 1rem !important;
    }
     .marketing h1 {
      margin-top: 5rem !important;
      
     }
     .col-lg-4 {
      margin-bottom: 0 !important;
     }
 
     /* .col-lg-4 :hover {
      padding-top: 30px !important;
     } */
     .col-lg-4>h2 {
      color: aliceblue !important;
      font-size: x-large !important;
      margin-top: 3rem !important;
 
     }
     .col-lg-4>p {
      color: aliceblue !important;
      font-size: large !important;
     }
 
     .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
 
.fade.in {
    opacity: 1
}
 
 
 
 
 
    /* 产品功能部分(6分块) */
 
 
 
 
    /* 产品特性部分 */
    .featurette-image {
      width: 800px !important;
      height: 400px !important;
      margin-top: 5rem !important;
      margin-bottom: 5rem !important;
    }
 
    h2 {
      margin-bottom: 2rem !important;
      font-size: 30px !important;
    }
 
    /* 产品特性部分 */
 
 
 
 
 
    /* 案例 */    
    #casecontainer {
      background-color:#000000 !important;
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
      font-size: 18px !important;
    }
 
    .card-img-top {
    width: 100%;
    height: 210px !important;
    /* margin-left: 1rem !important; */
    /* margin-right: 1rem !important; */
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
    }
 
    .featureimg {
      height: 100px !important;
    }
 
    .card-body >h5 {
      font-size: 1rem !important;
      text-align: center !important;
      font-weight: bold !important;
      color: #ffffff !important;
    }
 
    .card {
      background-color: transparent !important;
    }
 
    .card-text {
      font-size: .8rem !important;
      color: #ffffff;
    }
 
 
    .carousel-inner > div {
      background-color: transparent !important;
      margin-bottom: 0rem !important;
    }
 
    .card-group {
      margin-top: 4rem !important;
      position: absolute !important;
    }
 
    #casecarouselitem {
      margin-top: 4rem;
    }
 
    #casestudy {
      color: #ffffff;
      margin-top: 3rem !important;
      position: absolute !important;
      margin-left: 32rem !important;
 
    }
 
    /* 案例 */
 
    /* Footer */
    .footer{
      background-color: #24262b;
      padding: 70px 0;
    }
    .footer-col{
      width: 25%;
      padding: 0 15px;
    }
    .footer-col h4{
      font-size: 18px;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 35px;
      font-weight: 500;
      position: relative;
    }
    .footer-col h4::before{
      content: '';
      position: absolute;
      left:0;
      bottom: -10px;
      background-color: #e91e63;
      height: 2px;
      box-sizing: border-box;
      width: 50px;
    }
    .footer-col ul li:not(:last-child){
      margin-bottom: 10px;
    }
    .footer-col ul li a{
      font-size: 16px;
      text-transform: capitalize;
      color: #ffffff;
      text-decoration: none;
      font-weight: 300;
      color: #bbbbbb;
      display: block;
      transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
      color: #ffffff;
      padding-left: 8px;
    }
    .footer-col .social-links a{
      display: inline-block;
      height: 40px;
      width: 40px;
      background-color: rgba(255,255,255,0.2);
      margin:0 10px 10px 0;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      color: #ffffff;
      transition: all 0.5s ease;
    }
    .footer-col .social-links a:hover{
      color: #24262b;
      background-color: #ffffff;
    }
    /* Footer */
    .card :hover{
      background-color: #390bdc !important;
  
    }
 
    .card-deck {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important;
    }
 
 
 
      /* 只针对Home的CSS */
      .card-body > h2 {
        color: aliceblue !important;
        font-weight: bold !important;
      }
 
      /* .card-body > p {
        color: aliceblue !important;
      } */
 
 
      /* 只针对Home的CSS */
 
      .card-title {
        margin-top: 1.5rem !important;
      }
 
 
 
 
 
 
 
 
 
 
    </style>
  </head>
  <body>
 
    <header>
      <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" id="thisnavbar">
        <ul class="nav nav-pills">
 
          <li class="nav-item onhoverblue">
            <img src="..\..\..\..\assets\img\logo.png" fit="cover" class="logoimg"/>
            <a class="navbar-brand" href="#">SmartEarth在线体验中心</a>
          </li>
          <li class="nav-item">
            <a class="nav-link active" href="#">首页</a>
          </li>
          <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">产品</a>
            <div class="dropdown-menu">
              <a class="dropdown-item" href="#">Web GIS</a>
              <a class="dropdown-item" href="#">平行世界孪生平台</a>
              <a class="dropdown-item" href="#">CIM引擎平台</a>
            </div>
          </li>
 
          <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">开发者</a>
            <div class="dropdown-menu">
              <a class="dropdown-item" href="#">用户指南</a>
              <a class="dropdown-item" href="#">API接口</a>
              <a class="dropdown-item" href="#">Web GIS在线示例</a>
              <a class="dropdown-item" href="#">Parallel World在线示例</a>
            </div>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">联系我们</a>
          </li>
        </ul>
      </nav>
    </header>
 
    <main role="main">
 
      <div id="myCarousel" class="carousel slide" id="carousel1" data-ride="carousel">
        <ol class="carousel-indicators">
          <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
          <li data-target="#myCarousel" data-slide-to="1"></li>
          <li data-target="#myCarousel" data-slide-to="2"></li>
          <li data-target="#myCarousel" data-slide-to="3"></li>
        </ol>
        <div class="carousel-inner">
 
          <div class="carousel-item active" id="carousel1">
            <img class="first-slide" src="background/banner/home1.jpg" alt="First slide">
            <div class="container">
              <div class="carousel-caption" style="margin-bottom: 2rem !important;">
                <h1 style="margin-bottom: 2rem !important;">SmartEarth产品体验中心</h1>
                <h2>零插件 || 轻量级 || B/S架构 || 易开发</h2>
                <!-- <p><a class="btn btn-lg btn-primary" href="#" role="button">在线示例</a></p> -->
              </div>
            </div>
          </div>
          <div class="carousel-item" id="carousel2">
            <img class="second-slide" src="background/banner/Web1.jpg" alt="Second slide">
            <div class="container">
              <div class="carousel-caption" style="margin-bottom: 2rem !important;">
                <h1 style="margin-bottom: 2rem !important;">SmartEarth Web GIS</h1>
                <h2>轻量级WebGIS开发框架</h2>
              </div>
 
            </div>
          </div>
          <div class="carousel-item" id="carousel3">
            <img class="third-slide" src="background/banner/home3.png" alt="Third slide">
            <div class="container">
            <div class="container">
              <div class="carousel-caption" style="margin-bottom: 2rem !important;">
                <h1 style="margin-bottom: 2rem !important;">Parallel World平行世界孪生平台</h1>
                <h2>高保真Web端渲染引擎</h2>
              </div>
 
            </div>
          </div>
          <div class="carousel-item" id="carousel3">
            <img class="third-slide" src="background/banner/home4.jpg" alt="Third slide">
            <div class="container">
              <div class="carousel-caption" style="margin-bottom: 2rem !important;">
                <h1 style="margin-bottom: 2rem !important;">SmartEarth CIM引擎平台</h1>
                <h2>新一代语义级数字孪生开发平台</h2>
                <h3>海量BIM构件秒级加载</h3>
              </div>
            </div>
          </div>
        </div>
        <a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
          <span class="carousel-control-prev-icon" aria-hidden="true"></span>
          <span class="sr-only">Previous</span>
        </a>
        <a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
          <span class="carousel-control-next-icon" aria-hidden="true"></span>
          <span class="sr-only">Next</span>
        </a>
      </div>
 
      <!-- <hr class="featurette-divider"> -->
                <!-- <div class="container-fluid" id="outer2"  style="background-color: rgba(0, 0, 0, 0.956) !important; background-size: 100% !important;">
                  <div class="container marketing" id="container2" style="background-color: transparent;">
                    <div class="row featurette">
                      <div class="col-md-7" id="intro">
                        <p class="lead" style="color:rgb(255, 255, 255) !important; text-align: center !important;">SmartEarth Web GIS新一代轻量级Web端开发平台</p>
                        <p class="lead" style="color:rgb(255, 255, 255) !important; text-align: center !important;">支持二三维空间数据网络发布、GIS业务服务分析</p>
                        <p class="lead" style="color:rgb(255, 255, 255) !important; text-align: center !important;">基于Web端的多源数据融合可视化场景展示、编辑</p>
                        <p class="lead" style="color:rgb(255, 255, 255) !important; text-align: center !important;">分析等多层次GIS应用需求。</p>
                      </div>
                    </div>
                  </div>
                </div> -->
      <!-- <hr class="featurette-divider"> -->
              <!-- 产品:Web GIS  PW  CIM引擎 -->
 
              <div class="container-fluid" id="row1"   style="background-image: url('background/rowstick/black1.jpg') !important; background-size: 100% !important;">
                <!-- <div class="container-fluid" id="row1"> -->
               <div class="container marketing">
                  <div class="row" style="text-align: center !important;">
                    <div class="card-deck">
                      <div class="card">
                        <img class="card-img-top" src="background/banner/Web1.jpg" alt="Card image cap">
                        <div class="card-body">
                          <h2 class="card-title" style="text-align: center !important;">Web GIS</h2>
                        </div>
                      </div>
                      <div class="card">
                        <img class="card-img-top" src="background/banner/home4.jpg" alt="Card image cap">
                        <div class="card-body">
                          <h2 class="card-title">CIM引擎平台</h2>
                          <!-- <p class="card-text" style="text-align: left !important;">This card has supporting text below as a natural lead-in to additional content.</p> -->
                        </div>
                      </div>
                      <div class="card">
                        <img class="card-img-top" src="background/banner/home3.png" alt="Card image cap">
                        <div class="card-body">
                          <h2 class="card-title">Parallel World</h2>
                        </div>
                      </div>
                    </div>
                  </div>
                  </div>
              </div>
 
 
              <!-- <hr class="featurette-divider"> -->
                    <!-- 特性1 -->
                    <!-- <div class="container-fluid" id="outer1"  style="background-image: url('background/rowstick/black1.jpg') !important; background-size: 100% !important;">
                      <div class="container marketing" id="container1">
                        <div class="row featurette">
                          <div class="col-md-5">
                            <h2 class="featurette-heading" style="color:rgb(255, 255, 255) !important">海量多源数据融合</h2>
                            <p class="lead" style="color:rgb(255, 255, 255) !important">支持矢量、影像、高程等GIS数据,以及多种格式的三维模型数据(包括3D瓦片、单体人工模型、语义模型、实例化模型、矢量参数化模型等)的发布与管理,在前端高效实现二三维场景融合展示。</p>
                          </div>
                          <div class="col-md-7" >
                            <img class="featurette-image img-fluid mx-auto" src="background/feature-multidata" alt="Generic placeholder image">
                          </div>
                        </div>
                      </div>
                    </div> -->
 
                    <!-- <hr class="featurette-divider"> -->
                    <!-- 特性2 -->
                    <!-- <div class="container-fluid" id="outer2"  style="background-image: url('background/rowstick/blue1.jpg') !important; background-size: 100% !important;">
                      <div class="container marketing" id="container2" style="background-color: transparent;">
                        <div class="row featurette">
                          <div class="col-md-7" >
                            <img class="featurette-image img-fluid mx-auto" src="background/feature-blockbuilding" alt="Generic placeholder image">
                          </div>
                          <div class="col-md-5">
                            <h2 class="featurette-heading" style="color:rgb(255, 255, 255) !important">积木式场景拼装</h2>
                            <p class="lead" style="color:rgb(255, 255, 255) !important">组件式设计, 完善的SDK,低代码开发。项目开发人员在进行开发时就像搭积木一样,只需调用功能模块就可以引入功能,大大提高了开发和调试的效率,使定制化开发接入转换成本更低,系统的可维护性更强。</p>
                          </div>
                        </div>
                      </div>
                    </div> -->
 
                    <!-- <hr class="featurette-divider"> -->
                    <!-- 特性3 -->
                    <!-- <div class="container-fluid"  style="background-image: url('background/rowstick/black1.jpg') !important; background-size: 100% !important;">
                      <div class="container marketing" style="background-color: transparent;">
                        <div class="row featurette">
                          <div class="col-md-5">
                            <h2 class="featurette-heading" style="color:rgb(255, 255, 255) !important">C3D动态模型服务</h2>
                            <p class="lead" style="color:rgb(255, 255, 255) !important">提供三维模型服务可交互操作。具备动态联接业务属性能力,对于单体模型,可实现模型增加、删除操作,对模型结构与属性进行实时动态编辑,可以按照ID号或坐标范围访问模型数据,对于大规模三维模型数据,仅需发布一次服务,即可在实际应用中灵活组装三维场景,提升服务效果。</p>
                          </div>
                          <div class="col-md-7" >
                            <img class="featurette-image img-fluid mx-auto" src="background/city/city2.jpg" alt="Generic placeholder image">
                          </div>
                        </div>
                      </div>
                    </div> -->
 
                    <!-- <hr class="featurette-divider"> -->
                    <!-- 特性4 -->
                    <!-- <div class="container-fluid"  style="background-image: url('background/rowstick/blue1.jpg') !important; background-size: 100%">
                      <div class="container marketing" style="background-color: transparent;">
                        <div class="row featurette">
                          <div class="col-md-7" >
                            <img class="featurette-image img-fluid mx-auto" src="background/city/city2.jpg" alt="Generic placeholder image">
                          </div>
                          <div class="col-md-5">
                            <h2 class="featurette-heading" style="color:rgb(255, 255, 255) !important">视频无缝融合
                            </h2>
                            <p class="lead" style="color:rgb(255, 255, 255) !important">室内、室外视频流加载无缝融合三维场景,摄像头可视域查询,多类型、无限制多路摄像头支持。解决了监控人员不能同时监视与地理位置相关的多个视频图像,尤其不需要去识别各个镜头图像的地点位置,而只需在一个三维场景页面即可一目了然。</p>
                          </div>
                        </div>
                      </div>
                    </div> -->
 
                    <!-- <hr class="featurette-divider"> -->
                    <!-- 特性5 -->
                    <!-- <div class="container-fluid"  style="background-image: url('background/rowstick/black1.jpg') !important; background-size: 100% !important;">
                      <div class="container marketing" style="background-color: transparent;">
                        <div class="row featurette">
                          <div class="col-md-5">
                            <h2 class="featurette-heading" style="color:rgb(255, 255, 255) !important">云部署方案
                            </h2>
                            <p class="lead" style="color:rgb(255, 255, 255) !important">支持云原生部署模式,包括DOCKER、CloudFoundry、Kubernetes等环境部署,平台功能微服务化,深度集成到用户已有系统中,实现服务集群的全生命周期管理。</p>
                          </div>
                          <div class="col-md-7" >
                            <img class="featurette-image img-fluid mx-auto" src="background/city/city2.jpg" alt="Generic placeholder image">
                          </div>
                        </div>
                      </div>
                    </div> -->
 
                    <!-- <hr class="featurette-divider"> -->
                    <!-- 特性6 -->
                    <!-- <div class="container-fluid"  style="background-image: url('background/rowstick/blue1.jpg') !important; background-size: 100%">
                      <div class="container marketing" style="background-color: transparent;">
                        <div class="row featurette">
                          <div class="col-md-7" >
                            <img class="featurette-image img-fluid mx-auto" src="background/city/city2.jpg" alt="Generic placeholder image">
                          </div>
                          <div class="col-md-5">
                            <h2 class="featurette-heading" style="color:rgb(255, 255, 255) !important">国产化适配</h2>
                            <p class="lead" style="color:rgb(255, 255, 255) !important">支持Windows64位、各种主流LINUX和UNIX操作系统;适配主流国产CPU、数据库、中间件与操作系统环境,可实现国产化替代零代码一键迁移。</p>
                          </div>
                        </div>
                      </div>
                    </div> -->
 
                  <!-- <hr class="featurette-divider"> -->
 
            <!-- 经典案例 -->
            <!-- <div class="container-fluid" id="casecontainer">
              <div class="container marketing" style="background-color: transparent;">
                <h2 class="card-title" id="casestudy">经典案例</h2>
                  <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
                      <div class="carousel-inner">
                        <div class="carousel-item active" id="casecarouselitem">
                          <div class="card-group card-deck">
                            <div class="card">
                              <img class="card-img-top" src="background/websdkcase1" alt="Card image cap">
                                <div class="card-body">
                                      <h5 class="card-title">江苏省三维地理信息服务平台建设项目</h5>
                                      <p class="card-text">“全景江苏”围绕标准规范建设、数据建设、支撑环境建设、平台软件建设、开发中心建设、示范应用建设进行设计开发,可按需提供三维地理信息弹性云服务</p>
                                </div>
                            </div>
                            <div class="card">
                              <img class="card-img-top" src="background/websdkcase2" alt="Card image cap">
                                <div class="card-body">
                                  <h5 class="card-title">上海黄浦区城运中心项目</h5>
                                  <p class="card-text">上海黄浦区城运中心项目,以城运中心指挥大厅为载体,通过政务网、公安网、消防指挥网接入,实现各部门“坐席备勤”,提升黄浦综合运营指挥平台的运营和指挥能力</p>
                                </div>
                            </div>
                            <div class="card">
                             <img class="card-img-top" src="background/websdkcase3" alt="Card image cap">
                              <div class="card-body">
                                <h5 class="card-title">天津滨海新区时空信息云平台</h5>
                                <p class="card-text">天津滨海时空信息云平台二期,采用 SmartEarth WebGIS ,围绕“1个大脑”、“4大板块”的智慧滨海建设成果,升级城市运行一张图系统平台</p>
                                </div>
                            </div>
                          </div>
                        </div>
                  </div>
                </div>
              </div>
            </div> -->
          </div>
        </div>
 
                  <!-- <hr class="featurette-divider"> -->
 
        <!-- FOOTER -->
        <!-- <footer class="footer">
          <div class="container">
            <div class="row">
              <div class="footer-col">
                <h4>产品</h4>
                <ul>
                  <li><a href="#">Web GIS</a></li>
                  <li><a href="#">平行世界孪生平台</a></li>
                  <li><a href="#">CIM引擎平台</a></li>
                </ul>
              </div>
              <div class="footer-col">
                <h4>开发者</h4>
                <ul>
                  <li><a href="#">用户指南</a></li>
                  <li><a href="#">API接口</a></li>
                  <li><a href="#">Web GIS在线示例</a></li>
                  <li><a href="#">Parallel World在线示例</a></li>
                </ul>
              </div>
              <div class="footer-col">
                <h4>联系我们</h4>
                <ul>
                  <li><a href="#">泰瑞数创</a></li>
                  <li><a href="#">加入我们</a></li>
                  <li><a href="#">常见问题</a></li>
                </ul>
              </div>
              <div class="footer-col">
                <h4>关注我们</h4>
                <div class="social-links">
                  <img src="" alt="">
                </div>
              </div>
            </div>
              </div>
                <div class="Copyright" style="width: 100%; text-align: center; margin-top: 1.2rem; position: absolute ;">
                  <p>
                    Copyright © 2004-2022泰瑞数创科技(北京)股份有限公司版权所有&nbsp;&nbsp;|&nbsp;&nbsp;京公网安备11010802036351号&nbsp;&nbsp;|&nbsp;&nbsp;京ICP备09046777号
                  </p>
              </div>
      </div>
        </footer> -->
        <div class="Copyright" style="width: 100%; text-align: center; margin-top:0rem; position: absolute; background-color: #000000 !important;">
          <p style="color: aliceblue !important;">
            Copyright © 2004-2022泰瑞数创科技(北京)股份有限公司版权所有&nbsp;&nbsp;|&nbsp;&nbsp;京公网安备11010802036351号&nbsp;&nbsp;|&nbsp;&nbsp;京ICP备09046777号
          </p>
      </div>
    </main>
 
    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
    <script src="../../../../assets/js/vendor/popper.min.js"></script>
    <script src="../../../../dist/js/bootstrap.min.js"></script>
    <!-- Just to make our placeholder images work. Don't actually copy the next line! -->
    <script src="../../../../assets/js/vendor/holder.min.js"></script>
    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> -->
  </body>
 
  <script>
    $('.carousel').carousel({
      interval: 3000
    })
  </script>
</html>