/* 头部轮播图 */
.index-header-box {
    position: relative;


}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.index-header-item {
    padding-top: 80px;
    width: 100%;
    height: 510px;
    background-color: #eaf2ff;
    /* position: relative; */
    display: flex;

}

.index-header-text {
    width: 1366px;
    margin: 0 auto;
    padding-top: 100px;
    z-index: 2;
    /* position: relative; */
}

.indexBanner {
    position: absolute;
    top: 100px;
    right: 0;
}

.index-header-text h2 {

    font-size: 42px;
    font-weight: 700px;
    height: 90px;

}

.index-header-text p {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.76);
}

.index-header-text span {
    margin-left: 20px;
    margin-top: 5px;
    color: #747474;
    font-weight: 300;
    font-size: 12px;
}

.index-header-btn {
    margin-top: 40px;
    position: relative;
    display: block;
    width: 200px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background: #0158fd;
    color: #fff;
    transition: background 1s;
}

.index-header-btn:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #1890ff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    opacity: 0;
    content: "";
    transition: all .15s;
}

.index-header-btn:hover:before {
    left: 0;
    width: 100%;
    height: 100%;
    border-color: #1890ff;
    border-radius: 30px;
    opacity: 1;
}

.index-header-btn a {
    color: inherit;
    z-index: 2;
    display: block;
    position: relative;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px)) !important;
    border-radius: var(--swiper-pagination-bullet-border-radius, 0%) !important;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}


/* 导航介绍 */
.index-nav {
    height: auto;
    padding-top: 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.index-nav-item {
    height: auto;
    width: 277px;

}

.index-nav-area {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.indexNav-Img {
    border: none;
}

.indexNav-title {
    font-size: 22px;
    color: #191919;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
}

.indexNav-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 277px;
    margin: 6px 0 0;
    color: #747474;
}

/* 启动全球服务器盒子 */
.index-Global {
    padding-top: 50px;
    background-color: #fafafa;
    padding-bottom: 100px;
}

.index-Global-area {
    width: 1366px;
    margin: 0 auto;

}

.index-Global-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #191919;
    line-height: 90px;
    margin: 0;
}

.index-Global-desc {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px;
    color: #a5bad4;
}

.index-Global-product {
    margin: 34.02777778px auto 0;
    padding-bottom: 68.05555556px;
    display: flex;

}

.index-Global-nav {
    margin-bottom: 0 !important;
    background-color: #dee8f3;
    border-radius: 8px;
    height: 52px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.index-Global-btn {

    font-size: 16px;
    font-weight: 500;
    background: inherit;
    border-radius: 6px;
    color: #626f84;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    cursor: pointer;
}

.index-Global-active {
    background-color: #fff;
    color: #191919;
    font-weight: 600;
}

.global-zhishi-box {
    margin-left: 34px;
    /* padding-top: 20px; */
    display: flex;
    /* grid-template-columns: repeat(3, auto); */
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #414141;
    white-space: nowrap;
    /* margin-left: 10px; */
}

.global-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0158fd;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-right: 10px;
}

.global-icon-down {

    margin-top: 30px;
    margin-left: 15px;
    width: 48px;
    height: 35px;

}

.index-Global-fuqi {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.global-icon-nav {
    width: 20%;
    height: 50px;
    padding: 12px 15px;
    border-bottom: .5px solid #cce4fe;
    border-right: .5px solid #cce4fe;
    background-color: #eef6ff;
    display: flex;
    align-items: center;
    /* transition: all 0.3s ease; */
}

.global-icon-nav:hover {
    background-color: #cce4fe !important;
    color: #191919;
    border: .5px solid #eef6ff;
}

.global-icon-avtive {

    background: url('/web/imitate/assets/indexImg/iconTrue.png') calc(95%) 50% no-repeat #cce4fe !important;
    z-index: 2;
    position: relative;
}

.global-icon {
    width: 35px;
    height: 30px;
    margin: 0 12px 0 0;
}

.global-text {
    font-size: 15px;
    font-weight: 500;
}

.index-Global-productModu {
    margin-top: 120px;
}

.index-product-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.global-product-list {
    display: flex;
    justify-content: space-evenly;
}

.global-product-box {
    box-shadow: 0 15px 20px rgba(0, 114, 255, .1);
    transition: all .2s;
    width: 370px !important;
    padding: 20px;
    height: auto;
    background: url('/web/imitate/assets/indexImg/productBack.jpg') no-repeat 50%;
    background-size: 100%;
    border-radius: 12px;
    margin: 10px 3px;
    height: auto;
}

.global-product-titleBox {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border-bottom: .5px solid #e7e7e7;
    text-align: center;
}

.global-product-titleBox b {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-titleBox-icon {
    width: 35px;
    height: 30px;
    margin-left: 15px;
}

.global-product-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin: 10px 0 20px;
    text-align: center;
}

.global-product-price span {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 10px;
}

.global-product-desc-item {
    display: flex;
    margin-top: 22px;
}

.global-productIcon {
    widows: 24px;
    height: 25px;
    margin-right: 10px;
}

.global-product-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #a4a4a4;
}

.global-product-desc span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    color: #000;
}

.global-product-icon-box {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.global-product-icon-box img {
    width: 30px;
    margin-right: 5px;
}

.global-product-btn {
    margin-top: 20px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    background: #0158fd;
    text-align: center;
    color: #fff;
}

.global-product-box:hover {
    transform: scale(1.05) !important;
}

/* 全球节点 */
.index-node {
    padding: 70px 0 50px;
}

.index-node-area {
    width: 1366px;
    margin: 0 auto;
}

.index-node-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #191919;
    line-height: 90px;
}

.index-node-desc {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px;
    color: #a5bad4;
    margin-bottom: 60px;
}
.index-node-item{
    display: flex;
}
.index-node-lsitBox{
    width: 290px;
    padding: 13px 0 15px 20px;
    
    background-color: #fff;
    height: 700px;
    overflow: hidden;
    border-image: linear-gradient(90deg, #0f7aff, #33d6ff) 1 1;
    border-right: 0;
    border-left: 0;
    border-top: 6px solid transparent;
    box-shadow: 3px 8px 13px 0 rgba(0, 114, 255, .1);
}

.node-map{
    width: 910px;
    position: relative;
    height: 510px;
    margin: 18px 18px 0 82px;
    background: url('/web/imitate/assets/indexImg/nodeMap.png') no-repeat 50%;
    background-size: 100% 100%;
    display: block;
}
.node-map ul{

    list-style: none;

}
.node-map-li{
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('/web/imitate/assets/indexImg/nodeMapSpot.png') no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.node-map-li div{
    width: 5px;
    height: 5px;
    position:absolute;
    top: 6px ;
    right: 8px ;
    border-radius: 50%;
    background: rgba(8, 123, 255, .6);
    
    opacity: 0; /* 初始状态透明 */
    /* animation-fill-mode: both; */
}


.node-map-li:before{
    content: "";
    position: absolute;
    /* z-index: 999; */
    top: 7px;
    right: 7px;
    width: 6px;
    height: 6px;
    background-color: #0f7aff;
    border-radius: 50%;
}

@keyframes nodeMap {
    0%  { transform: scale(1); 
    opacity: 1;}
    100% { transform: scale(12);
        opacity: 0; }
}
.index-node-map a{
    display: flex;
    margin: 0 auto;
    width: 180px;
    font-size: 18px;
    height: 54px;
    border-radius: 15px;
    background: #0158fd;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.index-node-map a:hover{
    background-color: #1890ff;
}
.node-btn-icon{
    display: inline-block;
    /* width:40px; */
    padding: 0 15px 0 5px;
    overflow: hidden;
    margin-left: 8px;
}
.node-btn-icon img{
    width: 25px;
    height: 18px;
}
@keyframes rightArrow {
    0%{
        transform: translateX(-25px);
    }
    100%{
        transform: translateX(40px);
    }
}
.index-node-map a:hover .node-btn-icon img{
    animation: rightArrow 2s infinite;
}

.node-summarize{
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    
}
.node-sunmmarize-box{
    display: flex;
    align-items: center;
}
.node-summarize-image{
    padding-top: 5px;
}
.node-summarize-image img{
    widows: 45px;
    height: 45px;
}
.node-summarize-text{
    margin-left: 20px;

}
.node-summarize-text b{
    margin-bottom: -5px;
    font-size: 35px;
    font-weight: 700;
    color: #42415f;
}
.node-summarize-text p{
    font-size: 18px;
    font-weight: 400;
    color: #191919;
}
/* 滚动容器 */
.node-scroll-container {
    overflow-y: auto;
    height: 100%;
    padding-right: 5px; 
  }
  

  .node-scroll-container::-webkit-scrollbar {
    width: 6px; 
  }
  
  .node-scroll-container::-webkit-scrollbar-track {
    background: transparent; 
  }
  
  .node-scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0); 
  }
  

  .node-scroll-container:hover::-webkit-scrollbar-thumb {
    background-color:#cebac4;
  }

.node-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 36px;
    cursor: pointer;
}
.node-list-item img {
    width: 30px;
    height: 23px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    margin-right: 10px
}
.node-list-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.node-list-item:hover p{
    border-bottom: 2px solid #0f7aff;
}
.app-node-btn{
    display: none;
}
/* 选择世外云 */
.select-box {
    padding-top: 80px;
    background-color: #fafafa;
}

.select-box-area {
    widows: 1366px;
    margin: 0 auto;

}

.select-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #191919;
    line-height: 90px;
}

.selecr-desc {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px;
    color: #a5bad4;
}

.selecr-item {
    width: 1100px;
    padding-top: 50px;
    padding-bottom: 80px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
}

.selecr-itemBox {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;

}

.selecr-box {

    margin-bottom: 30px;
    padding: 14px 16px 18px 27px;
    width: 470px;
    height: auto;
    min-height: 154px;
    transition: all .5s;
    background-color: #fff;
    border: .5px solid #e5e5e5;
    border-radius: 20px;
    box-shadow: 0 8px 15px 0 rgba(0, 114, 255, .1);
}

.selecr-box:hover {
    transform: scale(1.05) !important;
}

.selecr-box img {
    transition: all .5s;
}

.selecr-box:hover img {
    margin-top: -65px;
    transition: all .5s;
}

.selecr-boxTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 415px;
    height: 60px;
}

.selecr-box-title {
    font-size: 19.2px;
    line-height: 26.4px;
    color: #000;
    font-weight: 600;

}

.selecr-boxBot {
    font-size: 14px;
    color: #333;
    line-height: 1.5715;
}

.selecr-boxWid {
    overflow: hidden;
    width: 325px;
}

.selecr-boxA {
    color: #0158fd;
    cursor: pointer;
}


/* 互联世界，全球信赖 */
.dependent-module {
    padding: 100px 0 80px;
    background: linear-gradient(180deg, #fff, #deeeff);
    position: relative;
}

.dependent-module-area {
    width: 1366px;
    margin: 0 auto;
}

.dependent-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #191919;
    line-height: 90px;
}

.dependent-desc {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px;
    color: #a5bad4;
}

.dependent-item {
    margin-top: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;

    height: 230px;
}

.dependent-item-margin {
    height: 160px;
    width: 50px;
    z-index: 3;
    position: absolute;
    background: linear-gradient(90deg, #e8f3ff 25%, rgba(238, 246, 255, 0));
}

.dependent-item-left {
    position: absolute;
    left: 0;
}

.dependent-item-right {
    position: absolute;
    right: 0;
    background: linear-gradient(270deg, #e8f3ff 25%, rgba(238, 246, 255, 0));
}

.dependent-box {
    display: flex;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    animation: scroll infinite;
    animation-duration: 1s;
    transition: animation-duration 0.1s ease;
}

.content {
    flex: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    height: 140px;
    margin: 0 5px;
    background: #fff;
    width: 246px;
    box-shadow: 0 8px 3px 0 rgba(0, 114, 255, .1);
}



@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


.dependent-box.paused {
    animation-play-state: paused;
}

.content-text {
    display: flex;
    align-items: center;
    height: 100%;
}

.content-text img {
    width: 45px;
    height: 32px;
}

.content-text span {
    font-size: 18px;
    margin: 0 10px;
    font-weight: 400;
    white-space: nowrap;
}


.dependent-nav {
    width: 100%;
    display: flex;
    position: relative;
    /* align-items: center; */
    justify-content: space-around;
    height: 173px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 5;
    margin-bottom: -150px;
    box-shadow: 0 8px 15px 0 rgba(0, 114, 255, .1);
}

.dependent-nav-box {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.dependent-nav-box>div {
    margin: 30px 0 10px;
    height: 75px;
    line-height: 100px;
}

.dependent-nav-box>div>img {
    width: 70px;
    /* height: 70px; */
    max-height: 70px;

}

.dependent-nav-box p {
    /* margin-top: 10px; */
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

/* 最新动态 */
.new-item {
    position: relative;
    z-index: 2;
    padding: 180px 0 120px;
    background: #fafafa;
}

.new-item-area {
    width: 1366px;
    margin: 0 auto;
}

.new-item-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #191919;
    line-height: 90px;
}

.new-item-desc {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px;
    color: #a5bad4;
}

.new-item-list-box {
    width: 850px;
    height: 408px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(6, 6, 6, .03);
    border-radius: 8px;
    padding: 32px 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 45px auto 0;
    transition: all 0.5s ease;
}

.new-item-header {
    display: flex;
    align-items: center;
}

.new-item-header h4 {
    font-size: 20px;
    color: #545868;
    margin-left: 38px;
    margin-right: 520px;
    line-height: 47px;
    height: 47px;

}

.new-item-header a {
    font-size: 16px;
    color: #a5bad4;
    height: 47px;
    line-height: 47px;
    cursor: pointer;
}

.new-item-list {
    margin: 30px 0 0 75px;
    font-size: 18px;
    color: #545868;
    font-weight: 700;
    width: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsBox{
    display: flex;
    line-height: 40px;
    white-space: nowrap;
    color: inherit;
}
.news-time{
    margin-right: 8px;
}
.new-item-list-box:hover{
    background: url('/web/imitate/assets/indexImg/indexServerbg.png') no-repeat 0;
    box-shadow: 0 8px 20px 0 rgba(0, 114, 255, .2);
    border-bottom: 4px solid #4c91ff;
}
.new-item-list-box:hover .new-item-header h4{
    font-weight: 700;
    color: #0158fd;
}
.newsBox:hover{
    color: #0158fd !important;
}



@keyframes fadeInUp {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}


.lazyHiddn{
    opacity: 0;
}
.hidden-active {
    opacity: 1;
    animation: fadeInUp 1s ease;
}