
/*banner*/
.index-header .top-header{ position:absolute; left:0; top:0; right:0; z-index:11;}
.index-banner{ background:#fff; position:relative;}
.header-banner{ height: 560px; overflow:hidden; position:relative; }
.header-banner .hd{ height:15px; overflow:hidden; position:absolute; left:5px; right: 0; bottom:25px; z-index:1; }
.header-banner .hd ul{ text-align: center; overflow:hidden; zoom:1;}
.header-banner .hd ul li{ display: inline-block; margin:0 3px;width:50px; height:5px; line-height:5px;color:transparent; text-align:center; background: #dadfe4; cursor:pointer; }
.header-banner .hd ul li.on{ background:#252b3a; color:transparent; }
.header-banner .bd{ position:relative; height:100%; z-index:0;   }
.header-banner .bd ul{width:100% !important;}
.header-banner .bd li{ zoom:1; width:100% !important; vertical-align:middle; }
.header-banner .bd a{display:block; height: 560px; }
.header-banner .container{ height:550px; position:relative; overflow:hidden;}
.header-banner h2{ font-size:38px;font-weight:bold}
.header-banner p{ font-size:20px; margin:15px 0 0; line-height:32px;}
.header-banner  span{ display:block; background:#0056ff; color:#fff;margin:35px 0 0; font-size:14px; width:158px; height:40px; line-height:40px; text-align:center; cursor:pointer}
.header-banner  span:hover{  background:#3c7eff; color:#fff;}
.header-banner .banner-text .text{ position:absolute; left:0; bottom: -150%;}

.zonkvm-index .events {
  padding: 40px 0;
  background: #ffffff;
}

/* 单个项布局 */
.zonkvm-index .events .event-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

/* 图标盒子（背景图方式，和你之前一致） */
.zonkvm-index .events .icon-box {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* 图标路径（你原来的地址不变） */
.zonkvm-index .events .icon-1 { background-image: url("/template/zonkvm-0001/css/img/index/zonkvm-index-events1.png"); }
.zonkvm-index .events .icon-2 { background-image: url("/template/zonkvm-0001/css/img/index/zonkvm-index-events2.png"); }
.zonkvm-index .events .icon-3 { background-image: url("/template/zonkvm-0001/css/img/index/zonkvm-index-events3.png"); }
.zonkvm-index .events .icon-4 { background-image: url("/template/zonkvm-0001/css/img/index/zonkvm-index-events4.png"); }

/* 文字样式 */
.zonkvm-index .events .text-wrap .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
.zonkvm-index .events .text-wrap .desc {
  font-size: 14px;
  color: #888;
}

/* ================================== */
/* 桌面端（≥768px）：一排 4 个 */
/* ================================== */
@media (min-width: 768px) {
  .zonkvm-index .events .col-md-3 {
    padding: 0 15px;
  }
}

/* ================================== */
/* 手机端（<768px）：2×2 整齐排列，不挤不乱 */
/* ================================== */
@media (max-width: 767px) {
  .zonkvm-index .events {
    padding: 25px 0;
  }
  .zonkvm-index .events .col-6 {
    padding: 0px;
    margin-bottom: 10px;
  }
  .zonkvm-index .events .event-item {
    justify-content: flex-start;
  }
  .zonkvm-index .events .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .zonkvm-index .events .text-wrap .title {
    font-size: 14px;
  }
  .zonkvm-index .events .text-wrap .desc {
    font-size: 10px;
  }
}
  .infra-section {
            background-color: #f8f9fa;
            padding: 4rem 0;
        }
        .map-container {
            background: url('/template/zonkvm-0001/css/img/index/cert-map.png') center / contain no-repeat;
            min-height: 400px;
            position: relative;
        }
        .legend-item {
            display: inline-flex;
            align-items: center;
            margin-right: 1.5rem;
        }
        .legend-dot {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 0.5rem;
        }
        .dot-orange {
            background-color: #ff7d45;
        }
        .dot-gray {
            background-color: #9e9e9e;
        }
        
        
     /* 整体区域 */
.cert-section {
  background: #fff;
  overflow: hidden;
}

/* 标题样式 */
.sk-title-container {
  max-width: 700px;
  margin: 0 auto;
}
.sk-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}
.sk-desc {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  display: inline-block;
}

/* 证书列表布局 */
.cert-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

/* 证书卡片 */
.cert-item {
  width: 140px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 30px;
}
.cert-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* 图标容器 */
.cert-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 证书名称 */
.cert-name {
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  line-height: 1.4;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .cert-list {
    gap: 0;
    flex-wrap: wrap;
    display: flex;
  }
  .cert-item {
    width: 50% !important;
    flex: 0 0 50% !important;
    padding: 15px 10px !important;
    margin: 0 !important;
  }
  .sk-title {
    font-size: 18px;
  }
}
.zonkvm-product-item {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f8fcfe;
    border-radius: 8px;
    padding: 15px 20px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.zonkvm-product-item:hover {
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
    transform: translateY(-3px);
    border-color: #d6eaff;
}

/* ======================
   悬浮时两张图循环播放动画
====================== */
/* 定义通用切换动画（0% 显示原图，50% 显示-h图，100% 回到原图） */
@keyframes bgSlideLoop {
    0% { background-image: var(--bg-img); }
    50% { background-image: var(--bg-img-hover); }
    100% { background-image: var(--bg-img); }
}

/* 每个卡片绑定 正常图 + 悬浮图 */
.zonkvm-prod-card-1 {
    --bg-img: url("/template/zonkvm-0001/img/internet.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/internet-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-2 {
    --bg-img: url("/template/zonkvm-0001/img/server.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/server-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-3 {
    --bg-img: url("/template/zonkvm-0001/img/cloud.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/cloud-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-4 {
    --bg-img: url("/template/zonkvm-0001/img/lease.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/lease-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-5 {
    --bg-img: url("/template/zonkvm-0001/img/idc.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/idc-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-6 {
    --bg-img: url("/template/zonkvm-0001/img/hosting.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/hosting-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-7 {
    --bg-img: url("/template/zonkvm-0001/img/ssl.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/ssl-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-8 {
    --bg-img: url("/template/zonkvm-0001/img/data.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/data-h.png");
    background-image: var(--bg-img);
}
.zonkvm-prod-card-9 {
    --bg-img: url("/template/zonkvm-0001/img/email.png");
    --bg-img-hover: url("/template/zonkvm-0001/img/email-h.png");
    background-image: var(--bg-img);
}

/* 悬浮时启动循环动画 */
.zonkvm-prod-card-1:hover,
.zonkvm-prod-card-2:hover,
.zonkvm-prod-card-3:hover,
.zonkvm-prod-card-4:hover,
.zonkvm-prod-card-5:hover,
.zonkvm-prod-card-6:hover,
.zonkvm-prod-card-7:hover,
.zonkvm-prod-card-8:hover,
.zonkvm-prod-card-9:hover {
    animation: bgSlideLoop 1.2s infinite; /* 1.2秒一轮循环，无限播放 */
}
        /* 文字样式 */
        .zonkvm-prod-title {
            font-size: 16px;
            font-weight: 600;
            color: #222;
            margin-bottom: 10px;
            margin-top:10px;
        }
        .zonkvm-prod-desc {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        .zonkvm-prod-tags {
            margin-bottom: 5px;
        }
        .zonkvm-prod-tag {
            display: inline-block;
            background-color:#fff;
            color: #495057;
            padding: 2px 18px;
            border-radius: 4px;
            font-size: 14px;
            margin-right: 12px;
            margin-bottom: 10px;
        }
        .zonkvm-prod-price {
            font-size: 22px;
            font-weight: 700;
            color: #0055ff;
        }
        .zonkvm-prod-price span {
            font-size: 14px;
            color: #666;
            font-weight: 400;
        }

        /* 响应式适配 */
        @media (max-width: 991px) {
            .zonkvm-prod-title {
                font-size: 14px;
            }
            .zonkvm-prod-price {
                font-size: 14px;
            }
        }
        @media (max-width: 767px) {
            .zonkvm-product-item {
                background-position: center;
                padding: 15px 10px;
                min-height: auto;
            }
            .zonkvm-prod-title {
                font-size: 14px;
                margin-bottom: 2px;
                margin-top: 2px;
                
            }
            .zonkvm-prod-desc {
                font-size: 10px;
                margin-bottom: 2px
            }
            .zonkvm-prod-price {
                font-size: 14px;
            }
            
            .zonkvm-prod-tag {
            display: inline-block;
            background-color:#fff;
            color: #495057;
            padding: 2px 8px;
            border-radius: 4px;
            font-size: 10px;
            margin-right: 10px;
            margin-bottom: 2px;
        }
         .zonkvm-prod-price span {
            font-size: 10px;
            color: #666;
            font-weight: 400;
        }
            
        }
 #chooseUsSection {
      padding: 80px 0;
      background-color: #ffffff;
    }

    /* 标题区域 */
    #chooseUsSection .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 16px;
    }
    #chooseUsSection .section-desc {
      font-size: 18px;
      color: #666666;
      text-align: center;
      margin-bottom: 60px;
    }

    /* 卡片容器 */
    #chooseUsSection .feature-card {
      border: 1px solid #eee;
      border-radius: 4px;
      padding: 32px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      height: 100%;
      background: #fff;
    }

    /* 卡片内容 */
    #chooseUsSection .card-content {
      flex: 1;
    }
    #chooseUsSection .card-title {
      font-size: 22px;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 16px;
    }
    #chooseUsSection .card-text {
      font-size: 13px;
      color: #666;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    /* 标签样式 */
    #chooseUsSection .tag-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    #chooseUsSection .tag {
      display: inline-block;
      padding: 6px 14px;
      border: 1px solid #eee;
      border-radius: 2px;
      background: #fff;
      font-size: 12px;
      color: #333;
    }

    /* 图标容器 */
    #chooseUsSection .card-icon {
      flex-shrink: 0;
      margin-left: 24px;
    }
    #chooseUsSection .card-icon img {
      width: 100px;
      height: 100px;
      object-fit: contain;
    }

    /* 响应式适配 */
    @media (max-width: 767.98px) {
        #chooseUsSection {
      padding: 20px 0;
      background-color: #ffffff;
    }
      #chooseUsSection .feature-card {
        flex-direction: column;
      }
      #chooseUsSection .card-icon {
        margin-left: 0;
        margin-top: 20px;
      }
        /* 标题区域 */
    #chooseUsSection .section-title {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 10px;
    }
    #chooseUsSection .section-desc {
      font-size: 12px;
      color: #666666;
      text-align: center;
      margin-bottom: 20px;
    }
   #chooseUsSection .tag {
      display: inline-block;
      padding: 2px 5px;
      border: 1px solid #eee;
      border-radius: 2px;
      background: #fff;
      font-size: 10px;
      color: #333;
    }    
    }
    
.carousel-inner .container {
    height: inherit;
    position: relative;
}
.carousel-inner .container .carousel-caption {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 0;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.indicator.active .schedule:after {
    -webkit-animation: countdown 5s linear both;
    -moz-animation: countdown 5s linear both;
    animation: countdown 5s linear both;
    will-change: width;
    background: #0055ff;
}
.indicator:not(.active):hover .schedule {
    background: rgba(65,70,79,.5);
}
.schedule {
    height: 3px;
    position: relative;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    background: rgba(65,70,79,.15);
}
.schedule:after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

@-webkit-keyframes countdown {
    to {
        width: 100%
    }
}

@-moz-keyframes countdown {
    to {
        width: 100%
    }
}

@keyframes countdown {
    to {
        width: 100%
    }
}
.indicator {
    padding: 15px 0 32px;
    width: 40px;
    cursor: pointer;
    margin-right: 10px;
}
.btn-x1 {
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(46,70,146,.05);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 2.2;
    letter-spacing: .003em;
    text-align: center;
    -webkit-transition: color .3s,background .3s;
    -o-transition: color .3s,background .3s;
    -moz-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
    width: 158px;
}
.container_bg1 {
    background-color: #fff;
}
.comp_container {
    max-width: var(--maxwidth);
    min-width: var(--minwidth);
    padding: 0 var(--padding);
}

.sk-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 0 60px;
}

.sk-title-container .sk-title {
    font-size: 30px;
    
    color: var(--txtcl);
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.sk-title-container .sk-desc {
    margin-top: 18px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    opacity: 0.9;
}


 /* 响应式适配 */
    @media (max-width: 767.98px) {
        .sk-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0 20px;
}
     .sk-title-container .sk-title {
    font-size: 18px;
}
.sk-title-container .sk-desc {
    margin-top: 0px;
    font-size: 12px;
}

    }


.sk-title-container.white .sk-title,
.sk-title-container.white .sk-desc {
    color: #fff;
}
.chooseUs-container {
  padding: 60px 0 100px;
}
.chooseUs-container .chooseUs-min-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.chooseUs-container .chooseUs-min-container .chooseUs-70 {
  width: 66.66%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-30 {
  width: 33.33%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  transform-origin: center;
  border-radius: var(--radius);
}
.chooseUs-container .chooseUs-min-container .chooseUs-right,
.chooseUs-container .chooseUs-min-container .chooseUs-left {
  height: 252px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 48px;
  box-shadow: var(--global-shadow);
  border-radius: var(--radius);
}
.chooseUs-container .chooseUs-min-container .chooseUs-70:hover .chooseUs-image,
.chooseUs-container .chooseUs-min-container .chooseUs-30:hover .chooseUs-image {
  transform: scale(1.05);
}
.chooseUs-container .chooseUs-min-container .chooseUs-left {
  margin-right: 20px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 100px 0 40px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-title,
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-title {
  font-size: 18px;
  color: var(--txtcl);
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-desc,
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30--desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-desc span,
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30--desc span {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-button {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #eee;
  padding: 5px 16px;
  border-radius: var(--radius);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-button a {
  color: var(--Original);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content {
  margin-top: 12px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 16px;
  padding: 0 14px 0 16px;
  margin-bottom: 20px;
  text-decoration: none;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product a {
  color: var(--txtdesc);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product:hover {
  background-color: #f7f9fd;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product:hover a {
  color: var(--Original);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-title,
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-30-title {
  color: #fff;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-desc span,
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-30--desc span {
  color: #fff;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-button {
  background-color: rgba(247, 249, 253, 0.15);
  border: none;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-button a {
  color: rgba(255, 255, 255, 0.8);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-product {
  background-color: rgba(247, 249, 253, 0.15);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-product a {
  color: rgba(255, 255, 255, 0.8);
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 42px;
  width: 100%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme {
  height: 180px;
  background: #fff;
  border: 1px solid #E6E9EC;
  box-shadow: 0px 2px 7px 0px #F2F5F7;
  padding: 28px 38px 28px 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  cursor: pointer;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme:hover {
  box-shadow: 0 10px 20px 0 rgba(192, 205, 232, 0.3), 0 0 2px 0 rgba(37, 56, 108, 0.1);
  border: 1px solid var(--Original);
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-title {
  font-size: 18px;
  color: var(--txtcl);
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-desc {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-label .chooseUs-itme-tag {
  font-size: 12px;
  border: 1px solid #f1f2f5;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 8px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-icon {
  width: auto;
  height: 88px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-icon img {
  width: 100%;
  height: 100%;
}

.index-news{ padding:30px 0;background: #f2f5fa;  }
.index-news .main{overflow: hidden}
.index-news dl{ width:515px;float: left;margin-right: 25px; background: #fff;}
.index-news dl:last-child{margin-right: 0;}
.index-news dl a{ display: block; }
.index-news dt{font-size:22px; padding: 0 20px; border-bottom: 1px solid #E6E9EE;}
.index-news dt a{line-height: 78px; color: #333; padding-left: 40px;}
.index-news dt span{float:right;font-size:14px;margin-top:0px;color:#4b5b76;}
.index-news dt a:after{ content: ""; float: right; width: 30px; height:30px; margin: 24px 0 0; }
.index-news dd{ padding: 5px 0 10px; overflow: hidden}
.index-news dd p{margin:0 20px;padding: 0 5px; font-size: 18px; line-height: 45px; overflow: hidden;border-bottom: 1px dashed #E6E9EE;}
.index-news dd p:last-child{ border-bottom: none}
.index-news dd a{color:#4b5b76;font-size:13px;  float: left; width:75%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-news dd span{color:#7f7f7f; font-size:14px; float: right; padding-left: 24px;background: url("../img/date.png") left center no-repeat;}
.index-news .item1 a{background: url("../img/ico1.png") left center no-repeat;}
.index-news .item2 a{background: url("../img/ico2.png") left  center no-repeat;}
.index-news .item3 a{background: url("../img/ico3.png") left center no-repeat;}
.container_bg15 {
    background-color: #fff;
    background-image: url(../img/remoteL17025342246554.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-container {
  padding: 60px 0 100px;
}
.solution-container .solution-sidebar {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
.solution-container .solution-sidebar .sidebar-profile {
  max-width: 600px;
  min-width: 600px;
  min-height: 396px;
  margin-right: 20px;
  position: relative;
  display: none;
}
.solution-container .solution-sidebar .sidebar-profile.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-container .solution-sidebar .sidebar-profile .sidebar-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.solution-container .solution-sidebar .sidebar-profile .profile-position {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.solution-container .solution-sidebar .sidebar-profile .profile-position .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.solution-container .solution-sidebar .sidebar-profile .profile-position .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.solution-container .social-links {
    margin-top:30px;
  position: absolute;
  background: #006aff;
  color: #fff;
  padding:10px 20px;
  z-index: 2;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 5px;
}
.solution-container .solution-sidebar .sidebar-profile .social-links .social-link {
  font-size: 15px;
  color: #000;
  padding: 17px 20px;
}
.solution-container .solution-sidebar .sidebar-profile .social-links .social-link.whole span {
  padding-bottom: 6px;
  border-bottom: 2px solid #006aff;
}
.solution-container .solution-sidebar .solution-main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.solution-container .solution-sidebar .solution-main-content .main-option {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  grid-gap: 8px 16px;
}
.solution-container .solution-sidebar .solution-main-content .main-option .main-option-name {
  border: none;
  border-bottom: 2px solid transparent;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 20px;
  color: #8d8d8d;
  border-radius: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
.solution-container .solution-sidebar .solution-main-content .main-option .main-option-name.active, .solution-container .solution-sidebar .solution-main-content .main-option .main-option-name:hover {
  border-bottom: 2px solid #0052d9;
  color: #fff;
  background: linear-gradient(180deg, #287aff 0%, #0052d9 64%, #003ec5 100%);
}
.solution-container .solution-sidebar .solution-main-content .main-option-line {
  display: none;
}
.solution-container .solution-sidebar .solution-main-content .main-option-line.active {
  display: block;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard .reviews {
  padding: 28px 0 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #efefef;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard .reviews span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.solution-container .solution-sidebar .solution-main-content .solutionv-card-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.solution-container .solution-sidebar .solution-main-content .solutionv-card-features li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}
.solution-container .solution-sidebar .solution-main-content .solutionv-card-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/remoteL16908183626354.svg);
  background-color: #fff;
  border-radius: 1%;
  box-shadow: 0px 8px 32px 0px rgba(218, 218, 218, 0.7);
}

.section-head {padding-top:30px}
@media (max-width: 768px) {
.carousel-indicators {
        justify-content: center;
}
    .btn-x1 {
        font-size: 12px;
        width: 80px;
        height: 30px;
        line-height: 1.5;
    }
}
.right-slide {
    width: 100%;
    /*height: calc(100% - 0px);*/
    height: max-content;
}
li.safety-card-item:hover {
    background: #edf3ff;
    margin: -1rem -3rem;
    padding: 1rem 3rem;
    border-radius: 16px;
}
.product .tab-content .card-index {
    border-radius: 16px;
    text-align: center;
    padding: 26px 12px;
    border: none;
    background: #fff;
    margin:10px;
}

.product .tab-content .card-index  img {
    background-size: cover;
    border-radius: 16px;
    font-size: 36px;
    height: 80px;
     margin-bottom: 10px;
    width: 80px;
}

.product .tab-content .card-index  h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.product .tab-content .card-index  p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.anim-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  background-repeat: no-repeat;
  background-size: 80px auto; /* 原图140px缩到80px，等比例 */
  background-position: 0 0;
  overflow: hidden;
}
.expedite {
    ;
}

.expedite h1 {
    font-weight: 700;
}

.expedite .list-group {
    flex-direction: row;
    text-align: center;
}

.expedite .list-group a {
    color: #595959;
    cursor: pointer;
    font-size: 18px;
    min-width: 120px;
    height: 45px;
    line-height: 2;
    -webkit-transition: .2s;
    transition: .2s;
}

.expedite .list-group a:hover,
.expedite .list-group .active {
    color: #0055ff;
    font-weight: 700;
}

.expedite .tab-content .card {
    border-radius: 16px;
    text-align: center;
    padding: 76px 32px;
    border: none;
}

.expedite .tab-content .card img {
    background-size: cover;
    border-radius: 16px;
    font-size: 36px;
    height: 64px;
    margin-bottom: 24px;
    width: 64px;
}

.expedite .tab-content .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.expedite .tab-content .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.section-more a {
    color: #191919;
    font-size: 18px;
}

.solutions {
    background-color: #fff;
}

.solutions {
    ;
}

.solutions h1 {
    font-weight: 700;
}

.solutions .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.solutions .carousel-indicators a {
    color: #595959;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    margin: 0 40px;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.solutions .carousel-indicators a {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    opacity: 1;
    transition: opacity .6s ease;
    position: relative;
    text-align: center;
}

.solutions .carousel-indicators a:hover,
.solutions .carousel-indicators a.active {
    color: #191919;
    font-weight: 700;
}

.solutions .carousel-item {
    width: 75%;
    height: 32rem;
    margin: 0 auto;
    border-radius: 20px;
}

.solutions .solution-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.solutions .carousel-control-prev,
.solutions .carousel-control-next {
    display: block;
    background: #555;
    height: 48px;
    width: 48px;
    margin: auto 0;
    border-radius: 50%;
}

.solutions .carousel-control-prev .carousel-control-prev-icon,
.solutions .carousel-control-next .carousel-control-next-icon {
    ;
}

.section h1 {
    font-weight: 700;
}

.section img {
    width: 60%;
}

.section .card {
    border-radius: 16px;
    text-align: left;
    padding: 32px;
    border: none;
}

.section .card img {
    background-size: cover;
    display: block;
    height: 48px;
    margin-bottom: 20px;
    width: 48px;
}

.consultation .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.consultation .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.consultation .card {
    border-radius: 16px;
    text-align: left;
    padding: 32px;
    border: none;
}

.consultation .card img {
    background-size: cover;
    display: block;
    height: 48px;
    margin-bottom: 20px;
    width: 48px;
}

.consultation .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.consultation .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.por-btn-large {
    border-color: #999 !important;
    border-radius: 24px;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.por-btn-large:hover {
    background: #fff !important;
    color: #0055ff !important;
    border-color: #0055ff !important;
}

.btn-primary {
    color: #fff;
    background-color: #0055ff;
    border-color: #0055ff;
}

.home-global-site-3d .card {
    border-radius: 16px;
    padding: 32px;
    border: none;
}

.home-global-site-3d .safety-card-icon {
    background-size: cover;
    display: block;
    height: 88px;
    margin: 0 auto 10px;
    width: 88px;
}

.home-global-site-3d #mountNode {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 656px;
    height: 656px;
}

.home-global-site-3d #earth {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
}

.home-global-site-3d #mountNode .earth-shadow {
    background-position: 50%;
    background-size: 96% 96%;
    left: 0;
    top: 0;
}

.home-global-site-3d #mountNode .earth-shadow,
.home-global-site-3d #mountNode .earth-shadow2 {
    background-repeat: no-repeat;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.home-global-site-3d #mountNode .earth-shadow2 {
    background-position: -50% -50%;
    background-size: 100% 100%;
    display: none;
    left: 100px;
    top: 100px;
    z-index: -1;
}

.product .card {
    border: none;
    border-radius: 16px;
}
.tab-pane .card {
    margin: 8px;
}
/* 鍘绘帀姣忎竴琛岀涓€涓崱鐗囩殑宸︿晶闂磋窛 */
.tab-pane a:nth-child(4n+1) .card{
    margin-left: 0;
}
/* 鍘绘帀姣忎竴琛岀鍥涗釜鍗＄墖鐨勫彸渚ч棿璺� */
.tab-pane a:nth-child(4n) .card {
    margin-right: 0;
}

@media (max-width:748px) {
.solution-wrap {
    width: 100%;
}
}
.solution-wrap .card {
    width: 250px;
    height: 495px;
    background: 50% / cover url('../img/983aace40707c3f28e9ef6087a869de2_1710930523702.png');
    border: none;
    border-radius: 16px;
    transition: width .3s;
    overflow: hidden;
}
.solution-wrap.active .card {
    width: 668px;
    background: 50% / cover url('../img/52b40a754fc2139da54eec7e2441faad_1712670339283.png');
    opacity: 1;
}
.solution-wrap .card-body {
    padding: 2rem;
}
.solution-wrap .blurb {
    width: 200px;
}
.solution-wrap.active .card-body, .solution-wrap.active .blurb {
    width: 610px;
}
.solution-wrap .blurb {
    overflow: hidden;
    height: 122px;
}
@media (max-width: 768px) {
    .solution-wrap .card {
        width: 100%;
    }
    .solution-wrap .blurb {
        height: auto;
    }
}
.solution-wrap .card .card-title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution-wrap .card .card-title i {
    font-size: 18px;
}
.solution-wrap.active .card .card-title {
    color: #1d273f;
}
.solution-wrap.active .card .card-title i {
    display: none;
}
.solution-wrap .card .card-text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.solution-wrap.active .card .card-text {
    color: #50627f;
}
.solution-wrap.active .card .card-text strong {
    color: #1d273f;
}
.solution-wrap .detailed {
    display: none;
}
.solution-wrap.active .detailed {
    display: block;
    margin-top: 1rem;
}
.solution-btn {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.solution-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-white {
    background: #fff;
    color: #333;
}
@media (max-width: 470px) {
    .section-body {
        padding: 28px 20px 0;
    }
}

@media (max-width: 768px) {
    .section-body {
        background-color: #fff;
        border-radius: 16px;
        padding: 28px 20px 0;
        text-align: center;
    }
}
.customers .tab-content .card {
    border-radius: 16px;
    /*padding: 76px 32px;*/
    border: none;
    height: 520px;
    overflow: hidden;
}
.customers .tab-content .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.customers .tab-content .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.customers .tab-content .card .card-img {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-bottom: 73%;
    position: absolute;
    width: 100%;
    border-radius: inherit;
}
.customers .tab-content .card .detail {
    position: relative;
    top: 180px;
    border-radius: inherit;
    background: #fff;
    height: 100%;
    transition: top .5s;
}
.customers .tab-content .card .detail .btn {
    padding: 10px;
}
.customers .tab-content .card:hover .detail {
    top: 0;
}
.customers .tab-content .card .detail .detailed {
    display: none;
}
.customers .tab-content .card:hover .detail .blurb {
    display: none;
}
.customers .tab-content .card:hover .detail .detailed {
    display: block;
}
.customers .tab-content .card .detail .card-logo {
    height: 60px;
}
.customers .tab-content .card .detail .card-text {
    font-size: 16px;
    line-height: 28px;
}
.style {
    display: flex;
    align-items: center;
}
.customers .divider-text {
    font-size: 18px;
    line-height: 26px;
    margin: 0 32px;
}
.customers .divider-line:first-child {
    background: -moz-linear-gradient(right, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
    background: linear-gradient(-90deg, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
}
.customers .divider-line {
    background: -moz-linear-gradient(left, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
    background: linear-gradient(90deg, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
    flex: 1 1;
    height: 1px;
}

@media (max-width: 768px) {
    
    
    
    /*banner*/
.index-header .top-header{ position:absolute; left:0; top:0; right:0; z-index:11;}
.index-banner{ background:#fff; position:relative;}
.header-banner{ height: 340px; overflow:hidden; position:relative; }
.header-banner .hd{ height:15px; overflow:hidden; position:absolute; left:5px; right: 0; bottom:25px; z-index:1; }
.header-banner .hd ul{ text-align: center; overflow:hidden; zoom:1;}
.header-banner .hd ul li{ display: inline-block; margin:0 3px;width:50px; height:5px; line-height:5px;color:transparent; text-align:center; background: #dadfe4; cursor:pointer; }
.header-banner .hd ul li.on{ background:#252b3a; color:transparent; }
.header-banner .bd{ position:relative; height:100%; z-index:0;   }
.header-banner .bd ul{width:100% !important;}
.header-banner .bd li{ zoom:1; width:100% !important; vertical-align:middle; }
.header-banner .bd a{display:block; height: 560px; color:#1a0b45;}
.header-banner .container{ height:450px; position:relative; overflow:hidden;}
.header-banner h2{ font-size:22px;font-weight:bold}
.header-banner p{ font-size:20px; margin:15px 0 0; line-height:32px;}
.header-banner  span{ display:block; background:#0056ff; color:#fff;margin:35px 0 0; font-size:14px; width:158px; height:40px; line-height:40px; text-align:center; cursor:pointer}
.header-banner  span:hover{  background:#3c7eff; color:#fff;}
.header-banner .banner-text .text{ position:absolute; left:20px; bottom: -150%;}

    .consultation .card {
        padding: 0;
        margin-bottom: 1rem;
    }
    .consultation .card-body {
        display: flex;
    }
    .consultation .card img {
        background-size: cover;
        display: block;
        height: 48px;
        margin-bottom: 0;
        width: 48px;
    }
}

.por-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 2px;
    padding-left: 24px;
    padding-right: 24px
}

.por-btn {
    border-radius: 20px
}

.por-btn-dark {
    border-color: #595959;
    color: #191919
}

.por-btn-dark:hover {
    border-color: #999;
    color: #191919
}

.por-btn-light:hover {
    border-color: hsla(0,0%,100%,.6)
}

.por-btn-large {
    border-radius: 24px;
    height: 48px;
    line-height: 46px;
    padding: 0 40px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-global-site-3d {
    position: relative;
    width: 100%
}

.home-global-site-3d .section {
    background: #f4f7fc;
    height: 100%;
    padding-bottom: 50px
}
.home-global-site-3d  p.label-title, .home-global-site-3d  p.label-desc {
    margin: 0;
}
.home-global-site-3d .link-more {
    margin-top: 16px
}

.home-global-site-3d .por-container {
    height: 100%
}

.home-global-site-3d #earth {
    height: 100%!important;
    width: 100%!important
}

.home-global-site-3d #labels {
    color: #fff;
    left: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 0;
    z-index: 99
}

.home-global-site-3d #labels>div {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#007dff),to(rgba(82,110,204,0)));
    background-image: linear-gradient(180deg,#007dff,rgba(82,110,204,0));
    background-size: contain;
    color: #191919;
    cursor: pointer;
    height: 40px;
    left: 0;
    pointer-events: all;
    position: absolute;
    top: -18px;
    -webkit-transform: translate(-50%,-75%);
    transform: translate(-50%,-75%);
    width: 2px
}

.home-global-site-3d #labels>div.rec {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff9400),to(rgba(204,143,82,0)));
    background-image: linear-gradient(180deg,#ff9400,rgba(204,143,82,0));
    background-size: contain
}

.home-global-site-3d #labels>div.rec .labelText:before {
    border-color: #e58026!important
}

.home-global-site-3d #labels>div.rec .labelText:after {
    background: #e58026!important
}

.home-global-site-3d #labels>div.server {
    background-image: url(../img/server-blue.svg);
    background-repeat: no-repeat;
    height: 32px;
    width: 18px
}

.home-global-site-3d #labels>div.server.rec {
    background-image: url(../img/server-orange.svg)
}

.home-global-site-3d #labels>div .labelText {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: hsla(0,0%,100%,.9);
    -webkit-box-shadow: 0 10px 21px 0 rgba(91,116,148,.17);
    box-shadow: 0 10px 21px 0 rgba(91,116,148,.17);
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    opacity: .9;
    padding: 0 14px;
    position: relative;
    -webkit-transform: translate(0) translate(3px);
    transform: translate(0) translate(3px);
    white-space: nowrap
}

.home-global-site-3d #labels>div .labelText.line-right:before {
    background: transparent;
    border-left: 1px solid #045fcc;
    border-top: 1px solid #045fcc;
    content: "";
    display: block;
    height: 6px;
    left: -12px;
    pointer-events: none;
    position: absolute;
    top: 11px;
    width: 11px
}

.home-global-site-3d #labels>div .labelText.line-right-top:before {
    height: 10px;
    left: -62px;
    width: 62px
}

.home-global-site-3d #labels>div .labelText.line-right-top1:before,.home-global-site-3d #labels>div .labelText.line-right-top:before {
    background: transparent;
    border-left: 1px solid #045fcc;
    border-top: 1px solid #045fcc;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 12px
}

.home-global-site-3d #labels>div .labelText.line-right-top1:before {
    height: 40px;
    left: -12px;
    width: 14px
}

.home-global-site-3d #labels>div .labelText.line-left:before {
    background: transparent;
    border-right: 1px solid #045fcc;
    border-top: 1px solid #045fcc;
    content: "";
    display: block;
    height: 3px;
    pointer-events: none;
    position: absolute;
    right: -22px;
    top: 6px;
    width: 22px
}

.home-global-site-3d #labels>div .labelText.line-top:before {
    background: transparent;
    border-left: 1px solid #045fcc;
    content: "";
    display: block;
    height: 13px;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 25px
}

.home-global-site-3d #labels>div .labelText .label-title {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    pointer-events: none
}

.home-global-site-3d #labels>div .labelText .label-desc {
    display: none
}

.home-global-site-3d #labels>div .labelText.bottom {
    -webkit-transform: translate(-100%) translate(-4px,-1px);
    transform: translate(-100%) translate(-4px,-1px)
}

.home-global-site-3d #labels>div .labelText.left {
    -webkit-transform: translate(-100%) translate(-2px);
    transform: translate(-100%) translate(-2px)
}

.home-global-site-3d #labels>div .labelText.server,.home-global-site-3d #labels>div .labelText.serverright {
    border-radius: 7px 7px 7px 0;
    -webkit-transform: translate(8px) translateY(-23px);
    transform: translate(8px) translateY(-23px)
}

.home-global-site-3d #labels>div .labelText.server.line-right,.home-global-site-3d #labels>div .labelText.serverright.line-right {
    border-radius: 7px;
    -webkit-transform: translate(20px) translateY(-14px);
    transform: translate(20px) translateY(-14px)
}

.home-global-site-3d #labels>div .labelText.server.line-right-top,.home-global-site-3d #labels>div .labelText.serverright.line-right-top {
    border-radius: 7px;
    -webkit-transform: translate(70px) translateY(-24px);
    transform: translate(70px) translateY(-24px)
}

.home-global-site-3d #labels>div .labelText.server.line-right-top1,.home-global-site-3d #labels>div .labelText.serverright.line-right-top1 {
    border-radius: 7px;
    -webkit-transform: translate(21px) translateY(-48px);
    transform: translate(21px) translateY(-48px)
}

.home-global-site-3d #labels>div .labelText.serverbottom {
    border-radius: 0 7px 7px 7px;
    -webkit-transform: translate(-100%) translate(10px,-21px);
    transform: translate(-100%) translate(10px,-21px);
    z-index: 10
}

.home-global-site-3d #labels>div .labelText.serverleft {
    border-radius: 7px 7px 0 7px;
    -webkit-transform: translate(-100%) translate(10px,-22px);
    transform: translate(-100%) translate(10px,-22px);
    z-index: 100
}

.home-global-site-3d #labels>div .labelText.serverleft.line-left {
    -webkit-transform: translate(-100%) translate(-13px,-7px);
    transform: translate(-100%) translate(-13px,-7px)
}

.home-global-site-3d #labels>div .labelText.servertop {
    border-radius: 7px;
    -webkit-transform: translate(-50%) translate(10px,-23px);
    transform: translate(-50%) translate(10px,-23px)
}

.home-global-site-3d #labels>div .labelText.servertop.line-top {
    -webkit-transform: translate(-50%) translate(10px,-35px);
    transform: translate(-50%) translate(10px,-35px)
}

.home-global-site-3d #labels>div:hover {
    z-index: 20!important
}

@-webkit-keyframes server-base1 {
    0% {
        top: 4px;
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }

    to {
        top: 3px
    }
}

@keyframes server-base1 {
    0% {
        top: 4px;
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }

    to {
        top: 3px
    }
}

.home-global-site-3d #labels>div:hover .server-base {
    -webkit-animation: server-base1 1.5s ease-out infinite;
    animation: server-base1 1.5s ease-out infinite;
    background-image: url(../img/server-base-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    left: -9px;
    position: absolute;
    width: 36px;
    z-index: -666
}

.home-global-site-3d #labels>div:hover .server-base.rec {
    background-image: url(../img/server-base-orange.svg)
}

.home-global-site-3d #labels>div:hover .labelText {
    -webkit-box-shadow: 0 10px 21px 0 rgba(91,116,148,.17);
    box-shadow: 0 10px 21px 0 rgba(91,116,148,.17);
    min-width: 88px;
    padding: 10px 12px;
    z-index: 10
}

.home-global-site-3d #labels>div:hover .labelText .label-title {
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    line-height: 22px
}

.home-global-site-3d #labels>div:hover .labelText .label-desc {
    display: block;
    font-size: 12px;
    line-height: 18px
}

.home-global-site-3d #labels>div:hover .labelText.server,.home-global-site-3d #labels>div:hover .labelText.serverright {
    -webkit-transform: translate(9px) translateY(-55px);
    transform: translate(9px) translateY(-55px)
}

.home-global-site-3d #labels>div:hover .labelText.server.line-right,.home-global-site-3d #labels>div:hover .labelText.serverright.line-right {
    -webkit-transform: translate(20px) translateY(-14px);
    transform: translate(20px) translateY(-14px)
}

.home-global-site-3d #labels>div:hover .labelText.server.line-right-top,.home-global-site-3d #labels>div:hover .labelText.serverright.line-right-top {
    -webkit-transform: translate(70px) translateY(-24px);
    transform: translate(70px) translateY(-24px)
}

.home-global-site-3d #labels>div:hover .labelText.server.line-right-top1,.home-global-site-3d #labels>div:hover .labelText.serverright.line-right-top1 {
    -webkit-transform: translate(21px) translateY(-48px);
    transform: translate(21px) translateY(-48px)
}

.home-global-site-3d #labels>div:hover .labelText.serverbottom {
    -webkit-transform: translate(-90%) translateY(-52px);
    transform: translate(-90%) translateY(-52px)
}

.home-global-site-3d #labels>div:hover .labelText.serverleft {
    -webkit-transform: translate(-90%) translateY(-55px);
    transform: translate(-90%) translateY(-55px)
}

.home-global-site-3d #labels>div:hover .labelText.serverleft.line-left {
    -webkit-transform: translate(-100%) translate(-13px,-7px);
    transform: translate(-100%) translate(-13px,-7px)
}

.home-global-site-3d #labels>div:hover .labelText.line-top:before {
    top: 56px
}

.home-global-site-3d #labels>div:hover .labelText.servertop {
    -webkit-transform: translate(-50%) translate(10px,-55px);
    transform: translate(-50%) translate(10px,-55px)
}

.home-global-site-3d #labels>div:hover .labelText.servertop.line-top {
    -webkit-transform: translate(-50%) translate(10px,-67px);
    transform: translate(-50%) translate(10px,-67px)
}

.home-global-site-3d #labels>div:hover .az-label {
    top: 72px
}

.home-global-site-3d #labels>div:hover .az-label.server {
    top: 25px
}

.home-global-site-3d #labels>div:hover .pop-label {
    top: 72px
}

.home-global-site-3d #labels>div:hover .pop-label.server {
    top: 25px
}

.home-global-site-3d .section-body {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative
}

.home-global-site-3d .section-body .section-body-left {
    padding-right: calc(50% - 620px)
}

.home-global-site-3d .section-body .section-body-right {
    height: 650px;
    width: 650px
}

.home-global-site-3d .section-body-bottom {
    background: #fff;
    border-radius: 16px;
    bottom: 24px;
    left: 0;
    margin-bottom: -24px;
    position: relative;
    width: 100%
}

.home-global-site-3d .section-body-bottom .safety-card-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 70px
}

.home-global-site-3d .section-body-bottom .safety-card {
    display: block;
    -webkit-transition: .2s;
    transition: .2s
}

.home-global-site-3d .section-body-bottom .safety-card p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #191919;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis
}

.home-global-site-3d .section-body-bottom .safety-card:hover p {
    text-decoration: none;
    color: #0055ff;
}

.home-global-site-3d .section-body-bottom .safety-card-icon {
    background-size: cover;
    display: block;
    height: 88px;
    margin: 0 auto 20px;
    width: 88px
}

.home-global-site-3d .section-body-left {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

.home-global-site-3d .global-site-intro-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #191919;
    display: -webkit-box;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-global-site-3d .global-site-intro-desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #595959;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-global-site-3d .global-site-intro-link {
    margin-top: 48px
}

.home-global-site-3d .global-site-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.home-global-site-3d .global-site-data .global-site-text {
    margin: 16px 0;
    width: 50%
}

.home-global-site-3d .global-site-data .global-site-text .title {
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    line-height: 66px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-global-site-3d .global-site-data .global-site-text .desc {
    color: #191919;
    font-size: 18px;
    line-height: 28px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-global-site-3d .global-site-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-top: 100px
}

.home-global-site-3d .global-site-legend .legend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    line-height: 24px
}

.home-global-site-3d .global-site-legend .legend span {
    color: #191919;
    font-size: 14px;
    margin-left: 10px
}

.home-global-site-3d .global-site-legend .legend+.legend {
    margin-left: 32px
}

.home-global-site-3d #mountNode {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
    width: 100%
}

.home-global-site-3d #mountNode .shadow {
    background-position: 50%;
    background-size: 96% 96%;
    left: 0;
    top: 0;
    box-shadow: none!important;
}

.home-global-site-3d #mountNode .shadow,.home-global-site-3d #mountNode .shadow2 {
    background-repeat: no-repeat;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-shadow: none!important;
}

.home-global-site-3d #mountNode .shadow2 {
    background-position: -50% -50%;
    background-size: 100% 100%;
    display: none;
    left: 100px;
    top: 100px;
    z-index: -1
}

.home-global-site-3d .site-mask {
    background: #fff;
    height: 100%;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

@media (max-width: 1680px) {
    .home-global-site-3d .section-body .section-body-right {
        height:656px;
        width: 656px
    }
}