.about_us_section {
  background: #0093ff;
}
.main-title {
  /* margin-top: 95px; */
  font-weight: 900;
  font-size: 52px;
  line-height: 65px;
}

.sub-title {
  margin-top: 24px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.header_inner {
  position: relative;
  padding: 138px 0 250px 0;
}

.aboutUs-banner {
  width: 1033px;
  height: 517px;
  background: #ffffff;
  border-radius: 21px 21px 21px 21px;
  position: absolute;
  bottom: -326px;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 62px 0;
}
.aboutUs-banner .left {
  width: 420px;
}

.mtl {
  font-weight: 500;
  font-size: 30px;
  color: #0e0f0c;
  line-height: 49px;
  text-align: center;
}
.aboutUs-banner .left .title {
  margin-bottom: 22px;
  text-align: left;
}
.aboutUs-banner .left p {
  font-weight: 400;
  font-size: 13px;
  color: #010031;
  line-height: 24px;
  text-align: left;
}

.aboutUs-banner .right img {
  width: 351px;
  height: 415px;
  margin-left: 140px;
  border-radius: 0px 0px 0px 0px;
  /* background-color: red; */
  transition: all 0.3s;
}
.aboutUs-banner .right img:hover {
  transform: scale(1.02);
}

.main-title-moblie {
  display: none;
}

.aboutUs-banner .right .skyee_banner_m {
  display: none;
}
@media (max-width: 1024px) {
  .main-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .header_inner {
    padding: 104px 0 300px 0;
  }
  .header_container {
    padding: 0;
  }
  .main-title {
    display: none;
  }
  .main-title-moblie {
    padding: 0 10px;
    /* margin-top: 30px; */
    font-weight: 900;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    display: block;
  }

  .sub-title {
    font-size: 12px;
    line-height: 28px;
    margin-top: 16px;
  }

  .aboutUs-banner {
    display: flex;
    width: 100%;
    height: 494px;
    border-radius: unset;
    position: absolute;
    bottom: -304px;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px 20px 30px;
  }
  .aboutUs-banner .left {
    width: 100%;
  }
  .mtl {
    text-align: left;
  }
  .aboutUs-banner .left .title {
    font-weight: 500;
    font-size: 16px;
    color: #000623;
    line-height: 57px;
    margin-bottom: 0;
  }
  .aboutUs-banner .left p {
    font-weight: 400;
    font-size: 12px;
    color: #000623;
    line-height: 18px;
    text-align: left;
  }

  /* .aboutUs-banner .left p:last-child {
    margin-top: 20px;
  } */
  .aboutUs-banner .right {
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutUs-banner .right .skyee_banner {
    display: none;
  }
  .aboutUs-banner .right .skyee_banner_m {
    display: block;
  }
  .aboutUs-banner .right img {
    width: 335px;
    height: 188px;
    margin-left: 0;
    border-radius: 0px 0px 0px 0px;
  }
}

.section1 {
  overflow: hidden;
  background: rgba(233, 240, 248, 0.7);
}
.banner-wrapper-1 {
  padding-top: 410px;
}
.banner-wrapper-1 .sub-title {
  font-weight: 400;
  font-size: 17px;
  color: #454745;
  line-height: 24px;
  margin: 20px 0 70px;
}
.mySwiper {
  margin: 86px 0 110px;
  /* overflow: hidden; */
  position: relative;
}

.mySwiper .recommand-card {
  padding: 46px 0 0;
  width: 243px;
  height: 268px;
  background: #ffffff;
  box-shadow: 0px 18 37px 0px rgba(32, 56, 85, 0.05);
  border-radius: 10px 10px 10px 10px;
  transition: all 0.3s;
}

.mySwiper .recommand-card:hover {
  transform: scale(1.03);
}
.mySwiper .recommand-card .ctx {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .mySwiper .recommand-card {
    width: 200px;
    height: 240px;
  }
}

.mySwiper .recommand-card img {
  width: 81px;
  height: 81px;
}
.mySwiper .recommand-card .recommand_4 {
  width: 50%;
  height: 81px;
}
.mySwiper .recommand-card p:nth-of-type(1) {
  margin-top: 40px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  line-height: 15px;
  text-align: center;
  padding: 0 20px;
}

.mySwiper .recommand-card p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  line-height: 15px;
  text-align: center;
}
.swiper-slide {
  width: 1033px;
  height: 482px;
  border-radius: 8px;
  /* overflow: hidden; */
  position: relative;
}

.swiper-slide img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
}

.swiper-slide .txt {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-slide .txt p {
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  margin-bottom: 23px;
}
.swiper-slide .txt div {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  text-align: center;
}
.swiper-slide .txt div .num {
  color: #00a6fd;
}
.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  background: #0093ff;
  box-shadow: -3px 3 16px 0px rgba(32, 180, 134, 0.12);
  border-radius: 86px 86px 86px 86px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 19px;
  color: #fff;
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}

.mySwiper2 {
  display: none;
}

@media (max-width: 991px) {
  .banner-wrapper-1 {
    padding-top: 328px;
    padding-bottom: 71px;
  }

  .banner-wrapper-1 .mtl {
    font-weight: 500;
    font-size: 16px;
    color: #000623;
    line-height: 27px;
    text-align: left;
  }

  .swiper-button {
    display: none !important;
  }

  .mySwiper {
    display: none;
  }
  .mySwiper2 {
    margin-top: 36px;
    display: block;
    position: relative;
  }
  .swiper-pagination {
    bottom: -40px !important;
  }
  .mySwiper2 .swiper-slide {
    width: 100%;
    height: 178px;
    border-radius: 7px;
    /* overflow: hidden; */
    position: relative;
  }
  .mySwiper2 .recommand-card {
    width: 49%;
    height: 178px;
    background: #ffffff;
    box-shadow: 0px 12px 24px 0px rgba(32, 56, 85, 0.05);
    border-radius: 7px;
    padding: 18px 6px 0;
  }
  .mySwiper2 .recommand-card .ctx {
    display: flex;
  flex-direction: column;
  justify-content: flex-end;
    height: 80px;
  }
  .mySwiper2 .recommand-card img {
    /* position: absolute; */
    width: 66px;
    height: 66px;
  }

  .mySwiper2 .recommand-card .ctx p:nth-child(1) {
    margin-top: 26px;
    font-weight: bold;
    font-size: 12px;
    color: #000623;
    line-height: 14px;
    text-align: center;
  }

  .mySwiper2 .recommand-card .ctx p:nth-child(2) {
    padding: 0 15px;
    margin-top: 7px;
    font-size: 12px;
    color: #000623;
    line-height: 16px;
    text-align: center;
  }

  .mySwiper2 .recommand-card .recommand_4 {
    width: 80px;
  } 


}

.section2 {
  background-color: #fff;
}

.banner-wrapper-2 {
  padding: 71px 0 96px;
}
.banner-wrapper-2 .left {
  text-align: left;
  margin-right: 200px;
  position: sticky;
  top: 80px; /* 当页面滚动超过20px时，左边内容将保持固定 */
  height: 300px;
  /* background-color: red; */
}
.banner-wrapper-2 .right {
  flex: 1;
}
.banner-wrapper-2 .title {
  text-align: left;
}

.banner-wrapper-2 .sub-title {
  font-weight: 400;
  font-size: 17px;
  color: #454745;
  line-height: 24px;
  margin-top: 20px;
  text-align: left;
}
.banner-wrapper-2 .right .t {
  font-weight: 500;
  font-size: 21px;
  color: #0e0f0c;
  line-height: 26px;
  text-align: left;
}
.banner-wrapper-2 .right p {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  text-align: left;
  margin-top: 9px;
}
.banner-wrapper-2 .right li {
  margin-bottom: 42px;
}

.banner-wrapper-2 .right li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner-wrapper-2 {
    padding: 10px 0 56px;
    display: flex;
    flex-direction: column;
  }
  .banner-wrapper-2 .left {
    text-align: left;
    margin-right: 0;
    position: sticky;
    top: 61px; /* 当页面滚动超过20px时，左边内容将保持固定 */
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 99;
  }

  .banner-wrapper-2 .title {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
  }

  .banner-wrapper-2 .sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #454745;
    line-height: 28px;
    margin-top: 0;
    text-align: left;
    padding: 0;
  }

  .banner-wrapper-2 .right {
    margin-top: 17px;
    width: 100%;
    /* overflow-x: scroll; */
  }

  .banner-wrapper-2 .right .t {
    font-size: 16px;
    line-height: 19px;
  }
  .banner-wrapper-2 .right p {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: left;
  }
  .banner-wrapper-2 .right li {
    margin-bottom: 12px;
  }

  .banner-wrapper-2 .right li:last-child {
    margin-bottom: 0;
  }
}
