.clear {
  clear: both;
}

.about-page {
  padding-top: 80px;
}

.about-page .about-title h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}

.about-page .about-title span {
  display: block;
  line-height: 36px;
  font-size: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.about-page .about-page__top .about-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  align-items: center;
}

.about-page .about-page__top .about-boxs .about-info {
  width: 26.25%;
}

.about-page .about-page__top .about-boxs .about-info h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
}

.about-page .about-page__top .about-boxs .about-info h4:nth-child(3) {
  margin-bottom: 20px;
}

.about-page .about-page__top .about-boxs .about-info p {
  font-size: 12px;
  line-height: 2;
  color: #999999;
}

.about-page .about-page__top .about-boxs .about-text {
  border-left: 1px solid #ddd;
  width: 70%;
  padding-left: 9%;
}

.about-page .about-page__top .about-boxs .about-text p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 20px;
}

.about-page .about-page__top .about-boxs .about-text p:last-child {
  margin-bottom: 0;
}

.about-page .about-page__culture {
  padding-top: 100px;
}

.about-page .about-page__culture ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

.about-page .about-page__culture ul li {
  background: url(../img/about-page__culture--image1.jpg) no-repeat center / cover;
  width: 31.25%;
  padding-top: 98px;
  padding-bottom: 123px;
}

.about-page .about-page__culture ul li:nth-child(2) {
  background: url(../img/about-page__culture--image2.jpg) no-repeat center / cover;
}

.about-page .about-page__culture ul li:nth-child(3) {
  background: url(../img/about-page__culture--image3.jpg) no-repeat center / cover;
}

.about-page .about-page__culture ul li h4 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.about-page .about-page__culture ul li p {
  text-align: center;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.about-page .about-page__culture ul li em {
  display: block;
  text-align: center;
  margin-top: 53px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

.about-page .about-page__history {
  padding-top: 119px;
}

.about-page .about-page__history .about-page__history--item {
  position: relative;
  margin-top: 57px;
}

.about-page__history-prev {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/prev.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  cursor: pointer;
  /* border: 1px solid #333; */
  border-radius: 50%;
  background-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-page__history-next {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/next.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  cursor: pointer;
  /* border: 1px solid #333; */
  border-radius: 50%;
  background-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-page__history .about-page__history--item::after {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  background: #dddddd;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.about-page .about-page__history .about-page__history--item ul {
  padding-top: 40px;
}

.about-page .about-page__history .about-page__history--item ul li{
  cursor: pointer;
}

.about-page .about-page__history .about-page__history--item ul li em {
  width: 15px;
  height: 15px;
  display: block;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto;
}

.about-page .about-page__history .about-page__history--item ul li span {
  font-size: 18px;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  color: #999999;
  margin-top: 13px;
  line-height: 1;
}

.about-page .about-page__history .about-page__history--item ul li i {
  width: 10px;
  height: 0px;
  display: block;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #CF271E;
  margin: 0 auto;
  position: absolute;
  bottom: 18px;
  transform: translateX(-50%);
  left: 50%;
 
}

.about-page .about-page__history .about-page__history--item ul li.on span {
  transform: translateY(-70px);
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.about-page .about-page__history .about-page__history--item ul li.on i {
  height: 6px;
}

.about-page .about-page__history .about-page__history--list {
  margin-top: 57px;
  position: relative;
}

.about-page .about-page__history .about-page__history--list .about-page__list {
  background: #f3f3f3;
  padding: 28px 30px 43px;
}

.about-page .about-page__history .about-page__history--list .about-page__list h4 {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.about-page .about-page__history .about-page__history--list .about-page__list h4 b {
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-right: 5px;
}

.about-page .about-page__history .about-page__history--list .about-page__list .about-page_list--info {
  margin-top: 20px;
}

.about-page .about-page__history .about-page__history--list .about-page__list .about-page_list--info p {
  font-size: 16px;
  line-height: 32px;
}

.about-page .about-page__honor {
  padding-top: 90px;
  padding-bottom: 140px;
}

.about-page .about-page__honor .about-page__honor--title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.about-page .about-page__honor .about-page__honor--title .about-honor__pagination span {
  width: 34px;
  height: 11px;
  border-radius: 11px;
  background: #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 16px;
}

.about-page .about-page__honor .about-page__honor--title .about-honor__pagination span.swiper-pagination-bullet-active {
  background: #CF271E;
}

.about-page .about-page__honor .about-honor__item {
  padding-top: 50px;
}

.about-page .about-page__honor .about-honor__item ul li {
  background: url(../img/about-honor__item.png) no-repeat center bottom;
  padding-bottom: 110px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-page__honor .about-honor__item ul li a {
  display: block;
  width: 100%;
}

.about-page .about-page__honor .about-honor__item ul li a figure {
  width: 68.4357%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 48.8% 0;
  display: block;
}

.about-page .about-page__honor .about-honor__item ul li a figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-page__honor .about-honor__item ul li .mirror-img {
  left: 50%;
  transform: translateX(-50%) rotateX(180deg);
  width: 68.4357%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(to top, black 0%, black 15%, transparent 100%);
  mask-image: linear-gradient(to top, black 0%, black 10%, transparent 25%);
}

.about-page .about-page__honor .about-honor__item ul li:hover {
  background: url(../img/about-honor__item--hover.png) no-repeat center bottom;
}

@media (max-width: 960px) {
  .about-page {
    padding-top: 40px;
  }

  .about-page .container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page .about-title {
    text-align: center;
    width: 100%;
  }

  .about-page .about-title h3 {
    font-size: 24px;
  }

  .about-page .about-title span {
    font-size: 18px;
    padding-top: 0;
  }

  .about-page .about-page__top .about-boxs {
    margin-top: 20px;
  }

  .about-page .about-page__top .about-boxs .about-info {
    width: 100%;
    text-align: center;
  }

  .about-page .about-page__top .about-boxs .about-info h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .about-page .about-page__top .about-boxs .about-text {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 30px;
  }

  .about-page .about-page__culture {
    padding-top: 40px;
  }

  .about-page .about-page__culture ul {
    gap: 20px 0;
  }

  .about-page .about-page__culture ul li {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-page .about-page__culture ul li h4 {
    font-size: 24px;
  }

  .about-page .about-page__culture ul li em {
    margin-top: 20px;
    font-size: 20px;
  }

  .about-page .about-page__history {
    padding-top: 40px;
  }

  .about-page .about-page__honor {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-page .about-page__honor .about-page__honor--title .about-honor__pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .about-page .about-page__honor .about-honor__item {
    padding-top: 20px;
  }

  .about-page .about-page__honor .about-page__honor--title .about-honor__pagination span {
    margin: 10px 8px;
  }

  .about-page .about-page__top .about-boxs .about-text p {
    margin-bottom: 10px;
  }

  .about-page__history-prev {
    z-index: 99;
    left: 0;
   
  }

  .about-page__history-next {
    right: 0; 
    z-index: 99;
  }

  .about-page .about-page__history .about-page__history--list{
    margin-top: 20px;
  }
}