.flex {
  display: flex
}
.row {
  width: 1200px;
  margin: auto;
  position: relative;
}
.about {
    padding: 52px 0;
  }
  .about .imgs {
    width: 510px;
    height: 320px;
    margin-right: 57px;
  }
  .about .imgs .swiper-slide img {
    width: 510px;
    height: 320px;
  }
  .about .imgs .swiper-container-horizontal > .swiper-pagination-bullets,
  .about .imgs .swiper-pagination-custom,
  .about .imgs .swiper-pagination-fraction {
    text-align: right;
    width: 98%;
  }
  .about .imgs .swiper-pagination-bullet-active,
  .about .imgs .swiper-pagination-bullet {
    background: #fff;
    width: 20px;
    height: 2px;
    border-radius: 0;
  }
  .about .info .name {
    margin-bottom: 23px;
  }
  .about .info .name .tit {
    font-size: 32px;
    font-weight: bold;
  }
  .about .info .name .tit strong a{
    color: #1432a8;
    font-weight: bold;
  }
  .about .info .name .sub {
    font-size: 12px;
    color: #666;
    margin-top: 12px;
    font-family: 'Arial';
    font-weight: lighter;
  }
  .about .info .name::after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    background: #c30d23;
    border-radius: 0 0 100px 0;
    margin-top: 12px;
  }
  .about .info .text {
    line-height: 26px;
    text-align: justify;
    color: #666;
    margin-bottom: 33px;
  }
  .about .info .numb {
    margin-bottom: 33px;
  }
  .about .info .numb .item {
    flex: 1;
    text-align: center;
  }
  .about .info .numb strong,
  .about .info .numb span {
    display: block;
  }
  .about .info .numb strong {
    font-size: 31px;
    font-weight: bold;
    color: #c30d23;
    
  }
  .about .info .numb strong i {
    font-style: normal;
    font-weight: bold;
    font-family: 'nexta';
  }
  .about .info .numb strong sup {
    font-weight: bold;
  }
  .about .info .numb span {
    color: #666;
    padding-top: 13px;
  }
  .about .info .link a {
    width: 150px;
    height: 50px;
    background: #1432a8;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 5px;
  }
  .about .info .link a:hover {
    background: #c30d23;
  }