.about-advantages {
  display: flex;
  flex-wrap: wrap;
}

.about-advantage {
  width: 24.6rem;
}

.about-advantage__head {
  margin: 1rem 0;

  color: #0c6ef1;

  font-size: 6rem;
  font-weight: bold;
}

.about-advantage__body {
  font-size: 1.6rem;
}

.about-historys-wrapper {
  background: #f4f5f7 center 65% no-repeat;
}

.about-historys {
  position: relative;

  display: flex;
  flex-direction: column;

  margin-top: 4rem;
}
.about-historys::before {
  position: absolute;
  left: 50%;

  width: 4px;
  height: 100%;
  margin-left: -2px;

  content: "";

  background: #dedede;
}

.about-history {
  position: relative;

  width: 54rem;

  transition: all 1500ms ease 500ms;
  transform: scale(1, 1) translate3d(-1000px, 0px, 0px);
  text-align: right;
}
.about-history:first-child {
  margin-top: 3rem;
}
.about-history:nth-child(even) {
  align-self: flex-end;

  transform: scale(1, 1) translate3d(1000px, 0px, 0px);
  text-align: left;
}
.about-history:nth-child(even) .about-history__dot {
  right: auto;
  left: -9rem;
}

.about-history__dot {
  position: absolute;
  top: 1rem;
  right: -9rem;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  content: "";

  border: 1px solid #0c6ef1;
  border-radius: 50%;
  background: #fff;
}
.about-history__dot::after {
  width: 20px;
  height: 20px;

  content: "";

  border-radius: 50%;
  background: #0c6ef1;
}

.about-history-icon {
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  margin: 5rem auto 0;

  cursor: pointer;

  color: #fff;
  border-radius: 50%;
  background: #0c6ef1;
}
.about-history-icon:hover {
  color: #0c6ef1;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.about-history__head {
  margin-bottom: 3rem;

  font-size: 3rem;
  font-weight: bold;
}

.about-history__body {
  color: #818181;

  font-size: 1.5rem;
}

.about-culture {
  margin: -2rem;
}

.culture {
  display: flex;
  flex-wrap: wrap;

  margin-bottom: 1.5rem;
}

.culture-item {
  overflow: hidden;

  width: 38.3rem;
  margin: 2rem;

  border-radius: 5px;
  background: #f3f5f7;
}
.culture-item:hover {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.culture-item:hover .culture-item__title {
  color: #0c6ef1;
}

.culture-item__image {
  position: relative;

  height: 0;
  padding-top: 47.37%;
}

.culture-item__body {
  padding: 2.5rem;
}

.culture-item__title {
  position: relative;

  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;

  font-size: 2rem;
  font-weight: bold;
}
.culture-item__title:after {
  position: absolute;
  bottom: 0;

  display: block;

  width: 2.8rem;
  height: 2px;

  content: "";

  background: #0c6ef1;
}

.culture-item__tip {
  color: #818181;

  font-size: 1.5rem;
}

.about-honors {
  display: flex;
  overflow: hidden;
  flex-direction: column;

  height: 74rem;
  padding: 6rem 0;

  background: #0c6ef1;
}

.about-honors__head {
  margin-bottom: 5rem;

  text-align: center;

  color: #fff;

  font-size: 3.6rem;
  font-weight: bold;
}

.about-honors__body {
  position: relative;

  flex: 1;
}

.swiper-honors {
  width: 100%;
  max-width: 1460px;
  height: 100%;
}
.swiper-honors .swiper-button-prev,
.swiper-honors .swiper-button-next {
  box-sizing: border-box;
  width: 46px;
  height: 46px;

  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.swiper-honors .swiper-button-prev::after,
.swiper-honors .swiper-button-next::after {
  position: relative;

  color: #0c6ef1;

  font-size: 17px;
}
.swiper-honors .swiper-button-prev:hover,
.swiper-honors .swiper-button-next:hover {
  background: #006cff;
}
.swiper-honors .swiper-button-prev:hover::after,
.swiper-honors .swiper-button-next:hover::after {
  color: #fff;
}
.swiper-honors .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 3rem;
  height: 4px;
  margin: 0 0.6rem;

  opacity: 1;
  border-radius: 2px;
  background: #3b8cff;
}
.swiper-honors .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-honors-list {
  display: flex;
  justify-content: center;
}

.swiper-honor {
  margin: 1.5rem;
}

.siwper-honor__head {
  width: 28.5rem;
}

.swiper-honor__image {
  position: relative;

  width: 100%;
  height: 0;
  padding-top: 140.96%;

  cursor: pointer;
}

.swiper-honor__title {
  overflow: hidden;

  padding-top: 2rem;

  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;

  color: #fff;

  font-size: 1.6rem;
}

.swiper-teams {
  width: 100%;
  max-width: 1460px;
  height: 100%;
  padding-bottom: 6rem;
}
.swiper-teams .swiper-button-prev,
.swiper-teams .swiper-button-next {
  box-sizing: border-box;
  width: 46px;
  height: 46px;

  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.swiper-teams .swiper-button-prev::after,
.swiper-teams .swiper-button-next::after {
  position: relative;

  color: #0c6ef1;

  font-size: 17px;
}
.swiper-teams .swiper-button-prev:hover,
.swiper-teams .swiper-button-next:hover {
  background: #006cff;
}
.swiper-teams .swiper-button-prev:hover::after,
.swiper-teams .swiper-button-next:hover::after {
  color: #fff;
}
.swiper-teams .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 3rem;
  height: 4px;
  margin: 0 0.6rem;

  opacity: 1;
  border-radius: 2px;
  background: #e0e7ff;
}
.swiper-teams .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0c6ef1;
}

.swiper-team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.swiper-team {
  display: flex;
  overflow: hidden;

  width: 60rem;
  height: 28rem;
  margin: 1.5rem;

  cursor: pointer;

  border-radius: 5px;
  background: #f3f5f7;
}
.swiper-team:hover {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.swiper-team:hover .swiper-team__name,
.swiper-team:hover .swiper-team__next {
  color: #0c6ef1;
}

.swiper-team__image {
  width: 28rem;
}

.swiper-team__image-wapper {
  position: relative;

  width: 100%;
  padding-top: 100%;
}

.swiper-team__info {
  flex: 1;

  padding: 5rem 5rem 0 0;

  color: #818181;
}

.swiper-team__name {
  margin-bottom: 1rem;

  color: #000;

  font-size: 2.4rem;
  font-weight: bold;
}

.swiper-team__tip {
  margin-bottom: 3rem;

  font-size: 1.4rem;
}

.siwper-team__content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 4rem;
  margin-bottom: 2rem;

  text-overflow: ellipsis;

  font-size: 1.5rem;
  line-height: 2rem;

  -webkit-line-clamp: 2;
}

.swiper-team__next {
  font-size: 3.4rem;
}

.modal-team .swiper-team {
  width: 1068px;
  height: 530px;
  margin: 0 auto;

  background: #fff;
}
.modal-team .swiper-team .swiper-team__image {
  width: 530px;
}
.modal-team .swiper-team .swiper-team__info {
  padding-top: 10rem;
}
.modal-team .swiper-team .swiper-team__name {
  margin-bottom: 1rem;
}
.modal-team .swiper-team .siwper-team__content {
  height: 12.5rem;
  margin-bottom: 4rem;

  font-size: 1.5rem;
  line-height: 2.5rem;

  -webkit-line-clamp: 5;
}
.modal-team .swiper-team:hover .swiper-team__name,
.modal-team .swiper-team:hover .swiper-team__next {
  color: #000;
}
.modal-team .swiper-team__label {
  color: #000;
}

.modal-team__head {
  width: 1160px;
  margin: 0 auto;
}

.modal-team__close {
  float: right;

  cursor: pointer;

  color: #fff;

  font-size: 4rem;
}

@media screen and (max-width: 900px) {
  .section__body {
    padding: 0 1rem;
  }
  .about-culture {
    margin: 0;
  }
  .culture-item {
    width: 100%;
  }
  .about-advantage {
    margin: 0 auto;

    text-align: center;
  }
  .about-honors {
    height: auto;
  }
  .about-honors .swiper-button-prev,
.about-honors .swiper-button-next {
    background: transparent;
    box-shadow: none;
  }
  .about-honors .swiper-button-prev:hover,
.about-honors .swiper-button-next:hover {
    background: transparent;
  }
  .about-honors .swiper-button-prev::after,
.about-honors .swiper-button-next::after {
    color: #fff !important;
  }
  .swiper-honor {
    margin: 0;
  }
  .siwper-honor__head {
    width: 70%;
    margin: 0 auto;
  }
  .about-history__head {
    margin-bottom: 1rem;
  }
  .about-historys {
    margin-top: 0;
  }
  .about-historys::before {
    left: 30px;
  }
  .about-history__dot {
    top: 4px;
    left: 7px !important;
  }
  .about-history-icon {
    margin: 0 1rem;
  }
  .about-history {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 6rem;
  }
  .about-history:nth-child(odd) {
    align-self: flex-end;

    text-align: left;
  }
  .about-history:nth-child(odd) .about-history__dot {
    right: auto;
    left: -9rem;
  }
  .modal-team .modal-team__head {
    width: 100%;
    margin: 0 auto;
  }
  .modal-team .swiper-team {
    width: 100%;
    height: auto;
  }
  .modal-team .swiper-team .swiper-team__info {
    padding: 2rem !important;
  }
  .modal-team .swiper-team .siwper-team__content {
    height: 17.5rem;

    -webkit-line-clamp: 7;
  }
}