.about-top {
  margin: 0 auto;
  margin-top: 1rem;
}
.about-wrap {
  margin: 0 auto;
  padding-top: 0.8rem;
}
.about-wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  line-height: 0.55rem;
}
.about-wrap .des {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #707070;
  line-height: 0.35rem;
  margin-top: 0.3rem;
}
.about-wrap .img {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.about-wrap .img .img1 {
  width: 10.97rem;
  height: 6.17rem;
}
.about-wrap .img .img2 {
  width: 4.84rem;
  height: 6.17rem;
}
.honor-wrap {
  background: #ECF2FE;
  margin-top: 0.9rem;
}
.honor-wrap .honor-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9.2rem;
}
.honor-wrap .honor-box .left .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.56rem;
  color: #232B3C;
}
.honor-wrap .honor-box .left .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  line-height: 0.55rem;
  margin: 0.31rem 0;
}
.honor-wrap .honor-box .left .more {
  width: 2.09rem;
  height: 0.63rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #184FC1;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.365s;
}
.honor-wrap .honor-box .left .more:hover {
  background: #184FC1;
  color: #fff;
}
.honor-wrap .honor-box .left .more:hover .icon1 {
  display: none;
}
.honor-wrap .honor-box .left .more:hover .icon2 {
  display: block;
}
.honor-wrap .honor-box .left .more img {
  width: 0.2rem;
  margin-left: 0.2rem;
}
.honor-wrap .honor-box .left .more .icon2 {
  display: none;
}
.honor-wrap .honor-box .right {
  display: flex;
  flex-shrink: 0;
}
.honor-wrap .honor-box .right .honor-swiper {
  margin-left: 0.3rem;
  width: 3.52rem;
  height: 9.2rem;
  overflow: hidden;
}
.honor-wrap .honor-box .right .honor-swiper .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.honor-wrap .honor-box .right .honor-swiper .swiper {
  width: 100%;
  height: 100%;
}
.honor-wrap .honor-box .right .honor-swiper .swiper .swiper-slide {
  background: #fff;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honor-wrap .honor-box .right .honor-swiper .swiper .swiper-slide .img {
  width: 100%;
}
.honor-wrap .honor-box .right .honor-swiper .swiper .swiper-slide .img img {
  width: 100%;
  height: 2.35rem;
  object-fit: contain;
}
.honor-wrap .honor-box .right .honor-swiper .swiper .swiper-slide .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  text-align: center;
  margin-top: 0.23rem;
}
.history-wrap {
  background: url(../img/about/bg.png) no-repeat;
  height: 9rem;
  background-size: cover;
  padding: 1.5rem 0;
}
.history-wrap .history-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.56rem;
  color: #FFFFFF;
  margin: 0 auto;
}
.history-wrap .history-box {
  width: 100%;
  margin-top: 0.3rem;
  position: relative;
}
.history-wrap .history-box::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.history-wrap .history-box .history-swiper {
  margin: 0 auto;
  position: relative;
}
.history-wrap .history-box .history-swiper .historySwiper {
  position: relative;
  overflow: hidden;
}
.history-wrap .history-box .history-swiper .historySwiper .item {
  position: relative;
}
.history-wrap .history-box .history-swiper .historySwiper .item::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #6199FF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-wrap .history-box .history-swiper .historySwiper .item::before {
  content: '';
  width: 0.32rem;
  height: 0.32rem;
  border: 0.01rem solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.history-wrap .history-box .history-swiper .historySwiper .item .year-box {
  position: relative;
  height: 2.5rem;
  width: 100%;
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.history-wrap .history-box .history-swiper .historySwiper .item .year-box .year {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.38rem;
  color: #FFFFFF;
  opacity: 0.55;
}
.history-wrap .history-box .history-swiper .historySwiper .item .des {
  height: 2.5rem;
  width: 100%;
  padding-top: 0.5rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  text-align: center;
  opacity: 0;
}
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item::after,
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item::after {
  background: #fff;
}
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item::before,
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item::before {
  opacity: 1;
}
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .year-box .year,
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .year-box .year {
  font-weight: bold;
  font-size: 0.89rem;
  opacity: 1;
}
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .des,
.history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .des {
  opacity: 1;
}
.history-wrap .history-box .history-swiper .historySwiper-button {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.history-wrap .history-box .history-swiper .historySwiper-button img {
  width: 100%;
  height: 100%;
}
.history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-next {
  right: -0.6rem;
}
.history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-prev {
  left: -0.6rem;
}
@media only screen and (max-width: 900px) {
  .about-wrap {
    margin: 0 auto;
    padding: 0 0.3rem;
    padding-top: 1rem;
  }
  .about-wrap .title {
    font-size: 0.4rem;
    line-height: 0.65rem;
  }
  .about-wrap .des {
    font-size: 0.28rem;
    color: #707070;
    line-height: 0.55rem;
    margin-top: 0.4rem;
  }
  .about-wrap .img {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .about-wrap .img .img1 {
    width: 100%;
    height: auto;
  }
  .about-wrap .img .img2 {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .honor-wrap {
    background: #ECF2FE;
    margin-top: 0.9rem;
    padding: 1.2rem 0.3rem;
  }
  .honor-wrap .honor-box {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    flex-direction: column;
  }
  .honor-wrap .honor-box .left .text {
    font-size: 0.4rem;
    line-height: 0.65rem;
    margin: 0.44rem 0;
  }
  .honor-wrap .honor-box .left .more {
    width: 3.19rem;
    height: 0.96rem;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .honor-wrap .honor-box .left .more img {
    width: 0.31rem;
    margin-left: 0.2rem;
  }
  .honor-wrap .honor-box .right {
    display: none;
  }
  .honor-wrap .honor-box .swiper-h5 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.9rem;
    position: relative;
    margin-top: 0.8rem;
  }
  .honor-wrap .honor-box .swiper-h5 .honorSwiper-h5 {
    width: 100%;
    height: 8.2rem;
    overflow: hidden;
  }
  .honor-wrap .honor-box .swiper-h5 .honorSwiper-h5 .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
    background: #fff;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .honor-wrap .honor-box .swiper-h5 .honorSwiper-h5 .swiper-slide .img {
    width: 100%;
  }
  .honor-wrap .honor-box .swiper-h5 .honorSwiper-h5 .swiper-slide .img img {
    width: 100%;
    height: 2.35rem;
    object-fit: contain;
  }
  .honor-wrap .honor-box .swiper-h5 .honorSwiper-h5 .swiper-slide .text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    text-align: center;
    margin-top: 0.15rem;
  }
  .history-wrap {
    height: auto;
    padding: 1rem  0;
  }
  .history-wrap .history-title {
    padding: 0 0.3rem;
  }
  .history-wrap .history-box {
    width: 100%;
    margin-top: 0.3rem;
    position: relative;
  }
  .history-wrap .history-box .history-swiper {
    margin: 0 auto;
    position: relative;
    padding: 0 0.3rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper {
    position: relative;
    overflow: hidden;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item {
    position: relative;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #6199FF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .history-wrap .history-box .history-swiper .historySwiper .item::before {
    content: '';
    width: 0.32rem;
    height: 0.32rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .year-box {
    position: relative;
    height: 3.5rem;
    width: 100%;
    padding-bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .year-box .year {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.38rem;
    color: #FFFFFF;
    opacity: 0.55;
  }
  .history-wrap .history-box .history-swiper .historySwiper .item .des {
    height: 3.5rem;
    width: 100%;
    padding-top: 0.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.55rem;
    text-align: center;
    opacity: 0;
  }
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item::after,
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item::after {
    background: #fff;
  }
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item::before,
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item::before {
    opacity: 1;
  }
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .year-box .year,
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .year-box .year {
    font-weight: bold;
    font-size: 0.89rem;
    opacity: 1;
  }
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-active .item .des,
  .history-wrap .history-box .history-swiper .historySwiper .swiper-slide-duplicate-active .item .des {
    opacity: 1;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button img {
    width: 100%;
    height: 100%;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-next {
    right: 0.2rem;
  }
  .history-wrap .history-box .history-swiper .historySwiper-button.historySwiper-prev {
    left: 0.2rem;
  }
}
