.sec1 {
  padding-top: 178px;
  background: #FAFAFA;
}

.sec1 .introduction {
  width: 73vw;
  margin: auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 11.14vw;
}

.sec1 .introduction h1 {
  font-size: 15.583vw;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(0, 153, 68, 0.3) 0%, rgba(0, 153, 68, 0.05) 60%, rgba(0, 153, 68, 0) 100%);
  opacity: 0.4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 13vw;
  position: absolute;
  top: 3.84vw;
  left: 2vw;
  z-index: 1;
}

.sec1 .introduction .left {
  position: relative;
  z-index: 3;
  padding-top: 14.74vw;
}

.sec1 .introduction .left h2 {
  font-size: 2.29vw;
  font-weight: 500;
  color: #222222;
  line-height: 1;
}

.sec1 .introduction .left h2 span {
  color: #009944;
}

.sec1 .introduction .left h3 {
  font-size: 1.458vw;
  font-weight: 500;
  color: #222222;
  line-height: 1;
  margin: 1.82vw 0 2.6vw;
}

.sec1 .introduction .left .text_effect {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 1.77vw;
  background: #009944;
  border-radius: 1.3vw;
  height: 2.6vw;
}

.sec1 .introduction .left .text_effect p {
  font-size: 1.04vw;
  font-weight: bold;
  color: #FFFFFF;
}

.sec1 .introduction .right {
  position: relative;
  z-index: 3;
  width: 34.21875vw;
  padding-top: 0;
  right: -5vw;
}

.sec1 .introduction .right img {
  display: block;
  width: 100%;
}

.new1 {
  padding: 120px 0;
}
.new1 .wrap {
  width: 1400px;
  margin: auto;
}
.new1 .wrap .content {
  display: flex;
  justify-content: space-between;
  background: #F7F8FA;
  border-radius: 20px;
  overflow: hidden;
}
.new1 .wrap .content .left {
  width: 50%;
  height: auto;
  padding: 0 101px;
  display: flex;
  align-items: center;
}
.new1 .wrap .content .left .joke .icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 153, 68, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new1 .wrap .content .left .joke .icon svg {
  width: 53px;
}
.new1 .wrap .content .left .joke .icon svg path {
  fill: #49A251;
}
.new1 .wrap .content .left .joke .p1 {
  font-size: 36px;
  color: #000001;
  margin: 23px 0 0 0;
}
.new1 .wrap .content .left .joke .p1 span {
  color: #009944;
  font-weight: bold;
}
.new1 .wrap .content .left .joke .figure {
  margin: 104px 0 0 0;
  display: flex;
  gap: 64px;
}
.new1 .wrap .content .left .joke .figure .list span {
  font-weight: 800;
  font-size: 36px;
  color: #009944;
  line-height: 100%;
}
.new1 .wrap .content .left .joke .figure .list p {
  margin: 15px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.new1 .wrap .content .left .joke .text {
  margin: 113px 0 0 0;
  width: 347px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.new1 .wrap .content .images {
  width: 50%;
  height: 680px;
  overflow: hidden;
}
.new1 .wrap .content .images:hover img {
  transform: scale(1.05);
}
.new1 .wrap .content .images img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.new1 .wrap .content2 {
  margin: 140px 0 0 0;
}
.new1 .wrap .content2 .imagesSwiper {
  width: 100%;
  height: 700px;
  border-radius: 20px;
}
.new1 .wrap .content2 .imagesSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new1 .wrap .content2 .other {
  display: flex;
  justify-content: space-between;
  padding: 36px 100px 0 40px;
}
.new1 .wrap .content2 .other .message .cut {
  width: 560px;
  display: flex;
  gap: 90px;
  padding: 0 0 24px;
  border-bottom: 1px solid #E6E6E6;
}
.new1 .wrap .content2 .other .message .cut .list {
  font-weight: 400;
  font-size: 28px;
  color: rgba(17, 17, 17, 0.5);
  transition: 1s;
  cursor: pointer;
  position: relative;
}
.new1 .wrap .content2 .other .message .cut .list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #000001;
  bottom: -24px;
  left: 0;
  transition: .6s;
}
.new1 .wrap .content2 .other .message .cut .list.on {
  color: #000001;
}
.new1 .wrap .content2 .other .message .cut .list.on:after {
  width: 100%;
}
.new1 .wrap .content2 .other .message .cut .list.on span {
  color: #009944;
}
.new1 .wrap .content2 .other .message .text {
  margin: 24px 0 0 0;
}
.new1 .wrap .content2 .other .message .text .text_list {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: none;
}
.new1 .wrap .content2 .other .message .text .text_list.on {
  display: block;
}
.new1 .wrap .content2 .other .button {
  display: flex;
  gap: 12px;
}
.new1 .wrap .content2 .other .button .circle {
  width: 48px;
  height: 48px;
  background: #E5E7EC;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #C3C4CB;
  cursor: pointer;
  transition: .6s ease;
}
.new1 .wrap .content2 .other .button .circle:hover {
  background: #CED2DB;
  color: #000;
}
.new1 .wrap .content2 .other .button .circle:first-child {
  transform: rotate(180deg);
}
.new1 .wrap .content3 {
  display: flex;
  justify-content: space-between;
  margin: 197px 0 0 0;
}
.new1 .wrap .content3 .imagesSwiper2 {
  width: 840px;
  height: 640px;
  border-radius: 20px;
  margin: 0;
}
.new1 .wrap .content3 .imagesSwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.new1 .wrap .content3 .coverage {
  width: 540px;
  height: 640px;
  background: #F7F8FA;
  border-radius: 20px;
  padding: 75px 85px 60px 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new1 .wrap .content3 .coverage .headline .p1 {
  font-size: 36px;
  color: #000001;
  margin: 0 0 35px;
}
.new1 .wrap .content3 .coverage .headline .p1 span {
  font-weight: bold;
  color: #009944;
}
.new1 .wrap .content3 .coverage .headline .p2 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.new1 .wrap .content3 .coverage .label .list {
  width: fit-content;
  height: 50px;
  border-radius: 25px;
  background: rgba(0, 153, 68, 0.1);
  padding: 0 24px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 153, 68, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .6s ease;
}
.new1 .wrap .content3 .coverage .label .list.on {
  background: #009944;
  color: #fff;
}
.new1 .wrap .content3 .coverage .label .list:not(:last-child) {
  margin: 0 0 10px;
}

.new2 {
  height: calc(100vh + 1000px);
  position: relative;
}
.new2 .fix {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: 100vh;
}
.new2 .fix .animate_frame {
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  opacity: 0.1;
  position: relative;
}
.new2 .fix .text {
  font-weight: 500;
  font-size: 32px;
  color: #111111;
  line-height: 56px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding-top: 9.2708333333vw;
  }

  .new1 {
    padding: 6.25vw 0px;
  }

  .new1 .wrap {
    width: 72.9166666667vw;
  }

  .new1 .wrap .content {
    border-radius: 1.0416666667vw;
  }

  .new1 .wrap .content .left {
    padding: 0px 5.2604166667vw;
  }

  .new1 .wrap .content .left .joke .icon {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 0.625vw;
  }

  .new1 .wrap .content .left .joke .icon svg {
    width: 2.7604166667vw;
  }

  .new1 .wrap .content .left .joke .p1 {
    font-size: 1.875vw;
    margin: 1.1979166667vw 0px 0px;
  }

  .new1 .wrap .content .left .joke .figure {
    margin: 5.4166666667vw 0px 0px;
    gap: 3.3333333333vw;
  }

  .new1 .wrap .content .left .joke .figure .list span {
    font-size: 1.875vw;
  }

  .new1 .wrap .content .left .joke .figure .list p {
    margin: 0.78125vw 0px 0px;
    font-size: 0.8333333333vw;
  }

  .new1 .wrap .content .left .joke .text {
    margin: 5.8854166667vw 0px 0px;
    width: 18.0729166667vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .new1 .wrap .content .images {
    height: 35.4166666667vw;
  }

  .new1 .wrap .content2 {
    margin: 7.2916666667vw 0px 0px;
  }

  .new1 .wrap .content2 .imagesSwiper {
    height: 36.4583333333vw;
    border-radius: 1.0416666667vw;
  }

  .new1 .wrap .content2 .other {
    padding: 1.875vw 5.2083333333vw 0px 2.0833333333vw;
  }

  .new1 .wrap .content2 .other .message .cut {
    width: 29.1666666667vw;
    gap: 4.6875vw;
    padding: 0px 0px 1.25vw;
  }

  .new1 .wrap .content2 .other .message .cut .list {
    font-size: 1.4583333333vw;
  }

  .new1 .wrap .content2 .other .message .cut .list::after {
    height: 0.1041666667vw;
    bottom: -1.25vw;
  }

  .new1 .wrap .content2 .other .message .text {
    margin: 1.25vw 0px 0px;
  }

  .new1 .wrap .content2 .other .message .text .text_list {
    font-size: 0.8333333333vw;
  }

  .new1 .wrap .content2 .other .button {
    gap: 0.625vw;
  }

  .new1 .wrap .content2 .other .button .circle {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 0.8333333333vw;
  }

  .new1 .wrap .content3 {
    margin: 10.2604166667vw 0px 0px;
  }

  .new1 .wrap .content3 .imagesSwiper2 {
    width: 43.75vw;
    height: 33.3333333333vw;
    border-radius: 1.0416666667vw;
  }

  .new1 .wrap .content3 .coverage {
    width: 28.125vw;
    height: 33.3333333333vw;
    border-radius: 1.0416666667vw;
    padding: 3.90625vw 4.4270833333vw 3.125vw;
  }

  .new1 .wrap .content3 .coverage .headline .p1 {
    font-size: 1.875vw;
    margin: 0px 0px 1.8229166667vw;
  }

  .new1 .wrap .content3 .coverage .headline .p2 {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .new1 .wrap .content3 .coverage .label .list {
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    padding: 0px 1.25vw;
    font-size: 0.8333333333vw;
  }

  .new1 .wrap .content3 .coverage .label .list:not(:last-child) {
    margin: 0px 0px 0.5208333333vw;
  }

  
  .new2 .fix .text {
    font-size: 1.6666666667vw;
    line-height: 2.9166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .sec1 {
    padding-top: 80px;
  }

  .sec1 .introduction {
    width: 90%;
    flex-direction: column-reverse;
  }

  .sec1 .introduction .left {
    padding-top: 0;
    text-align: center;
  }

  .sec1 .introduction .left h2 {
    font-size: 24px;
  }

  .sec1 .introduction .left h3 {
    font-size: 14px;
    line-height: unset;
    letter-spacing: 1px;
    margin: 10px 0;
  }

  .sec1 .introduction .right {
    position: static;
    width: 80%;
    margin: 0 auto 30px;
  }

  .sec1 .introduction .left .load_more {
    justify-content: center;
    margin: 25px 0 0 0;
  }

  .sec1 .introduction {
    padding: 50px 0 0 0;
  }

  .sec1 .introduction h1 {
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    position: absolute;
    top: 20px;
  }

  .sec1 .introduction .left .text_effect {
    padding: 0 20px;
    height: 35px;
    margin: 30px auto;
    border-radius: 50px;
  }

  .sec1 .introduction .left .text_effect p {
    font-size: 14px;
  }

  .new1 {
    padding: 50px 0;
  }

  .new1 .wrap {
    width: 90%;
  }

  .new1 .wrap .content {
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    background: transparent;
  }

  .new1 .wrap .content .left {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #F7F8FA;
  }

  .new1 .wrap .content .left .joke .icon {
    width: 60px;
    height: 60px;
    border-radius: 4px;
  }

  .new1 .wrap .content .left .joke .icon svg {
    width: 40px;
  }

  .new1 .wrap .content .left .joke .p1 {
    margin: 15px 0 0 0;
    font-size: 18px;
  }

  .new1 .wrap .content .left .joke .figure {
    margin: 25px 0 0 0;
    gap: 32px;
  }

  .new1 .wrap .content .left .joke .figure .list p {
    font-size: 13px;
    margin: 7px 0 0 0;
  }

  .new1 .wrap .content .left .joke .figure .list span {
    font-size: 24px;
  }

  .new1 .wrap .content .left .joke .text {
    margin: 25px 0 0 0;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }

  .new1 .wrap .content .images {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0 0 0;
  }

  .new1 .wrap .content2 {
    margin: 30px 0 0 0;
  }

  .new1 .wrap .content2 .imagesSwiper {
    height: auto;
    border-radius: 10px;
  }

 

  .new1 .wrap .content2 .other {
    margin: 15px 0 0 0;
    padding: 15px 0;
    flex-direction: column;
  }

  .new1 .wrap .content2 .other .message .cut {
    width: 100%;
    gap: 16px;
    padding: 0 0 15px;
  }

  .new1 .wrap .content2 .other .message .cut .list {
    font-size: 16px;
  }

  .new1 .wrap .content2 .other .message .cut .list:after {
    height: 2px;
    bottom: -16px;
  }

  .new1 .wrap .content2 .other .message .text .text_list {
    font-size: 14px;
  }

  .new1 .wrap .content2 .other .message .text {
    margin: 25px 0 0 0;
  }

  .new1 .wrap .content2 .other .button {
    gap: 15px;
    margin: 25px 0 0 0;
  }

  .new1 .wrap .content2 .other .button .circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .new1 .wrap .content3 {
    margin: 35px 0 0 0;
    flex-direction: column;
  }

  .new1 .wrap .content3 .imagesSwiper2 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .new1 .wrap .content3 .coverage {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 15px 0 0 0;
  }

  .new1 .wrap .content3 .coverage .headline .p1 {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .new1 .wrap .content3 .coverage .headline .p2 {
    font-size: 13px;
    line-height: 22px;
  }

  .new1 .wrap .content3 .coverage .label {
    margin: 40px 0 0 0;
  }

  .new1 .wrap .content3 .coverage .label .list:not(:last-child) {
    margin: 0 0 10px;
  }

  .new1 .wrap .content3 .coverage .label .list {
    height: 35px;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 13px;
  }

  .new2 .fix .animate_frame {
    display: none;
  }

  .new2 {
    height: auto;
    padding: 30px 0;
  }

  .new2 .fix {
    height: auto;
    position: relative;
    padding: 0 5%;
  }

  .new2 .fix .text {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .new2 .fix .text br {
    display: none;
  }

  .new2 .fix .sj_img {
    display: block !important;
    width: 70%;
    margin: 30px auto 0;
  }

  .new1 .wrap .content2 .imagesSwiper {
    height: 190px;
  }

  .new1 .wrap .content2 .imagesSwiper .swiper-slide .sj_hide img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .new1 .wrap .content2 .imagesSwiper .swiper-slide > video {
    display: none;
  }

  .new1 .wrap .content2 .imagesSwiper .swiper-slide .sj_hide {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .new1 .wrap .content2 .imagesSwiper .swiper-slide .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .new1 .wrap .content2 .imagesSwiper .swiper-slide .play svg {
    width: 16px;
    height: 16px;
  }

  .new1 .wrap .content2 .other .button {
    display: none;
  }
}
