.section1 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 66px;
}

.section1 .wrap .title {
  margin-bottom: 60px;
}

.section1 .wrap .title h3 {
  font-size: 50px;
  margin-bottom: 5px;
}

.section1 .wrap .title p {
  color: #6A7183;
  font-size: 24px;
  line-height: 36px;
}

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

.section1 .wrap .main.aos-animate {
  transition-delay: 0.2s;
}

.section1 .wrap .main .item {
  width: 540px;
  position: relative;
  overflow: hidden;
}

.section1 .wrap .main .item:hover img {
  transform: scale(1.1);
}

.section1 .wrap .main .item img {
  transition: all 2s;
}

.section1 .wrap .main .item .text {
  position: absolute;
  bottom: 76px;
  z-index: 10;
  left: 45px;
}

.section1 .wrap .main .item .text p {
  color: #fff;
  font-size: 30px;
}

.section2 {
  overflow: unset;
}

.section2 .wrap {
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
}

.section2 .wrap .title {
  margin-bottom: 75px;
  width: 1720px;
  margin: 0 auto 75px;
}

.section2 .wrap .title h3 {
  font-size: 50px;
  color: #111;
  margin-bottom: 5px;
}

.section2 .wrap .title p {
  color: #111;
  font-size: 30px;
}

.section2 .wrap .main {
  width: 100%;
}

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

.section2 .wrap .main .row {
  width: fit-content;
  display: flex;
}

.section2 .wrap .main .row.active {
  animation: walking 20s linear infinite;
}

.section2 .wrap .main .row:nth-child(1) {
  margin-bottom: 53px;
}

.section2 .wrap .main .row:nth-child(2) {
  animation-direction: reverse;
  margin-left: auto;
}

.section2 .wrap .main .row .trem {
  display: flex;
  width: fit-content;
}

.section2 .wrap .main .row .trem .item {
  width: 540px;
  position: relative;
  margin-right: 50px;
}

.section2 .wrap .main .row .trem .item .text {
  position: absolute;
  left: 48px;
  bottom: 49px;
  color: #fff;
  font-size: 30px;
}

.section3 .wrap {
  padding-top: 145px;
  padding-bottom: 120px;
  width: 1720px;
  margin: 0 auto;
}

.section3 .wrap .title {
  margin-bottom: 50px;
}

.section3 .wrap .title h3 {
  color: #111;
  font-size: 50px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section3 .wrap .title p {
  color: #111;
  font-size: 30px;
}

.section3 .wrap .main {
  display: flex;
  justify-content: space-between;
}

.section3 .wrap .main .left,
.section3 .wrap .main .right {
  width: 800px;
}

.section3 .wrap .main .left {
  padding-top: 120px;
  position: relative;
  height: auto;
}

.section3 .wrap .main .left .swiper {
  height: 100%;
}

.section3 .wrap .main .left .swiper-slide-active h4,
.section3 .wrap .main .left .swiper-slide-active p {
  opacity: 1;
  transform: translateY(0);
}

.section3 .wrap .main .left .swiper-slide-active h4 {
  transition-delay: 0.5s;
}

.section3 .wrap .main .left .swiper-slide-active p {
  transition-delay: 0.8s;
}

.section3 .wrap .main .left h4 {
  color: #111;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

.section3 .wrap .main .left p {
  color: #5C6761;
  font-size: 20px;
  line-height: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

.section3 .wrap .main .left .swiper-pagination {
  width: fit-content;
  left: 0;
  bottom: 34px;
}

.section3 .wrap .main .left .swiper-pagination-bullet {
  width: 37px;
  background-color: #D2D8DB;
  opacity: 1;
  border-radius: 5px;
  transition: all 0.5s;
}

.section3 .wrap .main .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007BDB;
  width: 83px;
}

.section4 {
  background-color: #F5F7F8;
}

.section4 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 83px;
}

.section4 .wrap .title {
  margin-bottom: 44px;
}

.section4 .wrap .title h3 {
  font-size: 50px;
  color: #111;
  text-transform: uppercase;
}

.section4 .wrap .title p {
  color: #111;
  font-size: 30px;
}

.section4 .wrap .main {
  padding-bottom: 102px;
  position: relative;
}

.section4 .wrap .main.aos-animate {
  transition-delay: 0.2s;
}

.section4 .wrap .main .swiper {
  width: 100%;
  height: 970px;
}

.section4 .wrap .main .swiper .swiper-slide {
  height: 460px;
}

.section4 .wrap .main .swiper .swiper-slide .item:hover .img .download {
  opacity: 1;
  transform: translateY(0);
}

.section4 .wrap .main .swiper .swiper-slide .item .img {
  width: 100%;
  height: 380px;
  position: relative;
}

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

.section4 .wrap .main .swiper .swiper-slide .item .img .download {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 28px;
  bottom: 29px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.section4 .wrap .main .swiper .swiper-slide .item .img .download:hover {
  background-color: #007BDB;
}

.section4 .wrap .main .swiper .swiper-slide .item .img .download:hover span {
  color: #fff;
}

.section4 .wrap .main .swiper .swiper-slide .item .img .download span {
  font-size: 20px;
  transition: all 0.5s;
  color: #5A5A68;
}

.section4 .wrap .main .swiper .swiper-slide .item .text {
  color: #111;
  font-size: 18px;
  margin-top: 12px;
  line-height: 26px;
}

.section4 .wrap .main .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 56px auto 0;
}

.section4 .wrap .main .swiper-pagination .swiper-pagination-bullet {
  width: 37px;
  background-color: #D2D8DB;
  opacity: 1;
  border-radius: 5px;
  transition: all 0.5s;
}

.section4 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007BDB;
  width: 83px;
}

.section5 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
}

.section5 .wrap .left {
  width: 510px;
}

.section5 .wrap .left .title {
  margin-bottom: 11px;
}

.section5 .wrap .left .title h3 {
  color: #111;
  font-size: 50px;
}

.section5 .wrap .left .text {
  font-size: 24px;
  color: #111;
  margin-bottom: 40px;
}

.section5 .wrap .left .text.aos-animate {
  transition-delay: 0.2s;
}

.section5 .wrap .left .more.aos-animate {
  transition-delay: 0.4s;
}

.section5 .wrap .left .leave {
  width: 263px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007BDB;
  border-radius: 35px;
  font-size: 24px;
  color: #fff;
  transition: all 1s;
  border: 1px solid #007BDB;
}

.section5 .wrap .left .leave:hover {
  background-color: #fff;
  color: #007BDB;
}

.section5 .wrap .right {
  width: 1130px;
  border-top: 1px solid #DBDFE6;
}

.section5 .wrap .right .item {
  padding: 40px 0;
  border-bottom: 1px solid #DBDFE6;
}

.section5 .wrap .right .item .head {
  color: #111;
  font-size: 24px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.section5 .wrap .right .item .head.active .icon {
  transform: rotate(180deg);
}

.section5 .wrap .right .item .head .text {
  width: 980px;
}

.section5 .wrap .right .item .head .icon {
  transition: all 0.5s;
}

.section5 .wrap .right .item .head .icon span {
  color: #037DDB;
  font-size: 20px;
}

.section5 .wrap .right .item .body {
  color: #5C6761;
  font-size: 18px;
  line-height: 36px;
  margin-top: 30px;
  display: none;
}

.section5 .wrap .right .item .body .text {
  width: 1045px;
}

@keyframes walking {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.section1 .wrap .main.PE{
  display: none;
}
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 89.5833333333vw;
    padding-top: 3.4375vw;
  }

  .section1 .wrap .title {
    margin-bottom: 3.125vw;
  }

  .section1 .wrap .title h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 0.2604166667vw;
  }

  .section1 .wrap .title p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }

  .section1 .wrap .main .item {
    width: 28.125vw;
  }

  .section1 .wrap .main .item .text {
    bottom: 3.9583333333vw;
    left: 2.34375vw;
  }

  .section1 .wrap .main .item .text p {
    font-size: 1.5625vw;
  }

  .section2 .wrap {
    padding-top: 4.1666666667vw;
  }

  .section2 .wrap .title {
    width: 89.5833333333vw;
    margin: 0px auto 3.90625vw;
  }

  .section2 .wrap .title h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 0.2604166667vw;
  }

  .section2 .wrap .title p {
    font-size: 1.5625vw;
  }

  .section2 .wrap .main .row:nth-child(1) {
    margin-bottom: 2.7604166667vw;
  }

  .section2 .wrap .main .row .trem .item {
    width: 28.125vw;
    margin-right: 2.6041666667vw;
  }

  .section2 .wrap .main .row .trem .item .text {
    left: 2.5vw;
    bottom: 2.5520833333vw;
    font-size: 1.5625vw;
  }

  .section3 .wrap {
    padding-top: 7.5520833333vw;
    padding-bottom: 6.25vw;
    width: 89.5833333333vw;
  }

  .section3 .wrap .title {
    margin-bottom: 2.6041666667vw;
  }

  .section3 .wrap .title h3 {
    font-size: 2.6041666667vw;
    margin-bottom: 0.2604166667vw;
  }

  .section3 .wrap .title p {
    font-size: 1.5625vw;
  }

  .section3 .wrap .main .left,
  .section3 .wrap .main .right {
    width: 41.6666666667vw;
  }

  .section3 .wrap .main .left {
    padding-top: 6.25vw;
  }

  .section3 .wrap .main .left h4 {
    font-size: 1.5625vw;
    margin-bottom: 1.5625vw;
    transform: translateY(1.5625vw);
  }

  .section3 .wrap .main .left p {
    font-size: 1.0416666667vw;
    line-height: 2.0833333333vw;
    transform: translateY(1.5625vw);
  }

  .section3 .wrap .main .left .swiper-pagination {
    bottom: 1.7708333333vw;
  }

  .section3 .wrap .main .left .swiper-pagination-bullet {
    width: 1.9270833333vw;
    border-radius: 0.2604166667vw;
  }

  .section3 .wrap .main .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.3229166667vw;
  }

  .section4 .wrap {
    width: 89.5833333333vw;
    padding-top: 4.3229166667vw;
  }

  .section4 .wrap .title {
    margin-bottom: 2.2916666667vw;
  }

  .section4 .wrap .title h3 {
    font-size: 2.6041666667vw;
  }

  .section4 .wrap .title p {
    font-size: 1.5625vw;
  }

  .section4 .wrap .main {
    padding-bottom: 5.3125vw;
  }

  .section4 .wrap .main .swiper {
    height: 50.5208333333vw;
  }

  .section4 .wrap .main .swiper .swiper-slide {
    height: 23.9583333333vw;
  }

  .section4 .wrap .main .swiper .swiper-slide .item .img {
    height: 19.7916666667vw;
  }

  .section4 .wrap .main .swiper .swiper-slide .item .img .download {
    width: 3.125vw;
    height: 3.125vw;
    right: 1.4583333333vw;
    bottom: 1.5104166667vw;
    transform: translateY(1.0416666667vw);
  }

  .section4 .wrap .main .swiper .swiper-slide .item .img .download span {
    font-size: 1.0416666667vw;
  }

  .section4 .wrap .main .swiper .swiper-slide .item .text {
    font-size: 0.9375vw;
    margin-top: 0.625vw;
    line-height: 1.3541666667vw;
  }

  .section4 .wrap .main .swiper-pagination {
    margin: 2.9166666667vw auto 0px;
  }

  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet {
    width: 1.9270833333vw;
    border-radius: 0.2604166667vw;
  }

  .section4 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.3229166667vw;
  }

  .section5 .wrap {
    width: 89.5833333333vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 4.6875vw;
  }

  .section5 .wrap .left {
    width: 26.5625vw;
  }

  .section5 .wrap .left .title {
    margin-bottom: 0.5729166667vw;
  }

  .section5 .wrap .left .title h3 {
    font-size: 2.6041666667vw;
  }

  .section5 .wrap .left .text {
    font-size: 1.25vw;
    margin-bottom: 2.0833333333vw;
  }

  .section5 .wrap .left .leave {
    width: 13.6979166667vw;
    height: 3.6458333333vw;
    border-radius: 1.8229166667vw;
    font-size: 1.25vw;
  }

  .section5 .wrap .right {
    width: 58.8541666667vw;
  }

  .section5 .wrap .right .item {
    padding: 2.0833333333vw 0px;
  }

  .section5 .wrap .right .item .head {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
  }

  .section5 .wrap .right .item .head .text {
    width: 51.0416666667vw;
  }

  .section5 .wrap .right .item .head .icon span {
    font-size: 1.0416666667vw;
  }

  .section5 .wrap .right .item .body {
    font-size: 0.9375vw;
    line-height: 1.875vw;
    margin-top: 1.5625vw;
  }

  .section5 .wrap .right .item .body .text {
    width: 54.4270833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding-top: 60px;
  }
  .section1 .wrap .title h3{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section1 .wrap .title{
    margin-bottom: 30px;
  }
  .section1 .wrap .title p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section1 .wrap .main.PC{
    display: none;
  }
  .section1 .wrap .main.PE{
    display: block;
  }
  .section1 .wrap .main .item .text{
    bottom: 20px;
    left: 5%;
  }
  .section1 .wrap .main .item{
    width: 100%;
  }
  .section1 .wrap .main .item .text p{
    font-size: 18px;
  }
  .section2 .wrap{
    padding-top: 60px;
  }
  .section2 .wrap .title h3{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section2 .wrap .title p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section2 .wrap .main .row .trem .item{
    width:280px;
    margin-right: 20px;
  }
  .section2 .wrap .main .row .trem .item .text{
    left: 5%;
    bottom: 20px;
    font-size: 14px;
  }
  .section2 .wrap .main .row:nth-child(1){
    margin-bottom: 20px;
  }
  .section2 .wrap .title{
    width: 90%;
    margin-bottom: 30px;
  }
  .section3 .wrap{
    padding: 60px 0;
  }
  .section3 .wrap .title h3{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section3 .wrap .title p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section3 .wrap .title{
    margin-bottom: 30px;
  }
  .section3 .wrap .main{
    flex-direction: column-reverse;
  }
  .section3 .wrap .main .left, .section3 .wrap .main .right{
    width: 100%;
  }
  .section3 .wrap .main .right .img img{
    width: 100%;
  }
  .section3 .wrap .main .left{
    padding-top: 30px;
  }
  .section3 .wrap .main .left .swiper-pagination{
    position: static;
    margin-top: 20px;
  }
  .section3 .wrap .main .left h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section3 .wrap .main .left p{
    font-size: 14px;
    line-height: 1.6;
    transform: translateY(20px);
  }
  .section3 .wrap .main .left .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
  }
  .section3 .wrap .main .left .swiper-pagination-bullet{
    width: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding-top: 50px;
    width: 100%;
  }
  .section1 .wrap .title{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .section1 .wrap .title h3{
    font-size: 24px;
  }
  .section1 .wrap .main.PE .swiper{
    width: 270vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .section1 .wrap .main .item img{
    width: 100%;
  }
  .section2 .wrap .title h3{
    font-size: 24px;
  }
  .section2 .wrap .main .row .trem .item{
    width: 200px;
    margin-right: 15px
  }
  .section2 .wrap{
    padding-top: 50px
  }
  .section3 .wrap .title h3 {
    font-size: 24px;
  }

    .section3 .wrap .main .left h4 {
        font-size: 18px;
    }
}