.deqing_banner .swiper-slide {
  position: relative;
}

.deqing_banner .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1067;
  object-fit: cover;
}

.deqing_banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.deqing_banner .banner-content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: calc(var(--text-gap-lg) * 2);
  margin-top: var(--content-gap-lg) !important;
}

.banner_title {
  color: #fff;
  font-family: var(--font-banner-family);
  font-size: 92px;
  font-weight: 400;
  line-height: 1.15942;
  text-transform: uppercase;
  max-width: 80%;
}

.banner-tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
}

.banner-tag {
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-shadow: 0 5.656px 39.732px rgba(0, 0, 0, 0.25);
  font-size: var(--title-size-h5);
  font-weight: 400;
  line-height: normal;
  backdrop-filter: blur(43.26719284057617px);
}

.banner-content .deqing-text{
  max-width: 50%;
}

.banner-content .deqing-btn{
  background: rgba(0, 0, 0, 0.25);
  margin-top: calc(var(--text-gap-lg) * 2);
}
.banner-content .deqing-btn:hover{
  color: #fff !important;
}

.deqing_banner .banner-bottom{
  width: 100%;
  height: 64px;
  background: #D9D9D9;
  position: relative;
}
.banner-bottom .union1{
  width: 80px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 0%,100% 0,80% 100%,20% 100%);
  position: absolute;
  right: 13%;
  bottom: 0;
}
.banner-bottom .union2{
  width: 60px;
  height: 80px;
  background: #D9D9D9;
  clip-path: polygon(0% 0%,100% 0,65% 100%,35% 100%);
  position: absolute;
  bottom: 10px;
  right: calc(13% + 9px);
  z-index: 9;
}

@media screen and (max-width: 1500px) {
  .banner_title{
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .banner_title{
    font-size: 50px;
    max-width: 100%;
  }
  .banner-tags{
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .banner-content .deqing-text{
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .deqing_banner .banner-content .container{
    margin-top: 75px !important;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .banner_title{
    font-size: 40px;
  }
  .banner-tags,
  .banner-content .deqing-text{
    display: none;
  }
}