.container .sec1 {
  background: #222;
  padding: 10.625vw 5.2083333333vw 5.3645833333vw 5.2083333333vw;
  display: flex;
  justify-content: space-between;
}

.container .sec1 .lbox {
  width: 52.65625vw;
}

.container .sec1 .lbox .swiper1 {
  overflow: hidden;
  margin-left: 1.09375vw;
}

.container .sec1 .lbox .swiper1 .pic img {
  /* width: 100%; */
  /* height: 26.0416666667vw; */
  width: auto;
  height: 100%;
  display: block;
  object-fit: cover;
  /* clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); */
}
.container .sec1 .lbox .swiper1 .item {
  height: 26.0416666667vw;
    background: #fff;
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    display: flex;
    justify-content: center;
}
.container .sec1 .lbox .swiper2 {
  margin: 1.7708333333vw 4.6354166667vw 0 0;
  overflow: hidden;
}
.container .sec1 .lbox .swiper2 .item {
 height: 6.25vw;
    background: #fff;
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    display: flex;
    justify-content: center;
}
.container .sec1 .lbox .swiper2 .pic {
  cursor: pointer;
}

.container .sec1 .lbox .swiper2 .pic img {
  /* width: 100%; */
  /* height: 6.25vw; */
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  /* clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); */
}

.container .sec1 .lbox .swiper2 .pic:hover img {
  transform: scale(1.05);
}

.container .sec1 .rbox {
  width: 37.1354166667vw;
}

.container .sec1 .rbox .line1 {
  margin: 2.96875vw 0 3.6458333333vw 3.28125vw;
}

.container .sec1 .rbox .line1 img {
  width: 20.9375vw;
  display: block;
}

.container .sec1 .rbox .info {
  margin: 3.6458333333vw 0 5.7291666667vw 0;
  position: relative;
}

.container .sec1 .rbox .info::before {
  content: '';
  display: block;
  position: absolute;
  left: 2.0833333333vw;
  top: 2.0833333333vw;
  width: 100%;
  height: 100%;
  background: url(../images/linfo.svg) no-repeat;
  background-size: 100% 100%;
}

.container .sec1 .rbox .info .nr {
  background: #ED1B24;
  color: white;
  padding: 3.4895833333vw 2.7083333333vw 0 4.3229166667vw;
  min-height: 18.3854166667vw;
  clip-path: polygon(3.28125vw 0, 100% 0, 100% 100%, 0% 100%);
}

.container .sec1 .rbox .info .nr .pt {
  font-weight: 700;
}

.container .sec1 .rbox .info .nr .des {
  line-height: 1.5;
  letter-spacing: 0.48px;
  margin-top: 1.25vw;
}

.container .sec1 .rbox .line2 {
  text-align: right;
}

.container .sec1 .rbox .line2 img {
  width: 20.4166666667vw;
}

.container .sec2 {
  padding: 2.34375vw 5.7291666667vw 4.4791666667vw 5.7291666667vw;
}

.container .sec2 .t {
  display: flex;
  gap: 1.3541666667vw;
  color: #1A202C;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.3333333333vw;
}

.container .sec2 .t svg {
  display: block;
  width: 2.5vw;
}

.container .sec2 .pics {
  display: flex;
  justify-content: space-between;
  gap: 3.4895833333vw;
}

.container .sec2 .pics .lpic {
  width: 40vw;
}

.container .sec2 .pics .lpic img {
  width: 100%;
  display: block;
}

.container .sec2 .pics .rpic {
  width: 44.7916666667vw;
}

.container .sec2 .pics .rpic img {
  width: 100%;
}

.container .sec2 .pics .rpic img:not(:last-child) {
  margin-bottom: 3.3854166667vw;
}

@media screen and (max-width: 768px) {
  .container .sec1 {
    padding: 80px 5% 30px 5%;
    flex-direction: column;
    gap: 40px;
  }

  .container .sec1 .lbox {
    width: 100%;
  }

  .container .sec1 .lbox .swiper1 {
    margin-left: 0;
  }

  .container .sec1 .lbox .swiper1 .pic img {
    height: 170px;
  }

  .container .sec1 .lbox .swiper2 {
    margin: 20px 0 0 0;
  }

  .container .sec1 .lbox .swiper2 .pic img {
    height: 88px;
  }

  .container .sec1 .rbox {
    width: 100%;
  }

  .container .sec1 .rbox .line1 {
    margin: 0 0 30px 0;
    text-align: center;
  }

  .container .sec1 .rbox .line1 img {
    width: 100%;
    max-width: 300px;
  }

  .container .sec1 .rbox .info {
    margin: 30px 0;
  }

  .container .sec1 .rbox .info::before {
    display: none;
  }

  .container .sec1 .rbox .info .nr {
    padding: 30px 20px 30px 30px;
    min-height: auto;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  }

  .container .sec1 .rbox .info .nr .des {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  .container .sec1 .rbox .line2 img {
    width: 100%;
    max-width: 280px;
  }

  .container .sec2 {
    padding: 30px 5%;
  }

  .container .sec2 .t {
    gap: 10px;
    margin-bottom: 20px;
  }

  .container .sec2 .t svg {
    width: 24px;
  }

  .container .sec2 .pics {
    flex-direction: column;
    gap: 20px;
  }

  .container .sec2 .pics .lpic,
  .container .sec2 .pics .rpic {
    width: 100%;
  }

  .container .sec2 .pics .rpic img:not(:last-child) {
    margin-bottom: 20px;
  }
}