
.topVideo{
    height: 60vh;
    position: relative;
    cursor: pointer;
}
.myVideo{
    height: 100%;
    width: 100%;
    object-fit: fill;
    border:none;
}
.company_profile{
    padding: 3% 10% 5% 10%;
}
.title{
    font-weight: bold;
    font-size: 39px;
    padding-bottom: 1%;
    /* margin-left: 70px; */
}
.chanpin_box_Kuang{
    margin-top: 3rem;
}
.ourAdvantage{
    width: 100%;
    text-align: center;
    background: url("/static/public/images/86@2x.png") no-repeat center center;
    padding: 5% 7% 10% 7%;
}
.ourAdvantage .title{
    font-weight: bold;
    font-size: 40px;
}
.advantage_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantage_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 30%;
    margin: 3.33%;
    padding: 3%;
    background: #ffffff;
    height: 500px;
}
.advantage_item_title{
    font-weight: bold;
    font-size: 20px;
    padding: 5%;
}
.advantage_item_heng{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
}
.in_aboout_right video {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.companyGuiMo{
    width: 80%;

}
.in_aboout_bottom {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url("/static/public/images/矩形14@2x.png") no-repeat center center;
    color: #FFFFFF;
}

.in_aboout_bottom_tiem {
    width: 19%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.in_aboout_bottom_tiem:first-child{
    width: 22%;
}
.in_aboout_bottom_tiem:last-child{
    width: 22%;
}
.in_aboout_bottom_title {
    padding-left: 10px;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.in_aboout_bottom_box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.in_aboout_bottom_content {
    font-size: 50px;
    padding: 0px 5px;
    font-weight: bold;
}
.in_about_bottom_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.in_about_bottom_img img{
    height: 80%;
}
.CorporateCulture{
    position: relative;
    height: 100%;
    background: url("/static/public/images/CORPORATE_CULTURE@2x.png") no-repeat center center;
    display: flex;
    background-size: 100% 100%;
    justify-content: center;
}
.our_advantage_kinds{
    margin-top: 5rem;
}
.our_advantage_images{
    height: 60%;
    width: 30%;
    background: url("/static/public/images/图层89@2x.png") no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 15%;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.our_advantage_kinds_title{
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_advantage_kinds_title span{
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    text-align: left;
    width: 70%;
}
.our_advantage_kinds .bottom_button{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.our_advantage_kinds .bottom_button .bottom_button_box{
    width: 60px;
    cursor: pointer;
}
.our_advantage_kinds_content{
    padding: 5%  15% 0 15%;
    color: white;
    font-size: 18px;
}
.our_factory_tour .bottom_button_box{
    cursor: pointer;
}
#product_zuo, #product_zuo3 {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 15px);
    left: -50px;
}
#product_you,#product_you3 {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 15px);
    right: -50px;
}
.chanpin_box_Kuang {
    width: 100%;
    height: auto;
    position: relative;
}
.chanpin_box3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
#thumbnails,#thumbnails3 {
    width: auto;
    display: flex;
    transition: all .4s;
    transform: translateX(0px);
}
.tupian_bbox2{
    width: 100% !important;
}
.tupian_bbox3{
    height: auto;
    width: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tupian_bbox3{
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
}
.tupian_bbox3.word{
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    background: #EFEFEF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tupian_bbox3 img {
    width: 98%;
    height: 98%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.myVideo_play{
    position: absolute;
    cursor: pointer;
}
.topVideo{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(min-width:992px) {
    .topVideo{
        height: 55vh;
        position: relative;
    }
    .myVideo{
        height: 100%;
        width: 100%;
        object-fit: cover;
        border:none;
    }
    .company_profile{
        padding: 3% 10% 5% 10%;
    }
    .title{
        text-align: left;
        font-weight: bold;
        font-size: 40px;
        padding-bottom: 1%;
    }
    .chanpin_box_Kuang{
        margin-top: 3rem;
    }
    .ourAdvantage{
        width: 100%;
        text-align: center;
        background: url("/static/public/images/86@2x.png") no-repeat center center;
        padding: 5% 7% 10% 7%;
    }
    .ourAdvantage .title{
        font-weight: bold;
        font-size: 40px;
    }
    .advantage_content{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .advantage_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 30%;
        margin: 3.33%;
        padding: 3%;
        background: #ffffff;
        height: 500px;
    }
    .advantage_item_title{
        font-weight: bold;
        font-size: 20px;
        padding: 5%;
    }
    .advantage_item_heng{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3%;
    }
    .in_aboout_right video {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .companyGuiMo{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 3rem;
    }
    .in_aboout_bottom {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: url("/static/public/images/矩形14@2x.png") no-repeat center center;
        color: #FFFFFF;
    }

    .in_aboout_bottom_tiem {
        width: 19%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .in_aboout_bottom_tiem:first-child{
        width: 22%;
    }
    .in_aboout_bottom_tiem:last-child{
        width: 22%;
    }
    .in_aboout_bottom_title {
        padding-left: 10px;
        font-size: 16px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    .in_aboout_bottom_box {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
    }

    .in_aboout_bottom_content {
        font-size: 50px;
        padding: 0px 5px;
        font-weight: bold;
    }
    .in_about_bottom_img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .in_about_bottom_img img{
        height: 80%;
    }
    .CorporateCulture{
        position: relative;
        height: 100%;
        background: url("/static/public/images/CORPORATE_CULTURE@2x.png") no-repeat center center;
        display: flex;
        background-size: 100% 100%;
        justify-content: center;
    }
    .our_advantage_kinds{
        margin-top: 5rem;
    }
    .our_advantage_images{
        height: 60%;
        width: 30%;
        background: url("/static/public/images/图层89@2x.png") no-repeat center center;
        position: absolute;
        bottom: 0;
        right: 15%;
        word-break: break-all;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .our_advantage_kinds_title{
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our_advantage_kinds_title span{
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 10px;
        text-align: left;
        width: 70%;
    }
    .our_advantage_kinds .bottom_button{
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .our_advantage_kinds .bottom_button .bottom_button_box{
        width: 60px;
        cursor: pointer;
    }
    .our_advantage_kinds_content{
        padding: 5%  15% 0 15%;
        color: white;
        font-size: 18px;
    }
    .Enterprise_Qualifications{
        padding: 3% 10% 5% 10%;
    }
    .Enterprise_Qualifications .title{
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        margin-top: 5%;
    }

}

@media (max-width: 992px) {
    .chanpin_box_Kuang{
        display: none;
    }
    .advantage_content{
        flex-direction: column;
    }
    .advantage_item{
        width: 100%;
    }
    .companyGuiMo{
        display: none;
    }
    .our_advantage_images{
        height: 80%;
        width: 100%;
        right: 0;
    }
    .Enterprise_Qualifications{
        display: none;
    }
    .topVideo{
        height: 47vh;
        margin-top: 100px;
    }
    .myVideo{
        object-fit: cover;
        height: 100%;
        object-position: center right;
    }
    .float-video-container{
        top:20%;
        height: 300px;
    }

}


/* 基础样式 */
.profile_content_wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.about_company_content {
  flex: 1;
}

.profile_image_container {
  width: 40%; /* 桌面端图片占比 */
}

.tupian_bbox2 {
  width: 100%;
}

.thumbnail2 {
  width: 100%;
  height: auto;
  display: block;
}

/* 手机端响应式样式 */
@media (max-width: 768px) {
  .profile_content_wrapper {
    display: block; /* 覆盖flex布局 */
    margin-bottom: 30px;
  }

  .profile_image_container {
    width: 100%;
    margin-bottom: 20px;
  }

  .about_company_content {
    width: 100%;
    padding: 0;
  }

  .tupian_bbox2 {
    margin: 1.5rem auto 0 auto; /* 图片水平居中 */
  }
}













/* 悬浮窗样式 */
.float-video-container {
  position: fixed;
  /* 修改默认位置为右下角 */
  bottom: 20px;
  right: 20px;
  width: 350px; /* 固定宽度 */
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  z-index: 1000;
  display: none;
  transition: all 0.3s ease;
    padding: 0.5rem;
}

/* 移除遮罩层样式 */
.video-overlay {
  display: none !important;
}

/* 调整视频容器尺寸 */
.float-video-content {
  padding: 10px;
}

.float-video-player {
  width: 100%;
  height: 200px; /* 固定高度 */
  object-fit: cover;
  border-radius: 4px;
}

/* 添加最小化按钮样式 */
.float-video-minimize {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0 8px;
}










.team-section {
  background: url('/static/public/images/bg-ae6018c4.png') center/cover no-repeat; /* 背景图路径 */
  padding: 80px 20px;
  text-align: center;

  .team-inner {
    width: 80%;
    margin: 0 auto;
  }

  .team-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 100px;
    font-weight: 700;
  }

  .team-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* 响应式换行 */
    gap: 4rem; /* 卡片间距 */
  }

  .team-card {
    background: #fff;
    border-radius: 8px;
    padding: 60px 20px;
    flex: 1;
    min-width: 300px; /* 最小宽度，避免压缩过窄 */
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    .team-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: -80px auto 10px auto;
    }

    .card-name {
      font-size: 20px;
      color: #333;
      margin-bottom: 8px;
      font-weight: 600;
    }

    .card-position {
      display: block;
      font-size: 16px;
      color: #666;
      margin-bottom: 16px;
    }

    .card-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
    }
  }
}

/* 响应式适配（可选） */
@media (max-width: 768px) {
  .team-cards {
    justify-content: center;
  }
  .team-card {
    width: 100%;
    max-width: 360px;
  }
}













.ourAdvantage {
  padding: 60px 20px;
  background-color: #f9fafb;
}

/* 标题样式 */
.ourAdvantage .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.ourAdvantage .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #3b82f6; /* 主色调下划线 */
  border-radius: 2px;
}

/* 内容容器 */
.advantage_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  width: 70%;
}

/* 单个优势项 */
.advantage_item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.advantage_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1);
}

/* 优势项图片 */
.advantage_item_image {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage_item_image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 优势项标题 */
.advantage_item_title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 15px;
}

/* 下划线装饰 */
.advantage_item_heng {
  margin: 0 auto 20px;
  width: 60px;
}

.advantage_item_heng img {
  width: 100%;
  height: 3px;
  object-fit: cover;
}

/* 优势项内容 */
.advantage_item_content {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .ourAdvantage {
    padding: 40px 15px;
  }

  .advantage_item {
    padding: 25px 20px;
  }

  .advantage_item_image {
    width: 80px;
    height: 80px;
  }
}





/* 轮播 */
/* 外层容器 */
/* 外层容器 */
.Enterprise_Qualifications {
  padding: 40px 0;
  text-align: center;
    background: #F7F8FA;
}

/* 箭头 + 轮播容器布局 */
.chanpin_box_Kuang {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* 箭头样式 */
.arrow {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 20; /* 确保箭头在图片上方 */
}
.arrow:hover {
  opacity: 1;
}

/* 轮播可视容器：隐藏溢出内容 */
.chanpin_box3 {
  width: 100%;
  overflow: hidden;
}

/* 轮播滚动容器：Flex布局实现水平排列 */
.thumbnails3 {
  display: flex;
  transition: transform 0.5s ease;
}

/* 图片项基础样式：每张占1/3宽度，确保3张填满容器 */
.tupian_bbox3 {
  flex: 0 0 32.333333%; /* 严格控制每张占1/3宽度 */
  transition: all 0.5s ease;
  transform: scale(0.8);
  opacity: 0.7;
  box-sizing: border-box;
  padding: 0 10px;
}

/* 中间激活项：放大 + 高亮 */
.tupian_bbox3.active {
  transform: scale(1.1); /* 放大1.2倍 */
  opacity: 1;           /* 完全不透明 */
  z-index: 10;          /* 层级置顶，避免被覆盖 */
}

/* 图片自适应 */
.tupian_bbox3 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    gap: 20rem;
    padding: 1rem;
}
.info .info_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info .info_box .number{
    font-size: 3.5rem;
    font-weight: bold;
    color: #005288;
    padding-bottom: 1rem;
}
.main_title {
    color: #252551;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding:5rem 0rem 2rem 0rem;
}
.sub_title {
    color: #252551;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.Development_History{
    width: 100%;
    background: url("/static/public/images/图层 522.png") no-repeat center;
    background-size: 100% 100%;
}

.Development_History .main_title {
    color: #FFFFFF;
}

.timeline-container {
    display: flex;
    justify-content: flex-start;
    position: relative;
    min-height: 700px;
}

.timeline-axis {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

.arrow-up {
    color: #64c8ff;
    font-size: 1.5em;
    text-shadow: 0 0 10px rgba(100, 200, 255, 0.8);
    margin-bottom: 10px;
}
 .timeline{
     width: 3px;
     height: 60px;
     background: linear-gradient(to bottom, rgba(100, 200, 255, 0.8), rgba(100, 200, 255, 0.5));
 }
 .leftRem{
     margin-left: 4.5rem;
 }
.year-marker {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    margin: -10px;
    border-radius: 5px;
    position: relative;
}

.year-marker:hover {
    background: rgba(100, 200, 255, 0.1);
}

.year-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9em;
    margin-right: 20px;
    min-width: 50px;
    text-align: right;
    transition: all 0.3s ease;
}

.year-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: 3px solid #64c8ff;
    box-shadow: 0 0 15px rgba(100, 200, 255, 0.6);
    transition: all 0.3s ease;
}

.year-marker.active .year-dot {
    width: 16px;
    height: 16px;
    background: #64c8ff;
    box-shadow: 0 0 25px rgba(100, 200, 255, 0.9);
    animation: pulse 2s infinite;
}

.year-marker.active .year-label {
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}

.year-marker:hover .year-dot {
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(100, 200, 255, 0.9);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 25px rgba(100, 200, 255, 0.9);
    }
    50% {
        box-shadow: 0 0 35px rgba(100, 200, 255, 1);
    }
}

.arrow-down {
    color: #64c8ff;
    font-size: 1.5em;
    text-shadow: 0 0 10px rgba(100, 200, 255, 0.8);
    margin-top: 10px;
}

.content-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    max-width: 80%;
    overflow: hidden;
    left: calc(4% + 100px);
    transition: opacity 0.3s ease;
}

.content-box.hide {
    opacity: 0;
}

.connecting-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(to left, #64c8ff, rgba(100, 200, 255, 0.3));
    left: calc(5% + 8px);
    width: 80px;
    transition: opacity 0.3s ease;
}

.connecting-line.hide {
    opacity: 0;
}

.content-box h2 {
    color: #0a4275;
    font-size: 1.8em;
    margin-bottom: 20px;
    border-bottom: 3px solid #0a4275;
    padding-bottom: 10px;
}

.event-item {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    color: #333;
    font-size: 0.95em;
}

.event-item::before {
    content: '●';
    position: absolute;
    left: 0;
    color: #0a4275;
    font-size: 1.2em;
}

.company-name {
    font-weight: bold;
    color: #0a4275;
}


/*video*/

.Video{
    padding-bottom: 3rem;
}
.Category{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 1.5rem;
    border-bottom: 1px solid #EAEBEB;
}
.Category .infos{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-bottom: 2rem;
}
.video_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
    padding-top: 3rem;
}
.video_content .video_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.video_content .video_box .video_box_text{
     padding: 0.8rem;
    width: 98%;
    text-align: center;
}
.video_content .video_box .titles{
    color: #005288;
    font-weight: bold;
    font-size: 1rem;
}
.video_content .video_box .views{
    text-align: right;
}
/*video*/


.mibx2{
    display: flex;
    background: #F7F8F8;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex:1;
}
.mibx{
    width: 30%;
}
.mibx_box2{
    color: #636363;
    font-weight: 500;
    cursor: pointer;
}
.mibx2-placeholder {
    display: none;
}
.mibx2.fixed + .mibx2-placeholder {
    display: block;
}
.active{
    color: #005288;
    border-bottom: 2px solid #005288;
    padding-bottom: 0.3rem;
}
.mibx_right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex: 5;
}


/*Factory Tour*/
.Factory_Tour{
    width: 90%;
    padding-bottom: 3rem;
    margin: 0 auto;
}
.Factory_Tour .main_title{
    padding-top: 0;
}
.our_factory_tour{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
    overflow: hidden;
}
.our_factory_tour .our_factory_tour_images{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.1rem;
    transition: transform 0.3s ease-in-out;
}
.our_factory_tour .our_factory_tour_images .images1{
    flex: 0 0 24%
}
.our_factory_tour .our_factory_tour_images .images1 img{
    width: 100% ;
}
.our_factory_tour .bottom_button{
    display: flex;
    width: 100px;
}
/*Factory Tour*/

.Category .infos div {
    padding: 8px 16px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    color: #333;
}

.Category .infos div:hover {
    background-color: #e0e0e0;
}

.Category .infos div.active {
    background-color: #007bff;
    color: white;
}

@media (max-width: 1200px) {
    .content-box.show {
        transform: translateX(-50%) scale(1);
    }

    .connecting-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .video_content{
        gap: 0.5rem;
        width: 100%;
        margin-left: 1rem;

    }
    .video_content .video_box{
        width: 45%;
    }
    h1 {
        font-size: 1.8em;
        margin-bottom: 40px;
    }

    .content-box {
        padding: 20px;
    }

    .content-box h2 {
        font-size: 1.4em;
    }
    .our_factory_tour{
        width: 100%;
    }
    .our_factory_tour .our_factory_tour_images{
        flex-direction: column;
    }
    .our_factory_tour .our_factory_tour_images .images1{
        flex: 0 0 100%;
    }
    .our_factory_tour .our_factory_tour_images .images1 img {
        width: 100%;
    }
    .our_factory_tour .bottom_button{
        display: none;
    }
    .our_factory_tour .our_factory_tour_images .images1 img{
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .team-avatar {
        margin-left: 117px; /* 电脑端特定值 */
    }
    .mibx2{
        display: none;
    }
}
@media (min-width: 768px) {
    .team-avatar {
        margin-left: 130px; /* 电脑端特定值 */
    }
}
@media (min-width: 2000px) {
    .team-cards {
        gap: 6rem !important; /* 卡片间距 */
    }
}



