diff --git a/css/base.css b/css/base.css
index 900d963..367bee8 100644
--- a/css/base.css
+++ b/css/base.css
@@ -186,11 +186,13 @@ textarea:-ms-input-placeholder {
.w1400 {
width: 1400px;
margin: auto;
+ overflow: hidden;
}
.w1280 {
width: 1280px;
margin: auto;
+ overflow: hidden;
}
/* 引入字体 */
diff --git a/css/style.css b/css/style.css
index 1e774ff..4a08d5c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -183,8 +183,13 @@
align-items: center;
font-size: 26px;
line-height: 1.5;
+ margin-top: 2px;
color: #1c489d;
}
+.index-title.pull-title span{
+ font-size: 20px;
+ margin-top: 8px;
+}
.index-title span>ins{
width: 5px;
height: 5px;
@@ -485,6 +490,7 @@
height: auto;
}
+/* 我们的客户 */
.my-customer-bg{
padding: 65px 0 100px;
background-image: url(../images/customer-bg.jpg);
@@ -731,6 +737,8 @@
}
.characteristic-list li>span img{
max-height: 65px;
+ transition: all .6s;
+ transition: all .6s;
}
.characteristic-list li h3{
font-size: 22px;
@@ -742,6 +750,14 @@
line-height: 1.7;
opacity: .9;
}
+.characteristic-list li:hover>span img{
+ transform: rotateY(360deg);
+ transition: all .6s;
+}
+.characteristic-list li:hover h3{
+ color: #1c489d;
+ transition: all .6s;
+}
/* 场景 */
.product-scene-bg{
@@ -763,6 +779,8 @@
line-height: 52px;
background-color: #f2f2f2;
color: #262626;
+ cursor: pointer;
+ transition: all .6s;
}
.scene-list li h3>ins{
display: block;
@@ -795,9 +813,11 @@
.product-scene-txt .img img{
width: 100%;
}
-.scene-list li.active h3{
+.scene-list li.active h3,
+.scene-list li:hover h3{
background-color: #1c489d;
color: #FFFFFF;
+ transition: aall .6s;
}
.scene-list li.active ins{
-webkit-filter: invert(100%) grayscale(100%) brightness(1000%);
@@ -808,6 +828,14 @@
transform: rotateX(180deg);
transition: all .6s;
}
+.scene-list li:hover ins{
+ -webkit-filter: invert(100%) grayscale(100%) brightness(1000%);
+ -moz-filter: invert(100%) grayscale(100%) brightness(1000%);
+ -ms-filter: invert(100%) grayscale(100%) brightness(1000%);
+ -o-filter: invert(100%) grayscale(100%) brightness(1000%);
+ filter: invert(100%) grayscale(100%) brightness(1000%);
+ transition: all .6s;
+}
.product-scene-txt.cur{
display: flex;
justify-content: space-between;
@@ -1024,6 +1052,11 @@
.memorabilia-img img{
width: 100%;
min-height: 250px;
+ transition: all .6s;
+}
+.memorabilia-swiper .swiper-slide:hover .memorabilia-img img{
+ transform: scale(1.2);
+ transition: all .6s;
}
.memorabilia-txt{
width: 60%;
@@ -1287,19 +1320,295 @@
min-height: 342px;
transition: all .6s;
}
-.yfw-img:hover img{
+.yfw-list li:hover .yfw-img img{
transform: scale(1.2);
transition: all .6s;
}
+/* 运维服务 */
+.ywfw-content-bg{
+ padding: 40px 0 20px;
+}
+.ywfw-item{
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ margin-top: 40px;
+}
+.ywfw-item li{
+ display: flex;
+ align-items: center;
+ width: 50%;
+ height: 50px;
+ background-color: #f1f1f1;
+ margin-top: 2px;
+ font-size: 16px;
+ font-weight: bold;
+ color: #262626;
+ cursor: pointer;
+ transition: all .6s;
+}
+.ywfw-item li.active,
+.ywfw-item li:hover{
+ background-color: #00a0e9;
+ color: #FFFFFF;
+ transition: all .6s;
+}
+.ywfw-item li>span{
+ width: 38px;
+ line-height: 50px;
+ margin-right: 15px;
+ background-color: #1c489d;
+ font-size: 18px;
+ font-weight: bold;
+ color: #FFFFFF;
+ text-align: center;
+}
+.ywfw-list{
+ margin-top: 5px;
+}
+.ywfw-list li{
+ display: none;
+ width: 100%;
+ padding: 25px;
+ background-color: #d9f1fc;
+
+}
+.ywfw-list li.cur{
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+.ywfw-list .txt{
+ width: 65%;
+ padding-left: 25px;
+ font-size: 15px;
+ line-height: 1.9;
+ color: #262626;
+ text-align: justify;
+}
+.ywfw-list .img{
+ width: 33%;
+ height: 216px;
+ overflow: hidden;
+}
+.ywfw-list .img>img{
+ width: 100%;
+ min-height: 216px;
+ overflow: hidden;
+ transition: all .6s;
+}
+.ywfw-list .img:hover>img{
+ transform: scale(1.2);
+ transition: all .6s;
+}
+/* 运维团队 */
+.team-bg{
+ padding: 40px 0 70px;
+}
+.team{
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ margin-top: 36px;
+}
+.team li{
+ width: 49%;
+ padding: 40px;
+ background-color: #f1f1f1;
+ color: #262626;
+ text-align: center;
+}
+.team li img{
+ height: 62px;
+ margin: 0 auto;
+ transition: all .6s;
+}
+.team li h3{
+ font-size: 20px;
+ line-height: 1.5;
+ margin: 16px 0 12px;
+ transition: all .6s;
+}
+.team li p{
+ font-size: 14px;
+ line-height: 2;
+}
+.team li:hover img{
+ transform: rotateY(360deg);
+ transition: all .6s;
+}
+.team li:hover h3{
+ color: #1c489d;
+ transition: all .6s;
+}
+/* SLA保障 */
+.guarantee-bg{
+ padding: 50px 0 80px;
+ background-image: url(../images/guarantee-bg.jpg);
+ background-size: cover;
+}
+.guarantee-bg .index-title h2{
+ color: #FFFFFF;
+}
+.guarantee{
+ margin-top: 25px;
+}
+.guarantee li{
+ display: flex;
+ justify-content: space-between;
+ width: 100%;
+ height: 52px;
+ margin-top: 2px;
+ font-size: 16px;
+ color: #262626;
+ line-height: 52px;
+ text-align: center;
+ font-weight: bold;
+}
+.guarantee li>span{
+ width: 25%;
+ margin-left: 2px;
+ background-color: #FFFFFF;
+
+}
+.guarantee li>span:first-child{
+ margin-left: 0;
+}
+.guarantee li:first-child{
+ margin-top: 0;
+ margin-bottom: 3px;
+ font-size: 14px;
+}
+/* 服务能力 */
+.ability-bg{
+ padding: 50px 0;
+}
+.ability{
+ margin-top: 20px;
+ padding-bottom: 50px;
+ font-size: 16px;
+ line-height: 1.7;
+ font-weight: bold;
+ color: #1c489d;
+ text-align: center;
+ border-bottom: 1px solid #e5e5e5;
+}
+/* 咨询服务 */
+.zxfw-bg{
+ padding: 40px 0 70px;
+}
+.zxfw-list{
+ display: flex;
+ align-items: center;
+ margin-top: 35px;
+}
+.zxfw-list li{
+ width: 24.8%;
+ height: 345px;
+ margin-right: 20px;
+ border-radius: 4px;
+ overflow: hidden;
+ position: relative;
+}
+.zxfw-list li:nth-of-type(4n){
+ margin-right: 0;
+}
+.zxfw-list li>img{
+ width: 100%;
+ min-height: 345px;
+ transition: all .6s;
+}
+.zxfw-txt{
+ width: 100%;
+ position: absolute;
+ left: 0;
+ top: 50%;
+ transform: translateY(-50%);
+}
+.zxfw-txt>span{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 106px;
+ height: 121px;
+ margin: 0 auto 20px;
+ background-image: url(../images/icon-dbx.png);
+ background-repeat: no-repeat;
+ background-size: 106px 121px;
+}
+.zxfw-txt>span img{
+ max-width: 90%;
+ transition: all .6s;
+}
+.zxfw-txt h3{
+ font-size: 20px;
+ line-height: 1.5;
+ text-align: center;
+ color: #FFFFFF;
+}
+.zxfw-list li:hover>img{
+ transform: scale(1.2);
+ transition: all .6s;
+}
+.zxfw-list li:hover .zxfw-txt>span img{
+ transform: rotateY(360deg);
+ transition: all .6s;
+}
+/* 创造价值 */
+.create-bg{
+ padding: 50px 0 60px;
+ background-image: url(../images/create-bg.jpg);
+ background-size: cover;
+}
+.create-list{
+ display: flex;
+ justify-content: space-between;
+ margin-top: 40px;
+}
-
-
-
-
+.create-list li span{
+ display: block;
+ width: 72px;
+ height: 72px;
+ margin: 0 auto 20px;
+ overflow: hidden;
+}
+.create-list li span img:nth-of-type(1){
+ height: 72px;
+ opacity: 1;
+ transition: all .6s;
+}
+.create-list li span img:nth-of-type(2){
+ height: 72px;
+ opacity: 0;
+ transition: all .6s;
+}
+.create-list li h3{
+ font-size: 18px;
+ color: #262626;
+ line-height: 1.5;
+ text-align: center;
+ transition: all .6s;
+}
+.create-list li:hover span img:nth-of-type(1){
+ margin-top: -72px;
+ opacity: 0;
+ transform: rotateY(360deg);
+ transition: all .6s;
+}
+.create-list li:hover span img:nth-of-type(2){
+ opacity: 1;
+ transform: rotateY(360deg);
+ transition: all .6s;
+}
+.create-list li:hover h3{
+ color: #00a0e9;
+ transition: all .6s;
+}
diff --git a/images/create-01.png b/images/create-01.png
new file mode 100644
index 0000000..87810bc
Binary files /dev/null and b/images/create-01.png differ
diff --git a/images/create-02.png b/images/create-02.png
new file mode 100644
index 0000000..1430477
Binary files /dev/null and b/images/create-02.png differ
diff --git a/images/create-03.png b/images/create-03.png
new file mode 100644
index 0000000..af6ad67
Binary files /dev/null and b/images/create-03.png differ
diff --git a/images/create-bg.jpg b/images/create-bg.jpg
new file mode 100644
index 0000000..b6718e6
Binary files /dev/null and b/images/create-bg.jpg differ
diff --git a/images/create01.png b/images/create01.png
new file mode 100644
index 0000000..2f455fe
Binary files /dev/null and b/images/create01.png differ
diff --git a/images/create02.png b/images/create02.png
new file mode 100644
index 0000000..6860119
Binary files /dev/null and b/images/create02.png differ
diff --git a/images/create03.png b/images/create03.png
new file mode 100644
index 0000000..d028310
Binary files /dev/null and b/images/create03.png differ
diff --git a/images/guarantee-bg.jpg b/images/guarantee-bg.jpg
new file mode 100644
index 0000000..9188026
Binary files /dev/null and b/images/guarantee-bg.jpg differ
diff --git a/images/service-list.jpg b/images/service-list.jpg
new file mode 100644
index 0000000..7bfdf89
Binary files /dev/null and b/images/service-list.jpg differ
diff --git a/images/team-01.png b/images/team-01.png
new file mode 100644
index 0000000..1023163
Binary files /dev/null and b/images/team-01.png differ
diff --git a/images/team-02.png b/images/team-02.png
new file mode 100644
index 0000000..8076e53
Binary files /dev/null and b/images/team-02.png differ
diff --git a/images/zxfw-01.png b/images/zxfw-01.png
new file mode 100644
index 0000000..7bc1290
Binary files /dev/null and b/images/zxfw-01.png differ
diff --git a/images/zxfw-02.png b/images/zxfw-02.png
new file mode 100644
index 0000000..147438a
Binary files /dev/null and b/images/zxfw-02.png differ
diff --git a/images/zxfw-03.png b/images/zxfw-03.png
new file mode 100644
index 0000000..a91f521
Binary files /dev/null and b/images/zxfw-03.png differ
diff --git a/images/zxfw-04.png b/images/zxfw-04.png
new file mode 100644
index 0000000..ddf3828
Binary files /dev/null and b/images/zxfw-04.png differ
diff --git a/images/zxfw-list-01.jpg b/images/zxfw-list-01.jpg
new file mode 100644
index 0000000..d9cc5fa
Binary files /dev/null and b/images/zxfw-list-01.jpg differ
diff --git a/images/zxfw-list-02.jpg b/images/zxfw-list-02.jpg
new file mode 100644
index 0000000..53e93ed
Binary files /dev/null and b/images/zxfw-list-02.jpg differ
diff --git a/images/zxfw-list-03.jpg b/images/zxfw-list-03.jpg
new file mode 100644
index 0000000..0a20498
Binary files /dev/null and b/images/zxfw-list-03.jpg differ
diff --git a/images/zxfw-list-04.jpg b/images/zxfw-list-04.jpg
new file mode 100644
index 0000000..674a9cf
Binary files /dev/null and b/images/zxfw-list-04.jpg differ
diff --git a/index.html b/index.html
index ebb8088..625cb58 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@
首页
产品中心
解决方案
-
运维服务
+
运维服务
关于我们
diff --git a/js/javascript.js b/js/javascript.js
index 97f8d76..d0311db 100644
--- a/js/javascript.js
+++ b/js/javascript.js
@@ -65,7 +65,7 @@ jQuery(function($){
// 案例滚动
var productCaseSwiper = new Swiper('.product-case-swiper',{
- loop:true,//开启循环播放
+ loop:false,//开启循环播放
autoplay: {//开启自动播放
delay:3000,
},
@@ -180,6 +180,22 @@ jQuery(function($){
}
})
+ // 运维服务内容切换
+ $(".ywfw-item>li").eq(0).addClass("active");
+ $(".ywfw-list>li").eq(0).addClass("cur");
+ $('.ywfw-item>li').click(function(){
+ $(".ywfw-item>li").eq($(this).index()).addClass("active").siblings().removeClass('active');
+ $(".ywfw-list>li").eq($(this).index()).addClass("cur").siblings().removeClass('cur');
+ });
+
+
+
+
+
+
+
+
+
diff --git a/product.html b/product.html
index f00fcbc..eb2b783 100644
--- a/product.html
+++ b/product.html
@@ -41,7 +41,7 @@
首页
产品中心
解决方案
-
运维服务
+
运维服务
关于我们
-
+
服务内容
专业团队,打造一家运维服务
@@ -135,36 +135,229 @@
运维监控:zabblx、NetData、Pinpolnt
-
+
-
-
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
-
-
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
+
+
+
-
+
+
+ 上海六卫网络科技有限公司是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+ 上提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
+
+
+
+
-
-
+
+
+
服务团队
+ 专业团队,打造一家运维服务
+
+
-
-
+
+
+
SLA保障
+ 专业团队,打造一家运维服务
+
+
+ -
+ 重要等级
+ 描述
+ 时间定义
+ 相应时间
+
+ -
+ Ⅰ
+ 重大
+ Ⅲ
+ <5min
+
+ -
+ Ⅱ
+ 严重
+ 严重
+ <30min
+
+ -
+ Ⅲ
+ 一般
+ 一般
+ <1h
+
+ -
+ Ⅳ
+ 轻微
+ 轻微
+ <4h
+
+
-
-
+
+
+
服务能力
+
+
+
+ 提供7*24小时的专业工程师在线支持服务,可做到快速回复和响应;
成为六卫客户后,将分配一名专属的工程师给您,可全面了解您的应用环境和具体问题所在,确保提供您精准的问题处理措施;
提供专业的指导和最佳实践过程,确保您的运维过程可控、有效。
+
+
-
+
客户和合作伙伴
专业团队,打造一家运维服务
diff --git a/service-zxfw.html b/service-zxfw.html
index 0bc7204..7c27562 100644
--- a/service-zxfw.html
+++ b/service-zxfw.html
@@ -41,7 +41,7 @@
首页
产品中心
解决方案
-
运维服务
+
运维服务
关于我们
@@ -79,49 +79,98 @@
-
-
- -
-
-
-
-
云服务
-
数据库云迁移服务
-
- 我们是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
- 同时面向政府行业提供智慧城市、智慧医疗的相关解决方案并参与其中。
-
+
+
+
+
咨询服务内容
+ 专业团队,打造一家运维服务
+
+
+ -
+
+
+
+
产品咨询
-
-
-
-
-
-
-
-
云服务
-
数据库云上运维服务
-
- 我们是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
- 同时面向政府行业提供智慧城市、智慧医疗的相关解决方案并参与其中。
-
+
+
-
+
+
+
+
解决方案咨询
-
-
-
-
-
-
-
-
云服务
-
中间件上云服务
-
- 我们是一家聚焦于大数据解决方案、大数据基础实施、大数据软件工具以及人工智能领域,主要向保险行业、商业银行、农商行、农村信用社、证券行业、基金行业提供一站式实时数据解决方案咨询服务、方案落地以及金融行业开源软件运维服务。另外为制造业用户提供数字孪生与数据仓库的落地服务。
- 同时面向政府行业提供智慧城市、智慧医疗的相关解决方案并参与其中。
-
+
+
-
+
+
+
+
云服务咨询
-
-
-
+
+
-
+
+
+
+
开源软件运维咨询
+
+
+
+
+
+
+
+
咨询服务为用户创造价值
+ 专业团队,打造一家运维服务
+
+
+ -
+
+
+
+
+
降低业务风险
+
+ -
+
+
+
+
+
成本控制
+
+ -
+
+
+
+
+
汇聚专家力量
帮助用户解决难点/攻坚问题
+
+
+
+
+
+