<!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泰瑞数创科技(北京)股份有限公司版权所有 | 京公网安备11010802036351号 | 京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泰瑞数创科技(北京)股份有限公司版权所有 | 京公网安备11010802036351号 | 京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>
|