:root {
  --sung-honor-title-leading: 1.2;
  --sung-honor-title-size: 40px;
  --sung-honor-text-leading: 1.5;
}

.lemei-honor {
  background-color: var(--bg-color);
  padding: 80px 0;
}

.lemei-honor h2 {
  text-align: center;
  font-size: 36px;
  line-height: var(--sung-honor-title-leading);
}

.lemei-honor .swiper {
   padding: 5rem 0;
}
.lemei-honor .swiper-slide{
  display: flex;
  justify-content: center;
}

.lemei-honor .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lemei-honor .inner img {
  width: 100%;
  /* aspect-ratio: 3/4; */
  object-fit: cover;
}
.lemei-honor .swiper-slide-active .inner {
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.41);
}
.lemei-honor .swiper-slide-active .inner img {
  transform: scale(1.2);
  z-index: 22;
}
.lemei-honor .list {
  position: relative;
}
.lemei-honor .swiper-slide {
  box-sizing: border-box;
}

.lemei-honor .swiper-pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.42;
}
.lemei-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  :root {
    --sung-honor-title-size: 36px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --sung-honor-title-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --sung-honor-title-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --sung-honor-title-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --sung-honor-title-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --sung-honor-title-size: 20px;
  }
}


@media screen and (max-width: 1281px) {
  .lemei-honor h2{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .lemei-honor h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .lemei-honor h2{font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .lemei-honor h2{font-size: 24px;}
  .lemei-honor .swiper-slide-active .inner img {
    transform: scale(1);
    z-index: 22;
}
  .lemei-honor .swiper {
    padding: 2rem 0;
  }
  .lemei-honor {
    background-color: var(--bg-color);
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .lemei-honor h2{font-size: 22px;}
}