.sec1 .wrap {
  padding-top: 204px;
  padding-bottom: 140px;
}
.sec1 .wrap .main {
  margin-top: 40px;
  display: flex;
  background-color: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
}
.sec1 .wrap .main .img {
  width: 800px;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}
.sec1 .wrap .main .img img{
  width: 100%;
  height: 100%;
}
.sec1 .wrap .main .content {
  flex: 1;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec1 .wrap .main .content .tit h4{
    color: #1a1a1a;
  font-size: 42px;
  margin-bottom: 30px;
}

.sec1 .wrap .main .content .text{
  height: 320px;
  overflow: scroll;
}

.sec1 .wrap .main .content .text::-webkit-scrollbar {
  height: 0;
  background-color: #F8F8F8;
}

.sec1 .wrap .main .content .text::-webkit-scrollbar-thumb {
  background-color: #FF6E11;
}

.sec1 .wrap .main .content .text h4 {
  color: #1a1a1a;
  font-size: 42px;
  margin-bottom: 40px;
}
.sec1 .wrap .main .content .text p {
  color: #555;
  line-height: 2;
  font-size: 16px;
}
.sec1_1 .wrap{
  padding-top: 0;
  padding-bottom: 130px;
}
.sec1_1 .wrap .main{
  margin-top: 0;
  flex-direction: row-reverse;
  background-color: transparent;
}

.sec1_1 .wrap .main .img{
  height: 455px;
}
/* .sec2 .wrap .top{
  padding-top: 70px;
  padding-bottom: 40px;
  border-radius: 20px;
background: #F6F6F6;
margin-bottom: 30px;
}
.sec2 .wrap .content {
  color: #666;
  width: 980px;
  margin: 20px auto 50px;
  line-height: 26px;
  text-align: center;
}
.sec2 .wrap .main .item {
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  width: 100%;
  padding: 38px 38px 56px 66px;
  transition: all 0.6s;
  cursor: pointer;
}
.sec2 .wrap .main .item:hover {
  background-color: #FF6E11;
  border-color: #FF6E11;
}
.sec2 .wrap .main .item:hover .value {
  color: #FFF;
}
.sec2 .wrap .main .item:hover .value::after {
  color: #fff;
}
.sec2 .wrap .main .item:hover .key {
  color: #fff;
}
.sec2 .wrap .main .item .value {
  color: #FF6E11;
  font-size: 50px;
  font-weight: 700;
  transition: all 0.6s;
}
.sec2 .wrap .main .item .value::after {
  margin-left: 5px;
  font-weight: 400;
  content: attr(data-text);
  color: #555;
  font-size: 16px;
  transition: all 0.6s;
}
.sec2 .wrap .main .item .key {
  color: #000;
  font-size: 16px;
  transition: all 0.6s;
}
.sec2 .wrap .main .swiper {
  margin-bottom: 70px;
} */
.sec3 .wrap {
  /* padding-top: 100px; */
  padding-bottom: 120px;
}
.sec3 .wrap .main {
  margin-top: 60px;
}
.sec3 .wrap .main .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.sec3 .wrap .main .list .item {
  width: calc(50% - 25px);
  border-radius: 10px;
  background-color: #FBFBFB;
  padding: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.sec3 .wrap .main .list .item:hover::after {
  opacity: 1;
}
.sec3 .wrap .main .list .item:hover .num::before {
  opacity: 1;
}
.sec3 .wrap .main .list .item:hover .num::after {
  opacity: 0;
}
.sec3 .wrap .main .list .item::after {
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, #FFEFE4 0%, #FBFBFB 100%);
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s;
}
.sec3 .wrap .main .list .item .text {
  width: 570px;
  position: relative;
  z-index: 2;
}
.sec3 .wrap .main .list .item .text h4 {
  font-size: 26px;
  margin-bottom: 13px;
  color: #1a1a1a;
}
.sec3 .wrap .main .list .item .text p {
  color: #666;
  font-size: 16px;
}
.sec3 .wrap .main .list .item .num {
  font-size: 64px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.sec3 .wrap .main .list .item .num::after,
.sec3 .wrap .main .list .item .num::before {
  transition: all 0.6s;
  content: attr(data-text);
  font-size: 64px;
}
.sec3 .wrap .main .list .item .num::before {
  background: linear-gradient(180deg, #FF6E11 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
.sec3 .wrap .main .list .item .num::after {
  background: linear-gradient(180deg, #DBDBDB 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
}
.sec3 .wrap .main .video {
  margin-top: 120px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.sec3 .wrap .main .video .img {
  position: relative;
}
.sec3 .wrap .main .video .img::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.sec3 .wrap .main .video .play {
  width: 100px;
  position: absolute;
  height: 100px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  cursor: pointer;
  transition: all 0.6s;
}
.sec3 .wrap .main .video .play:hover {
  background-color: #FF6E11;
  border-color: #FF6E11;
}
.sec3 .wrap .main .video .play span {
  font-size: 32px;
  color: #fff;
}

.sec1 .wrap .main .content .tit h4{
  font-size: 24px;
}
.sec3 .wrap .main .list .item .text h4 {
    font-size: 24px;
}

@media screen and (max-width: 1919px) {
.sec1 .wrap{
padding-top: 10.625vw;
 padding-bottom: 7.291666666vw;
}
.sec1 .wrap .main{
margin-top: 2.0833333333vw;
 border-radius: 1.0416666667vw;
}
.sec1 .wrap .main .img{
width: 41.6666666667vw;
 height: 28.125vw;
 border-radius: 1.0416666667vw;
}
.sec1 .wrap .main .content{
padding: 0px 5.208333333vw;
}
.sec1 .wrap .main .content .tit h4{
font-size: 2.1875vw;
 margin-bottom: 1.5625vw;
}
.sec1 .wrap .main .content .text{
height: 16.6666666667vw;
}
.sec1 .wrap .main .content .text h4{
font-size: 2.1875vw;
 margin-bottom: 2.0833333333vw;
}
.sec1 .wrap .main .content .text p{
font-size: 0.8333333333vw;
}
.sec1 .wrap .main .content .text span[style]{
  font-size: 1.0416666666vw !important;
}

.sec1_1 .wrap{
  padding-top: 0;
padding-bottom: 6.7708333333vw;
}
.sec1_1 .wrap .main .img{
height: 23.6979166667vw;
}
.sec1_1 .wrap .main{
  margin-top: 0;
}


.sec2 .wrap .top{
padding-top: 3.6458333333vw;
 padding-bottom: 2.0833333333vw;
 border-radius: 1.0416666667vw;
 margin-bottom: 1.5625vw;
}
.sec2 .wrap .content{
width: 51.0416666667vw;
 margin: 1.0416666667vw auto 2.6041666667vw;
 line-height: 1.3541666667vw;
font-size: 0.8333333vw;

}
.sec2 .wrap .main .item{
border-radius: 0.5208333333vw;
 padding: 1.9791666667vw 1.9791666667vw 2.9166666667vw 3.4375vw;
}
.sec2 .wrap .main .item .value{
font-size: 2.6041666667vw;
}
.sec2 .wrap .main .item .value::after{
margin-left: 0.2604166667vw;
 font-size: 0.8333333333vw;
}
.sec2 .wrap .main .item .key{
font-size: 0.8333333333vw;
}
.sec2 .wrap .main .swiper{
margin-bottom: 3.6458333333vw;
}
.sec3 .wrap{
/* padding-top: 5.2083333333vw; */
 padding-bottom: 6.25vw;
}
.sec3 .wrap .main{
margin-top: 3.125vw;
}
.sec3 .wrap .main .list{
gap: 1.0416666667vw 2.6041666667vw;
}
.sec3 .wrap .main .list .item{
width: calc(50% - 1.3020833333vw);
 border-radius: 0.5208333333vw;
 padding: 2.6041666667vw;
}
.sec3 .wrap .main .list .item::after{
border-radius: 0.5208333333vw;
 width: calc(100% - 1.0416666667vw);
 height: calc(100% - 1.0416666667vw);
}
.sec3 .wrap .main .list .item .text{
width: 29.6875vw;
}
.sec3 .wrap .main .list .item .text h4{
font-size: 1.3541666667vw;
 margin-bottom: 0.6770833333vw;
}
.sec3 .wrap .main .list .item .text p{
font-size: 0.8333333333vw;
}
.sec3 .wrap .main .list .item .num{
font-size: 3.3333333333vw;
}
.sec3 .wrap .main .list .item .num::after, .sec3 .wrap .main .list .item .num::before{
font-size: 3.3333333333vw;
}
.sec3 .wrap .main .video{
margin-top: 6.25vw;
 border-radius: 0.7291666667vw;
}
.sec3 .wrap .main .video .play{
width: 5.2083333333vw;
 height: 5.2083333333vw;
 border: 0.2083333333vw solid rgb(255, 255, 255);
}
.sec3 .wrap .main .video .play span{
font-size: 1.6666666667vw;
}

.sec1 .wrap .main .content .tit h4{
font-size: 1.25vw;
}
.sec3 .wrap .main .list .item .text h4{
font-size: 1.25vw;
}


}
@media screen and (max-width: 1024px) {
  .sec1 .wrap{
    padding: 110px 0 50px;
  }
  .sec1 .wrap .main{
    margin-top: 30px;
    border-radius: 10px;
    flex-direction: column;
  }
  .sec1 .wrap .main .img{
    width: 100%;
    height: auto;
  }
  .sec1 .wrap .main .img img{
    width: 100%;
  }
  .sec1 .wrap .main .content{
    padding: 30px 20px;
  }
  .sec1 .wrap .main .content .tit h4{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .main .content .text p{
    font-size: 14px;
  }
  .sec1 .wrap .main .content .text{
    height: 240px;
    /* overflow: hidden; */
    /* padding-right: 0; */
  }
  .sec1 .wrap .main .content .text span[style]{
    font-size: 16px !important;
  }
  .sec1_1 .wrap{
    padding-top: 0;
  padding-bottom: 0;
  }
  .sec1_1 .wrap .main .img{
  height: auto;
  }
  .sec1_1 .wrap .main{
  margin-top: 0;
  background-color: #F6F6F6;
}
  .sec2 .wrap .top{
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 0;
  }
  .sec2 .wrap .content{
    width: 100%;
    margin: 20px 0 0;
    line-height: 2;
    font-size: 14px;
  }
  .sec2 .wrap .main .swiper{
    margin-bottom: 30px;
  }
  .sec3 .wrap{
    padding: 50px 0;
  }
  .sec3 .wrap .main{
    margin-top: 20px;
  }
  .sec3 .wrap .main .list .item .text h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec3 .wrap .main .list .item .text p{
    font-size: 14px;
  }
  .sec3 .wrap .main .list .item{
    border-radius: 10px;
    align-items: start;
    gap: 10px;
    width: calc(50% - 10px);
    justify-content: space-between;
      padding: 20px;
      flex-direction: column-reverse;
  }
  .sec3 .wrap .main .list .item::after{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .sec3 .wrap .main .list .item .text{
    width: 100%;
  }
  .sec3 .wrap .main .list .item .num::after, .sec3 .wrap .main .list .item .num::before{
    font-size: 36px;
  }
  .sec3 .wrap .main .list{
    gap: 20px;
  }
  .sec3 .wrap .main .video{
    margin-top: 30px;
    border-radius: 10px;
  }
  .sec3 .wrap .main .video .play{
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
  .sec3 .wrap .main .video .play span{
    font-size: 14px;
  }
  /* .sec1 .wrap .common_title{
    width: 280px;
  } */
}
@media screen and (max-width: 767px) {
  .sec3 .wrap .main .list .item{
    width: 100%;
  }
}