.introduce-wrap {
  padding: 55px 0;
}
.introduce-wrap .rw {
  display: flex;
  align-items: center;
}
.introduce-wrap h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin: unset;
}
.introduce-wrap small {
  display: block;
  text-indent: 24px;
  font-size: 16px;
  line-height: 1.6;
  margin: 30px 0 30px;
}
.introduce-wrap .rich-text {
  flex: 1;
  margin-right: 30px;
}
.introduce-wrap .rich-text p {
  margin: unset;
  line-height: 1.8;
  color: #444;
  text-indent: 32px;
}
.introduce-wrap .rich-text p + p {
  margin-top: 20px;
}
.introduce-wrap .cover img {
  display: block;
  max-width: 100%;
}

.count-wrap {
  background: rgba(205, 212, 230, 0.3);
  padding: 30px 0;
}
.count-wrap .row .col {
  text-align: center;
}
.count-wrap .count {
  color: #071987;
}
.count-wrap .count .num {
  font-size: 40px;
}
.count-wrap .count i {
  font-style: normal;
  font-size: 35px;
}
.count-wrap .name {
  color: #333;
  margin-top: 10px;
}

.media-wrap {
  padding: 70px 0 70px;
  background: url(/images/about-bg-1.png) no-repeat center;
  background-size: cover;
}
.media-wrap h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 40px;
}
.media-wrap .swiper {
  padding-bottom: 50px;
  height: 360px;
}
.media-wrap .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.media-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.media-wrap .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(51, 51, 51, 0.9));
}
.media-wrap .swiper-slide:hover img {
  transform: scale(1.1);
}
.media-wrap .swiper-slide .hover p {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  line-height: 70px;
  margin: unset;
  letter-spacing: 2px;
  text-align: center;
  transition: bottom ease .3s;
}
.media-wrap .swiper-slide:hover p {
  bottom: 10px;
}
.media-wrap .swiper-control {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.media-wrap .swiper-control .prev,
.media-wrap .swiper-control .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  transition: background .3s ease;
}
.media-wrap .swiper-control .prev i,
.media-wrap .swiper-control .next i {
  color: var(--main-color);
}
.media-wrap .swiper-control .prev:hover,
.media-wrap .swiper-control .next:hover {
  background: var(--main-color);
}
.media-wrap .swiper-control .prev:hover i,
.media-wrap .swiper-control .next:hover i {
  color: #fff;
}
.media-wrap .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5px;
}
.media-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}
@media screen and (max-width: 640px) {
  .introduce-wrap {
    padding: 30px 0;
  }
  .introduce-wrap .rw {
    display: block;
  }
  .introduce-wrap h2 {
    font-size: 18px;
  }
  .introduce-wrap small {
    font-size: 14px;
    margin: 15px 0;
    line-height: 1.8;
    color: #666;
  }
  .introduce-wrap .rich-text {
    margin-right: unset;
  }
  .introduce-wrap .rich-text p {
    font-size: 14px;
    color: #666;
  }
  .introduce-wrap .cover {
    margin-top: 30px;
  }
  .count-wrap {
    padding-top: unset;
  }
  .count-wrap .col {
    margin-top: 30px;
  }
  .count-wrap .row {
    margin: unset;
  }
  .count-wrap .count .num {
    font-size: 24px;
  }
  .count-wrap .count i {
    font-size: 14px;
  }

  .media-wrap {
    padding: 30px 0 15px;
  }
  .media-wrap h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .media-wrap .swiper {
    height: 200px;
  }

  .culture-wrap {
    padding: 50px 0 0 ;
  }
  .culture-wrap .content > small {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.6;
  }
  .culture-wrap .content > h2 {
    font-size: 18px;
  }
  .culture-wrap .content > h2 > span {
    font-size: 12px;
  }
  .culture-wrap .rw {
    margin: unset;
    width: 200%;
    transform: scale(0.5) translateX(-50%);
  }
}
