.container {
  overflow: hidden;
  padding-bottom: 28px;
  background: url(../img/sp-bg.png) no-repeat;
  background-size: 100%;
}

.adv-box img {
  margin: 20px 0 29px;
  min-height: 130px; 
  width: 100%;
}

.swiper-container1 {
  width: 1400px;
  height: 451px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 43px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper-container1 .swiper-slide {
  font-size: 16px;
  height: 325px;
  background-color: rgba(0, 0, 0, .3);
  transition: 300ms;
  transform: scale(1);
  position: relative;
  display: block;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-slide-active img {
  object-fit: fill;
}
.swiper-container1 .swiper-slide p {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  height: 49px;
  line-height: 49px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 23px;
}

.swiper-container1 .swiper-slide-active,
.swiper-container1 .swiper-slide-duplicate-active {
  transform: scaleX(1.72);
  background-color: #fff;
  z-index: 10;
  height: 451px;
}
.swiper-container1 .swiper-slide-active::after {
  content: "";
  background-image: url(../img/sp-play.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 9px;
  bottom: 30px;
  position: absolute;
  width: 51px;
  height: 51px;
  transform: scaleX(0.5814);
}

.swiper-container1 .swiper-slide-active p {
  width: 172%;
  transform: scaleX(0.5814);
  font-size: 18px;
  left: -36%;
  bottom: 0;
  height: 61px;
  line-height: 61px;
}

.swiper-container1 .swiper-button-next img,
.swiper-container1 .swiper-button-prev img {
  width: 49px;
  height: 49px;
}
.swiper-container1 .swiper-button-next {
  right: 20px;
}
.swiper-container1 .swiper-button-prev {
  left: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-box {
  position: relative;
  width: 1472px;
  height: 481px;
  margin: 0 auto 20px;
  padding-bottom: 47px;
}

.swiper-container2 {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.swiper-container2 .swiper-slide {
  width: 272px;
  height: 100%;
  transition: all .3s;
}

.swiper-container2 .swiper-slide::after {
  content: "";
  background-image: url(../img/sp-play.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 14px;
  bottom: 78px;
  position: absolute;
  width: 35px;
  height: 35px;
}
.swiper-container2 .swiper-slide img {
  object-fit: cover;
}
.swiper-container2 .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 136px;
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 17px;
}
.swiper-container2 .swiper-slide p {
  width: 100%;
  max-height: 52px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 12px;
}
.swiper-box .swiper-button-next {
  right: -5px;
}
.swiper-box .swiper-button-prev {
  left: -5px;
}
.swiper-pagination {
  width: 100% !important;
  margin-top: 30px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #959596;
  border-radius: 100%;
  margin: 0 7px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: unset;
}
.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 13px !important;
  background-color: #6865a7 !important;
  border-radius: 6px !important;
}
.sp-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sp-list li a {
  display: block;
  width: 329px;
  height: 309px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(120, 120, 120, 0.15);
  margin-bottom: 22px;
  margin-right: 25px;
  position: relative;
  transition: all .3s;
}
.sp-list li a::after {
  content: "";
  background-image: url(../img/sp-play.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 17px;
  top: 132px;
  position: absolute;
  width: 36px;
  height: 35px;
}

.sp-list li:nth-child(4n) a {
  margin-right: 0;
}

.sp-list li a>img {
  width: 329px;
  height: 185px;
}

.sp-list li a p {
  padding: 0 20px;
  font-size: 18px;
}

.sp-list li a .text {
  line-height: 28px;
  color: #000000;
  padding-top: 6px;
}

.sp-list li a .date {
  position: absolute;
  bottom: 19px;
  color: #9c73ce;
}

.sy-tit {
  height: 34px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0;
}

.sy-tit:after {
  content: "";
  width: 1183px;
  height: 13px;
  position: absolute;
  right: 103px;
  top: 50%;
  transform: translateY(-40%);
  background: url("https://res.bauhk.com/template/44/2025/12/5/2006847/images/sy_tit_zwt.png") left center no-repeat;
}

.part-tit {
  font-size: 30px;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  letter-spacing: 3px;
  color: #000000;
  position: relative;
  padding-left: 30px;
}

.part-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://res.bauhk.com/template/44/2025/12/5/2006847/images/sy-tit-icon.png) no-repeat;
  width: 13px;
  height: 14px;
}

.tit-more {
  padding-right: 15px;
  letter-spacing: 2px;
  color: #655ea1;
  background: url("https://res.bauhk.com/template/44/2025/12/5/2006847/images/sy_icon_more.png") right center no-repeat;
  background-size: 9px auto;
  line-height: 34px;
}

@media screen and (min-width: 769px) {
  .swiper-container2 .swiper-slide:hover {
    box-shadow: 0px 13px 18px 1px rgba(185, 183, 213, 0.64);
    transform: translateY(-10px);
  }
  .swiper-container2 .swiper-slide:hover p {
    font-weight: bold;
  }
  .sp-list li a:hover {
    transform: translateY(-5px);
  }

  .sp-list li a:hover .text {
    color: #9c73ce;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 .24rem .3rem;
    background: #f5f5f5;
    box-sizing: border-box;
  }

  .adv-box img {
    margin: .3rem 0;
    min-height: 1.8rem;
  }

  .swiper-container1 {
    width: 100%;
    height: 5rem;
    position: relative;
    margin-top: .3rem;
    margin-bottom: .3rem;
  }
  .swiper-container1 .swiper-slide {
    width: 100%;
    height: 100%;
    background-color: unset;
    transition: 300ms;
  }
  .swiper-container1 .swiper-slide p {
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
    padding: 0 .2rem;
    box-sizing: border-box;
  }

  .swiper-container1 .swiper-slide-active,
  .swiper-container1 .swiper-slide-duplicate-active {
    transform: scale(1);
  }

  .swiper-container1 .swiper-slide-active::after {
    content: "";
    right: .15rem;
    bottom: 1rem;
    width: .6rem;
    height: .6rem;
    transform: scale(1);
  }

  .swiper-container1 .swiper-slide-active p {
    width: 100%;
    transform: scale(1);
    font-size: .3rem;
    left: 0;
    bottom: 0;
    height: .8rem;
    line-height: .8rem;
  }

  .swiper-container1 .swiper-button-next img,
  .swiper-container1 .swiper-button-prev img {
    width: .65rem;
    height: .65rem;
  }
  .swiper-box {
    position: relative;
    width: 100%;
    height: 9rem;
    margin: 0 auto .3rem;
    padding-bottom: .8rem;
  }

  .swiper-container2 {
    width: 80%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-container2 .swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }
  .swiper-container2 .swiper-slide::after {
    content: "";
    right: .3rem;
    bottom: 1.2rem;
    width: .6rem;
    height: .6rem;
  }
  .swiper-container2 .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }

  .swiper-container2 .swiper-slide .text {
    width: 100%;
    height: 2rem;
    padding-bottom: .2rem;
  }

  .swiper-container2 .swiper-slide p {
    max-height: .9rem;
    font-size: .3rem;
    line-height: .45rem;
    padding: 0 .2rem;
  }
  .swiper-pagination {
    margin-top: .4rem;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    margin: 0 .08rem;
  }
  .swiper-pagination-bullet-active {
    width: .5rem !important;
    height: .18rem !important;
    border-radius: .1rem !important;
  }
  .sp-list {
    padding: 0 .2rem;
  }
  .sp-list li {
    width: 100%;
  }
  .sp-list li a {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .3rem;
    margin-right: 0;
  }

  .sp-list li a::after {
    content: "";
    right: .3rem;
    top: 3.2rem;
    width: .5rem;
    height: .5rem;
  }
  .sp-list li a>img {
    width: 100%;
    height: 4rem;
  }
  .sp-list li a p {
    padding: 0 .2rem;
    font-size: .3rem;
  }

  .sp-list li a .text {
    line-height: .45rem;
    padding-top: .1rem;
  }

  .sp-list li a .date {
    position: unset;
    padding: .25rem .2rem .3rem;
  }

  .sy-tit {
    height: .6rem;
    line-height: .6rem;
    margin: 0 0 .2rem;
  }
  .sy-tit-img{
    margin-top: -.1rem;
    height: 0.85rem;
  }
  .sy-tit:after{
    width: 5rem;
    height: .2rem;
    right: .5rem;
  }
  .tit-more{
    padding-right: 0.3rem;
    letter-spacing: 1px;
    font-size: .3rem;
    line-height: .9rem;
  }
  .part-tit {
    font-size: .4rem;
    height: .6rem;
    line-height: .6rem;
    letter-spacing: 1px;
    padding-left: .3rem;
  }
  .part-tit::before {
    width: .2rem;
    height: .2rem;
    background-size: 100% 100%;
  }
}