#about .blurb {
  position: relative;
  padding-top: 77px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#about .blurb > img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  z-index: -1;
  max-width: 44%;
}
#about .blurb .font52 {
  font-size: 52px;
  margin-bottom: 47px;
}
#about .blurb .content {
  width: 67.7%;
  font-size: 16px;
  color: #021432;
  line-height: 35px;
}
#about .blurb .left-numbers {
  display: flex;
  align-items: center;
  padding: 22px 0 30px;
}
#about .blurb .left-numbers li .number {
  color: #1EB1CD;
  font-size: 78px;
  line-height: 78px;
  font-weight: bold;
  position: relative;
}
#about .blurb .left-numbers li .font68{
    font-size:68px;
}
#about .blurb .left-numbers li .number::after {
  font-size: 16px;
  line-height: 16px;
  color: #1EB1CD;
  position: absolute;
  top: 12px;
}
#about .blurb .left-numbers li:nth-child(1) {
  margin-right: 160px;
}
#about .blurb .left-numbers li:nth-child(1) .number::after {
  content: '+';
  right: -34px;
}
#about .blurb .left-numbers li:nth-child(2) .number::after {
  content: '+';
  right: -10px;
}
#about .blurb .left-numbers li p {
  color: #222222;
  font-size: 12px;
}
#about .video-box {
  position: relative;
}
#about .video-box video {
  width: 100%;
}
#about .video-box .layout-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 79px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  background-image: url(../images/index/play.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#about .video-box .layout-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF9F9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#about .video-box .layout-play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.31);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#about .video-box .layout-play:hover::after {
  opacity: 1;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
#about .video-box .layout-play:hover::before {
  opacity: 1;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
#about .honer {
  background: url(../images/about/i15.png) no-repeat;
  background-size: 100% 100%;
}
#about .honer .swiper-wrapper {
  height: max-content;
}
#about .honer .font52 {
  font-size: 52px;
  padding: 88px 0 60px;
}
#about .honer .honer_swiper {
  width: 100%;
  padding: 20px 0 200px;
  position: relative;
}
#about .honer .honer_swiper .swiper-pagination {
  display: none;
}
#about .honer .honer_swiper .swiper-slide {
  padding: 0 15px;
  background: #fff;
  height: max-content;
}
#about .honer .honer_swiper .honer_slide {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.09);
  padding: 22px 25px 0;
  box-sizing: border-box;
}
#about .honer .honer_swiper .honer_slide .honer_img {
  display: inline-block;
  width: 100%;
}
#about .honer .honer_swiper .honer_slide .honer_img img {
  display: inline-block;
  width: 100%;
}
#about .honer .honer_swiper .honer_slide p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #434343;
  line-height: 20px;
  margin: 20px 0;
}
#about .honer .swiper-btn {
  position: absolute;
  bottom: 100px;
  top: auto;
  width: 55px;
  height: 55px;
  background-size: 55px 55px;
}
#about .honer .swiper-btn.swiper-button-prev {
  left: calc(50% - 68px);
  background-image: url(../images/about/left.png);
}
#about .honer .swiper-btn.swiper-button-next {
  right: calc(50% - 68px);
  background-image: url(../images/about/right.png);
}
#about .honer .swiper-btn.mb {
  display: none;
}
#about .cooperation {
  background: #F3F3F3;
  padding-bottom: 90px;
}
#about .cooperation .font52 {
  font-size: 52px;
  padding: 88px 0 70px;
}
#about .cooperation ul {
  display: flex;
  flex-wrap: wrap;
}
#about .cooperation ul li {
  width: 18.94%;
  margin-right: 1.3%;
  margin-bottom: 23px;
  overflow: hidden;
}
#about .cooperation ul li:nth-child(5n) {
  margin-right: 0;
}
#about .cooperation ul li img {
  width: 100%;
  transition: all ease 0.7s;
}
#about .cooperation ul li:hover img {
  transform: scale(1.13);
}
#about .bigPic-show {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
}
#about .bigPic-show div {
  position: absolute;
}
/* 手机端样式 */
@media screen and (max-width: 1024px) {
  #about .blurb {
    padding-top: 34px;
    display: flex;
    flex-direction: column-reverse;
  }
  #about .blurb > img {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #about .blurb .font52 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  #about .blurb .content {
    width: 100%;
  }
  #about .blurb .content p {
    font-size: 14px;
    color: #7E7E7E;
    line-height: 27px;
  }
  #about .blurb .left-numbers {
    justify-content: center;
    padding: 15px 0 5px;
  }
  #about .blurb .left-numbers li .number {
    font-size: 65px;
    line-height: 65px;
  }
  #about .blurb .left-numbers li .font68{
    font-size:60px;
}
  #about .blurb .left-numbers li .number::after {
    font-size: 14px;
    top: 5px;
  }
  #about .blurb .left-numbers li:nth-child(1) {
    margin-right: 75px;
  }
  #about .blurb .left-numbers li:nth-child(1) .number::after {
    right: -12px;
  }
  #about .blurb .left-numbers li:nth-child(2) .number::after {
    right: 2px;
  }
  #about .blurb .left-numbers li p {
    font-size: 14px;
    color: #001934;
  }
  #about .honer {
    background: url(../images/about/i15_m.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 80px;
  }
  #about .honer .honer_swiper_div {
    position: relative;
  }
  #about .honer .font52 {
    font-size: 27px;
    padding: 45px 0 65px;
  }
  #about .honer .honer_swiper {
    padding: 0 ;
    width: calc(100% - 94px);
  }
  #about .honer .honer_swiper .swiper-slide {
    padding: 15px;
    background: none;
  }
  #about .honer .honer_swiper .swiper-slide .honer_slide {
    background: #fff;
  }
  #about .honer .swiper-btn {
    width: 43px;
    height: 43px;
    background-size: 43px 43px;
    bottom: calc(50% - 22px);
  }
  #about .honer .swiper-btn.pc {
    display: none;
  }
  #about .honer .swiper-btn.mb {
    display: inline-block;
  }
  #about .honer .swiper-btn.swiper-button-next1 {
    right: 0;
    background-image: url(../images/about/right.png);
  }
  #about .honer .swiper-btn.swiper-button-prev1 {
    left: 0;
    background-image: url(../images/about/left.png);
  }
  #about .cooperation {
    padding-bottom: 40px;
  }
  #about .cooperation .font52 {
    font-size: 27px;
    padding: 32px 0 ;
  }
  #about .cooperation ul {
    justify-content: space-between;
  }
  #about .cooperation ul li {
    width: 48.4%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
