/* ==================== 内页3 - 板块一 Start ==================== */
/* ==================== 内页3 - 板块一 End ==================== */
/* ==================== 内页3 - 板块二 Start ==================== */
.ny3-section2 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.ny3-section2 .item {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny3-section2 .item:first-child ~ .item {
  margin-top: 40px;
}
.ny3-section2 .item:nth-child(even) .image {
  order: -2;
}
.ny3-section2 .item .info {
  min-width: 0;
  flex-grow: 1;
  padding: 60px;
}
.ny3-section2 .item .desc {
  margin-top: 40px;
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}
.ny3-section2 .item .desc strong {
  color: #045bb6;
  font-weight: 400;
}
/* 2025-1-20 修改宽度为50% */
.ny3-section2 .item .image {
  /* width: 700px; */
  width: 50%;
  min-height: 520px;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
.ny3-section2 .item .image:hover .img {
  transform: scale(1.1);
}
/* 2025-1-20 修改，取消背景图片 */
.ny3-section2 .item .image .img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none !important;
}
/* 2025-1-20 图片直接拉满适配容器高度 */
.ny3-section2 .item .image .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1920px) {
  .ny3-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny3-section2 .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny3-section2 .item:first-child ~ .item {
    margin-top: 40px;
  }
  .ny3-section2 .item .info {
    padding: 60px;
  }
  .ny3-section2 .item .desc {
    margin-top: 40px;
    font-size: 18px;
  }
  .ny3-section2 .item .image {
    width: 700px;
    min-height: 520px;
  }
}
/* 2025-1-20 修改适配视口为992px,原本是768px */
@media screen and (max-width: 992px) {
  .ny3-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny3-section2 .item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny3-section2 .item:first-child ~ .item {
    margin-top: 40px;
  }
  .ny3-section2 .item:nth-child(even) .image {
    order: -1;
  }
  .ny3-section2 .item .info {
    padding: 20px;
    width: 100%;
  }
  .ny3-section2 .item .desc {
    margin-top: 20px;
    font-size: 15px;
  }
  .ny3-section2 .item .image {
    width: 100%;
    min-height: inherit;
    order: -1;
  }
  .ny3-section2 .item .image .img {
    background-size: 0;
  }
  .ny3-section2 .item .image .img  img {
    height: auto;
    min-height: auto;
  }
}
/* ==================== 内页3 - 板块二 End ==================== */
/* ==================== 内页3 - 板块三 Start ==================== */
/* ==================== 内页3 - 板块三 End ==================== */
/* ==================== 内页3 - 板块四 Start ==================== */
/* ==================== 内页3 - 板块四 End ==================== */
/* ==================== 内页3 - 板块五 Start ==================== */
/* ==================== 内页3 - 板块五 End ==================== */
/* ==================== 内页3 - 板块六 Start ==================== */
/* ==================== 内页3 - 板块六 End ==================== */
/* ==================== 内页3 - 板块七 Start ==================== */
/* ==================== 内页3 - 板块七 End ==================== */
/* ==================== 内页3 - 板块八 Start ==================== */
/* ==================== 内页3 - 板块八 End ==================== */
