.common-banner {
  width: 100%;
  height: 6rem;
  position: relative;
  overflow: hidden;
}
.common-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-banner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-banner .content h5 {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.54rem;
  color: #FFFFFF;
}
.common-banner .content p {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight;/ */
  font-weight: normal;
  font-size: 0.28rem;
  color: #FFFFFF;
  margin-top: 0.46rem;
}
.brief-wrap {
  padding-left: calc((100% - 15.6rem) / 2);
  padding-right: 7rem;
  position: relative;
  overflow: hidden;
  min-height: 8rem;
  /*padding-top: 1.01rem;*/
}
.brief-wrap .zs1 {
  width: 10.49rem;
  height: 1.93rem;
  position: absolute;
  left: 1.33rem;
  bottom: -0.18rem;
  z-index: 1;
}
.brief-wrap .zs2 {
  width: 8.29rem;
  height: 5.59rem;
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
  z-index: 2;
}
.brief-wrap .zs2 .zs2-img {
   margin-top: 0.73rem;
    margin-left: 0.88rem;
    width: 90%;
    height: 87%;
    border-radius: 0.15rem;
}
.brief-wrap .zs2 .play {
  position: absolute;
  top: 60%;
  left: 53%;
  transform: translateY(-50%);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.brief-wrap .zs2 .play:hover img {
  transform: scale(1.3);
}
.brief-wrap .zs2 .play img {
  transition: 300ms;
  width: 0.54rem;
  height: auto;
}
.brief-wrap .zs2 .play p {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
}
.brief-wrap .keji_data {
  display: flex;
  justify-content: space-between;
}
.brief-wrap .keji_data .data_item {
  padding-left: 0.32rem;
  border-left: 0.01rem solid #171C61;
}
.brief-wrap .keji_data .data_item span {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: 300;
  font-size: 0.48rem;
  color: #171C61;
  display: block;
}
.brief-wrap .keji_data .data_item p {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  display: block;
  margin-top: 0.15rem;
}
.brief-wrap .brief {
  margin-top: 1.45rem;
}
.brief-wrap .brief .title {
  position: relative;
  padding-left: 0.23rem;
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.36rem;
  color: #000000;
}
.brief-wrap .brief .title::after {
  content: '';
  width: 0.03rem;
  height: 0.34rem;
  background: #171C61;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.brief-wrap .brief .des {
  width: 7.38rem;
  margin-top: 0.7rem;
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
}
.history-wrap {
  background: #F5F5F5;
  padding-top: 0.7rem;
  padding-bottom: 0.74rem;
}
.history-wrap .history-swiper {
  width: 100%;
  margin-top: 0.6rem;
  overflow: hidden;
}
.history-wrap .history-swiper .slidesOffsetBefore {
  width: calc((100% - 15.6rem) / 2);
  position: fixed;
  z-index: -1;
}
.history-wrap .history-swiper .swiper-slide {
  width: 4.5rem;
  color: #000000;
  background: #fff;
  padding: 0.4rem 0.45rem;
}
.history-wrap .history-swiper .swiper-slide:hover {
  color: #fff;
  background: #171C61;
}
.history-wrap .history-swiper .swiper-slide:hover .year-box .line::after {
  background: #fff;
}
.history-wrap .history-swiper .swiper-slide:hover .year-box .line img.line-ball {
  display: none;
}
.history-wrap .history-swiper .swiper-slide:hover .year-box .line img.line-ball_a {
  display: block;
}
.history-wrap .history-swiper .swiper-slide .year-box .year {
  display: flex;
  align-items: baseline;
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: 300;
  font-size: 0.3rem;
}
.history-wrap .history-swiper .swiper-slide .year-box .year span {
  display: block;
  font-size: 0.18rem;
  margin-left: 0.05rem;
}
.history-wrap .history-swiper .swiper-slide .year-box .line {
  margin-top: 0.22rem;
  display: flex;
  justify-content: start;
  position: relative;
}
.history-wrap .history-swiper .swiper-slide .year-box .line::after {
  content: '';
  width: calc(100% - 0.14rem);
  height: 0.01rem;
  background: #171C61;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.history-wrap .history-swiper .swiper-slide .year-box .line img {
  display: flex;
  width: 0.14rem;
  height: 0.14rem;
}
.history-wrap .history-swiper .swiper-slide .year-box .line img.line-ball_a {
  display: none;
}
.history-wrap .history-swiper .swiper-slide .list {
  margin-top: 0.4rem;
  height: 3.33rem;
  overflow-y: auto;
  scrollbar-width: thin; /* 滚动条宽度（可选）*/
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1); /* 滚动条颜色（可选）*/
}
.history-wrap .history-swiper .swiper-slide .list:hover {
    scrollbar-color: #fff #000; /* 鼠标悬停时滚动条颜色 */
}
.history-wrap .history-swiper .swiper-slide .list .item {
  margin-bottom: 0.25rem;
}
.history-wrap .history-swiper .swiper-slide .list .item .text {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 16px;
}
.history-wrap .history-swiper .swiper-slide .list .item .des {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}
.history-wrap .history-navigation {
  display: flex;
  width: 1rem;
  margin-top: 0.4rem;
  margin-left: calc((100% - 15.6rem) / 2);
}
.history-wrap .history-navigation div {
  width: 50%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
}
.history-wrap .history-navigation div:hover {
  background: #171C61;
}
.history-wrap .history-navigation div img {
  width: 0.15rem;
  height: 0.15rem;
}
.honor-wrap {
  padding: 0.7rem 0;
  background: url(../images/about/honor-bg.png) no-repeat;
  background-size: cover;
}
.honor-wrap .honor-box {
  margin: 0 auto;
  margin-top: 0.85rem;
  position: relative;
  padding-bottom: 1rem;
}
.honor-wrap .honor-box .honorSwiper {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.honor-wrap .honor-box .honorSwiper .img {
  width: 100%;
  height: 2.5rem;
  background-position: center;
  background-size: cover;
  /*-webkit-box-reflect: below 0px linear-gradient(transparent, #00000021);*/
}
.honor-wrap .honor-box .honorSwiper .img img {
  width: 100%;
  height: 2.5rem;
  display: block;
  object-fit: contain;
}
.honor-wrap .honor-box .honorSwiper .text {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-top: 0.4rem;
}
.honor-wrap .honor-box .honorSwiper .time {
  /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.08rem;
}
.honor-wrap .honor-box .honorSwiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.honor-wrap .honor-box .honorSwiper-pagination span {
  display: block;
}
.honor-wrap .honor-box .honorSwiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.partner-wrap {
  padding: 0.7rem 0;
  margin: 0 auto;
}
.partner-wrap .partner-list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.partner-wrap .partner-list .item {
  display: block;
  width: 2.35rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.1);
}
.partner-wrap .partner-list .item:nth-child(6n) {
  margin-right: 0;
}
.partner-wrap .partner-list .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.historySwiper-pagination {
  display: none;
}
@media only screen and (max-width:1440px){
    .brief-wrap .brief .des {
      font-size: 14px;
    }
    .history-wrap .history-swiper .swiper-slide .list .item .des {
      font-size: 14px;
    }
}
@media only screen and (max-width: 900px) {
  .brief-wrap {
    padding: 0;
  }
  .brief-wrap .keji_data {
    flex-direction: column;
    padding: 1rem 0.6rem 0 0.6rem;
    position: relative;
    overflow: hidden;
  }
  .brief-wrap .keji_data .data_item {
    margin-bottom: 0.4rem;
  }
  .brief-wrap .keji_data .data_item span {
    font-size: 0.75rem;
  }
  .brief-wrap .keji_data .data_item p {
    font-size: 0.28rem;
  }
  .brief-wrap .zs1 {
    width: 100%;
    height: 1.56rem;
    object-fit: cover;
    left: 0;
    bottom: 0rem;
  }
  .brief-wrap .zs2-phone {
    width: 100%;
    margin: 0.8rem 0;
    position: relative;
  }
  .brief-wrap .zs2-phone .zs2-img {
    width: 100%;
    height: auto;
  }
  .brief-wrap .zs2-phone .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .brief-wrap .zs2-phone .play img {
    width: 0.88rem;
    height: auto;
  }
  .brief-wrap .zs2-phone .play p {
    /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
    font-weight: normal;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
  }
  .brief-wrap .brief {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
    padding-bottom: 0.55rem;
  }
  .brief-wrap .brief .title {
    font-size: 0.45rem;
  }
  .brief-wrap .brief .des {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .history-wrap .history-navigation {
    display: none;
  }
  .history-wrap .history-swiper {
    padding: 0 0.6rem;
    position: relative;
    padding-bottom: 1rem;
  }
  .history-wrap .history-swiper .swiper-slide {
    width: 4.5rem;
    color: #000000;
    background: #fff;
    padding: 0.4rem 0.45rem;
    color: #fff;
    background: #171C61;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .year {
    font-size: 0.41rem;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .year span {
    font-size: 0.25rem;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .line::after {
    background: #fff;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .line img.line-ball {
    display: none;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .line img.line-ball_a {
    display: block;
  }
  .history-wrap .history-swiper .swiper-slide .list {
    height: 5rem;
  }
  .history-wrap .history-swiper .swiper-slide .list .item .text {
    font-size: 0.32rem;
  }
  .history-wrap .history-swiper .swiper-slide .list .item .des {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .history-wrap .history-swiper .historySwiper-pagination {
    display: block;
  }
  .history-wrap .history-swiper .swiper-pagination-bullet-active {
    background: #000;
  }
  .honor-wrap .honor-box {
    padding: 0 0.3rem;
    padding-bottom: 1rem;
  }
  .honor-wrap .honor-box .honorSwiper .text {
    font-size: 0.28rem;
  }
  .honor-wrap .honor-box .honorSwiper .time {
    font-size: 0.22rem;
  }
  .partner-wrap .partner-list {
    padding: 0 0.3rem;
  }
  .partner-wrap .partner-list .item {
    width: 2.17rem;
    height: 0.82rem;
    margin-right: 0.19rem;
    margin-bottom: 0.2rem;
  }
  .partner-wrap .partner-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
