html{
    font-size: 20px;
  }
  .navigate{
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: row;
      /* justify-content: space-between; */
      align-items: center;
      height: 90px;
      z-index: 99;
      transition: background-color 0.3s ease; /* 平滑过渡效果 */
  }
  
  .logo{
      margin-left: 2.5rem;
  }
  .logo img{
      /* width: 8.15rem; */
      height: 3rem;
  }
  .selectChange{
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 3rem;
      width: 57rem;
      margin-left: 8rem;
      box-sizing: border-box;
      color: #fff;
  }
  .select{
      cursor: pointer;
      position: relative;
  }
  
  .select.active:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 2.5rem;
      height: 0.2rem;
      border-radius: 0.4rem;
      background-color: #eaec64;
  }
  .navigate.scroll {
      background-color: #f0f0f0; /* 滚动时的背景颜色 */
      color: #eaec64;
  }
  .navigate.scroll .selectChange {
      color: black ;
  }
  .banner,.banner2{
      position: relative;
  }
  .banner img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .btext{
      height:15rem ;
      padding-top: 5rem;
      box-sizing: border-box;
      text-align: center;
  }
  .samllserach{
      margin-top: 2rem;
      text-align: center;
      padding: 2rem 0;
  }
  .textban{
      position: absolute;
      top: 31%;
      left: 20%;
  }
  .text1{
      font-size: 3.1rem;
      line-height: 4.5rem;
      color: #fff;
  }
  .text2{
      font-size: 1.3rem;
      color: #fff;
  }
  .learnmore{
      width: 8rem;
      height: 2.5rem;
      margin-top: 1rem;
      font-size: 1.2rem;
      line-height: 2.5rem;
      text-align: center;
      border-radius: 2.5rem;
      background-color: #fcc813;
      color: black;
      cursor: pointer;
  }
  
.textban2{
      position: absolute;
      top: 28%;
      left: 11%;
      color: #fff;
  }
  .textban3{
      position: absolute;
      text-align: center;
      top: 3.6rem;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
  }
  .text_1{
      font-size: 2.3rem;
      line-height: 6rem;
  }
  .text_x1{
      font-size: 1.35rem;
      line-height: 3.5rem;
  }
  .text_2{
      font-size: 1.5rem;
      font-weight: 300;
  }
  .text_x2{
      font-size: 1rem;
      font-weight: 300;
  }
  .flexdiv,.flexdiv2{
      display: flex;
  }
  .flexdiv2{
      justify-content: center;
  }
  .learnmore2,.learnmore3{
      width: 8rem;
      height: 2.5rem;
      margin-top: 1rem;
      font-size: 1.2rem;
      line-height: 2.5rem;
      text-align: center;
      border-radius: 2.5rem;
      color: black;
      cursor: pointer;
      margin-right: 1rem;
  }
  .flexdiv .learnmore2{
      background-color: #fcc813;
  }
  .flexdiv .learnmore3{
      border: 1px solid #cfcfcf;
      color: #fff;
  }
  
  .learnmore_2,.learnmore_3{
      width: 4.5rem;
      height: 1.7rem;
      margin-top: 1rem;
      font-size: 0.8rem;
      line-height: 1.7rem;
      text-align: center;
      border-radius: 1.7rem;
      color: black;
      cursor: pointer;
      margin-right: 0.8rem;
  }
  .flexdiv2 .learnmore_2{
      background-color: #fcc813;
  }
  .flexdiv2 .learnmore_3{
      border: 1px solid #cfcfcf;
      color: #fff;
  }
  
  .changeT{
      display: flex;
  }
  .row{
      margin-top: 2rem;
      width: 2.5rem;
      height: 0.2rem;
      background-color: #7e8ca9;
      margin-right: 0.4rem;
      cursor: pointer;
  }
  .active_row{
      background-color: #fff;
  }
  
  .bigtitle{
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
  }
  .checkmore{
      font-size: 0.9rem;
      cursor: pointer;
  }
  .line{
      font-size: 0.9rem;
      line-height: 1.3rem;
      color: #666666;
  }
  .fourS{
    display: flex;
    flex-wrap: wrap;
  }
  .flex1{
      width: 49.5%;
      margin-bottom: 15px;
  }
  .title_head{
      font-size: 32px;
      font-weight: 600;
      width: 100%;
      text-align: center;
      margin-top: 106px;
  }
  .picture_list{
      margin-top: 2.5rem;
      padding: 0 5rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }
  .imagediv{
      width: 12rem;
      height: 9.25rem;
      margin: 0 1.2rem;
  }
  .imagediv img{
      width: 100%;
      height: 100%;
  }
  
  .creat_head{
      font-size: 1.6rem;
      text-align: center;
      margin-top: 5rem;
      font-weight: 600;
  }
  .creat_list{
      display: flex;
      flex-direction: row;
      padding: 0 1rem;
      justify-content: space-between;
  }
  .creat_item{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .imgdiv img{
      width: 100%;
      height: 100%;
  }
  .creat_text{
      text-align: center;
  }
  .creat_name{
      font-size: 1.6rem;
      font-weight: 700;
      margin: 1.6rem 0;
  }
  .creat_title{
      font-size: 0.9rem;
    color: #fcc813;
      font-weight: 600;
      margin-bottom: 2rem;
  }
  .creat_content{
      font-size: 0.8rem;
      color: #404040;
  }
  
  
  .carousel {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
  .carousel-inner {
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
      left: -25%;
      width: 300%; /* 三张图片的总宽度 */
      /* animation: slide 10s infinite linear; */
  }
  
  .carousel-item {
      position: relative;
      overflow: hidden;
      width: 40rem;
      height: 30.75rem;
  }
  .imgtest{
      position: absolute;
      top: 7.8rem;
      left: 4rem;
      width: 22.5rem;
      height: 16rem;
      background-color: #fff;
      padding: 0 0.6rem;
      border-left: 1.6rem solid #fcc813;
      box-sizing: border-box;
  }
  .carousel-item img {
      max-width: 100%;
      max-height: 100%;
  }
  .turn_icon{
      width: 3.5rem;
      height: 3.5rem;
      margin: 0 0.5rem;
      line-height: 3.5rem;
      text-align: center;
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      border-radius: 50%;
  }
  
  @keyframes slide {
      0% {
          transform: translateX(0);
      }
      33.33% {
          transform: translateX(-33.33%);
      }
      66.67% {
          transform: translateX(-66.67%);
      }
      100% {
          transform: translateX(0);
      }
  }
  
  
  .company_title{
      margin-top: 1rem;
      font-size: 1.6rem;
      font-weight: 600;
  }
  .company_text{
      font-size: 1.2rem;
      color:#5c5c5c ;
      height: 2.5rem;
      line-height: 2.5rem;
  }
  
  
  .phonetest{
      width: 100%;
      padding: 0 12.5rem;
      box-sizing: border-box;
      height: 4rem;
      line-height: 4rem;
      background-color: #fcc813;
      color: #000;
      font-size: 1.2rem;
      display: flex;
      justify-content: space-between;
  }
  .msglist{
      width: 100%;
      height: 13.6rem;
      background-color: #000;
  }
  

  .btext1{
    height:15rem ;
    padding-top: 5rem;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    /* float: left; */
}

.textban3{
    position: absolute;
    text-align: center;
    top: 3.6rem;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.text_1{
    font-size: 2.3rem;
    line-height: 6rem;
}
.text_x1{
    font-size: 1.35rem;
    line-height: 3.5rem;
}
.text_2{
    font-size: 1.5rem;
    font-weight: 300;
    width: 65%;
}
.text_x2{
    font-size: 1rem;
    font-weight: 300;
}

.banner1{
    position: relative;
    width: 16%;
    float: left;
    margin-left: 0.5%;
}
.banner1 img{
    width: 100%;
    height: 100%;
}

.scroll-container {
    width: 80%;
        margin: 0 auto;
        height: 600px;
    overflow: hidden;
    position: relative;
}
    
.row_cs {
    height: 600px;
        width: 10000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
  .row-content {
      position: absolute;
      /* white-space: nowrap; */
      will-change: transform;
      /* 优化动画性能 */
  }

.item_slide {
    display: inline-block;
    }
    
    .item_slide img {
    width: 100%;
    height: 100%;
}
/* 轮播图 */
.carousel_x {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner_x {
    display: flex;
    /* transform: translateX(-10%); */
    transition: transform 0.5s ease-in-out;
    box-sizing: border-box;
}

.carousel-item_x {
    /* flex: 0 0 50%; */
    /* transform: translateX(-50%); */
    flex: 0 0 calc(50% - 10px);
    overflow: hidden;
    margin-right: 10px;
}

.carousel-item_x:last-child {
    margin-right: 0;
    /* 最后一张图片不需要间隙 */
}

.carousel-item_x img {
    width: 100%;
    display: block;
}
/* 小屏幕适配（如768px以下） */
@media (max-width: 768px) {
    .carousel-item_x {
        flex: 0 0 calc(100% - 10px); /* 小屏宽度 */
    }
}

.gd_class {
    display: flex;
}
.checkbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fcc813;
    height: 2.5rem;
    width: 8rem;
        font-size: 1.2rem;
    margin-top: 1rem;
    margin-left: 1rem;
    border-radius: 1.25rem;
    cursor: pointer;
}
.radiao_s {
    margin-left: 1rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid #000000;
}

/* 切换按钮样式 - 带下划线效果 */
.tab-buttons {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-btn {
    margin: 0 20px;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #666;
    position: relative;
    transition: all 0.3s ease;
}
/* 激活态下划线 */
.tab-btn.active {
    color: #007bff;
    font-weight: 600;
}
.tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -1px; /* 对齐底部边框 */
    left: 0;
    width: 100%;
    height: 2px;
    background: #007bff; /* 下划线颜色 */
}
/* 表格容器样式 */
.tab-content {
    max-width: 90%;
    margin: 0 auto;
}
.job-table {
    width: 100%;
}
/* 表头样式 - 浅蓝色背景 */
.job-table th {
    width: 25%;
    padding: 12px 10px;
    text-align: center;
    background: #e6f7ff; /* 浅蓝色表头 */
    color: #333;
    font-weight: 600;
    /* 取消单元格所有边框，仅保留底部边框 */
    border: none;
    border-bottom: 20px solid #ffffff;
    font-size: 16px;
    /* 设置内容行行高 */
    line-height: 40px; /* 行高45px，可按需调整 */
    word-break: break-all; /* 防止内容溢出 */
}
/* 表格内容行 - 白色背景，无间距 */
.job-table td {
    width: 25%;
    padding: 12px 10px;
    text-align: center;
    background: #f9f9f9; /* 白色内容行 */
    color: #666;
    /* 取消单元格所有边框，仅保留底部边框 */
    border: none;
    border-bottom: 20px solid #ffffff;
    font-size: 16px;
    /* 设置内容行行高 */
    line-height: 40px; /* 行高45px，可按需调整 */
    word-break: break-all; /* 防止内容溢出 */
}
/* 隐藏未激活的表格 */
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}
/* 立即投递按钮样式（模拟a标签） */
.deliver-btn {
    color: #007bff; /* 链接蓝色 */
    cursor: pointer; /* 鼠标手型 */
    text-decoration: none; /* 取消默认下划线 */
    display: inline-block; /* 确保交互区域完整 */
}
.deliver-btn:hover {
    text-decoration: underline; /* 悬浮显示下划线 */
    color: #0056b3; /* 悬浮加深颜色 */
}