body {
  background-color: #F7F7F9;
}

.section1 {
  background-color: #fff;
}

.section1 .wrap {
  padding-top: 70px;
  padding-bottom: 100px;
  width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section1 .wrap .left{
  width: 40%;
}
.section1 .wrap .right{
  width: 58%;
  display: flex;
  flex-direction: column;
}
.section1 .wrap .right .bottom{
  flex-direction: column;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.section1 .wrap .left .main {
  border-top: 1px solid #D5D7DE;
  margin-top: 30px;
  padding-top: 30px;
}

.section1 .wrap .left .main .list {
  display: flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: start; */
  gap: 30px;
}
.section1 .wrap .right .map_list{
  height: 400px;
  position: relative;
  display: flex;
  gap: 20px;
}
.section1 .wrap .right .map_list .item{
  height: 100%;
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* opacity: 0; */
  /* transform: translateY(20px); */
  transition: all .6s;
}
.section1 .wrap .right .map_list .item.active{
  opacity: 1;
  transform: none;
  transition-delay: .3s;
}
.section1 .wrap .right .map_list .item .map{
  width: 100%;
  height: 100%;
}
.section1 .wrap .left .main .list .item {
  display: flex;
  align-items: center;
}

.section1 .wrap .left .main .list .item .icon {
  margin-right: 30px;
}

.section1 .wrap .left .main .list .item .text .key {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0D4082;
}

.section1 .wrap .left .main .list .item .text .value {
  color: #111;
  font-size: 19px;
}

.section1 .wrap .left .map {
  height: 400px;
  margin-top: 80px;
}

.section1 .wrap .left .map #map {
  width: 100%;
  height: 100%;
}

.section1 .wrap .right .main {
  border-top: 1px solid #D5D7DE;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  /* flex-direction: column; */
  gap: 20px;
  /* justify-content: space-between; */
  justify-content: start;
}
.section1 .wrap .right .main .trem {
  cursor: pointer;
  flex: 1;
}
.section1 .wrap .right .main .trem:hover .tit,
.section1 .wrap .right .main .trem.active .tit{
  color: #0D4082;
}
.section1 .wrap .right .main .trem .tit {
  color: #1a1a1a;
  transition: all .6s;
  font-size: 20px;
  margin-bottom: 10px;
}

.section1 .wrap .right .main .trem .list .item {
  color: #1a1a1a;
  font-size: 19px;
  display: flex;
}

.section1 .wrap .right .main .trem .list .item:not(:last-child) {
  margin-bottom: 10px;
}

.section1 .wrap .right .main .trem .list .item .icon {
  margin-right: 14px;
}

.section3 .wrap {
  padding-top: 100px;
  padding-bottom: 180px;
  width: 1560px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.section3 .wrap .left {
  width: 540px;
  padding-top: 110px;
}

.section3 .wrap .left .title h3 {
  color: #1a1a1a;
  font-size: 32px;
  line-height: 54px;
}

.section3 .wrap .left .text {
  margin-top: 50px;
}

.section3 .wrap .left .text p {
  color: #666;
  font-size: 18px;
}

.section3 .wrap .left .hot {
  width: fit-content;
  padding-left: 40px;
  padding-right: 5px;
  height: 60px;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  color: #333;
  font-size: 16px;
  margin-top: 100px;
}

.section3 .wrap .left .hot .icon {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

.section3 .wrap .left .hot .icon span {
  color: #fff;
}

.section3 .wrap .left .num {
  font-size: 44px;
  margin-top: 40px;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section3 .wrap .right {
  width: 680px;
  background-color: #fff;
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.06);
  border-radius: 12px 12px 12px 12px;
  padding: 60px 70px 50px;
}

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

.section3 .wrap .right .title h3 {
  color: #333;
  font-size: 24px;
}

.section3 .wrap .right .main .item {
  margin-bottom: 20px;
}

.section3 .wrap .right .main .item .key {
  margin-bottom: 5px;
  color: #333;
  font-size: 18px;
}

.section3 .wrap .right .main .item .value {
  width: 100%;
  height: 60px;
  border: 1px solid #EBEBEB;
}

.section3 .wrap .right .main .item .value input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: none;
  background-color: transparent;
  font-size: 18px;
}

.section3 .wrap .right .main .item .value input::placeholder {
  font-size: 18px;
}

.section3 .wrap .right .main .item.textarea .value {
  height: 120px;
}

.section3 .wrap .right .main .item.textarea .value textarea {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 20px;
  font-size: 18px;
}

.section3 .wrap .right .main .item.textarea .value textarea::placeholder {
  font-size: 18px;
}

.section3 .wrap .right .main button {
  width: 140px;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

.section3 .wrap .right .main button span {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}

.section3 .wrap .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 1170px;
}

.mapbox {
  /* width: 400px; */
  width: fit-content;
  position: relative;
}

.mapbox .bg {
  width: 100%;
}

.mapbox .bg img {
  width: 100%;
}

.mapbox .logo {
  width: 140px;
  margin-right: 20px;
  filter: brightness(0) invert(1)
}

.mapbox .text {
  /* position: absolute; */
  height: 80px;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
}

.mapbox .text p {
  color: #fff;
  font-size: 14px;
}

.mapbox .text a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  background-color: #F7F7F7;
  margin-left: 20px;
}

.mapbox .text a:hover {
  background-color: #2461AD;
}

.mapbox .text a:hover span {
  color: #fff;
}

.mapbox .text a span {
  color: #5BB7C3;
  font-size: 30px;
  transition: all 0.6s;
}
/* .section1 .wrap .main .list .item .icon{
  height: 50px;
} */
.section1 .wrap .main .list .item .icon img{
  height: 100%;
}


.section4{
  overflow: unset;
}
.section4 .wrap {
  width: 1560px;
  margin: 0 auto;
  padding-top: 70px;
}

.section4 .wrap .main {
  margin-top: 50px;
  border-radius: 10px;
  /* overflow: hidden; */
  position: relative;
  /* padding-top: 200px; */
}

.section4 .wrap .main .bg {
  top: 0;
  /* position: absolute; */
  z-index: -1;
  max-height: 100%;
}

.section4 .wrap .main .bg img {
  width: 100%;
}
.section4 .wrap .main .box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section4 .wrap .main .text {
  padding: 80px 60px;
  width: 670px;
  z-index: 2;
  background-color: #fff;
  margin-left: 116px;

  /* bottom:-160px; */
}

.section4 .wrap .main .text h3 {
  color: #000;
  font-size: 30px;
  margin-bottom: 20px;
}

.section4 .wrap .main .text p {
  font-size: 19px;
  line-height: 40px;
}

.section4 .wrap .main .text p span {
  font-weight: 700;
}

.section5 .wrap {
  width: 1320px;
  margin: 0 auto;
  padding-top: 240px;
  padding-bottom: 80px;
}

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

.section5 .wrap .title h3 {
  color: #000;
  font-size: 24px;
}

.section5 .wrap .main .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.section5 .wrap .main .list .item .icon {
  margin-right: 20px;
}

.section5 .wrap .main .list .item .text .key {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0D4082;
}

.section5 .wrap .main .list .item .text .value {
  color: #000000;
  font-size: 18px;
}
.section5 .wrap .main .list .item .icon{
  height: 50px;
}
.section1 .wrap .left .main .list .item .icon{
  width: 50px;
  display: flex;
  align-items: center; 
}
.section1 .wrap .left .main .list .item .icon img{
  width: 100%;
  height: auto;
}
.mapbox .text{
  background-color: #5BB7C3;
  border-radius: 10px;
}
.mapbox .text::after{
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  left: 40px;
  border-top-color:#5BB7C3 ;
  position: absolute;
  bottom: -16px;
}
.mapbox .txt h3{
  font-size: 16px;
  color: #fff;
}
.mapbox .txt{
  margin-right: 20px;
}

.section4 .wrap{
  padding-bottom: 220px;
}


.section4 .wrap .main .text .list{
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: start;
  margin-top: 30px;
}

.section4 .wrap .main .text .item {
  display: flex;
  align-items: center;
}

.section4 .wrap .main .text .item .icon {
  margin-right: 20px;
}

.section4 .wrap .main .text .item .content .key {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0D4082;
}

.section4 .wrap .main .text .item .content .value {
  color: #000000;
  font-size: 18px;
}
.section4 .wrap .main .text .item .icon{
  height: 50px;
}

@media screen and (max-width: 1919px) {
  .section4 .wrap{
    padding-bottom: 11.4583333333vw;
  }
  .mapbox .txt h3{
    font-size: 0.83333333vw;
  }
  .section3 .wrap .left .num{
    width: 15vw;
  }
  /* .section1 .wrap .main .list .item .icon{
    height: 2.60416666vw;
  }
  .section1 .wrap {
    padding-top: 3.6458333333vw;
    width: 81.25vw;
  }

  .section1 .wrap .main {
    margin-top: 1.5625vw;
    padding-top: 3.6458333333vw;
  }
  .section1 .wrap .main .list{
    gap: 10.41666666vw;
  }
  .section1 .wrap .main .list .item .icon {
    margin-right: 1.5625vw;
  }

  .section1 .wrap .main .list .item .text .key {
    margin-bottom: 0.2604166667vw;
    font-size: 0.9375vw;
  }

  .section1 .wrap .main .list .item .text .value {
    font-size: 0.9375vw;
  } */

  /* .section1 .wrap .map {
    height: 20.833333333vw;
    margin-top: 4.1666666667vw;
  } */
  .section1 .wrap .right .main .trem .list .item .icon span{
    font-size: 0.833333vw;
  }
  .section2 .wrap {
    padding-top: 4.1666666667vw;
    width: 81.25vw;
    padding-bottom: 5.2083333333vw;
  }

  .section2 .wrap .main {
    margin-top: 1.5625vw;
    padding-top: 3.125vw;
    gap: 10.41666666vw;
  }

  .section2 .wrap .main .trem .tit {
    font-size: 1.0416666667vw;
    margin-bottom: 1.5625vw;
  }

  .section2 .wrap .main .trem .list .item {
    font-size: 0.9375vw;
  }

  .section2 .wrap .main .trem .list .item:not(:last-child) {
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .main .trem .list .item .icon {
    margin-right: 0.7291666667vw;
  }

  .section3 .wrap {
    padding-top: 5.2083333333vw;
    padding-bottom: 9.375vw;
    width: 81.25vw;
  }

  .section3 .wrap .left {
    width: 28.125vw;
    padding-top: 5.7291666667vw;
  }

  .section3 .wrap .left .title h3 {
    font-size: 1.6666666667vw;
    line-height: 2.8125vw;
  }

  .section3 .wrap .left .text {
    margin-top: 2.6041666667vw;
  }

  .section3 .wrap .left .text p {
    font-size: 0.9375vw;
  }

  .section3 .wrap .left .hot {
    padding-left: 2.0833333333vw;
    padding-right: 0.2604166667vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
    font-size: 0.8333333333vw;
    margin-top: 5.2083333333vw;
  }

  .section3 .wrap .left .hot .icon {
    margin-left: 1.0416666667vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .section3 .wrap .left .num {
    font-size: 2.2916666667vw;
    margin-top: 2.0833333333vw;
  }

  .section3 .wrap .right {
    width: 35.4166666667vw;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.25vw 1px;
    border-radius: 0.625vw;
    padding: 3.125vw 3.6458333333vw 2.6041666667vw;
  }

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

  .section3 .wrap .right .title h3 {
    font-size: 1.25vw;
  }

  .section3 .wrap .right .main .item {
    margin-bottom: 1.0416666667vw;
  }

  .section3 .wrap .right .main .item .key {
    margin-bottom: 0.2604166667vw;
    font-size: 0.9375vw;
  }

  .section3 .wrap .right .main .item .value {
    height: 3.125vw;
  }

  .section3 .wrap .right .main .item .value input {
    padding-left: 1.0416666667vw;
    font-size: 0.9375vw;
  }

  .section3 .wrap .right .main .item .value input::placeholder {
    font-size: 0.9375vw;
  }

  .section3 .wrap .right .main .item.textarea .value {
    height: 6.25vw;
  }

  .section3 .wrap .right .main .item.textarea .value textarea {
    padding: 1.0416666667vw;
    font-size: 0.9375vw;
  }

  .section3 .wrap .right .main .item.textarea .value textarea::placeholder {
    font-size: 0.9375vw;
  }

  .section3 .wrap .right .main button {
    width: 7.2916666667vw;
    height: 2.7083333333vw;
    border-radius: 1.3541666667vw;
    font-size: 0.8333333333vw;
  }

  .section3 .wrap .right .main button span {
    font-size: 1.0416666667vw;
    margin-left: 0.5208333333vw;
  }

  .section3 .wrap .bg {
    width: 60.9375vw;
  }

  /* .mapbox {
    width: 20.8333333333vw;
  } */

  .mapbox .logo {
    width:7.2916666vw;
  }

  .mapbox .text {
    height: 4.1666666667vw;
    padding: 0px 1.0416666667vw;
  }

  .mapbox .text p {
    font-size: 0.729166666666vw;
  }

  .mapbox .text a {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }

  .mapbox .text a span {
    font-size: 1.5625vw;
  }

  .section5 .wrap .main .list .item .icon{
    height: 2.60416666vw;
  }

  .section4 .wrap{
    width: 81.25vw;
     padding-top: 3.6458333333vw;
  }
    .section4 .wrap .main{
    margin-top: 2.6041666667vw;
     border-radius: 0.5208333333vw;
    }
    .section4 .wrap .main .text{
    padding: 4.1666666667vw 3.125vw;
     width: 34.8958333333vw;
     margin-left: 6.0416666667vw;
     /* bottom: -8.3333333333vw; */
    }
    .section4 .wrap .main .text h3{
    font-size: 1.5625vw;
     margin-bottom: 1.0416666667vw;
    }
    .section4 .wrap .main .text p{
    font-size: 0.98958333vw;
     line-height: 2.0833333333vw;
    }
    .section5 .wrap{
    width: 68.75vw;
     padding-top: 12.5vw;
     padding-bottom: 4.1666666667vw;
    }
    .section5 .wrap .title{
    margin-bottom: 1.5625vw;
    }
    .section5 .wrap .title h3{
    font-size: 1.25vw;
    }
    .section5 .wrap .main .list .item .icon{
    margin-right: 1.0416666667vw;
    }
    .section5 .wrap .main .list .item .text .key{
    margin-bottom: 0.2604166667vw;
     font-size: 0.9375vw;
    }
    .section5 .wrap .main .list .item .text .value{
    font-size: 0.9375vw;
    }
    .section5 .wrap .main .list .item .icon{
    height: 2.6041666667vw;
    }


      .section1 .wrap{
      padding-top: 3.6458333333vw;
       padding-bottom: 5.2083333333vw;
       width: 81.25vw;
      }
      .section1 .wrap .left .main{
      margin-top: 1.5625vw;
       padding-top: 1.5625vw;
      }
      .section1 .wrap .left .main .list{
      gap: 1.5625vw;
      }
      .section1 .wrap .right .map_list{
      height: 20.8333333333vw;
      }

      .section1 .wrap .left .main .list .item .icon{
      margin-right: 1.5625vw;
      }
      .section1 .wrap .left .main .list .item .text .key{
      margin-bottom: 0.2604166667vw;
       font-size: 0.9375vw;
      }
      .section1 .wrap .left .main .list .item .text .value{
      font-size: 0.989583333vw;
      }
      .section1 .wrap .left .map{
      height: 20.8333333333vw;
       margin-top: 4.1666666667vw;
      }
      .section1 .wrap .right .main{
      margin-top: 1.5625vw;
       padding-top: 1.5625vw;
       gap: 1.04166666666vw;
      }
      .section1 .wrap .right .main .trem .tit{
      font-size: 1.0416666667vw;
       margin-bottom: 0.5208333333vw;
      }
      .section1 .wrap .right .main .trem .list .item{
      font-size: 0.9895833vw;
      }
      .section1 .wrap .right .main .trem .list .item:not(:last-child){
      margin-bottom: 0.5208333333vw;
      }
      .section1 .wrap .right .main .trem .list .item .icon{
      margin-right: 0.7291666667vw;
      }
      .section1 .wrap .left .main .list .item .icon{
        width: 2.60416666vw;
      }


        .section4 .wrap{
        padding-bottom: 11.4583333333vw;
        }
        .section4 .wrap .main .text .list{
          gap: 3.125vw;
         margin-top: 1.5625vw;
        }
        .section4 .wrap .main .text .item .icon{
        margin-right: 1.0416666667vw;
        }
        .section4 .wrap .main .text .item .content .key{
        margin-bottom: 0.2604166667vw;
         font-size: 0.9375vw;
        }
        .section4 .wrap .main .text .item .content .value{
        font-size: 0.9375vw;
        }
        .section4 .wrap .main .text .item .icon{
        height: 2.6041666667vw;
        }
}
@media screen and (max-width: 1024px) {
  .mapbox .logo {
    width: 120px;
  }
  .mapbox .txt h3{
    font-size: 14px;
  }
  .section1 .wrap{
    padding-top: 60px;
    width:90%;
  }

  .section4 .wrap .main .box{
    position: static;
    transform: none;
  }

  /* .section1 .wrap .main{
    margin-top: 20px;
    padding-top: 30px;
  }
  .section1 .wrap .main .list{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section1 .wrap .main .list .item{
    width: 100%;
  }
  .section1 .wrap .main .list .item .text .key{
    font-size: 14px;
  }
  .section1 .wrap .main .list .item .text .value{
    font-size: 14px;
  }
  .section1 .wrap .main .list .item .icon{
    height: 36px;
  }
  .section1 .wrap .map{
    height: 300px;
    margin-bottom: 40px;
  } */
  /* .mapbox{
    width: 240px;
  } */
  .mapbox .logo{
    width: 100px;
  }
  .mapbox .text p{
    font-size: 14px;
  }
  .mapbox .text{
    height: 50px;
    padding: 0 10px;
  }
  .mapbox .text a{
    width: 30px;
    height: 30px;
  }
  .mapbox .text a span{
    font-size: 14px;
  }
  .section2 .wrap{
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .section2 .wrap .main{
    margin-top: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .section2 .wrap .main .trem{
    width: calc(50% - 10px);
  }
  .section2 .wrap .main .trem .tit{
    font-size: 18px;
  }
  .section2 .wrap .main .trem .list .item{
    font-size: 14px;
  }
  .section2 .wrap .main .trem .list .item:not(:last-child){
    margin-bottom: 10px;
  }
  .section2 .wrap .main .trem .tit{
    margin-bottom: 10px;
  }
  .section3 .wrap{
    width: 90%;
    padding: 60px 0;
    flex-direction: column;
  }
  .section3 .wrap .left .title h3{
    font-size: 24px;
    line-height: 1.6;
  }
  .section3 .wrap .left{
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .section3 .wrap .left .text p{
    font-size: 14px;
    line-height: 2;
  }
  .section3 .wrap .left .text{
    margin-top: 30px;
  }
  .section3 .wrap .left .hot{
    padding-left: 20px;
    padding-right: 5px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    margin-top: 30px;
  }
  .section3 .wrap .left .num{
    width: 160px;
    margin-top: 20px;
  }
  .section3 .wrap .right{
    width: 100%;
    padding: 30px;
  }
  .section3 .wrap .right .title h3{
    font-size: 18px;
  }
  .section3 .wrap .right .title {
    margin-bottom: 20px;
  }
  .section3 .wrap .right .main .item .key{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section3 .wrap .right .main .item .value{
    height: 40px;
  }
  .section3 .wrap .right .main .item .value input{
    padding-left: 10px;
    font-size: 14px;
  }
  .section3 .wrap .right .main .item.textarea .value textarea::placeholder,
  .section3 .wrap .right .main .item .value input::placeholder{
    font-size: 14px;
  }
  .section3 .wrap .right .main .item{
    margin-bottom: 10px;
  }
  .section3 .wrap .right .main .item.textarea .value{
    height: 120px;
  }
  .section3 .wrap .right .main .item.textarea .value textarea{
    font-size: 14px;
    padding-left: 10px;
  }
  .section3 .wrap .right .main button{
    width: 100px;
    height: 36px;
    border-radius: 20px;
    font-size: 14px;
  }
  .section3 .wrap .right .main button span{
    font-size: 18px;
    margin-left: 10px;
  }
  .section3 .wrap .left .hot .icon{
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .section2 .wrap .main .trem .tit{
    font-size: 14px;
    color: #0D4082;
  }
  .section2 .wrap .main .trem .list .item{
    color: #666;
  }
  .section2 .wrap .main .trem .list .item .icon span{
    color: #ccc;
  }

  .section4 .wrap {
    width: 90%;
    padding-top: 60px;
  }
  .section4 .wrap .main{
    margin-top: 30px;
    border-radius: 10px;
    padding-top: 0;
  }
  .section4 .wrap .main .bg{
    position: static;
  }
  .section4 .wrap .main .text {
    padding: 30px;
    width: 100%;
    margin: 20px auto 0;
    position: static;
  }
  .section4 .wrap .main .text h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section4 .wrap .main .text p{
    font-size: 14px;
    line-height: 2;
  }
  .section4 .wrap .main .text,
  .section4 .wrap .main .bg {
    border-radius: 10px;
    overflow: hidden;
  }
  .section5 .wrap{
    width: 90%;
    padding:30px 0 0;
  }
  .section5 .wrap .title h3{
    font-size: 20px;
  }
  .section5 .wrap .main .list .item .icon {
    margin-right: 10px;
    height: 40px;
  }
  .section5 .wrap .main .list .item .text .key{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section5 .wrap .main .list .item .text .value{
    font-size: 14px;
  }
  .section5 .wrap .title {
    margin-bottom: 30px;
  }
  .section1 .wrap{
    flex-direction: column;
  }
  .section1 .wrap .left,
  .section1 .wrap .right{
    width: 100%;
  }
  .section1 .wrap .left{
    margin-bottom: 40px;
  }
  .section1 .wrap .left .main .list .item .text .key{
    font-size: 16px;
  }
  .section1 .wrap .left .main .list .item .text .value{
    font-size: 14px;
  }
  .section1 .wrap .left .main .list .item .icon{
    width: 36px;
  }
  .section1 .wrap .left .map{
    height: 300px;
    margin-top: 30px;
  }
  .section1 .wrap .right .map_list{
    flex-direction: column;
    height: 600px;
  }
  .section1 .wrap .right .main .trem .list .item .icon span{
    font-size: 14px;
  }
  .section1 .wrap .right .main .trem .list .item .icon{
    margin-right: 6px;
  }
  .section1 .wrap .left .main,
  .section1 .wrap .right .main{
    padding-top: 20px;
    margin-top: 20px;
  }
  .section1 .wrap .left .main .list,
  .section1 .wrap .right .main{
    gap: 20px;
  }
  .section1 .wrap .right .main .trem .tit{
    font-size: 16px;
  }
  .section1 .wrap .right .main .trem .list .item{
    font-size: 14px;
  }
  .section1 .wrap .right .map_list{
    margin-top: 30px;
  }
  .section1 .wrap .left .main .list .item .icon,
  .section1 .wrap .left .main .list .item .text .key{
    margin-bottom: 5px;
  }
  .section1 .wrap .left .main .list .item .icon{
    display: none;
  }
  .section1 .wrap .left .main .list .item {
    align-items: start;
  }
  .section1 .wrap{
    padding-bottom: 60px;
  }
  .section4 .wrap .main .text .list{
    margin-top: 30px;
    gap: 40px;
  }
  .section4 .wrap .main .text .item .icon{
    width: 40px;
    height: auto;
    margin-right: 20px;
  }
  .section4 .wrap .main .text .item .icon img{
    width: 100%;
  }
  .section4 .wrap .main .text .item .content .key{
    font-size: 14px;
    margin-bottom:5px;
  }
  .section4 .wrap .main .text .item .content .value{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap .right .main{
    flex-direction: column;
  }
  .section1 .wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section1 .wrap .main .list .item{
    flex-direction: column;
    align-items: start;
  }
  .section1 .wrap .main .list .item .icon{
    display: none;
  }
  .section2 .wrap .main .trem{
    width: 100%;
  }
  .section2 .wrap{
    padding-bottom: 50px;
  }
  .section2 .wrap .main{
    gap: 20px;
  }
  .section3 .wrap .right {
    padding: 20px;
  }
  .section3 .wrap .left .title h3 {
    font-size: 20px;
  }
  .section5 .wrap .main .list .item{
    width: calc(50% - 10px);
  }
  .section5 .wrap .main .list{
    flex-wrap: wrap;
    gap: 20px;
  }
  .section5 .wrap .main .list .item .icon{
    width:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .section5 .wrap .main .list .item .text .key {
    margin-bottom: 5px;
  }
  .section4 .wrap .main .text {
    padding: 20px;
  }
  .section4 .wrap .main .text h3 {
    font-size: 18px;
  }
  .section4 .wrap{
    padding-top: 50px;
  }
  /* .section5 .wrap{
    padding-bottom: 50px;
  } */
  .section4 .wrap .main .text .list{
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media screen and (max-width:540px) {
  .section5 .wrap .main .list .item{
    width: 100%;
  }
}