.aboutTit .enTit {
  font-family: alimamaEN;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.aboutTit p {
  margin-top: 12px;
  font-size: 42px;
  font-weight: bold;
  color: #333;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.aboutBlock {
  padding-top: 129px;
  padding-bottom: 170px;
  background: url(../images/about/aboutBlockBg.jpg) no-repeat center/cover;
}
.aboutBlock .w1400 {
  display: flex;
}
.aboutBlock .w1400 .left {
  width: 310px;
}
.aboutBlock .w1400 .right {
  width: 775px;
  padding-top: 44px;
}
.aboutBlock .w1400 .right .content > p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.aboutBlock .w1400 .right .content ul {
  display: flex;
  margin-top: 40px;
}
.aboutBlock .w1400 .right .content ul li {
  margin-right: 155px;
}
.aboutBlock .w1400 .right .content ul li .num {
  font-family: adventProMedium;
  font-size: 26px;
  color: #333;
}
.aboutBlock .w1400 .right .content ul li .num span {
  font-size: 58px;
  color: #1a1a1a;
}
.aboutBlock .w1400 .right .content ul li:last-child {
  margin-right: 0;
}
.aboutBlock .w1400 .right .content ul li p {
  font-size: 16px;
  color: #666;
}

.aboutBlock2 {
  padding-top: 112px;
  padding-bottom: 78px;
  background: url(../images/about/aboutBlock2Bg.jpg) no-repeat center/cover;
}
.aboutBlock2 .w1400 .aboutTit .enTit {
  color: #fff;
}
.aboutBlock2 .w1400 .aboutTit p {
  color: #fff;
}
.aboutBlock2 .w1400 .aboutSwiper {
  margin-top: 75px;
  padding-bottom: 69px;
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 69px 50px 73px 55px;
  background: rgba(255, 255, 255, 0.95);
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide .img {
  font-size: 0;
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide p {
  margin-top: 34px;
  font-size: 28px;
  color: #333;
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide .tips {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #737373;
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  font-size: 0;
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-pagination span {
  transform: rotate3d(180deg);
  transition: background 0.5s;
  -webkit-animation: rotation 3s linear infinite;
          animation: rotation 3s linear infinite;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background: #f4f5f6;
}
.aboutBlock2 .w1400 .aboutSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: url(../images/about/aboutBlock2Ico.png) no-repeat center;
}

.aboutBlock3 {
  padding-top: 122px;
  padding-bottom: 130px;
}
.aboutBlock3 .w1400 {
  display: flex;
  justify-content: space-between;
}
.aboutBlock3 .w1400 .left {
  position: relative;
  width: 600px;
  padding-right: 90px;
  padding-bottom: 612px;
}
.aboutBlock3 .w1400 .left .aboutSwiper2 {
  height: 706px;
  position: absolute;
  top: 19px;
  right: 90px;
}
.aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide {
  text-align: right;
  font-family: poppins;
  font-size: 220px;
  font-weight: 800;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  height: auto;
}
.aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide span {
  transition: opacity 0.5s;
  opacity: 0;
}
.aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  color: #167efb;
}
.aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide.swiper-slide-active span {
  opacity: 1;
}
.aboutBlock3 .w1400 .left #speed {
  position: absolute;
  right: 0;
  top: 122px;
  z-index: 3;
}
.aboutBlock3 .w1400 .left .mobSwiperTab {
  display: none;
}
.aboutBlock3 .w1400 .right {
  width: calc(100% - 800px);
  padding-right: 70px;
  margin-top: -33px;
}
.aboutBlock3 .w1400 .right .aboutSwiper3 {
  height: 660px;
}
.aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list {
  display: block;
  width: 100%;
  padding: 55px 0 60px;
  border-bottom: 1px solid #f2f2f2;
}
.aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list span {
  font-size: 14px;
  color: #999;
}
.aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}

.aboutBlock4 {
  position: relative;
  padding-top: 123px;
  padding-bottom: 74px;
  background: url(../images/about/aboutBlock4Bg.jpg) no-repeat center/cover;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 {
  position: relative;
  margin-top: 80px;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 .swiper-wrapper .swiper-slide {
  font-size: 0;
  text-align: center;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 .info .left {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 .info .left img {
  margin-right: 15px;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 .info .swiper-pagination {
  position: initial;
  width: 50%;
  background: #eaeaea;
  opacity: 1;
}
.aboutBlock4 .w1400 .content .aboutSwiper4 .info .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #333;
}

@media (max-width: 1440px) {
  .aboutBlock3 .w1400 .left {
    width: 500px;
  }
  .aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide {
    font-size: 160px;
  }
  .aboutBlock3 .w1400 .right {
    width: calc(100% - 600px);
    padding-right: 0;
  }
}
@media (max-width: 1080px) {
  .aboutBlock {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .aboutBlock .w1400 {
    flex-direction: column;
  }
  .aboutBlock .w1400 .left {
    width: 100%;
  }
  .aboutBlock .w1400 .right {
    width: 100%;
    padding-top: 30px;
  }
  .aboutBlock .w1400 .right .content ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .aboutBlock .w1400 .right .content ul li {
    margin-right: 50px;
    margin-top: 15px;
  }
  .aboutBlock2 {
    padding: 40px 0;
  }
  .aboutBlock2 .w1400 .aboutSwiper {
    margin-top: 30px;
  }
  .aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide {
    padding: 40px;
  }
  .aboutBlock3 {
    padding: 40px 0;
  }
  .aboutBlock3 .w1400 {
    flex-direction: column;
  }
  .aboutBlock3 .w1400 .left {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
  .aboutBlock3 .w1400 .left #speed {
    display: none;
  }
  .aboutBlock3 .w1400 .left .aboutSwiper2 {
    display: none;
    position: initial;
    top: 0;
    left: 0;
    height: auto;
    margin-top: 30px;
  }
  .aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide p {
    font-family: arial;
    font-size: 28px;
  }
  .aboutBlock3 .w1400 .left .aboutSwiper2 .swiper-wrapper .swiper-slide p span {
    opacity: 1;
  }
  .aboutBlock3 .w1400 .left .mobSwiperTab {
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin-top: 30px;
  }
  .aboutBlock3 .w1400 .left .mobSwiperTab a {
    margin-right: 30px;
    font-size: 28px;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.1);
  }
  .aboutBlock3 .w1400 .left .mobSwiperTab a.on {
    color: #167efb;
  }
  .aboutBlock3 .w1400 .right {
    width: 100%;
    margin-top: 30px;
  }
  .aboutBlock3 .w1400 .right .aboutSwiper3 {
    height: auto;
  }
  .aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont {
    border-top: 1px solid #f2f2f2;
  }
  .aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list {
    padding: 30px 0 !important;
  }
  .aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list p {
    margin-top: 10px;
  }
  .aboutBlock4 {
    padding: 40px 0;
  }
  .aboutBlock4 .w1400 .content .aboutSwiper4 {
    margin-top: 30px;
  }
  .aboutBlock4 .w1400 .content .aboutSwiper4 .swiper-wrapper .swiper-slide {
    padding: 0 10px;
  }
  .aboutBlock4 .w1400 .content .aboutSwiper4 .info {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .aboutTit .enTit {
    font-size: 16px;
    letter-spacing: 0;
  }
  .aboutTit p {
    margin-top: 5px;
    font-size: 22px;
  }
  .aboutBlock .w1400 .right {
    padding-top: 20px;
  }
  .aboutBlock .w1400 .right .content > p {
    margin-bottom: 10px;
  }
  .aboutBlock .w1400 .right .content ul li .num {
    font-size: 18px;
  }
  .aboutBlock .w1400 .right .content ul li .num span {
    margin-right: 5px;
    font-size: 22px;
    line-height: 1;
  }
  .aboutBlock2 .w1400 .aboutSwiper {
    padding-bottom: 40px;
  }
  .aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide {
    padding: 30px;
  }
  .aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
  .aboutBlock2 .w1400 .aboutSwiper .swiper-wrapper .swiper-slide .tips {
    margin-top: 10px;
  }
  .aboutBlock3 .w1400 .left .mobSwiperTab {
    margin-top: 20px;
  }
  .aboutBlock3 .w1400 .left .mobSwiperTab .list {
    font-size: 20px;
    margin-right: 20px;
  }
  .aboutBlock3 .w1400 .right {
    margin-top: 20px;
  }
  .aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list {
    padding: 20px 0 !important;
  }
  .aboutBlock3 .w1400 .right .aboutSwiper3 .swiper-wrapper .swiper-slide .cont .list p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 370px) {
  .aboutBlock4 .w1400 .content .aboutSwiper4 .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutBlock4 .w1400 .content .aboutSwiper4 .info .swiper-pagination {
    width: 100%;
    margin-top: 20px;
  }
}/*# sourceMappingURL=about.css.map */