body {
  background-color: #F7F7F9;
}

.section1 .wrap {
  padding-top: 120px;
  width: 1560px;
  margin: 0 auto;
  padding-bottom: 160px;
}

.section1 .wrap .commonTitle {
  justify-content: center;
}

.section1 .wrap .content {
  margin-top: 30px;
  text-align: center;
  width: 1200px;
  margin: 30px auto 80px;
}

.section1 .wrap .content p {
  color: #444;
  font-size: 18px;
  line-height: 2;
}

.section1 .wrap .pro {
  padding: 60px 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.section1 .wrap .pro .img {
  width: 480px;
  margin-right: 60px;
  position: relative;
  z-index: 1;
}

.section1 .wrap .pro .text {
  flex: 1;
  position: relative;
  z-index: 1;
}

.section1 .wrap .pro .text h4 {
  color: #111;
  font-size: 24px;
  margin-bottom: 20px;
}

.section1 .wrap .pro .text p {
  color: #666;
  font-size: 18px;
  line-height: 2;
}

.section1 .wrap .pro .bg {
  position: absolute;
  width: 400px;
  bottom: 0;
  right: 0;
}

.section1 .wrap .pro .bg img {
  width: 100%;
}

.section2 {
  background-color: #fff;
}

.section2 .wrap {
  width: 1560px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 160px;
}

.section2 .wrap .commonTitle {
  justify-content: center;
  margin-bottom: 20px;
}
.section2 .wrap .commonTitle h3{
  font-size: 38px;
}
.section2 .wrap .text {
  color: #444;
  font-size: 22px;
  line-height: 2;
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

.section2 .wrap .list {
  gap: 20px;
  display: flex;
}

.section2 .wrap .list .item {
  height: 440px;
  padding: 70px 20px;
  background-color: #fff;
  text-align: center;
  width: 296px;
  box-shadow: 0px 0px 10px 1px rgba(0, 32, 49, 0.09);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.section2 .wrap .list .item:hover::after {
  opacity: 1;
}

.section2 .wrap .list .item:hover .icon {
  filter: brightness(0) invert(1);
}

.section2 .wrap .list .item:hover h4,
.section2 .wrap .list .item:hover p {
  color: #fff;
}

.section2 .wrap .list .item::after {
  top: 0;
  left: 0;
  transition: all 0.6s;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

.section2 .wrap .list .item .icon {
  margin-bottom: 30px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.section2 .wrap .list .item h4 {
  color: #111;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.section2 .wrap .list .item p {
  color: #444;
  font-size: 16px;
  transition: all 0.6s;
  line-height: 30px;
  position: relative;
  z-index: 1;
  word-break: break-all;
}

.section3 .wrap {
  padding-top: 190px;
  width: 1560px;
  margin: 0 auto;
  padding-bottom: 240px;
}

.section3 .wrap .title {
  text-align: center;
  margin-bottom: 100px;
}

.section3 .wrap .title h3 {
  color: #111;
  font-size: 36px;
}

.section3 .wrap .list {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section3 .wrap .list .item:hover .icon::after {
  opacity: 1;
}

.section3 .wrap .list .item:hover .icon img {
  filter: brightness(0) invert(1);
}

.section3 .wrap .list .item .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.section3 .wrap .list .item .icon::after {
  top: 0;
  left: 0;
  transition: all 0.6s;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

.section3 .wrap .list .item .icon img {
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.section3 .wrap .list .item .text {
  color: #111;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.section3 .wrap .content {
  width: 1200px;
  margin: 70px auto 0;
  text-align: center;
}

.section3 .wrap .content p {
  color: #444;
  font-size: 19px;
  line-height: 2;
}

.section4 {
  background-color: #fff;
}

.section4 .wrap {
  width: 1560px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section4 .wrap .main {
  margin-top: 30px;
  display: flex;
}

.section4 .wrap .main .left {
  width: 750px;
}

.section4 .wrap .main .left p {
  color: #111;
  font-size: 19px;
  line-height: 2;
}

.section4 .wrap .main .right {
  flex: 1;
  margin-left: 90px;
}

.section4 .wrap .main .right .list {
  display: flex;
  justify-content: space-between;
}

.section4 .wrap .main .right .list .item {
  flex: 1;
}

.section4 .wrap .main .right .list .item .value {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section4 .wrap .main .right .list .item .key {
  font-size: 16px;
  color: #111;
}

.section4 .wrap .bottom {
  margin-top: 50px;
}

.section4 .wrap .bottom .swiper {
  width: 2300px;
}


.section5{
  overflow: unset;
}
.section5 .wrap {
  width: 1560px;
  margin: 0 auto;
}
.section5 .wrap .box{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
}
.section5 .wrap .content {
  margin-top: 20px;
  width: 900px;
}

.section5 .wrap .content p {
  color: #111;
  font-size: 19px;
  line-height: 30px;
}
.section5 .wrap .main{
  margin-top: 100px;
}
.section5 .wrap .main .left{
  position: relative;
  height: 480px;
  overflow: hidden;
  width: 740px;
  margin-right: 120px;
}
.section5 .wrap .main .left .item{
  position: absolute;
  top: 0;
  filter: brightness(1);
}
.section5 .wrap .main{
  display: flex;
}
.section5 .wrap .main .left .item:not(:first-child){
  transform: translateY(100%);
}
.section5 .wrap .main .right .item .head{
  display: flex;
  cursor: pointer;
}
.section5 .wrap .main .right .item .head .en{

  margin-right: 5px;
  position: relative;
}
.section5 .wrap .main .right .item .head .en p{
  color: #111;
  font-size: 14px;
  font-weight: 700;
  transition: all .6s;
}
.section5 .wrap .main .right .item .head .text p:nth-child(2),
.section5 .wrap .main .right .item .head .en p:nth-child(2){
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
}
.section5 .wrap .main .right .item .head .text p{
  transition: all .6s;
}
.section5 .wrap .main .right .item .head .text{
  font-size: 20px;
  color: #111;
  font-weight: 700;
  position: relative;
}
.section5 .wrap .main .right .item .body{
  padding: 15px 0;
}
.section5 .wrap .main .right .item .body p{
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
}
.section5 .wrap .main .right .item .body ul li{
  color: #666;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.section5 .wrap .main .right .item .body ul li::before{
  width: 4px;
  height: 4px;
  display: block;
  content: "";
  background-color: #2D2D2E;
  border-radius: 50%;
  margin-right: 10px;
}
.section5 .wrap .main .right{
  flex: 1;
}
.section5 .wrap .main .right .item:not(:first-child){
  margin-top: 36px;
}
.section5 .wrap .main .right .item:hover .text p:nth-child(1),
.section5 .wrap .main .right .item:hover .en p:nth-child(1),
.section5 .wrap .main .right .item.active .text p:nth-child(1),
.section5 .wrap .main .right .item.active .en p:nth-child(1){
  opacity: 0;
}
.section5 .wrap .main .right .item:hover .text p:nth-child(2),
.section5 .wrap .main .right .item:hover .en p:nth-child(2),
.section5 .wrap .main .right .item.active .text p:nth-child(2),
.section5 .wrap .main .right .item.active .en p:nth-child(2){
  opacity: 1;
}


.section5 .wrap .main .right .item:not(:first-child) .body{
  display: none;
}
/* .section5 .wrap .main {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.section5 .wrap .main .item {
  width: 760px;
}

.section5 .wrap .main .item .text {
  margin-top: 30px;
}

.section5 .wrap .main .item .text h4 {
  color: #111;
  font-size: 30px;
  margin-bottom: 5px;
}

.section5 .wrap .main .item .text p {
  color: #666;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section5 .wrap .main .item .commonButton {
  margin-top: 30px;
} */
.section6{
  background-color: #fff;
}
.section6 .wrap {
  width: 1560px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0 90px;
}
.section6 .wrap .content{
  color: #111;
  font-size: 19px;
  margin-top: 30px;
}
.section6 .wrap .list{
  display: flex;
  margin-top: 20px;
  gap: 40px;
  margin-bottom: 20px;
}
.section6 .wrap .list .item{
  display: flex;
  align-items: center;
}
.section6 .wrap .list .item .color{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}
.section6 .wrap .list .item .text{
  color: #111;
  font-size: 16px;
}

.section6 .wrap table {
  width: 100%;
}

.section6 .wrap table th {
  font-size: 18px;
  text-align: left;
}

.section6 .wrap table th:nth-child(1) {
  width: 175px;
}

.section6 .wrap table th:nth-child(2) {
  width: 150px;
}

.section6 .wrap table th:nth-child(3) {
  width: 200px;
}
.section6 .wrap table th:nth-child(5) {
  width: 140px;
}

.section6 .wrap table th span:not(:last-child){
  margin-right: 120px;
}

.section6 .wrap table th:nth-child(4) {
  width: 950px;
}
.section6 .wrap table th:nth-child(5) {
  text-align: center;
}


.section6 .wrap table td {
  font-size: 16px;
}

.section6 .wrap table td .progress {
  display: flex;
  align-items: center;
  position: relative;
}

.section6 .wrap table td .progress.dashed::before{
    border: 2px dashed #a6a6a6;
    background: none;
}
.section6 .wrap table td .progress::before {
  /* background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%); */
  height: 18px;
  width: 100%;
  content: "";
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.section6 .wrap table td .progress.type1::before{
  background-color: #5BB7C3;
}
.section6 .wrap table td .progress.type2::before{
  background-color: #2897E2;
}
.section6 .wrap table td .progress.type3::before{
  background-color: #6E63DC;
}
.section6 .wrap table td .progress.type4::before{
  background-color: #91C8FF;
}

.section6 .wrap table td .progress p {
  white-space: nowrap;
  position: absolute;
  left: 100%;
  transform: translateX(10px);
}
.section6 .wrap table td .logo{
  display: flex;
  justify-content: center;
}
.section6 .wrap table td,
.section6 .wrap table th {
  border: 1px solid #D5D7DE;
  padding: 15px 20px;
  font-weight: 700;
}

.section6 .wrap table td .keynote,
.section6 .wrap table th .keynote {
  font-weight: 700;
  width: fit-content;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  cursor: pointer;
  transition: all .6s;
}

/* .section6 .wrap .bg img {
  width: 100%;
}

.section6 .wrap .content {
  position: absolute;
  width: 1260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section6 .wrap .content .commonTitle {
  justify-content: center;
}

.section6 .wrap .content .commonTitle h3 {
  margin-left: 0;
  color: #fff;
}

.section6 .wrap .content .commonTitle h3 span {
  background: linear-gradient(90deg, #CEE9FF 0%, #C2F8FF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section6 .wrap .content .text {
  width: 1260px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.section6 .wrap .content .commonButton {
  margin: 60px auto 0;
}

.section6 .wrap .content .commonButton::before {
  background-color: #fff;
  border: none;
} */

.section7 .wrap {
  position: relative;
}

.section7 .wrap .bg {
  width: 100%;
}

.section7 .wrap .bg img {
  width: 100%;
}

.section7 .wrap .left {
  left: calc(50vw - 780px);
  width: 780px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section7 .wrap .left .text {
  color: #111;
  font-size: 19px;
  line-height: 40px;
  margin-top: 50px;
}
.section2 .commonTitle h3{
  margin-left: 0;
}
.section3 .wrap .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section6 .wrap table tr:nth-child(1){
  background-color: #F7F8FB;
}
.section6 .wrap table td:nth-last-child(5){
  background-color: #F7F8FB;
}
.section5 .wrap .main.PE{
  display: none;
}
.section6 .wrap table th:nth-child(4){
  padding-left: 80px;
}
.section6 .wrap table tr:nth-last-child(2) td{
  border-bottom:1px dashed #D5D7DE;
}
.section6 .wrap table tr:last-child td{
  border:1px dashed #D5D7DE;
}
@media screen and (max-width: 1919px) {
  .section6 .wrap table th:nth-child(4){
    padding-left: 4.16666666vw;
  }
  .section3 .wrap .list .item .icon img{
    height: 2.08333333vw;
  }
  .section2 .wrap .list .item .icon{
    height: 3.125vw;
  }
  .section1 .wrap {
    padding-top: 6.25vw;
    width: 81.25vw;
    padding-bottom: 8.3333333333vw;
  }

  .section1 .wrap .content {
    width: 62.5vw;
    margin: 1.5625vw auto 4.1666666667vw;
  }

  .section1 .wrap .content p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .pro {
    padding: 3.125vw 3.6458333333vw;
    border-radius: 0.5208333333vw;
  }

  .section1 .wrap .pro .img {
    width: 25vw;
    margin-right: 3.125vw;
  }

  .section1 .wrap .pro .text h4 {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .pro .text p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .pro .bg {
    width: 20.8333333333vw;
  }

  .section2 .wrap {
    width: 81.25vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .section2 .wrap .commonTitle h3{
    font-size:1.979166666vw;
  }
  .section2 .wrap .text {
    font-size: 1.145833333vw;
    width: 67.7083333vw;
    margin: 0px auto 4.1666666667vw;
  }

  .section2 .wrap .list {
    gap: 1.0416666667vw;
  }

  .section2 .wrap .list .item {
    height: 22.9166666667vw;
    padding: 3.6458333333vw 1.0416666667vw;
    width: 15.4166666667vw;
    box-shadow: rgba(0, 32, 49, 0.09) 0px 0px 0.5208333333vw 1px;
    border-radius: 0.3125vw;
  }

  .section2 .wrap .list .item .icon {
    margin-bottom: 1.5625vw;
  }

  .section2 .wrap .list .item h4 {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }

  .section2 .wrap .list .item p {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .section3 .wrap {
    padding-top: 9.8958333333vw;
    width: 81.25vw;
    padding-bottom: 12.5vw;
  }

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

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

  .section3 .wrap .list {
    width: 75vw;
  }

  .section3 .wrap .list .item .icon {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }

  .section3 .wrap .list .item .text {
    font-size: 0.9375vw;
    margin-top: 0.5208333333vw;
  }

  .section3 .wrap .content {
    width: 62.5vw;
    margin: 3.6458333333vw auto 0px;
  }

  .section3 .wrap .content p {
    font-size: 0.98958333vw;
  }

  .section4 .wrap {
    width: 81.25vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 6.25vw;
  }

  .section4 .wrap .main {
    margin-top: 1.5625vw;
  }

  .section4 .wrap .main .left {
    width: 39.0625vw;
  }

  .section4 .wrap .main .left p {
    font-size: 0.989583333vw;
  }

  .section4 .wrap .main .right {
    margin-left: 4.6875vw;
  }

  .section4 .wrap .main .right .list .item .value {
    font-size: 2.0833333333vw;
  }

  .section4 .wrap .main .right .list .item .key {
    font-size: 0.8333333333vw;
  }

  .section4 .wrap .bottom {
    margin-top: 2.6041666667vw;
  }

  .section4 .wrap .bottom .swiper {
    width: 119.7916666667vw;
  }

  /* .section5 .wrap {
    width: 81.25vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }

  .section5 .wrap .content {
    margin-top: 1.0416666667vw;
    width: 46.875vw;
  }

  .section5 .wrap .content p {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .section5 .wrap .main {
    margin-top: 2.6041666667vw;
  }

  .section5 .wrap .main .item {
    width: 39.5833333333vw;
  }

  .section5 .wrap .main .item .text {
    margin-top: 1.5625vw;
  }

  .section5 .wrap .main .item .text h4 {
    font-size: 1.5625vw;
    margin-bottom: 0.2604166667vw;
  }

  .section5 .wrap .main .item .text p {
    font-size: 0.8333333333vw;
  }

  .section5 .wrap .main .item .commonButton {
    margin-top: 1.5625vw;
  }

  .section6 .wrap .content {
    width: 65.625vw;
  }

  .section6 .wrap .content .text {
    width: 65.625vw;
    margin: 1.5625vw auto 0px;
    font-size: 0.9375vw;
    line-height: 2.0833333333vw;
  }

  .section6 .wrap .content .commonButton {
    margin: 3.125vw auto 0px;
  } */

    .section5 .wrap{
    width: 81.25vw;
    }
    .section5 .wrap .content{
    margin-top: 1.0416666667vw;
     width: 46.875vw;
    }
    .section5 .wrap .content p{
    font-size: 0.989583333vw;
     line-height: 1.5625vw;
    }
    .section5 .wrap .main{
    margin-top: 5.2083333333vw;
    }
    .section5 .wrap .main .left{
    height: 25vw;
     width: 38.5416666667vw;
     margin-right: 6.25vw;
    }
    .section5 .wrap .main .right .item .head .en{
    margin-right: 0.2604166667vw;
    }
    .section5 .wrap .main .right .item .head .en p{
    font-size: 0.7291666667vw;
    }
    .section5 .wrap .main .right .item .head .text{
    font-size: 1.0416666667vw;
    }
    .section5 .wrap .main .right .item .body{
    padding: 0.78125vw 0px;
    }
    .section5 .wrap .main .right .item .body p{
    font-size: 0.8333333333vw;
     margin-bottom: 0.78125vw;
    }
    .section5 .wrap .main .right .item .body ul li{
    font-size: 0.8333333333vw;
     line-height: 1.5625vw;
    }
    .section5 .wrap .main .right .item .body ul li::before{
    width: 0.2083333333vw;
     height: 0.2083333333vw;
     margin-right: 0.5208333333vw;
    }
    .section5 .wrap .main .right .item:not(:first-child){
    margin-top: 1.875vw;
    }
    .section6 .wrap{
    width: 81.25vw;
     padding: 3.6458333333vw 0px 4.6875vw;
    }
    .section6 .wrap .content{
    font-size: 0.98958333vw;
     margin-top: 1.5625vw;
    }
    .section6 .wrap .list{
    margin-top: 1.0416666667vw;
     gap: 2.0833333333vw;
     margin-bottom: 1.0416666667vw;
    }
    .section6 .wrap .list .item .color{
    width: 0.78125vw;
     height: 0.78125vw;
     margin-right: 0.2604166667vw;
    }
    .section6 .wrap .list .item .text{
    font-size: 0.8333333333vw;
    }
    .section6 .wrap table th{
    font-size: 0.9375vw;
    }
      .section6 .wrap table th:nth-child(1){
      width: 9.1145833333vw;
      }
      .section6 .wrap table th:nth-child(2){
      width: 7.8125vw;
      }
      .section6 .wrap table th:nth-child(3){
      width: 10.4166666667vw;
      }
      .section6 .wrap table th:nth-child(5){
      width: 7.2916666667vw;
      }
    .section6 .wrap table th span:not(:last-child){
    margin-right: 6.25vw;
    }
    .section6 .wrap table th:nth-child(4){
    width: 49.4791666667vw;
    }
    .section6 .wrap table td{
    font-size: 0.8333333333vw;
    }
    .section6 .wrap table td .progress.dashed::before{
    border: 0.1041666667vw dashed rgb(166, 166, 166);
    }
    .section6 .wrap table td .progress::before{
    height: 0.9375vw;
     border-radius: 0.5208333333vw;
    }
    .section6 .wrap table td .progress p{
    transform: translateX(0.5208333333vw);
    }
    .section6 .wrap table td, .section6 .wrap table th{
    padding: 0.78125vw 1.0416666667vw;
    }


  .section7 .wrap .left {
    left: calc(50vw - 40.625vw);
    width: 40.625vw;
  }

  .section7 .wrap .left .text {
    font-size: 0.98958333vw;
    line-height: 2.0833333333vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .section6 .wrap table th:nth-child(4){
    padding-left: 60px;
  }
  .section6 .wrap table th span:not(:last-child) {
    margin-right: 80px;
  }
  .section1 .wrap {
    width: 90%;
    padding: 60px 0;
  }
  .section1 .wrap .content{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section1 .wrap .content p{
    font-size: 14px;
  }
  .section1 .wrap .pro .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section1 .wrap .pro .text p{
    font-size: 14px;
  }
  .section1 .wrap .pro .img {
    width: 45%;
    margin-right: 30px;
  }
  .section1 .wrap .pro{
    padding: 30px;
  }
  .section1 .wrap .pro .bg{
    width: 200px;
  }
  .section2 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section2 .wrap .text{
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section2 .wrap .list{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  .section2 .wrap .list .item{
    width: calc(50% - 10px);
    height: 260px;
    border-radius: 10px;
  }
  .section2 .wrap .list .item h4{
    font-size: 18px;
  }
  .section2 .wrap .list .item .icon{
    height: 40px;
    margin-bottom: 20px;
  }
  .section2 .wrap .list .item p{
    font-size: 14px;
    line-height: 2;
  }
  .section2 .wrap .list .item{
    padding: 30px;
  }
  .section3 .wrap{
    padding: 60px 0;
    width: 90%;
  }
  .section3 .wrap .title h3{
    font-size: 24px;
  }
  .section3 .wrap .list{
    width: 100%;
  }
  .section3 .wrap .list .item .text{
    font-size: 14px;
    margin-top: 10px;
  }
  .section3 .wrap .list .item .icon{
    width: 80px;
    height: 80px;
  }
  .section3 .wrap .list .item .icon img{
    height: 30px;
  }
  .section3 .wrap .content{
    width: 100%;
    margin: 30px auto 0;
  }
  .section3 .wrap .content p{
    font-size: 14px;
  }
  .section3 .wrap .title{
    margin-bottom: 50px;
  }
  .section4 .wrap{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .section4 .wrap .main{
    margin-top: 20px;
    flex-direction: column;
  }
  .section4 .wrap .main .left{
    width: 100%;
  }
  .section4 .wrap .main .left p{
    font-size: 14px;
  }
  .section4 .wrap .main .right{
    margin-left: 0;
    margin-top: 40px;
  }
  .section4 .wrap .bottom{
    margin-top:50px;
  }
  .section4 .wrap .bottom .swiper{
    width: 100%;
  }
  .section4 .wrap .main .right .list .item .key{
    font-size: 14px;
    color: #666;
  }
  .section4 .wrap .main .right .list .item .value{
    font-size: 32px;
  }
  .section5 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  /* .section5 .wrap .main .item .img{
    border-radius: 10px;
    overflow: hidden;
  }
  .section5 .wrap .content{
    margin-top: 20px;
    width: 100%;
  }
  .section5 .wrap .content p{
    font-size: 14px;
    line-height: 2;
  }
  .section5 .wrap .main{
    margin-top: 30px;
  }
  .section5 .wrap .main .item .text h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section5 .wrap .main .item .text{
    margin-top: 30px;
  }
  .section5 .wrap .main .item .text p{
    font-size: 14px;
  }
  .section5 .wrap .main .item .commonButton{
    margin-top: 20px;
  }
  .section5 .wrap .main .item{
    width: 49%;
  }
  .section6 .wrap .content .text{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .section6 .wrap .content{
    width: 90%;
  }
  .section6 .bg{
    height: 400px;
  }
  .section6 .bg img{
    height: 100%;
  }
  .section6 .wrap .content .commonButton{
    margin-top: 20px;
  } */
  .section7 .wrap .left .text{
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .section7 .wrap .left{
    left: 5vw;
    width: 90%;
  }
  .section7 .wrap .bg{
    height:600px;
  }
  .section7 .wrap .bg img{
    height: 100%;
  }
  .section6 .wrap{
    width: 90%;
    padding:60px 0;
  }
  .section6 .wrap .content{
    font-size: 14px;
    margin-top: 20px;
  }
  .section6 .wrap .list{
    gap: 40px;
    margin: 20px 0;
  }
  .section6 .wrap .list .item .text{
    font-size: 14px;
  }
  .section6 .wrap .list .item .color{
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }


  .section6 .wrap table td,
  .section6 .wrap table th{
    font-size: 14px;
  }
  .section6 .wrap table td, .section6 .wrap table th{
    padding: 10px;
  }
  .section6 .wrap table th:nth-child(1){
    width: 40px;
  }
  .section6 .wrap table td .progress::before{
    height: 12px;
  }
  .section6 .wrap table td .progress.one::before{
    width: 40px;
  }
  .section6 .wrap table td .progress.two::before{
    width: 80px;
  }
  .section6 .wrap table td .progress.three::before{
    width: 120px;
  }
  .section6 .wrap table th:nth-child(1) {
    width: 140px;
  }
  .section6 .wrap table th:nth-child(2){
    width: 140px;
  }
  .section6 .wrap table th:nth-child(3){
    width: 170px;
  }
  .section6 .wrap table th:nth-child(4){
    width: 600px;
  }
  .section6 .wrap table th:nth-child(5){
    width: 140px;
  }

  .section6 .wrap table{
    width: 100%;
    display: block;
    overflow-x: auto;
  }
  .section6 .wrap table tbody{
    width: max-content;
    display: inline-table;
    margin-right: 1px;
  }
  .section5 .wrap .box{
    height: auto;
  }
  .section5 .wrap .main .left{
    display: none;
  }
  .section5 .wrap .main .right .item .head .en p{
    font-size: 14px;
    margin-right: 5px;
  }
  .section5 .wrap .main .right .item .head .text{
    font-size: 18px;
  }
  .section5 .wrap .main .right .item .body{
    padding: 10px 0;
  }
  .section5 .wrap .main .right .item .body p{
    font-size: 14px;
  }
  .section5 .wrap .main .right .item .body ul li{
    font-size: 14px;
    line-height: 2;
  }
  .section5 .wrap .main .right .item .body ul li::before{
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }
  .section5 .wrap .content{
    margin-top: 20px;
    width: 100%;
  }
  .section5 .wrap .content p{
    font-size: 14px;
    line-height: 2;
  }
  .section5 .wrap .main{
    margin-top: 30px;
  }
  .section5 .wrap .main .right .item .body{
    display: block !important;
  }

  .section5 .wrap .main .right .item .head .en{
    display: none;
  }

  .section5 .wrap .main.PE{
    display: block;
  }
  .section5 .wrap .main.PC{
    display: none;
  }
  .section5 .wrap .main.PE .item .img img{
    width: 100%;
  }
  .section5 .wrap .main.PE .item .bottom{
    padding: 15px;
    /* border: 1px solid #f1f1f1; */
    background-color: #fff;
    border-top: 0;
  }
  .section5 .wrap .main.PE .item .bottom .tit{
    color: #111;
    font-size:18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .section5 .wrap .main.PE .item .bottom h4{
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section5 .wrap .main.PE .item .bottom ul li{
    color: #111111;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 30px;
  }
  .section5 .wrap .main.PE .item .bottom ul li p{
    flex: 1;
    font-size: 14px;
  }
  .section5 .wrap .main.PE .item .bottom ul li::before{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #111;
    content: "";
    display: block;
    margin-right: 10px;
  }
  .section5 .wrap .main.PE .swiper{
    overflow: unset;
  }
  .section5 .wrap .main.PE .item .bottom ul li {
    align-items: start;
  }
  .section5 .wrap .main.PE .item .bottom ul li::before{
    margin-top: 14px;
  }

  .section5 .commonTitle{
    align-items: start;
  }
  .section5 .commonTitle .icon{
    margin-top: 4px;
  }
  .section5 .commonTitle h3{
    flex: 1;
  }
  .section5 .wrap .main.PE .item .bottom h4 {
    font-size: 14px;
  }
  .section5 .wrap .main.PE .swiper-slide{
    height: auto;
  }
  .section5 .wrap .main .item{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .section5 .wrap .main .item .bottom{
    flex: 1;
  }
  .section6 .wrap table td .progress::before{
    border-radius: 20px;
  }
  .section6 .wrap table::-webkit-scrollbar{
    display: block;
    height: 2px;
  }
}
@media screen and (max-width: 820px) {
  .section1 .wrap .pro{
    flex-direction: column;
    border-radius: 20px;
  }
  .section1 .wrap .pro .img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section3 .wrap .list{
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 0;
  }
  .section3 .wrap .list .item{
    width: 25%;
  }

}
@media screen and (max-width:767px) {
  .section1 .wrap .pro{
    padding: 60px 20px;
  }
  .section1 .wrap{
    padding: 50px 0;
  }

  .section1 .wrap .pro .bg {
    width: 140px;
  }
  .section2 .wrap .list .item{
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .section2 .wrap{
    padding: 50px 0;
  }
  .section3 .wrap .title h3 {
    font-size: 20px;
  }
  .section3 .wrap {
    padding: 50px 0;
  }
  .section3 .wrap .list .item{
    width: 33.3%;
  }
  .section4 .wrap{
    padding: 50px 0;
  }
  .section4 .wrap .main .right .list{
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .section4 .wrap .main .right .list .item{
    width: 50%;
    flex: none;
  }
  .section4 .wrap .main .right .list .item .value {
    font-size: 28px;
  }
  .section5 .wrap{
    padding: 50px 0;
  }
  .section5 .wrap .main .item{
    width: 100%;
  }
  .section5 .wrap .main{
    flex-direction: column;
    gap: 50px;
  }
  .section6 .wrap{
    padding: 50px 0;
  }
  .section6 .wrap .list {
    gap: 30px;
  }
}
@media screen and (max-width:450px) {
  .section3 .wrap .list .item{
    width: 50%;
  }

}