.honor_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(100vh - var(--headerHeight));
}
@media (max-width: 992px) {
  .honor_box {
    flex-wrap: wrap;
  }
}
.honor_bg {
  width: 45vw;
  height: 100%;
  background: url(../images/honor_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 992px) {
  .honor_bg {
    width: 100vw;
    height: 45%;
  }
}
.honor_img {
  width: 55vw;
  height: 100%;
}
@media (max-width: 992px) {
  .honor_img {
    width: 100vw;
    height: 55%;
  }
}
.honor_img img {
  width: 100%;
  height: 100%;
}
.honor_img .cur {
  opacity: 1;
}
.honor_text {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .honor_text {
    top: 1rem;
    transform: none;
  }
}
.honor_title {
  position: relative;
  font-family: HarmonyOS Sans SC Medium;
  margin-bottom: 0.6rem;
}
.honor_title .cn {
  padding-left: 0.12rem;
  position: relative;
  font-size: 0.42rem;
  font-weight: normal;
  color: #00418d;
}
.honor_title .cn::before,
.honor_title .cn::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  width: 0.04rem;
  height: 40%;
}
.honor_title .cn::before {
  top: 20%;
  background: #00418d;
}
.honor_title .cn::after {
  top: 60%;
  background: #f2a411;
}
@media (max-width: 992px) {
  .honor_title .cn {
    font-size: 0.32rem;
  }
}
.honor_title .cn b {
  font-weight: normal;
  color: #f2a411;
}
.honor_title .en {
  margin-top: 0.2rem;
  display: block;
  font-size: 0.46rem;
  font-weight: normal;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: #cbcbcb 0.005rem;
}
@media (max-width: 992px) {
  .honor_title .en {
    font-size: 0.26rem;
  }
}
.honor_title.white .cn {
  color: #ffffff;
}
.honor_title.white .cn::before {
  background-color: #fff;
}
.honor_ul {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.honor_ul li {
  margin: 0.1rem;
  opacity: 1;
  transition: all 0.3s ease;
  display: block;
  text-align: left;
  height: 0.52rem;
  border-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.15);
  border: 0.01rem solid #ffffff;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.52rem;
  color: #ffffff;
  cursor: pointer;
}
.honor_ul li.swiper-pagination-bullet-active,
.honor_ul li:hover {
  border: 0.01rem solid #f2a411;
  background: #f2a411;
}
@media (min-width: 993px) {
  .honor_ul {
    width: 4rem;
  }
  .honor_ul li {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .honor_ul {
    width: 100%;
  }
  .honor_ul li {
    width: 47%;
    font-size: 0.18rem;
  }
}
