.pageTit {
  padding-top: 96px;
}

.aboutBlock {
  margin-top: 32px;
  padding-bottom: 134px;
}
.aboutBlock .w1440 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutBlock .w1440 .left {
  width: 340px;
}
.aboutBlock .w1440 .left .pageTit {
  margin-top: -5px;
  padding-top: 0;
}
.aboutBlock .w1440 .left .pageTit h2, .aboutBlock .w1440 .left .pageTit .tips {
  text-align: left;
}
.aboutBlock .w1440 .right {
  width: 61.8055555556%;
}
.aboutBlock .w1440 .right > p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 34px;
  color: #111;
}
.aboutBlock .w1440 .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 61px;
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
}
.aboutBlock .w1440 .right ul li {
  margin-right: 11.797752809%;
}
.aboutBlock .w1440 .right ul li p {
  font-family: Barlow-SemiBold;
  font-size: 56px;
  line-height: 1;
  color: #111;
}
.aboutBlock .w1440 .right ul li div {
  margin-top: 4px;
  color: #999;
}
.aboutBlock .w1440 .right ul li:last-child {
  margin-right: 0;
}

.aboutBlock2 {
  position: relative;
  padding-bottom: 170px;
  background: url(../images/about/aboutBlock2Bg.jpg) no-repeat center/cover;
}
.aboutBlock2 .w1440 .pageTit h2, .aboutBlock2 .w1440 .pageTit .tips {
  color: #fff;
}
.aboutBlock2 .w1440 .content {
  display: flex;
  margin-top: 84px;
}
.aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  padding: 77px 50px 54px;
  background: rgba(255, 255, 255, 0.95);
}
.aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide .img {
  height: 41px;
  font-size: 0;
}
.aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
}
.aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 36px;
  font-size: 28px;
  color: #111;
}
.aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide .tips {
  margin-top: 13px;
  line-height: 28px;
  color: rgba(85, 85, 85, 0.8);
}

.aboutBlock3 {
  padding-bottom: 140px;
}
.aboutBlock3 .w1440 .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 65px;
}
.aboutBlock3 .w1440 .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  font-size: 0;
}

.aboutBlock4 .w1440 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 34px;
}
.aboutBlock4 .w1440 .content .list {
  width: calc((100% - 84px) / 4);
  margin-top: 26px;
  padding-top: 26px;
  padding-bottom: 22px;
  border: 1px solid #e5e5e5;
}
.aboutBlock4 .w1440 .content .list .img {
  text-align: center;
  font-size: 0;
}
.aboutBlock4 .w1440 .content .list p {
  margin-top: 46px;
  padding: 0 60px;
  text-align: center;
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 20px;
  color: #333;
}

@media (max-width: 1440px) {
  .aboutBlock4 .w1440 .content .list p {
    padding: 0 30px;
  }
}
@media (max-width: 1080px) {
  .pageTit {
    padding-top: 40px;
  }
  .aboutBlock {
    padding-bottom: 40px;
  }
  .aboutBlock .w1440 {
    flex-direction: column;
  }
  .aboutBlock .w1440 .left {
    width: 100%;
  }
  .aboutBlock .w1440 .left .pageTit h2, .aboutBlock .w1440 .left .pageTit .tips {
    text-align: center;
  }
  .aboutBlock .w1440 .right {
    width: 100%;
    margin-top: 30px;
  }
  .aboutBlock .w1440 .right > p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  .aboutBlock .w1440 .right > p :last-child {
    margin-bottom: 0;
  }
  .aboutBlock .w1440 .right ul {
    margin-top: 30px;
    padding-top: 20px;
  }
  .aboutBlock .w1440 .right ul li {
    margin-right: 30px;
  }
  .aboutBlock .w1440 .right ul li p {
    font-size: 26px;
  }
  .aboutBlock2 {
    padding-bottom: 40px;
  }
  .aboutBlock2 .w1440 .content {
    margin-top: 30px;
  }
  .aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide {
    padding: 30px;
  }
  .aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 20px;
    font-size: 20px;
  }
  .aboutBlock3 {
    padding-bottom: 40px;
  }
  .aboutBlock3 .w1440 .content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
  .aboutBlock4 .w1440 .content {
    padding-top: 0;
  }
  .aboutBlock4 .w1440 .content .list {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .pageTit {
    padding-top: 30px;
  }
  .aboutBlock {
    margin-top: 20px;
  }
  .aboutBlock .w1440 .right {
    margin-top: 20px;
  }
  .aboutBlock .w1440 .right > p {
    font-size: 14px;
  }
  .aboutBlock .w1440 .right ul {
    padding-top: 10px;
  }
  .aboutBlock .w1440 .right ul li {
    width: 50%;
    margin: 0;
    margin-top: 10px;
  }
  .aboutBlock .w1440 .right ul li div {
    font-size: 14px;
  }
  .aboutBlock2 .w1440 .content .aboutBlock2Swiper .swiper-wrapper .swiper-slide .tips {
    font-size: 14px;
  }
  .aboutBlock3 .w1440 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .aboutBlock4 .w1440 .content .list {
    width: 100%;
  }
  .aboutBlock4 .w1440 .content .list .img img {
    width: 50%;
  }
  .aboutBlock4 .w1440 .content .list p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 16px;
  }
}/*# sourceMappingURL=about.css.map */