@media (max-width: 1024px) {
  .i3_box .info {
    height: auto;
    height: 600px;
  }

  .i3_box .info .top {
    flex: 0.5;
  }

  .i3_box .info .top .left {
    width: 60%;
    padding: 40px;
    background-size: cover;
    height: 220px;
  }
  .i3_box .info .top .right {
    height: 300px;
  }
  .i3_box .info .top .left .title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .i3_box .info .top .left p {
    line-height: calc(1em + 12px);
    margin-bottom: 30px;
  }
  .i3_box .info .bottom .imgList .imgItem img {
    width: 23vw;
    height: 280px;
  }
  .i3_box .info .bottom .imgList .imgItem p {
    margin-top: -35px;
    font-size: 10px;
  }
  .i3_box .info .bottom .imgList .imgItem .icon {
    margin-top: -20px;
    width: 25px;
    height: 14px;
  }
  .i4_box .top {
    height: 20vh;
  }
  .i4_box .bottom {
    height: 20vh;
  }
  .i4_box .i4_subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
  .i4_box .top .img p {
    font-size: 16px;
    margin-top: -30px;
  }
  .i4_box .bottom .img p {
    font-size: 16px;
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .i3_box .info {
    padding: 10px;
    height: 400px;
  }
  .i3_box .info .top {
    flex: 1;
  }

  .i3_box .info .top .left {
    padding: 20px;
    height: 160px;
  }
  .i3_box .info .top .right {
    height: 200px;
  }
  .i3_box .info .top .left .title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .i3_box .info .top .left p {
    line-height: calc(1em + 8px);
    margin-bottom: 10px;
    font-size: 12px;
  }
  .i3_box .info .bottom .imgList .imgItem img {
    width: 22vw;
    height: 190px;
  }
  .i3_box .info .bottom .imgList .imgItem p {
    margin-top: -35px;
    font-size: 10px;
  }
  .i3_box .info .bottom .imgList .imgItem .icon {
    margin-top: -20px;
    width: 25px;
    height: 14px;
  }
  .i4_box .top {
    height: 130px;
  }
  .i4_box .bottom {
    height: 130px;
  }
  .i4_box .i4_subtitle {
    font-size: 14px;
    margin-top: 0;
  }
  .i4_box .top .img p {
    font-size: 14px;
    margin-top: -30px;
  }
  .i4_box .bottom .img p {
    font-size: 14px;
    margin-top: -30px;
  }
  .active-p {
    font-size: 16px !important;
    margin-top: -120px !important;
  }
  .i4_box .bottom .img p {
    font-size: 12px;
    margin-top: -20px;
  }
  .i4_box .more-button {
    width: 100px !important;
    font-size: 10px;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: 40px !important;
  }
  .i4_box .new-text {
    font-size: 12px;
    margin-top: 5px !important;
  }
}

@media (max-width: 480px) {
  .i2_box .imageList,
.i2_box .imageList1 {
  overflow: hidden;
  position: relative;
  width:100%;
  height: 130px;
}
  .i2_box .imageList .scrollContainer,
  .i2_box .imageList1 .scrollContainer {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px;
    justify-content: flex-start;
    position: relative;
    white-space: nowrap;
    position: absolute;
    left: 0;
    height: 105px;
  }
  .i2_box .imageList .imgItem,
  .i2_box .imageList1 .imgItem {
    flex: 0 0 auto;
    width: 170px;
    height: auto;
    aspect-ratio: 1.6;
  }
  .i3_box .info {
    padding: 5px;
    height: 1080px;
  }
  .i3_box .info .top {
    flex: 0.5;
  }

  .i3_box .info .top .left {
    padding: 10px;
    height: 265px;
    width: 100%;
  }
  .i3_box .info .top .right {
    height: 300px;
  }

  .i3_box .info .top .left .title {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .i3_box .info .top .left p {
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .i3_box .info .bottom {
    margin-top: 60px;
    display: flex;
  }
  .i3_box .info .bottom .imgList {
    flex-wrap: wrap;
  }
  .i3_box .info .bottom .imgList .imgItem {
    height: 240px;
  }
  .i3_box .info .bottom .imgList .imgItem img {
    width: 42vw;
    height: 230px;
  }
  .i3_box .info .bottom .imgList .imgItem p {
    margin-top: -45px;
    font-size: 12px;
  }
  .i3_box .info .bottom .imgList .imgItem .icon {
    width: 18px;
    height: 18px;
  }
  .i4_box {
    /* margin-bottom: 500px; */
  }
  .i4_box .picList {
    width: 100%;
    height: 60vh;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
  }
  .i4_box .picList .img {
    width: 100%;
    height: 20%;
    transition: 0.3s;
    position: relative;
    transition: 0.2s;
  }
  .i4_box .picList .active::after {
    content: '查看更多';
    transition: 0.2s;
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: #fff;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #fff;
    font-size: 14px;
  }
  .i4_box .i4_subtitle {
    font-size: 12px;
    margin-top: 0;
  }
  .i4_box .top .img p {
    font-size: 12px;
    margin-top: -20px;
  }
  .i4_box .bottom .img p {
    font-size: 12px;
    margin-top: -20px;
  }
  .active-p {
    font-size: 14px !important;
    margin-top: -90px !important;
  }
  .i4_box .bottom .img p {
    font-size: 12px;
    margin-top: -20px;
  }
  .i4_box .more-button {
    width: 80px !important;
    font-size: 10px;
    line-height: 20px !important;
    height: 20px !important;
    margin-top: 15px !important;
  }
  .i4_box .new-text {
    font-size: 10px;
    margin-top: 5px !important;
  }
}
.i6_box{
  padding: 150px 0;
}
@media (max-width: 375px) {
  .i3_box .info {
    padding: 5px;
    height: auto;
  }
  .i3_box .info .top {
    height: 120px;
  }
  .i3_box .info .top .left {
    padding: 10px;
    height: 120px;
  }
  .i3_box .info .top .right {
    height: 140px;
  }

  .i3_box .info .top .left .title {
    font-size: 12px;
    margin-bottom: 0;
  }

  .i3_box .info .top .left p {
    line-height: 1.4;
    font-size: 10px;
    margin-bottom: 0;
  }
  .i3_box .info .bottom .imgList .imgItem img {
    width: 20vw;
    height: 120px;
  }
  .i3_box .info .bottom .imgList .imgItem p {
    margin-top: -35px;
    font-size: 10px;
  }
  .i3_box .info .bottom .imgList .imgItem .icon {
    margin-top: -20px;
    width: 25px;
    height: 14px;
  }
  .i4_box .top {
    height: 80px;
  }
  .i4_box .bottom {
    height: 80px;
  }
  .i4_box .i4_subtitle {
    font-size: 12px;
    margin-top: 0;
  }
  .i4_box .top .img p {
    margin-top: -20px;
  }
  .active-p {
    font-size: 14px !important;
    margin-top: -90px !important;
  }
  .i4_box .bottom .img p {
    font-size: 12px;
    margin-top: -20px;
  }
  .i4_box .more-button {
    width: 80px !important;
    font-size: 10px;
    line-height: 20px !important;
    height: 20px !important;
    margin-top: 15px !important;
  }
  .i4_box .new-text {
    font-size: 10px;
    margin-top: 5px !important;
  }
}
