/* 首页背景颜色 */

.index-bgcolor{
background: 
    url(../images/white-bg.png),
    linear-gradient(135deg, #243EC4, #018BFF)
}

 /* 轮播图容器样式 */
.swiper-container {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.slide-content{
    margin-top: 150px !important;
}
/* 幻灯片样式 */
/* .swiper-slide { */
    /* display: flex; */
    /* justify-content: center;
    align-items: center;
    position: relative;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    background-size: cover;
    background-position: center;
    padding: 60px;
    text-align: center; */
/* } */
.techit_feature_area{
    margin-top: -50px;
}
.techit_tab_area  {
  
    padding-bottom: 20px;
}

/* 自定义指示点样式 */
.swiper-pagination {
    position: absolute;
    margin-bottom: 80px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 20; /* 确保在轮播内容之上 */
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;

    background: #FFFFFF !important;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* 滚动条 */
/* .scroll-container {
    min-width:1400px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
} */
/* 1000px-1400px显示滚动条 */
.scroll-container {
    /* 移除固定宽度限制 */
    width: 100%;
    min-width: 1400px; /* 添加最大宽度限制 */
}
/* 修改媒体查询，仅在必要时显示滚动条 */
@media (max-width: 1400px) {
    .scroll-container {
        overflow-x: auto;
    }
}
/* 移除body的overflow-x设置 */
@media (min-width: 1000px) and (max-width: 1400px) {
    /* body { */
    /*     overflow-x: auto; */
    /* } */
}



.swiper-pagination-bullet-active {
    background: #fff !important;
    transform: scale(1.2) !important;

}
.slide-content{
   
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    display: flex; 
    /* align-items: center;  */
    justify-content: space-between; 
    color: #ffffff;
    margin: 0 auto; 
     /* padding:90px 0px; */
     padding-left: 280px;
     padding-right: 260px;
}
/* .padding-left-fight{
    padding: 0 16%;
} */
.slide-content .line{
   width: 80px;
    height: 4px;
    background: #fff;
    margin: 40px 0;

}

.slide-content .text-boxindex{
   display: flex;
   flex-direction: column;
   height: 100%;
   padding-top: 50px;
}
/* .swiper-pc-image{
     flex: 1;
} */

.slide-content h2{
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: left;
}
/* 
.swiper-img{
  margin-top: 150px;
} */

.btn-ljzx :hover{
      color: #603219FF;
}
.techit_tab_area{
    padding-top:0 !important ;

}
.techit_tab_area .max-box{
    border-radius: 16px 16px 16px 16px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 8px 8px 30px 1px rgba(41,66,112,0.16);
}

.em-service-title span{
    color: #333333FF;
    font-size: 24px;
    font-weight: 600;
}
.em-service-title p{
    color: #999999FF;
    font-size: 16px;
    font-weight: 400;

}
.em-service-title{
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 20px;

}
.text-list{
    padding-left: 50px;
}

.vertical-line-div::after {
    content: ''; /* 伪元素必须有内容（空内容即可） */
    position: absolute;
    left: 0; 
    top: 50%; 
    transform: translateY(-50%);
    /* 右边线样式 */
    width: 1px; /* 右边线宽度（可调整） */
    height: 50px; /* 右边线高度（用户要求的20px） */
    background: #E9E9E9;
}

/* 移动端适配（屏幕宽度≤768px，可根据需求调整断点） */
@media (max-width: 768px) {
  .vertical-line-div-div {
    width: 100%; /* 移动端占满屏幕宽度 */
    margin: 0 auto; /* 水平居中（可选） */
  }
  
  /* 移动端：底部水平中线（覆盖桌面端样式） */
  .vertical-line-div::after {   
    width: 90%;
    height: 1px;
    top: 0;
    left: 50%; 
    bottom: 10px; 
    transform: translateX(-50%); 
    background-color: #E9E9E9FF;
  }
  .techit_tab_area .max-box{
        border-radius: 0px;
        padding: 0px 0px;
        background: #fff;
    }
    .techit_feature_area {
        background: #fff; 
        margin-top: 0px !important;
        padding-top: 0;
    }
    .techit_tab_area .container{
        padding-right: 0;
        padding-left: 0;
    }
    .text-list {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        display: flex;
        justify-content: space-around;
        margin-right: 10px;
    }


    .slide-content{
        /* padding:80px 130px; */
        display: flex;
        /* flex-direction: column; */

    }
    .swiper-img{
        margin-top: 0px;
       width: 100%;
    }
    .slide-conten{
        padding-left: 20px;
        padding-right: 20px;
    }

}   
 .pc-image {
    display: block;
    max-width: 800px;
}
.mobile-image {
    display: none;
}

@media (max-width: 991px) {
    .pc-image {
        display: none;
    }
     .mobile-image {
        display: block;
    }
    .swiper-img-item{
         padding-top: 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .btn-ljzx{
        margin: 20px auto;
    }
    .slide-content .line{
        margin: 20px auto;
    }
    .font-img{
        margin-top:20px;

    }
    .slide-content h2{
        text-align: center;
        font-size: 20px;
       
    }
    .swiper-pagination{
       margin-bottom:10px !important;
    }

    .witr_team_content3{
        margin:0px !important;
        margin-top: -20px !important;
    }
    .witr_bottom_icon a{
        margin-right: 30px;
    }
    .witr_team_thumb3 img{
        width: 100%;
        height: 100%;
    }
}
 .witr_team_content3{
        margin-left:  20%;
        margin-right:  20%;
    }
.solution_content h4{
    color: #232323;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0px;
}
/* .crads-item{
    padding-left: 20px;
    padding-right: 20px;
} */

/* 父容器：网格布局（桌面端） */
.partner-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 桌面端4列 */
    gap: 20px; /* 桌面端间距 */
}

/* 子项：统一样式 */
.partner-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px; /* 内边距（桌面端） */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px; /* 桌面端最小高度 */
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.partner-row :hover.partner-item{
    /* 升级阴影：增大垂直偏移（模拟浮起）、模糊半径（更自然）、加深颜色（更明显） */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 垂直偏移8px，模糊16px，半透明黑 */
    /* 可选：元素轻微上移（增强浮起感） */
    transform: translateY(-4px); /* 向上移动4px（数值越大，上移越明显） */
}
/* logo图片样式 */
.partner-item img {
    max-width: 100%;
    max-height: 60px; /* 桌面端图片最大高度 */
    object-fit: contain;
}

/* “更多合作伙伴”项 */
.partner-item.more {
    color: #999;
    font-size: 14px;
    font-family: "微软雅黑", sans-serif;
}

/* 移动端适配（屏幕宽度≤768px） */
@media (max-width: 768px) {
    .partner-container {
        grid-template-columns: repeat(2, 1fr); /* 移动端2列 */
        gap: 15px; /* 移动端间距（比桌面端小，更紧凑） */
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .partner-item {
        padding: 15px; /* 移动端内边距（缩小，节省空间） */
        min-height: 80px; /* 移动端最小高度（降低，适应小屏幕） */
    }
    
    .partner-item img {
        max-height: 50px; /* 移动端图片最大高度（缩小，避免溢出） */
    }
    
    .partner-item.more {
        font-size: 13px; /* 移动端文字缩小（适应小项） */
    }
    .witr_team_part{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .crads-item{
    padding-left: 20px;
    padding-right: 20px;
}
}

/* 超小屏幕适配（屏幕宽度≤480px，如iPhone SE） */
@media (max-width: 480px) {
    .partner-container {
        gap: 12px; /* 超小屏幕间距进一步缩小 */
    }
    
    .partner-item {
        min-height: 70px; /* 超小屏幕高度进一步降低 */
    }
    
    .partner-item img {
        max-height: 45px; /* 超小屏幕图片进一步缩小 */
    }
}
.text-boxindex .home-swiper-text h2{
    font-weight: 600;
    font-size: 58px ;
}
.text-boxindex h3{
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
}

/* 默认隐藏横向滚动条 */
.scroll-container {
  overflow-x: hidden; 
}

/* 滚动条结束 */
@media screen and (max-width: 768px) {
    .slide-content{
        margin-top: 100px;
    }

    .text-boxindex .home-swiper-text h2{
        font-size: 60px ;
    }
    .text-boxindex h3{
        font-size: 30px;
        text-align: center;
    }
    .slide-content{
        display: flex;
        flex-wrap: wrap;  
        align-content: space-around;
        justify-content: space-around;
        padding:20px 0px !important;
        margin-top: 80px !important;
    }
    .slide-content .text-boxindex{
        padding-top:0px;
    }
    .em-service-title-2{
        padding-left: 5px;
    }
}


/* 轮播图动画 */
/* 左侧内容样式 - 初始在左边屏幕外 */
.left-content {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

/* 右侧内容样式 - 初始在上方屏幕外 */
.right-content {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

/* 活动幻灯片中的左侧内容动画 */
.swiper-slide-active .left-content {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s;
}

/* 活动幻灯片中的右侧内容动画（带0.3秒延迟） */
.swiper-slide-active .right-content {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.8s;
}

/* 英文内容 */

.en-left-content .home-swiper-text h2{
    font-size: 42px;
    line-height: 64px;
}
.en-left-content h3{
    margin-top: 10px ;
    font-size: 28px;
}
.en-left-content .pc-text{
    font-size: 28px;
}
.en-left-content .em-service-title-text span{
    font-size: 20px !important;
}

@media screen and (max-width: 768px) {
    .en-left-content .home-swiper-text h2{
        font-size: 34px;
        line-height: 48px;
    }
    .en-left-content h3{
        margin-top: 10px ;
        font-size: 18px;
    }
    .en-left-content .pc-text{
        font-size: 16px;
    }
    .en-left-content .em-service-title-text span{
        font-size: 18px !important;
    }
      .en-left-content .em-service-title-text p{
        font-size: 14px !important;
    }
}