/*ainsighFlow*/
.container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-header{
    padding: 60px 0 60px !important;
}

.aInsightFlow-content{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.aInsightFlow-content h4:nth-child(1) span{
    color: #ffcc00;
}
.aInsightFlow-content h4:nth-child(1){
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.aInsightFlow-content h4:nth-child(2){
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 600;
}

.aInsightFlow-highlight{
    display: flex;
    margin-top: 30px;
}
.aInsightFlow-highlight .aInsightFlow-highlight-con{
    /*width: 100px;*/
    /*width: 100%;*/
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #e3f2fd;
    color: #185ba7;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.aInsightFlow-highlight .aInsightFlow-highlight-con:hover{
    transform: scale(1.02);
}
.container .thm-btn{
    background-color: #ffcc00;
    color: #0a001f;
    font-size: 14px;
    font-weight: 600;
    margin-top: 60px;
}

.aInsightFlow-one{
    margin-bottom: 40px;
}
.aInsightFlow-one h3{

    margin: 60px 0;
    letter-spacing: 2px;
}
.aInsightFlow-one h3 span{
    color: #ffcc00;
    font-weight: 600;
}
.aInsightFlow-one .container{
    display: flex;
    align-items: center;
    max-width: 1400px;
}
.aInsightFlow-one .container .content{
    font-size: 16px;
    color: #333333;
    padding: 25px;
    background: linear-gradient(to right, #d5e4fd, #e9e3f1);
    letter-spacing: 1px;
    border-radius: 20px;
    font-weight: 600;
}
.aInsightFlow-one .container .content span{
    color: #ffcc00;
}
.title_h3 {
    width: 100%;
    text-align: center;

    margin: 60px 0;
    letter-spacing: 2px;
}
.title_h3 span{
    color: #ffcc00;
    font-weight: 600;
}
/*如何运作*/
.howItWorks-one{
    margin: 40px 0 40px;
}
.howItWorks-one .container{
    max-width: 1400px;
    display: flex;
    align-items: center;
}
.howItWorks-one h3{
    margin: 60px 0 140px;
}
.container-box-bg{
    width: 1500px;
    overflow: hidden;
}
.container-box{
    width: 1372px;
    height: 100%;
    box-shadow: 0 2px 60px 0 rgba(76, 138, 243,.1);
    background: #ffffff;
    border: 1px solid #e9f1fe;
    border-radius: 20px;

}
.wireframe{
    position: relative;
    width: 1600px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.howItWorks-one .container  .swiper{
    width: 1330px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}
.howItWorks-one .container .swiper .swiper-button-next,.swiper-button-prev{
    position: absolute;
    top: 50%;
    /*width: calc(var(--swiper-navigation-siz)/ 44 * 27);*/
    /*height: var(--swiper-navigation-size);*/
    width: 60px;
    height: 60px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    --swiper-navigation-size: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 60px 0 rgba(76, 138, 243,.2);
    transition: all .4s ease-in-out;
}
.howItWorks-one .container .swiper .swiper-button-next:hover{
    background: #2a72f5;
    color: #ffffff;
}
.howItWorks-one .container .swiper .swiper-button-prev:hover{
    background: #2a72f5;
    color: #ffffff;
}
.howItWorks-one .container .swiper .swiper-button-prev{
    width: 60px;
    height: 60px;
    --swiper-navigation-size: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 60px 0 rgba(76, 138, 243,.2);
    transition: all .4s ease-in-out;
    color: #333333;
}
.howItWorks-one .container  .swiper .swiper-pagination{
    top: -80px;
    width: 1000px;
    height: 80px;
    left: 300px;

    display: flex;
    justify-content: center;
    background: #e8eefe;
    border-radius: 20px 20px 0 0;
    z-index: -1;
    align-items: center;
}
/* 移动端样式 */
@media (max-width: 768px) {
    .howItWorks-one .container  .swiper .swiper-pagination{
        width: 25%;
        height: 60px;
        top: -60px;
        left: 37.5%;
        display: flex;
        justify-content: center;
        background: #e8eefe;
        border-radius: 20px 20px 0 0;
        z-index: -1;
        align-items: center;
    }
}
.swiper-button-prev{
    left: -45px;
}
.howItWorks-one .container  .swiper .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 135px;
    height: 45px;
    border-radius: 100%;
    background: transparent;
    opacity: 1.2;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active{
    color: #ffffff;
    background: linear-gradient(to right, #0e63c5, #538ef8) !important;
    color: #ffffff;
    border-radius: 10px !important;
}

/*画面样式*/
.wireframe .swiper-wrapper{
    margin: 60px 0;
}
.wireframe .swiper-wrapper .swiper-slide {
    width: 1330px !important;
    /*height: 420px !important;*/
    /*max-height: 420px;*/
    height: auto;
    margin-right: 0px;
    display: flex;
}
.wireframe .swiper-wrapper .swiper-slide .routeStyle{
    display: flex;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content {
  width: 317px;
  /*height: 420px !important;*/
  /*  max-height: 420px;*/
    height: auto;
  border-radius: 10px;
  border: 1px solid #e9f1fe;
  margin-right: 20px;
  cursor: pointer;
  background: linear-gradient(to top, #ffffff, #ebf1fe) ;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  padding: 35px 25px 0px 25px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent);
    transition: all 0.7s ease;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content:hover{
  background: linear-gradient(to bottom, #efe3ff, #f9f4ff) ;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content:last-child{
    margin-right: 0px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content:hover::before {
    left: 100%;
}
@media (max-width: 768px) {
     .routeStyle{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: -40px;
    }
    .wireframe .swiper-wrapper .swiper-slide .swiper-slide-content{
        margin-right: 0px;
        margin-bottom: 20px;
        width: 400px;
    }
    .wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-left{
        margin-right: 0px !important;
        max-width: 400px; /* 图片宽度不超过父容器，自适应容器宽度 */
        height: auto;    /* 高度自动调整，保持宽高比，防止变形 */
        display: block;  /* 消除 inline 元素默认底部空隙（可选） */
    }
    .wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-right{
        width: 390px !important;
    }
    .wireframe .swiper-wrapper .swiper-slide:nth-child(3){
        height: 580px !important;
    }
    .cooperation-right,.cooperation-left{
        width: 390px !important;
        margin-top: 20px;
        margin-right: 0px !important;
    }
    .imageDisplay{
        margin-top: 20px;
        margin-right: 0px !important;

    }
    .routeStyle .imageDisplay:nth-child(1){
        margin-top: 0px!important;
    }
}
/*画面样式*/

/*内容样式*/
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content h2 {
   font-size: 24px;
   font-weight: 600;
   color: #333333;
   margin-bottom: 20px
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content p  label{
    font-size: 16px;
    font-weight: 600;
    color: #0950A1;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content p  span{
    font-size: 16px;
    color: #666666;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content .keyPoint{
    font-size: 14px;
    color: #2778dd;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content .titleImage{
    margin-bottom: 20px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content p img{
    margin-right: 5px;
}

.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-right{
    width: 455px;
    height: 390px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-left{
    margin-right: 20px;
    width: 840px;
}
.wireframe .swiper-wrapper.swiper-slide .swiper-slide-content-compare .compare-right img{
    margin-bottom: 20px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-right h2{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-right .prompt{
    font-size: 16px;
    color: #666666 !important;
    margin-top: 20px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-right p {
    color: #333333;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-compare .compare-right p span{
    font-weight: 600;
    color: #43ad45;
    margin-left: 10px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: -20px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation .cooperation-left{
    width: 460px;
    height: 460px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    padding: 20px 26px;
    margin-right: 80px;

}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation .cooperation-right {
  width: 460px;
  height: 460px;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  padding: 20px 26px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation  h2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation  h2 img{
    margin-right: 10px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation p{
    margin-bottom: 0px;
    letter-spacing: 1px;

    display: flex;
    align-items: center;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation .introduction{
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation p i{
    width: 7px;
    height: 7px;
    display: flex;
    border-radius: 50%;
    background: #0950a1;
    margin-right: 15px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation p label{
    font-size: 16px;
    color: #333333;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation .cooperation-left .highlight{
    font-size: 14px;
    color: #2d97f2;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-cooperation .cooperation-right .highlight{
    font-size: 14px;
    color: #1ecb4f;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-function {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-function .imageDisplay{
    width: 400px;
    height: 440px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    padding: 20px 20px;
    margin-right: 20px;
}
.imageDisplay:nth-child(3){
    margin-right: 0px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-function .imageDisplay label{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 20px 0 10px;
}
.wireframe .swiper-wrapper .swiper-slide .swiper-slide-content-function .imageDisplay p{
    font-size: 14px;
    color: #333333;
}
/*内容样式*/

/*案例展示*/
/*.case-one .container{*/
/*    max-width: 1400px;*/
/*}*/
/*.case-one .container .case-content{*/
/*    display: flex;*/
/*    width: 100%;*/
/*    justify-content: space-between;*/
/*}*/
/*.case-one .container .case-content .case-content-left,.case-content-right{*/
/*    width: 687px;*/
/*    height: 405px;*/
/*    background: #e8efff;*/
/*    border-radius: 20px;*/
/*}*/
/*.case-one .container .case-content .case-content-left{*/
/*    margin-right: 20px;*/
/*    padding: 35px;*/
/*}*/
/*.case-one .container .case-content .case-content-left .nav-link{*/
/*    padding: 1.1rem 4rem;*/
/*    border-radius: 20px;*/
/*    background: #ffff;*/
/*    font-size: 16px;*/
/*    margin-bottom: 20px;*/
/*    color: #4c4c4c;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.case-one .container .case-content .case-content-left .nav-link:last-child{*/
/*    margin-bottom: 0px;*/
/*}*/
/*.case-one .container .case-content .case-content-left .nav-link img{*/
/*   margin-right: 10px;*/
/*}*/
/*.case-one .container .case-content .case-content-left  .nav-link.active{*/
/*    background: linear-gradient(to right, #1366c8, #518df6) !important;*/
/*    color: #ffffff !important;*/
/*}*/
/*.case-one .container .case-content .case-content-left  .nav-link.active img{*/
/*    display: none;*/
/*}*/

/*.case-one  .container .case-content .case-content-left .tab-content .tab-pane{*/
/*   margin: 30px 0px 0px 100px;*/
/*}*/
/*.case-one  .container .case-content  .case-content-left .tab-content .tab-pane h3{*/
/*    font-size: 28px;*/
/*    color: #666;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.case-one  .container .case-content  .case-content-left .tab-content .tab-pane p{*/
/*    margin-bottom: 0px;*/
/*    letter-spacing: 1px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 10px 0;*/
/*}*/
/*.case-one .container .case-content  .case-content-left .tab-content .tab-pane p i{*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    display: flex;*/
/*    border-radius: 50%;*/
/*    background: #0950a1;*/
/*    margin-right: 15px;*/
/* }*/
/*.case-one  .case-content-left .tab-content .tab-pane .thm-btn{*/
/*    background: linear-gradient(to right, #1467c9, #508cf5) !important;*/
/*    color: #ffffff !important;*/
/*    border-radius: 10px;*/
/*    margin-top: 40px;*/
/*    cursor: pointer;*/
/*}*/
/*.case-one .container .case-content .case-content-right{*/
/*    padding: 30px;*/
/*    position: relative;*/
/*}*/
/*.case-one .container .case-content .case-content-right .nav{*/
/*    position: absolute;*/
/*    right: -70px;*/
/*    top: 140px;*/
/*}*/
/*.case-one .container .case-content .case-content-right .tab-content{*/
/*    width: 630px;*/
/*    right: -70px;*/
/*    top: 160px;*/
/*}*/
/*.case-one .container .case-content .case-content-right .nav .nav-link{*/
/*    background: transparent;*/
/*    padding: 0px;*/
/*}*/
/*.case-one .container .case-content .case-content-right .nav .nav-link i{*/
/*    display:inline-block;*/
/*    width: 29px;*/
/*    height: 29px;*/
/*}*/
/* 容器：最大宽度+居中+内边距 */
.case-one .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px; /* 防止小屏幕内容贴边 */
}

/* 内容行：弹性布局+自动换行 */
.case-one .container .case-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; /* 移动端自动换行 */
}

/* 左右模块：基础样式（移动端100%宽度） */
.case-one .container .case-content .case-content-left,
.case-one .container .case-content .case-content-right {

    width: 100%; /* 移动端默认全屏 */
    max-width: 687px; /* 限制最大宽度，避免过大 */
    background: #e8efff;
    border-radius: 20px;
    margin-bottom: 20px; /* 移动端垂直排列时的底部间距 */
    height: auto; /* 高度随内容自适应 */
    min-height: 405px; /* 保证最小高度，防止布局塌陷 */
}

/* 左侧模块：内边距、右间距（移动端调整） */
.case-one .container .case-content .case-content-left {
    padding: 20px; /* 移动端减小内边距 */
    margin-right: 0; /* 移动端取消右间距 */
}
.case-one .container .case-content .case-content-left .conLeft {
    justify-content: space-between;
}

/* 左侧标签导航：按钮样式 */
.case-one .container .case-content .case-content-left .nav-link {
    padding: 0.8rem 2rem; /* 相对单位，适配不同屏幕 */
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}
.case-one .container .case-content .case-content-left .nav-link:last-child {
    margin-bottom: 0;
}
.case-one .container .case-content .case-content-left .nav-link img,
.case-one .container .case-content .case-content-left .nav-link i {
    margin-right: 10px;
    max-width: 24px; /* 限制图标宽度 */
    height: auto;
}
/* 激活态标签 */
.case-one .container .case-content .case-content-left .nav-link.active {
    background: linear-gradient(to right, #1366c8, #518df6) !important;
    color: #fff !important;
}
.case-one .container .case-content .case-content-left .nav-link.active img,
.case-one .container .case-content .case-content-left .nav-link.active i {
    display: none; /* 激活态隐藏图标 */
}

/* 左侧标签内容：间距、字体 */
.case-one .container .case-content .case-content-left .tab-content .tab-pane {
    margin: 20px 0 0 20px; /* 移动端减小间距 */
    width: 10rem;
}
.case-one .container .case-content .case-content-left .tab-content .tab-pane h3 {
    font-size: 24px; /* 移动端减小字体 */
    color: #666;
    margin-bottom: 10px;
}
.case-one .container .case-content .case-content-left .tab-content .tab-pane p {
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.case-one .container .case-content .case-content-left .tab-content .tab-pane p i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0950a1;
    margin-right: 15px;
}

/* 咨询按钮 */
.case-one .case-content-left .tab-content .tab-pane .thm-btn {
    background: linear-gradient(to right, #1467c9, #508cf5) !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 0.6rem 1.5rem; /* 相对单位 */
    border: none;
    margin-top: 20px; /* 移动端减小间距 */
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s ease;
}
.case-one .case-content-left .tab-content .tab-pane .thm-btn:hover {
    opacity: 0.9;
}

/* 右侧模块：内边距、相对定位（承载绝对定位元素） */
.case-one .container .case-content .case-content-right {
    padding: 20px; /* 移动端减小内边距 */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 右侧垂直导航：绝对定位+垂直居中（移动端调整位置） */
.case-one .container .case-content .case-content-right .nav {
    position: absolute;
    right: -30px; /* 移动端靠近右侧 */
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
    display: flex;
    flex-direction: column;
    gap: 15px; /* 图标间距 */
}
.case-one .container .case-content .case-content-right .nav .nav-link {
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-one .container .case-content .case-content-right .nav .nav-link i {
    display: inline-block;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}
.case-one .container .case-content .case-content-right .nav .nav-link:hover i {
    background-color: #f0f0f0;
}

/* 右侧内容（视频容器）：宽度自适应 */
.case-one .container .case-content .case-content-right .tab-content {
    width: 100%; /* 移动端全屏 */
    max-width: 615px;
    margin-top: 20px; /* 与垂直导航的间距 */
}
.case-one .container .case-content .case-content-right .tab-content .video-container {
    width: 100%;
    height: 300px; /* 视频容器高度（可根据需求调整） */
    background: #f0f0f0; /* 视频占位背景 */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.case-one .container .case-content .case-content-right .tab-content video,
.case-one .container .case-content .case-content-right .tab-content iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 媒体查询：平板及以上（≥768px） */
@media (min-width: 768px) {
    /* 左右模块：双列布局 */
    .case-one .container .case-content .case-content-left,
    .case-one .container .case-content .case-content-right {
        width: calc(50% - -340px); /* 两列平分宽度，减  去间距 */
        margin-bottom: 0; /* 取消垂直排列的底   部间距 */
    }
    .case-one .container .case-content .case-content-left {
        margin-right: 20px; /* 恢复右侧间距 */
        padding: 25px; /* 恢复大屏幕内边距 */
    }

    /* 左侧标签导航：恢复大屏幕样式 */
    .case-one .container .case-content .case-content-left .nav-link {
        padding: 1.1rem 4rem;
        margin-bottom: 20px;
    }

    /* 左侧标签内容：恢复大屏幕间距、字体 */
    .case-one .container .case-content .case-content-left .tab-content .tab-pane {
        margin: 30px 0 0 100px;
        width: 265px;
    }
    .case-one .container .case-content .case-content-left .tab-content .tab-pane h3 {
        font-size: 28px;
    }
    .case-one .case-content-left .tab-content .tab-pane .thm-btn {
        margin-top: 40px;
    }

    /* 右侧模块：恢复大屏幕内边距 */
    .case-one .container .case-content .case-content-right {
        padding: 30px;
    }

    /* 右侧垂直导航：恢复大屏幕位置 */
    .case-one .container .case-content .case-content-right .nav {
        right: -70px;
        top: 140px;
        transform: none; /* 取消垂直居中（按设计图位置） */
    }

    /* 右侧内容：恢复大屏幕宽度 */
    .case-one .container .case-content .case-content-right .tab-content {
        /*width: 630px;*/
        margin-top: 0;
    }
}

/* 媒体查询：大屏幕优化（≥1200px） */
@media (min-width: 1200px) {
    .case-one .container {
        /*padding: 0 30px; !* 增加大屏幕两侧内边距 *!*/
    }
}
.case-one .container .case-content .case-content-right .nav .nav-link:nth-child(1) i {
    background: url('../image/video1_default.png') no-repeat center;
}

.case-one .container .case-content .case-content-right .nav .nav-link:nth-child(1).active i {
    background: url('../image/video1_selected.png') no-repeat center;
}
.case-one .container .case-content .case-content-right .nav .nav-link:nth-child(2) i{
    background: url('../image/video2_default.png') no-repeat center;
}
.case-one .container .case-content .case-content-right .nav .nav-link:nth-child(2).active i{
    background: url('../image/video2_selected.png') no-repeat center;
}
.case-one .container .case-content .case-content-right .nav .nav-link:nth-child(3) i{
    background: url('../image/video3_default.png') no-repeat center;
}
.case-one .container .case-content .case-content-right .nav .nav-link:nth-child(3).active i{
    background: url('../image/video3_selected.png') no-repeat center;
}


/*未来展望*/
.future-one{
    background: linear-gradient(
            to bottom,
            #ffffff 0%,
            #ffffff 78%,
            #e3f6ff 100%,
            #e3f6ff 100%
    );

}
.future-one .container {
    position: relative;
    max-width: 1400px;
    padding-bottom: 10px;
}
.future-one .container .swiper{
    overflow: hidden;
    width: 100%;
    width: 100%;
    padding-bottom: 100px;
}
.future-one .container .swiper-wrapper .swiper-slide{
    height: 300px;
    box-shadow: 0 2px 12px 0 rgba(0, 150, 255,.1);
    margin: 10px 50px 10px 0 !important;
    border-radius: 10px;
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
/*.future-one .container .swiper-wrapper .swiper-slide .title{*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.future-one .container .swiper-wrapper .swiper-slide h3{*/
/*    padding: 10px 0;*/
/*   font-size: 20px;*/
/*   font-weight: 600;*/
/*}*/
/*.future-one .container .swiper-wrapper .swiper-slide p{*/
/*   font-size: 16px;*/
/*   color: #333333;*/
/*}*/
/*.future-one .container .swiper-wrapper .swiper-slide .highlight{*/
/*    font-size: 14px;*/
/*    color: #0950a1;*/
/*}*/

/*.future-one .container .swiper {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    padding-bottom: 60px;*/
/*}*/

/*.future-one .container .swiper-wrapper {*/
/*    padding: 10px 0;*/
/*}*/

/*.future-one .container .swiper-wrapper .swiper-slide {*/
/*    min-height: 300px;*/
/*    box-shadow: 0 2px 12px 0 rgba(0, 150, 255, .1);*/
/*    border-radius: 10px;*/
/*    padding: 20px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*    margin: 10px;*/
/*    box-sizing: border-box;*/
/*    width: calc(100% - 20px);*/
/*}*/


.future-one .container .swiper-wrapper .swiper-slide .title {
    width: 100%;
    text-align: center;
}

.future-one .container .swiper-wrapper .swiper-slide h3 {
    padding: 10px 0;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
}

.future-one .container .swiper-wrapper .swiper-slide p {
    font-size: clamp(14px, 1.8vw, 16px);
    color: #333333;
}

.future-one .container .swiper-wrapper .swiper-slide .highlight {
    font-size: clamp(12px, 1.6vw, 14px);
    color: #0950a1;
}


/* 小屏手机适配 */
@media (max-width: 480px) {
    .future-one .container .swiper-wrapper .swiper-slide {
        width: calc(50% - 20px) !important;
        min-height: 280px !important;
        padding: 20px 25px !important;
        margin: 10px 30px 10px 0 !important;
    }
}
.future-one .container .swiper .swiper-button-next,.future-one .container .swiper .swiper-button-prev{
    top: 85%;
    left: 665px;
}

.future-one .container .swiper .swiper-button-prev{
    left: 610px ;
}
.future-one .container .swiper .swiper-button-next{
    width: 45px;
    height:45px;
    --swiper-navigation-size: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 60px 0 rgba(76, 138, 243,.2);
    transition: all .4s ease-in-out;
    color: #333333;
}
.future-one .container .swiper .swiper-button-next:hover{
    background: #2a72f5;
    color: #ffffff;
}
.future-one .container .swiper .swiper-button-prev:hover{
    background: #2a72f5;
    color: #ffffff;
}
.future-one .container .swiper .swiper-button-prev{
    width: 45px;
    height:45px;
    --swiper-navigation-size: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 60px 0 rgba(76, 138, 243,.2);
    transition: all .4s ease-in-out;
    color: #333333;
}

/*联系我们*/
.contact-one{
    background: linear-gradient(to right, #f0e3e4, #e9def6) !important;
    border-bottom: 1px solid #3380ff;
}
.contact-one .container{
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contact-one .container .thm-btn{
    margin-top: 0px;
}
.contact-one .container .thm-btn:nth-child(1){
    margin-right: 30px;
    background: linear-gradient(to right, #0e63c5, #528df7) !important;
    color: #fffffc;
    border-radius: 3px;

}
.contact-one .container .thm-btn:nth-child(2){
    width: 120px!important;
    margin-right: 10px;
    color: #fffffc;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #4575b7;
    color: #4575b7;
    text-align: center;
    cursor: pointer;
}
.email-link {
    color: #2575fc;
    text-decoration: none;
    font-weight: 600;
}
.modal-header {
    background: linear-gradient(to right, #0e63c5, #538ef8) !important;
    color: white;
}
.modal-header h5{
    color: white;

}
.gain-one{
    display: none !important;
}