.about-wrap .about-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
}
.about-wrap .company-wrap {
  padding: 0.7rem 0;
}
.about-wrap .company-wrap .company-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-wrap .company-wrap .company-box .left {
  flex: 1;
  margin-right: 0.4rem;
}
.about-wrap .company-wrap .company-box .left .text {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin-top: 0.3rem;
}
.about-wrap .company-wrap .company-box .right {
  width: 4.68rem;
  height: auto;
  flex-shrink: 0;
}
.about-wrap .company-wrap .company-box .right img {
  width: 100%;
}
.about-wrap .history-wrap {
  padding: 0.7rem 0;
  background: #F5F7FA;
}
.about-wrap .history-wrap .history-box {
  margin: 0 auto;
}
.about-wrap .history-wrap .history-box .top {
  display: flex;
  justify-content: space-between;
}
.about-wrap .history-wrap .history-box .top .swiper-button {
  display: flex;
}
.about-wrap .history-wrap .history-box .top .swiper-button img {
  width: 0.56rem;
  cursor: pointer;
}
.about-wrap .history-wrap .history-box .top .swiper-button img:last-of-type {
  margin-left: 0.08rem;
}
.about-wrap .history-wrap .history-box .history-swiper {
  position: relative;
  margin-top: 0.6rem;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper::after {
  content: '';
  width: 100%;
  height: 0.2rem;
  background: url(../image/about/history-bg.png);
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .ball {
  width: 0.2rem;
  height: 0.2rem;
  background: #F6F6F6;
  border: 0.01rem solid #0C438C;
  position: relative;
  border-radius: 50%;
  transition: all 0.365s;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .ball::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background: #0C438C;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .year {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.16rem;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .img {
  margin: 0.2rem 0;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .img img {
  width: 2rem;
  height: 1.4rem;
  object-fit: cover;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.about-wrap .honor-wrap {
  padding: 0.7rem 0;
}
.about-wrap .honor-wrap .honor-box {
  margin: 0 auto;
}
.about-wrap .honor-wrap .honor-box .honor-swiper {
  margin-top: 0.5rem;
  overflow: hidden;
}
.about-wrap .honor-wrap .honor-box .honor-swiper .honorSwiper {
  overflow: hidden;
}
.about-wrap .honor-wrap .honor-box .honor-swiper .honorSwiper .swiper-slide {
  width: 100%;
  height: 3.1rem;
  transform: scale(0.9);
  position: relative;
}
.about-wrap .honor-wrap .honor-box .honor-swiper .honorSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.about-wrap .honor-wrap .honor-box .honor-swiper .honorSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-wrap .honor-wrap .honor-box .honor-swiper .honorSwiper .swiper-slide-active {
  transform: scale(1);
}
.about-wrap .honor-wrap .honor-box .honorSwiper-button {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.about-wrap .honor-wrap .honor-box .honorSwiper-button .honorSwiper-bt {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #e2e2e2;
  cursor: pointer;
}
.about-wrap .honor-wrap .honor-box .honorSwiper-button .honorSwiper-bt:last-of-type {
  margin-left: 0.22rem;
}
.about-wrap .honor-wrap .honor-box .honorSwiper-button .honorSwiper-bt:hover {
  background: #0C438C;
}
.about-wrap .honor-wrap .honor-box .honorSwiper-button .honorSwiper-bt img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
.about-wrap .company-wrap .company-box{
    display: block;
}
.about-wrap .company-wrap .company-box .left{
    margin-right: 0;
}
.about-wrap .company-wrap .company-box .left .text{
    font-size: 0.24rem;
}
.about-wrap .company-wrap .company-box .right{
    width: 100%;
    margin-top: .3rem;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .ball{
    width: .3rem;
    height: .3rem;
}
.about-wrap .history-wrap .history-box .history-swiper .historySwiper .des .text{
    font-size: .2rem;
}
}