/* .common_title h3 {
  font-size: 46px;
} */
.sec1 .wrap {
  padding-top: 96px;
  padding-bottom: 104px;
}
.sec1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* justify-content: space-between; */
  margin-top: 40px;
}
.sec1 .wrap .list .item {
  width: calc(50% - 20px);
  background-color: #FAFAFA;
  border-radius: 14px;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s;
}
.sec1 .wrap .list .item:hover {
  background-color: #FF6E11;
}
.sec1 .wrap .list .item:hover .icon img:nth-child(1) {
  opacity: 1;
}
.sec1 .wrap .list .item:hover .icon img:nth-child(2) {
  opacity: 0;
}
.sec1 .wrap .list .item:hover .text p {
  color: #fff;
}
.sec1 .wrap .list .item .icon {
  width: 66px;
  height: 66px;
  position: relative;
  margin-right: 60px;
}
.sec1 .wrap .list .item .icon img {
  filter: brightness(0);
  transition: all 0.6s;
}
.sec1 .wrap .list .item .icon img:nth-child(1) {
  position: absolute;
  opacity: 0;
  filter: brightness(0) invert(1);
}
.sec1 .wrap .list .item .text p {
  color: #1a1a1a;
  font-size: 20px;
  transition: all 0.6s;
}
.sec2 .wrap {
  padding-bottom: 150px;
  width: 1600px;
  margin: 0 auto;
}
.sec2 .wrap .main {
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 16px;
}
.sec2 .wrap .main .item{
  width: 388px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  padding: 15px 15px 60px;
  cursor: pointer;
}
.sec2 .wrap .main .item:hover .img img{
  transform: scale(1.05);
}
.sec2 .wrap .main .item:hover .text h4{
  color: #FF6E11;
}
.sec2 .wrap .main .item .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  height: 220px;
}
.sec2 .wrap .main .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.sec2 .wrap .main .item .text h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  transition: all 0.6s;
}
.sec2 .wrap .main .item .text p {
  color: #333;
  line-height: 1.67;
  font-size: 16px;
}
/* .sec2 .wrap .main .swiper {
  width: 2160px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 38px;
}
.sec2 .wrap .main .swiper .swiper-slide-active .item {
  cursor: pointer;
}
.sec2 .wrap .main .swiper .swiper-slide-active .item:hover .img img {
  transform: scale(1.05);
}
.sec2 .wrap .main .swiper .swiper-slide-active .item:hover .text h4 {
  color: #FF6E11;
}
.sec2 .wrap .main .swiper .item {
  border-radius: 22px;
  border: 1px solid #E9E9E9;
  padding: 24px;
}
.sec2 .wrap .main .swiper .item .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  height: 320px;
}
.sec2 .wrap .main .swiper .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.sec2 .wrap .main .swiper .item .text h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  transition: all 0.6s;
}
.sec2 .wrap .main .swiper .item .text p {
  color: #333;
  font-size: 16px;
} */
.sec3 .wrap {
  position: relative;
}
.sec3 .wrap .bg img {
  width: 100%;
}
.sec3 .wrap .main {
  position: absolute;
  width: 1600px;
  left: 50%;
  top: 160px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.sec3 .wrap .main .left .type {
  height: 50px;
  color: #fff;
  width: fit-content;
  background-color: #FF6E11;
  padding: 0 26px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  margin-bottom: 18px;
}
.sec3 .wrap .main .left .common_title {
  text-align: left;
}
.sec3 .wrap .main .left .common_title h3 {
  color: #fff;
}
.sec3 .wrap .main .right {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 13px 8px;
}
.sec3 .wrap .main .right .list {
  display: flex;
  flex-direction: column;
  gap: 10px
                    ;
}
.sec3 .wrap .main .right .list .item {
  border: 10px;
  width: 380px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
}
.sec3 .wrap .main .right .list .item.active .head h4 {
  color: #FF6E11;
}
.sec3 .wrap .main .right .list .item.active .head .add {
  transform: rotate(225deg);
}
.sec3 .wrap .main .right .list .item.active .head .add::before,
.sec3 .wrap .main .right .list .item.active .head .add::after {
  background-color: #FF6E11;
}
.sec3 .wrap .main .right .list .item:hover .head h4 {
  color: #FF6E11;
}
.sec3 .wrap .main .right .list .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec3 .wrap .main .right .list .item .head h4 {
  color: #1a1a1a;
  transition: all 0.6s;
  font-size: 24px;
}
.sec3 .wrap .main .right .list .item .head .add {
  width: 14px;
  height: 14px;
  display: flex;
  transition: all .6s;
  align-items: center;
  justify-content: center;
}
.sec3 .wrap .main .right .list .item .head .add::before,
.sec3 .wrap .main .right .list .item .head .add::after {
  content: "";
  display: block;
  width: 14px;
  transition: all 0.6s;
  height: 1px;
  background-color: #313131;
}
.sec3 .wrap .main .right .list .item .head .add::after {
  position: absolute;
  transform: rotate(90deg);
}
.sec3 .wrap .main .right .list .item .body {
  width: 280px;
  color: #888888;
  font-size: 16px;
  padding-top: 26px;
  padding-bottom: 10px;
  display: none;
}
.sec4 .wrap {
  padding-top: 125px;
  padding-bottom: 124px;
  width: 1400px;
  margin: 0 auto;
}
.sec4 .wrap .main {
  margin-top: 50px;
}
.sec4 .wrap .main .item {
  display: flex;
  gap: 35px;
}
.sec4 .wrap .main .item:not(:last-child) {
  margin-bottom: 30px;
}
.sec4 .wrap .main .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec4 .wrap .main .item .left {
  width: 680px;
  height: 470px;
  border-radius: 12px;
  overflow: hidden;
}
.sec4 .wrap .main .item .left img {
  width: 100%;
  height: 100%;
}
.sec4 .wrap .main .item .right {
  background-color: #F2F4F7;
  padding: 60px 80px 60px 60px;
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.sec4 .wrap .main .item .right .title {
  margin-bottom: 50px;
}
.sec4 .wrap .main .item .right .title h4 {
  color: #111;
  font-size: 32px;
}
.sec4 .wrap .main .item .right .content .flex {
  display: flex;
  align-items: center;
}
.sec4 .wrap .main .item .right .content .flex:not(:last-child) {
  margin-bottom: 20px;
}
.sec4 .wrap .main .item .right .content .flex .key {
  color: #fff;
  width: 86px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6E11;
  border-radius: 6px;
  margin-right: 32px;
}
.sec4 .wrap .main .item .right .content .flex .value {
  flex: 1;
  font-size: 18px;
}

.sec3 .wrap.PE{
  display: none;
}

.sec1 .wrap .list .item .text p{
  font-size: 16px;
}
.sec2 .wrap .main .swiper .item .text h4{
  font-size:28px;
}

.sec3 .wrap .main .left .type{
  font-size: 16px;
}

.sec3 .wrap .main .right .list .item{
  width: 440px;
}
/* .sec3 .wrap .main .right .list .item .head h4{
  font-size: 28px;
}
.sec3 .wrap .main .right .list .item .body{
  width: 320px;
}
.sec4 .wrap .main .item .right .title h4{
  font-size: 28px;
} */
.sec4 .wrap .main .item .right .content .flex .key,
.sec4 .wrap .main .item .right .content .flex .value{
  font-size: 16px;
}
.sec4 .wrap .main .item .right .title h4{
  font-size: 24px;
}

@media screen and (max-width: 1919px) {
/* .common_title h3{
font-size: 2.3958333333vw;
} */
.sec1 .wrap{
padding-top: 5vw;
 padding-bottom: 5.4166666667vw;
}
.sec1 .wrap .list{
margin-top: 2.0833333333vw;
}
.sec1 .wrap .list .item{
width: calc(50% - 1.5625vw);
 border-radius: 0.7291666667vw;
 padding: 2.0833333333vw 4.1666666667vw;
}
.sec1 .wrap .list .item .icon{
width: 3.4375vw;
 height: 3.4375vw;
 margin-right: 3.125vw;
}
.sec1 .wrap .list .item .text p{
font-size: 1.0416666667vw;
}

.sec2 .wrap{
padding-bottom: 7.8125vw;
 width: 83.3333333333vw;
}
.sec2 .wrap .main{
margin-top: 3.4375vw;
 gap: 1.0416666667vw 0.8333333333vw;
}
.sec2 .wrap .main .item{
width: 20.2083333333vw;
 border-radius: 0.625vw;
 padding: 0.78125vw 0.78125vw 3.125vw;
}
.sec2 .wrap .main .item .img{
border-radius: 0.5208333333vw;
 margin-bottom: 1.5625vw;
 height: 11.45833333vw;
}
.sec2 .wrap .main .item .text h4{
margin-bottom: 0.5208333333vw;
 font-size: 1.25vw;
}
.sec2 .wrap .main .item .text p{
font-size: 0.8333333333vw;
}

.sec3 .wrap .main{
width: 83.3333333333vw;
 top: 8.3333333333vw;
}
.sec3 .wrap .main .left .type{
height: 2.6041666667vw;
 padding: 0px 1.3541666667vw;
 border-radius: 1.3020833333vw;
 margin-bottom: 0.9375vw;
 font-size: 0.8333333vw;
}
.sec3 .wrap .main .right{
border-radius: 0.5208333333vw;
 padding: 0.6770833333vw 0.4166666667vw;
}
.sec3 .wrap .main .right .list{
gap: 0.5208333333vw;
}
.sec3 .wrap .main .right .list .item{
border: 0.5208333333vw;
 width: 19.7916666667vw;
 padding: 1.0416666667vw;
 border-radius: 0.4166666667vw;
}
.sec3 .wrap .main .right .list .item .head h4{
font-size: 1.25vw;
}
.sec3 .wrap .main .right .list .item .head .add{
width: 0.7291666667vw;
 height: 0.7291666667vw;
}
.sec3 .wrap .main .right .list .item .head .add::before, .sec3 .wrap .main .right .list .item .head .add::after{
width: 0.7291666667vw;
}
.sec3 .wrap .main .right .list .item .body{
width: 14.5833333333vw;
 font-size: 0.8333333333vw;
 padding-top: 1.3541666667vw;
 padding-bottom: 0.5208333333vw;
}
.sec4 .wrap{
padding-top: 6.5104166667vw;
 padding-bottom: 6.4583333333vw;
 width: 72.9166666667vw;
}
.sec4 .wrap .main{
margin-top: 2.6041666667vw;
}
.sec4 .wrap .main .item{
gap: 1.8229166667vw;
}
.sec4 .wrap .main .item:not(:last-child){
margin-bottom: 1.5625vw;
}
.sec4 .wrap .main .item .left{
width: 35.4166666667vw;
 height: 24.4791666667vw;
 border-radius: 0.625vw;
}
.sec4 .wrap .main .item .right{
padding: 3.125vw 4.1666666667vw 3.125vw 3.125vw;
 border-radius: 0.625vw;
}
.sec4 .wrap .main .item .right .title{
margin-bottom: 2.6041666667vw;
}
.sec4 .wrap .main .item .right .title h4{
font-size: 1.6666666667vw;
}
.sec4 .wrap .main .item .right .content .flex:not(:last-child){
margin-bottom: 1.0416666667vw;
}
.sec4 .wrap .main .item .right .content .flex .key{
width: 4.4791666667vw;
font-size: 0.833333vw;
 height: 2.1875vw;
 border-radius: 0.3125vw;
 margin-right: 1.6666666667vw;
}
.sec4 .wrap .main .item .right .content .flex .value{
font-size: 0.9375vw;
}
/* .sec2 .wrap .main .swiper .item .text h4{
  font-size: 1.4583333333333vw;
} */
.sec3 .wrap .main .left .type{
  font-size: 0.833333vw;
}


/* .sec3 .wrap .main .right .list .item{
width: 22.9166666667vw;
}
.sec3 .wrap .main .right .list .item .head h4{
font-size: 1.4583333333vw;
}
.sec3 .wrap .main .right .list .item .body{
width: 16.6666666667vw;
}
.sec4 .wrap .main .item .right .title h4{
  font-size: 1.458333333vw;
} */
.sec4 .wrap .main .item .right .content .flex .key,
.sec4 .wrap .main .item .right .content .flex .value{
  font-size: 0.8333333333vw;
}
.sec4 .wrap .main .item .right .title h4{
  font-size: 1.25vw;
}
  .sec1 .wrap .list{
    gap: 2.083333333vw;
  }
  .sec1 .wrap .list .item{
    width: calc(50% - 1.04166666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .sec1 .wrap{
    padding: 50px 0;
  }
  .sec1 .wrap .list{
    margin-top: 30px;
    gap: 20px;
  }
  .sec1 .wrap .list .item{
    width: calc(50% - 10px);
    border-radius: 10px;
    padding:20px;
  }
  .sec1 .wrap .list .item .icon{
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
  .sec1 .wrap .list .item .text p{
    font-size: 14px;
  }
  /* .sec2 .wrap .main{
    width: 90vw;
    margin: 30px auto 0;
  }
  .sec2 .wrap .main .swiper{
    width: 100%;
    margin-bottom: 30px;
  }
  .sec2 .wrap .main .swiper .item{
    border-radius: 10px;
    padding: 10px 10px 30px;
  }
      .sec2 .wrap .main .swiper .item .img {
        border-radius: 10px;
        margin-bottom: 20px;
        height: auto;
    }
    .sec2 .wrap .main .swiper .item .text h4{
      font-size: 18px;
      margin-bottom: 10px;
    }
    .sec2 .wrap .main .swiper .swiper-slide{
      height: auto;
    }
    .sec2 .wrap .main .swiper .swiper-slide .item{
      height: 100%;
    }
    .sec2 .wrap .main .swiper .item .text p{
      font-size: 14px;
      line-height: 2;
    } */
    /* .common_title h3{
      font-size: 24px;
    } */
    .sec2 .wrap{
      padding-bottom: 50px;
      width: 90vw;
    }
    .sec2 .wrap .main{
      justify-content: start;
      gap: 20px;
    }
    .sec2 .wrap .main .item{
      width: calc(50% - 10px);
      padding: 10px 10px 30px;
    }
    .sec2 .wrap .main .item{
      border-radius: 10px;
    }
    .sec2 .wrap .main .item .img {
        height: 22.458333vw;
        border-radius: 10px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .sec2 .wrap .main .item .text h4{
      font-size: 18px;
      margin-bottom: 10px;
    }
    .sec2 .wrap .main .item .text p{
      font-size: 14px;
    }


    .sec3 .wrap.PC{
      display: none;
    }
    .sec3 .wrap.PE{
     display: block;
  }
    .sec3 .wrap.PE .type{
      background-color: #FF6E11;
      height: 40px;
      border-radius: 20px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      color: #fff;
      margin-bottom:10px;
    }
    .sec3 .wrap .main{
      position: static;
      transform: none;
      width: 90vw;
      margin: 0 auto;
      margin-top: 30px;
    }
    .sec3 .wrap .main .item{
      border-radius: 10px;
      overflow: hidden;
      background-color: #eee;
    }
    .sec3 .wrap .main .item .content{
      padding: 20px;
    }
    .sec3 .wrap .main .item .content .title h4{
      font-size: 18px;
      margin-bottom: 10px;
    }
    .sec3 .wrap .main .item .content .text p{
      font-size: 14px;
      left: 2;
    }
    .sec3 .wrap .main{
      flex-direction: column;
      gap: 30px;
    }
    .sec4 .wrap{
      width: 90vw;
      padding: 50px 0;
    }
    .sec4 .wrap .main{
      display: flex;
      gap: 20px;
      margin-top: 30px;
      flex-wrap: wrap;
    }
    .sec4 .wrap .main .item:nth-child(2n),
    .sec4 .wrap .main .item{
      width: 100%;
      gap: 10px;
      flex-direction: column;
    }
    .sec4 .wrap .main .item .left{
      width: 100%;
      height: auto;
    }
    .sec4 .wrap .main .item .left img{
      width: 100%;
    }
    .sec4 .wrap .main .item .right{
      padding:30px 20px;
    }
    .sec4 .wrap .main .item .right .title h4{
      font-size: 18px;
    }
    .sec4 .wrap .main .item .right .content .flex{
      flex-direction: column;
      align-items: start;
      gap: 10px;
    }
    .sec4 .wrap .main .item .right .content .flex .key{
      width: fit-content;
      padding: 0 10px;
      border-radius: 5px;
      height: 36px;
      font-size: 14px;
      margin-right: 20px;
    }
    .sec4 .wrap .main .item .right .content .flex:not(:last-child){
      margin-bottom: 20px;
    }
    .sec4 .wrap .main .item .right .content .flex .value{
      font-size: 14px;
      line-height: 2;
    }
    .sec4 .wrap .main .item .right .title{
      margin-bottom: 20px;
    }
    .sec4 .wrap .main .item .right,
    .sec4 .wrap .main .item .left{
      border-radius: 10px;
    }
    .sec4 .wrap .main .item:not(:last-child){
      margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
  .sec1 .wrap .list{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sec1 .wrap .list .item{
    width: 100%;
  }
  /* .sec2 .wrap .main{
    width: 95vw;
    margin-right: 0;
  } */

  .sec2 .wrap .main .item{
    width:100%;
  }
      .sec2 .wrap .main .item .img {
        height: auto;
      }
  /* .sec2 .wrap .main .common_swiper_tab{
    width: 90vw;
  } */
  .sec3 .wrap .main .common_swiper_tab{
    width: 90vw;
  }
  .sec3 .wrap .main{
    width: 95vw;
    margin-right: 0;
  }
  .sec4 .wrap .main .item .right{
    padding: 20px 10px;
  }
  /* .sec4 .wrap .main .item .right .title h4{
    font-size: 16px;
  } */
   .sec3 .wrap .main .item .content{
    padding: 20px 15px
   }
}