.desc-wrap {
  padding: 100px 0 0;
}
.desc-wrap .title-wrap h2 {
  font-size: 100px;
  color: hsla(0, 0%, 20%, 0.06);
  text-align: center;
  margin: unset;
  opacity: 0 !important;
}
.desc-wrap .title-wrap h3 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin: -70px 0 20px;
  position: relative;
  z-index: 1;
}
.desc-wrap .title-wrap small {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 1;
}
.desc-wrap .title-wrap small::before {
  content: "";
  width: 3px;
  height: 18px;
  background: #FD643B;
  margin-right: 10px;
}
.desc-wrap img {
  display: block;
  margin: 84px auto 60px;
  max-width: 100%;
  object-fit: contain;
}
.desc-wrap p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}


.honor-wrap {
  margin-bottom: 30px;
}
.honor-wrap img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.honor-wrap .tag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 50px;
}
.honor-wrap .tag-wrap li {
  cursor: pointer;
  font-size: 18px;
  color: #333333;
  position: relative;
  transition: color .3s ease;
}
.honor-wrap .tag-wrap li::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #133686;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.honor-wrap .tag-wrap li + li {
  margin-left: 98px;
}
.honor-wrap .tag-wrap li:hover,
.honor-wrap .tag-wrap li.active {
  color: var(--main-color);
}
.honor-wrap .tag-wrap li:hover::after,
.honor-wrap .tag-wrap li.active::after {
  opacity: 1;
}
.honor-wrap .swiper-map {
  padding: 20px;
  margin: -20px -70px;
}
.honor-wrap .swiper-map > .swiper-wrapper > .swiper-slide {
  padding: 20px 0;
  margin: -20px 0;
  /* opacity: 0; */
  /* pointer-events: none; */
  transition: opacity .3s ease;
}
.honor-wrap .swiper-map .swiper-controller {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  transform: translateY(-50%);
}
.honor-wrap .swiper-map .swiper-controller .prev,
.honor-wrap .swiper-map .swiper-controller .next {
  width: 36px;
  height: 36px;
  background: #EEEEEE;
  border-radius: 18px 18px 18px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s ease;
}
.honor-wrap .swiper-map .swiper-controller .prev:hover,
.honor-wrap .swiper-map .swiper-controller .next:hover {
  background: var(--main-color);
  color: #fff;
}
.honor-wrap .swiper-map .wrap {
  padding: 0 50px 0;
  margin-bottom:  30px;
  position: relative;
}
.honor-wrap .swiper-map .wrap .swiper-pagination {
  bottom: -20px;
}
.honor-wrap .swiper-map .wrap .swiper-pagination .swiper-pagination-bullet {
  width: 49px;
  height: 4px;
  background: #133686;
  opacity: 0.1;
  border-radius: unset;
}
.honor-wrap .swiper-map .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.honor-wrap .swiper-map .swiper {
  padding: 20px 19px;
  margin: -20px;
}
.honor-wrap .swiper-map .swiper .swiper-slide {
  transition: box-shadow .3s ease, transform .3s ease;
}
.honor-wrap .swiper-map .swiper .swiper-slide:hover {
  box-shadow: 0 0 10px 0 rgba(0, 6, 25, .5);
  transform: scale(1.05);
}


.idea-wrap img {
  display: block;
  margin: 60px auto 100px;
  max-width: 100%;
}


@media screen and (max-width: 640px) {
  .desc-wrap {
    padding-top: 50px;
  }
  .desc-wrap .title-wrap h2 {
    font-size: 60px;
  }
  .desc-wrap .title-wrap h3 {
    margin: -50px 0 10px;
  }
  .desc-wrap p {
    font-size: 14px;
  }
  .desc-wrap img {
    max-width: 60%;
    margin: 32px auto;
  }
  .idea-wrap img {
    max-width: 80%;
    margin: 30px auto 50px;
  }
}
