.about_title h3 {
  font-size: 40px;
  font-weight: 400;
}

.about_title h3 span {
  font-weight: 700;
}

.section1 .wrap {
  padding-top: 212px;
  width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 140px;
}

.section1 .wrap .bg {
  width: 905px;
  position: absolute;
  z-index: -1;
  opacity: 0.02;
  left: 50%;
  transform: translateX(-50%);
}

.section1 .wrap .top {
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .top .left p {
  font-size: 40px;
  color: #000;
}

.section1 .wrap .top .left p:nth-child(1) {
  font-weight: 200;
}

.section1 .wrap .top .left p:nth-child(2) {
  font-weight: 400;
}

.section1 .wrap .top .left p:nth-child(3) {
  font-weight: 700;
}

.section1 .wrap .top .right {
  width: calc(50% - 10px);
  padding-top: 120px;
  font-size: 18px;
  line-height: 36px;
  color: #444;
}

.section1 .wrap .top .right span {
  color: #2C6DB6;
}

.section1 .wrap .bottom {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .bottom .left {
  width: calc(50% - 10px);
}

.section1 .wrap .bottom .left .text {
  font-size: 18px;
  line-height: 36px;
}

.section1 .wrap .bottom .left .img {
  margin-top: 100px;
}

.section1 .wrap .bottom .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 100px;
}

.section1 .wrap .bottom .right .img {
  width: 352px;
  margin-bottom: 50px;
}

.section1 .wrap .bottom .right p {
  font-size: 20px;
  font-weight: 700;
}

.section1 .wrap .bottom .right p span {
  color: #2C6DB6;
}

.section2 .wrap {
  padding-top: 135px;
  padding-bottom: 120px;
  padding-left: calc(50vw - 800px);
  position: relative;
  overflow: hidden;
}

.section2 .wrap .bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
}

.section2 .wrap .bg img {
  height: 100%;
  width: 100%;
}

.section2 .wrap .about_title {
  margin-bottom: 260px;
}

.section2 .wrap .about_title h3 {
  color: #fff;
}

.section2 .wrap .main {
  padding-left: 60px;
  position: relative;
}

.section2 .wrap .main:aos-animate {
  transition-delay: 0.3s;
}

.section2 .wrap .main .swiper {
  width: 2060px;
}

.section2 .wrap .main .swiper .swiper-slide:hover .item {
  background-color: #2C6DB6;
}

.section2 .wrap .main .swiper .swiper-slide:hover .item .top .num span {
  color: #fff;
}

/*.section2 .wrap .main .swiper .swiper-slide-active .item .slide {*/
/*  opacity: 1;*/
/*}*/
.section2 .wrap .main .swiper .swiper-slide {
  /* margin-top: 60px; */
}

.section2 .wrap .main .swiper .item {
  height: 300px;
  background-color: #303E5A;
  padding: 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  transition: all 1s;
}

.section2 .wrap .main .swiper .item .top {
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .main .swiper .item .top .time {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.section2 .wrap .main .swiper .item .top .num {
  font-size: 16px;
  color: #fff;
}

.section2 .wrap .main .swiper .item .top .num span {
  font-weight: 700;
  font-size: 24px;
  transition: all 1s;
  color: #55B0DA;
}

.section2 .wrap .main .swiper .item .bottom p {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}

.cursor {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 90px;
  height: 90px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor.active .slide {
  transform: scale(1);
}

.cursor .slide {
  width: 90px;
  height: 90px;
  transform: scale(0);
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #151515;
  font-size: 16px;
  transition: all 1s;
}

.section2 .wrap .main .swiper-pagination {
  width: 1480px;
  left: 60px;
  bottom: -40px;
  top: auto;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

.section2 .wrap .main .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.section3 .wrap {
  padding: 120px calc(50vw - 800px) 157px;
  position: relative;
  overflow: hidden;
}

.section3 .wrap .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 409px;
}

.section3 .wrap .base {
  width: 110%;
  position: absolute;
  top: 650px;
  left: 50%;
  transform: translateX(-50%);
}

.section3 .wrap .about_title {
  margin-bottom: 135px;
}

.section3 .wrap .about_title h3 {
  color: #000;
}

.section3 .wrap .main {
  position: relative;
}

.section3 .wrap .main .swiper {
  /* width: 1500px; */
  width: 1250px;
}

.section3 .wrap .main .swiper-slide {
  width: auto;
}

.section3 .wrap .main .swiper-slide.swiper-slide-active .item .text {
  opacity: 1;
  transform: translateY(0);
}

.section3 .wrap .main .swiper-slide .item .img {
  height: 310px;
  display: flex;
  align-items: center;
}

.section3 .wrap .main .swiper-slide .item .img img {
  width: 100%;
  /* height: 100%; */
}

.section3 .wrap .main .swiper-slide .item .text {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  margin-top: 80px;
  text-align: center;
  background-color: #2C6DB6;
  border-radius: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  margin-bottom: 20px;
}

.section3 .wrap .main .tab {
  width: 1400px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
  transform: translateX(-50%);
}

.section3 .wrap .main .tab .prev {
  width: fit-content;
  transform: scaleX(-1);
}

.section3 .wrap .main .tab .prev,
.section3 .wrap .main .tab .next {
  cursor: pointer;
}

.section3 .wrap .main .tab .prev:hover span,
.section3 .wrap .main .tab .next:hover span {
  color: #2C6DB6;
}

.section3 .wrap .main .tab .prev span,
.section3 .wrap .main .tab .next span {
  font-size: 32px;
  color: rgba(17, 17, 17, 0.3);
  transition: all 0.5s;
}

.section4 {
  background-color: #F5F5F5;
}

.section4 .wrap {
  padding-top: 120px;
  padding-bottom: 85px;
  width: 1600px;
  margin: 0 auto;
  display: flex;
}

.section4 .wrap .left {
  width: 290px;
  margin-right: 60px;
}

.section4 .wrap .left .about_title {
  margin-bottom: 320px;
}

.section4 .wrap .left .list {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.section4 .wrap .left .list .item {
  padding: 40px 30px;
  background-color: #FFFFFF;
}

.section4 .wrap .left .list .item .value {
  display: flex;
  font-size: 48px;
  font-weight: 700;
  color: #2C6DB6;
}

.section4 .wrap .left .list .item .text {
  color: #444444;
  font-size: 16px;
}

.section4 .wrap .right {
  padding-top: 50px;
  flex: 1;
}

.section5 {
  position: relative;
  overflow: hidden;
}

.section5::after {
  width: 580px;
  height: 300px;
  background-color: #2C6DB6;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.section5 .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.section5 .bg img {
  width: 100%;
  height: 100%;
}

.section5 .wrap {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  width: 1600px;
  margin: 0 auto;
}

.section5 .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.section5 .wrap .top .about_title {
  color: #fff;
}

.section5 .wrap .top .text {
  font-size: 20px;
  color: #fff;
  width: 660px;
  line-height: 36px;
}

.section5 .wrap .bottom {
  width: 660px;
  margin: 200px 0 0 auto;
  padding: 40px;
  background-color: #fff;
}

.section5 .wrap .bottom .item {
  display: flex;
  align-items: center;
}

.section5 .wrap .bottom .item:not(:last-child) {
  margin-bottom: 40px;
}

.section5 .wrap .bottom .item .icon {
  width: 110px;
  height: 110px;
  background-color: #2C6DB6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5 .wrap .bottom .item .icon span {
  color: #fff;
  font-size: 50px;
}

.section5 .wrap .bottom .item .text {
  flex: 1;
  margin-left: 30px;
}

.section5 .wrap .bottom .item .text h4 {
  margin-bottom: 10px;
  font-size: 24px;
}

.section5 .wrap .bottom .item .text p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
}
.section1 .wrap .bottom .right .img p{
  display:none;
}
@media screen and (max-width: 1919px) {
  .about_title h3 {
    font-size: 2.0833333333vw;
  }

  .section1 .wrap {
    padding-top: 5.8333333333vw;
    width: 83.3333333333vw;
    padding-bottom: 7.2916666667vw;
  }

  .section1 .wrap .bg {
    width: 47.1354166667vw;
  }

  .section1 .wrap .top .left p {
    font-size: 2.0833333333vw;
  }

  .section1 .wrap .top .right {
    width: calc(50% - 0.5208333333vw);
    padding-top: 6.25vw;
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section1 .wrap .bottom {
    margin-top: 5.2083333333vw;
  }

  .section1 .wrap .bottom .left {
    width: calc(50% - 0.5208333333vw);
  }

  .section1 .wrap .bottom .left .text {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section1 .wrap .bottom .left .img {
    margin-top: 5.2083333333vw;
    width: 18.75vw;
  }

  .section1 .wrap .bottom .right {
    padding-top: 5.2083333333vw;
  }

  .section1 .wrap .bottom .right .img {
    width: 18.3333333333vw;
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .bottom .right p {
    font-size: 1.0416666667vw;
  }

  .section2 .wrap {
    padding-top: 7.03125vw;
    padding-bottom: 6.25vw;
    padding-left: calc(-41.6666666667vw + 50vw);
  }

  .section2 .wrap .about_title {
    margin-bottom: 13.5416666667vw;
  }

  .section2 .wrap .main {
    padding-left: 3.125vw;
  }

  .section2 .wrap .main .swiper {
    width: 107.2916666667vw;
  }

  .section2 .wrap .main .swiper .item {
    height: 15.625vw;
    padding: 2.0833333333vw;
  }

  .section2 .wrap .main .swiper .item .top .time {
    font-size: 2.0833333333vw;
  }

  .section2 .wrap .main .swiper .item .top .num {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .main .swiper .item .top .num span {
    font-size: 1.25vw;
  }

  .section2 .wrap .main .swiper .item .bottom p {
    font-size: 0.9375vw;
  }

  .cursor {
    width: 4.6875vw;
    height: 4.6875vw;
  }

  .cursor .slide {
    width: 4.6875vw;
    height: 4.6875vw;
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .main .swiper-pagination {
    width: 77.0833333333vw;
    left: 3.125vw;
    bottom: -2.0833333333vw;
    height: 0.1041666667vw;
  }

  .section3 .wrap {
    padding: 6.25vw calc(-41.6666666667vw + 50vw) 8.1770833333vw;
  }

  .section3 .wrap .bg {
    top: 21.3020833333vw;
  }

  .section3 .wrap .base {
    top: 33.8541666667vw;
  }

  .section3 .wrap .about_title {
    margin-bottom: 7.03125vw;
  }

  .section3 .wrap .main .swiper {
    width: 65.1041666667vw;
  }

  .section3 .wrap .main .swiper-slide .item .img {
    height: 16.1458333333vw;
  }

  .section3 .wrap .main .swiper-slide .item .text {
    height: 3.125vw;
    font-size: 0.9375vw;
    line-height: 3.125vw;
    margin-top: 4.1666666667vw;
    border-radius: 3.125vw;
    transform: translateY(1.0416666667vw);
    margin-bottom: 1.0416666667vw;
  }

  .section3 .wrap .main .tab {
    width: 72.9166666667vw;
    bottom: 1.0416666667vw;
    height: 3.125vw;
  }

  .section3 .wrap .main .tab .prev span,
  .section3 .wrap .main .tab .next span {
    font-size: 1.6666666667vw;
  }

  .section4 .wrap {
    padding-top: 6.25vw;
    padding-bottom: 4.4270833333vw;
    width: 83.3333333333vw;
  }

  .section4 .wrap .left {
    width: 15.1041666667vw;
    margin-right: 3.125vw;
  }

  .section4 .wrap .left .about_title {
    margin-bottom: 16.6666666667vw;
  }

  .section4 .wrap .left .list {
    gap: 1.0416666667vw;
  }

  .section4 .wrap .left .list .item {
    padding: 2.0833333333vw 1.5625vw;
  }

  .section4 .wrap .left .list .item .value {
    font-size: 2.5vw;
  }

  .section4 .wrap .left .list .item .text {
    font-size: 0.8333333333vw;
  }

  .section4 .wrap .right {
    padding-top: 2.6041666667vw;
  }

  .section5::after {
    width: 30.2083333333vw;
    height: 15.625vw;
  }

  .section5 .wrap {
    padding-top: 8.3333333333vw;
    padding-bottom: 6.25vw;
    width: 83.3333333333vw;
  }

  .section5 .wrap .top .text {
    font-size: 1.0416666667vw;
    width: 34.375vw;
    line-height: 1.875vw;
  }

  .section5 .wrap .bottom {
    width: 34.375vw;
    margin: 10.4166666667vw 0px 0px auto;
    padding: 2.0833333333vw;
  }

  .section5 .wrap .bottom .item:not(:last-child) {
    margin-bottom: 2.0833333333vw;
  }

  .section5 .wrap .bottom .item .icon {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    border-radius: 0.5208333333vw;
  }

  .section5 .wrap .bottom .item .icon span {
    font-size: 2.6041666667vw;
  }

  .section5 .wrap .bottom .item .text {
    margin-left: 1.5625vw;
  }

  .section5 .wrap .bottom .item .text h4 {
    margin-bottom: 0.5208333333vw;
    font-size: 1.25vw;
  }

  .section5 .wrap .bottom .item .text p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section1 .wrap .top{
    flex-direction: column;
  }
  .section1 .wrap .top .right{
    padding-top: 0;
    margin-top: 30px;
    width: 100%;
  
  }
  .section1 .wrap .top .left p{
    font-size: 28px;
  }
  .section1 .wrap .bottom .left .text,
  .section1 .wrap .top .right{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .bottom{
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .section1 .wrap .bottom .left .img{
    margin-top: 30px;
  }
  .section1 .wrap .bottom .left{
    width: 100%;
  }
  .section1 .wrap .bottom .left .img {
    width: 70%;
  }
  .section1 .wrap .bottom .left .img img{
    width: 100%;
  }
  .section1 .wrap .bottom .right{
    padding-top: 0;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .section1 .wrap .bottom .right p{
    font-size: 14px;
    line-height: 2;
  }
  /* .section1 .wrap .bottom .right .img{
    display: none;
  } */

  .section1 .wrap .bottom .right .img img{
    display: none;
  }
  .section1 .wrap .bottom .right .img p{
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
  }

  
  .section2 .wrap{
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 5vw;
  }
  .about_title h3{
    font-size: 28px;
  }
  .section2 .wrap .about_title {
    margin-bottom: 60px;
  }
  .section2 .wrap .main{
    padding-left: 0;
  }
  .section2 .wrap .main .swiper-pagination{
    width: 90vw;
    left: 0;
    bottom: -20px;
    height: 1px;
  }
  .cursor{
    display: none;
  }
  .section2 .wrap .main .swiper .item .top .time{
    font-size: 24px;
  }
  .section2 .wrap .main .swiper .item .top .num{
    font-size: 14px;
  }
  .section2 .wrap .main .swiper .item .top .num span{
    font-size: 16px;
  }
  .section2 .wrap .main .swiper .item .bottom p{
    font-size: 14px;
    line-height: 2;
  }
  .section2 .wrap .main .swiper .item{
    height: 200px;
    padding: 20px;
  }
  .section3 .wrap{
    padding: 60px 5vw;
  }
  .section3 .wrap .about_title{
    margin-bottom: 30px;
  }
  .section3 .wrap .main .swiper {
    width: 100%;
  }
  .section3 .wrap .main .swiper-slide .item .img{
    height: auto;
  }
  .section3 .wrap .main .swiper-slide .item .text{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 40px;
  }
  .section3 .wrap .main .tab .prev span, .section3 .wrap .main .tab .next span{
    font-size: 28px;
  }
  .section3 .wrap .base {
    top: auto;
    bottom: 170px;
  }
  .section3 .wrap .main .tab{
    position: static;
    transform: none;
    width: 100px;
    margin: 20px auto 0;
  }
  .section3 .wrap .bg {
    top: 37.302083vw;
  }
  .section3 .wrap .base{
    height: 40px;
  }
  .section3 .wrap .base img{
    height: 100%;
    width: 100%;
  }
  .section1 .wrap .bg {
    width: 90%;
    opacity: 0.05;
  }
  .section4 .wrap{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .section4 .wrap .left .about_title{
    margin-bottom: 30px;
  }
  .section4 .wrap .left .list .item{
    padding: 20px;
    width: 250px;
  }
  .section4 .wrap .left .list{
    flex-direction: row;
    gap: 20px;
  }
  .section4 .wrap .left{
    width: 100%;
  }
  .section4 .wrap .left .list .item .value{
    font-size: 24px;
  }
  .section4 .wrap .left .list .item .text{
    font-size: 14px;
    line-height: 2;
  }
  .section5 .wrap{
    padding: 60px 0;
  }
  .section5 .wrap .top{
    flex-direction: column;
    align-items: start;
  }
  .section5 .wrap .top .about_title{
    margin-bottom: 20px;
  }
  .section5 .wrap{
    width: 90%;
  }
  .section5 .wrap .top .text{
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }
  .section5::after{
    display: none;
  }
  .section5 .wrap .bottom{
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .section5 .wrap .bottom .item .text p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section5 .wrap .bottom .item .text h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section5 .wrap .bottom .item .icon{
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
  .section5 .wrap .bottom .item .icon span{
    font-size: 30px;
  }
  .section5 .wrap .bottom .item:not(:last-child){
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .bottom .left .img{
    width: 100%;
  }
  .section1 .wrap .bottom .right .img p{
    font-size: 24px;
  }
  .section1 .wrap .top .left p {
    font-size: 24px;
  }
  .section1 .wrap .top .right {
    margin-top: 20px;
  }
  .about_title h3 {
    font-size: 24px;
  }
  .section2 .wrap .main .swiper {
    width: 181.291667vw;
  }
  .section2 .wrap .main .swiper .item .top .time {
    font-size: 20px;
  }
  .section2 .wrap .main .swiper .item {
    height: 180px;
  }
  .section1 .wrap{
    padding: 50px 0;
  }
  .section1 .wrap .bottom{
    margin-top: 50px;
  }
  .section2 .wrap {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .section3 .wrap{
    padding: 50px 5vw;
  }
  /* .section3 .wrap .about_title{
    width: 90%;
    margin: 0 auto 30px;
  } */
  .section3 .wrap .main .swiper-slide .item .text{
    width: 180px;
    margin: 40px auto 0;
    border-radius: 30px;
    opacity: 1;
    transform: none;
  }
  .section3 .wrap .base{
    bottom: 150px;
  }
  .section4 .wrap{
    padding: 50px 0;
  }
  .section4 .wrap .left{
    margin-right:0;
    margin-bottom: 20px;
  }
  .section4 .wrap .left .list{
    flex-direction: column;
  }
  .section4 .wrap .left .list .item{
    width: 100%;
  }
  .section4 .wrap .left .list .item {
    padding: 15px;
  }
  .section5 .wrap .bottom .item{
    flex-direction: column;
    align-items: start;
  }
  .section5 .wrap .bottom .item .icon {
    width: 50px;
    height: 50px;
  }
  .section5 .wrap .bottom .item .text{
    margin-left: 0;
    margin-top: 10px;
  }
  .section5 .wrap .bottom .item .icon span {
    font-size: 24px;
  }
  .section5 .wrap{
    padding: 50px 0;
  }
}
@media screen and (max-width: 540px) {
  .section1 .wrap .top .left p {
    font-size: 20px;
  }
  .section3 .wrap{
    padding: 50px 0;
  }
  .section3 .wrap .about_title{
    width: 90%;
    margin: 0 auto 30px;
  }
  .section3 .wrap .main .swiper{
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  .section3 .wrap .main .swiper {
    width: 274%;
  }
  .section3 .wrap .base {
    bottom: 140px;
  }
  
}