.section_content {
    font-family: Source Han Sans;
}

.dev_line {
    width: 100%;
    margin: 32px auto;
    height: 1px;
    background-color: #DDDDDD;
    clear: both;
}

.a1_con1 {
    padding: 80px 0 0 0;
}

.ac_content {
    font-size: 24px;
    margin-top: 40px;
}

.production-line-card {
    display: flex;
    width: 100%;
    height: auto;
    margin: 64px auto;
}

.production-image {
    width: 40%;
    height: 300px;
    position: relative;
    margin-right: 64px;
    overflow: hidden;
}

.production-image-swiper{
  height: 100%;
}

.production-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent 30%);
}

.production-info {
    width: 60%;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.info-title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.info-detail {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    color: #666666;
}

.vial-icon {
    margin-left: 48px;
    width: 64px;
    height: 64px;
}

.info-name {
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    margin-left: 26px;
    flex-grow: 1;
}

.production-info-container {
    display: flex;
    flex-direction: column;
}

.info-value {
    font-size: 48px;
    font-weight: bold;
    color: #0047BA;
    text-align: right;
}

.info-content {
    font-size: 18px;
    color: #666666;
    text-align: right;
}

.info-remark {
    width: 40%;
    font-size: 24px;
    font-weight: bold;
    color: #0047BA;
    text-align: left;
}

/* Swiper幻灯片样式 */
.swiper-slide {
    background: #F7F7F7;
    transition: all 0.3s ease;
}

/* 翻页按钮样式 */
.swiper-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    gap: 16px;
    /* 箭头间距 */
    padding: 5px 0 0 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 10px;
    position: static !important;
    margin-top: 0 !important;
    transition: all 0.3s ease;
}

.swiper-button-prev.left {
    background-image: url('/static/operations_and_capacity_images/left.png');
}

.swiper-button-next.right {
    background-image: url('/static/operations_and_capacity_images/right.png');
}

.swiper-button-prev.left:hover {
    background-image: url('/static/operations_and_capacity_images/left_selt.png');
}

.swiper-button-next.right:hover {
    background-image: url('/static/operations_and_capacity_images/right_selt.png');
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

/* 悬停状态样式
.swiper-wrapper:hover .info-detail{
    background-color: #0047BA !important;
} */

/* .swiper-wrapper:hover .info-name,
.swiper-wrapper:hover .info-value,
.swiper-wrapper:hover .info-content,
.swiper-wrapper:hover .info-remark {
    color: #FFFFFF !important;
} */

/* .swiper-wrapper:hover .default-icon {
    display: none !important;
}

.swiper-wrapper:hover .hover-icon {
    display: block !important;
} */



@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
.production-image {
    height: auto;
}}

@media screen and (max-width: 1130px) {}

@media screen and (max-width: 1060px) {}

@media screen and (max-width: 1024px) {
  .production-line-card {
    flex-direction: column;
    height: auto;
    
  }
  
  .production-image,
  .production-info {
    width: 100% !important;
  }
  
  .production-image {
    height: 240px;
  }
  
  .production-info {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .info-detail {
    display: flex;
    align-items: center;
    width: 99%;
    height: 115px;
    color: #666666;
  }

  .info-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .info-name {
    font-size: 18px;
  }
  
  .info-value {
    font-size: 28px;
  }
  
  .info-content,
  .info-remark {
    font-size: 16px;
  }
  
  .swiper-slide {
    /* background: #F7F7F7; */
    transition: all 0.3s ease;
    height: auto;
    /* padding: 20px; */
}

  .swiper-nav {
    top: 20px;
    right: 20px;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
/* 
  .swiper-wrapper:hover .swiper-slide,
  .swiper-wrapper:hover .swiper-slide .info-detail {
    background-color: #0047BA !important;
  } */
}

@media screen and (max-width: 480px) {
    .production-line-card {
        flex-direction: column;
      }

  .production-image {
    height: 240px;
  }
  
  .info-title {
    font-size: 18px;
  }
  
  .info-value {
    font-size: 24px;
  }
  
  .vial-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}