﻿﻿

.section1 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 100px;
}
.section1 .wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.section1 .wrap .top .left {
  width: 710px;
}
.section1 .wrap .top .left .title {
  margin-bottom: 40px;text-align: left;
}
.section1 .wrap .top .left .title h3 {
  color: #111;
  font-size: 30px;
  font-weight: 700;
}
.section1 .wrap .top .left .text {
  color: #444444;text-align: justify
}
.section1 .wrap .top .left .text p {
  font-size: 18px;
  line-height: 36px;font-weight: 400;
}
/*.section1 .wrap .top .left .text p:not(:last-child) {*/
/*  margin-bottom: 40px;*/
/*}*/
.section1 .wrap .top .left .text p strong {
  font-weight: 700;
}
.section1 .wrap .top .right {
  width: 560px;
}

.section1 .wrap .top .right img{
  padding-top:105px
}


.section1 .wrap .numList {
  position: sticky;
  top: 10vh;
  display: flex;
  justify-content: space-between;
}
.section1 .wrap .numList .item {
  display: flex;
  width: 260px;
}
.section1 .wrap .numList .item .icon {
  width: 40px;
  margin-right: 20px;
}
.section1 .wrap .numList .item .data .value {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.section1 .wrap .numList .item .data .key {
  color: #999;
  font-size: 16px;
}
.section2 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.section2 .wrap .title {
  margin-bottom: 50px;
}
.section2 .wrap .title h3 {
  color: #000000;
  font-size: 36px;
  text-align: center;
}
.section2 .wrap .main {
  display: flex;
  gap: 10px;
  height: 500px;
}
.section2 .wrap .main .item {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s;
  position: relative;
}
.section2 .wrap .main .item.active {
  flex: 2.66666667;
}
.section2 .wrap .main .item.active .bg::after {
  background-color: #000;
  opacity: 0.4;
}
.section2 .wrap .main .item.active .top {
  left: 30px;
}
.section2 .wrap .main .item.active .top .icon {
  filter: none;
}
.section2 .wrap .main .item.active .top h4 {
  transform: none;
  color: #fff;
}
.section2 .wrap .main .item.active .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.section2 .wrap .main .item .bg {
  height: 100%;
  transition: all 1s;
  position: relative;
}
.section2 .wrap .main .item .bg::after {
  width: 100%;
  display: block;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
  top: 0;
  transition: all 1s;
}
.section2 .wrap .main .item .bg img {
  height: 100%;
  object-position: left;
}
.section2 .wrap .main .item .top {
  position: absolute;
  top: 30px;
  left: 20px;
  transition: all 1s;
}
.section2 .wrap .main .item .top .icon {
  height: 40px;
  filter: brightness(0) invert(1);
  transition: all 1s;
}
.section2 .wrap .main .item .top h4 {
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
  transform: translateY(350px) scale(0.6);
  transform-origin: left;
  transition: all 1s;
}
.section2 .wrap .main .item .text {
  position: absolute;
  padding: 0 18px;
  bottom: 40px;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  /* width: 476px; */
  width: 663px;
  transition: all 1s;
}
.section3 .wrap .top {
  height: 300px;
  position: relative;
  padding-top: 90px;
}
.section3 .wrap .top .bg {
  width: 100%;
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.section3 .wrap .top .bg img {
  width: 100%;
  height: 100%;
}
.section3 .wrap .top .box {
  width: 1440px;
  margin: 0 auto;
}
.section3 .wrap .top .box .title {
  text-align: center;
  margin-bottom: 50px;
}
.section3 .wrap .top .box .title h3 {
  color: #fff;
  font-size: 36px;
}
.section3 .wrap .top .box .page {
  display: flex;
  margin: 0 auto;
  gap: 100px;
  width: fit-content;
  position: relative;
}

.section3 .wrap .top .box .page::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  background-color: #A1A1A1;
  transform: translateY(-50%);
  z-index: -1;
}
.section3 .wrap .top .box .page .item {
  position: relative;
  cursor: pointer;
}
.section3 .wrap .top .box .page .item:hover .drop::after,
.section3 .wrap .top .box .page .item.active .drop::after {
  opacity: 1;
}
.section3 .wrap .top .box .page .item:hover .text,
.section3 .wrap .top .box .page .item.active .text {
  opacity: 1;
}
.section3 .wrap .top .box .page .item .drop {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #A1A1A1;
  position: relative;
}
.section3 .wrap .top .box .page .item .drop::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transition: all 0.6s;
  border-radius: 50%;
  opacity: 0;
  background-color: #D42A1E;
}
.section3 .wrap .top .box .page .item .text {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 50%;
  white-space: nowrap;
  opacity: 0.3;
  transition: all 0.6s;
  transform: translateX(-50%);
}
.section3 .wrap .bottom {
  padding: 160px 0 160px calc(50vw - 720px);
}
.section3 .wrap .bottom .swiper .swiper-slide:last-child{
  width: 87.5vw;
}
.section3 .wrap .bottom .swiper {
  width: 100%;
  height: 200px;
}
.section3 .wrap .bottom .swiper .swiper-slide {
  width: fit-content;
}
.section3 .wrap .bottom .swiper .swiper-slide-active .item .year {
  color: #D42A1E;
}
.section3 .wrap .bottom .swiper .item {
  display: flex;
  height: 100%;
}
.section3 .wrap .bottom .swiper .item .year {
  color: #D9D9D9;
  font-size: 80px;
  line-height: 1;
  transition: all 0.6s;
  margin-right: 56px;
}
.section3 .wrap .bottom .swiper .item .right {
  display: flex;
  position: relative;
  height: 100%;
}
.section3 .wrap .bottom .swiper .item .right::before {
  content: "";
  display: block;
  top: 47px;
  right: 0;
  width: 7px;
  position: absolute;
  height: 7px;
  border-radius: 50%;
  background-color: #E6E6E6;
}
.section3 .wrap .bottom .swiper .item .right::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  display: block;
  position: absolute;
  top: 50px;
}
.section3 .wrap .bottom .swiper .item .right .trem {
  padding-right: 100px;
  position: relative;
  margin-top: 47px;
}
.section3 .wrap .bottom .swiper .item .right .trem .month {
  position: absolute;
  top: -36px;
}
.section3 .wrap .bottom .swiper .item .right .trem .drop {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E6E6E6;
}
.section3 .wrap .bottom .swiper .item .right .trem .text {
  width: max-content;
  max-width: 400px;
  margin-top: 20px;
}
.section3 .wrap .bottom .page {
  width: 1440px;
  background-color: #F5F6F7;
  height: 80px;
  border-radius: 40px;
  padding: 0 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3 .wrap .bottom .page .prev {
  transform: rotate(180deg);
}
.section3 .wrap .bottom .page .list {
  margin: 0 110px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.section3 .wrap .bottom .page .list .item {
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
}
.section3 .wrap .bottom .page .list .item:hover,
.section3 .wrap .bottom .page .list .item.active {
  color: #D42A1E;
}
.section3 .wrap .bottom .page .list .item:hover::after,
.section3 .wrap .bottom .page .list .item.active::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.section3 .wrap .bottom .page .list .item::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  opacity: 0;
  transition: all 0.6s;
  transform: translate(-50%, 5px);
  background-color: #D42A1E;
}
.section3 .wrap .bottom .page .list .item:hover {
  color: #D42A1E;
}
.section3 .wrap .bottom .page .next span,
.section3 .wrap .bottom .page .prev span {
  color: #111;
  font-size: 18px;
  cursor: pointer;
  transition: all .6s;
}
.section3 .wrap .bottom .page .next:hover span,
.section3 .wrap .bottom .page .prev:hover span {
  color: #CC0011;
}
.section4 {
  background-color: #F5F6F7;
}
.section4 .wrap {
  padding-top: 140px;
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 110px;
}
.section4 .wrap .title {
  text-align: center;
  margin-bottom: 30px;
}
.section4 .wrap .title h3 {
  color: #111;
  font-size: 36px;
}
.section4 .wrap .content {
  color: #808080;
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}
.section4 .wrap .main {
  position: relative;
}
.section4 .wrap .main .swiper{
  position: relative;
  z-index: 3;
}
.section4 .wrap .main .tab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.section4 .wrap .main .tab .prev {
  transform: rotate(180deg);
}
.section4 .wrap .main .tab .prev,
.section4 .wrap .main .tab .next {
  width: 60px;
  height: 60px;
  background-color: #F0F1F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}
.section4 .wrap .main .tab .prev span,
.section4 .wrap .main .tab .next span {
  color: #CC0011;
  transition: all 0.6s;
}
.section4 .wrap .main .tab .prev:hover,
.section4 .wrap .main .tab .next:hover {
  background-color: #CC0011;
}
.section4 .wrap .main .tab .prev:hover span,
.section4 .wrap .main .tab .next:hover span {
  color: #fff;
}
.section4 .wrap .page .swiper-pagination {
  position: static;
  margin-top: 90px;
}
.section4 .wrap .page .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CCCCCC;
  opacity: 1;
  margin: 0 10px;
  position: relative;
  transition: all 0.6s;
}
.section4 .wrap .page .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid #D42A1E;
  transition: all 0.6s;
}
.section4 .wrap .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D42A1E;
}
.section4 .wrap .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.section5 {
  background-color: #fff;
  position: relative;
}
.section5 .bg {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.section5 .bg img {
  height: 100%;
}
.section5 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}
.section5 .wrap .title {
  text-align: center;
  margin-bottom: 80px;
}
.section5 .wrap .title h3 {
  color: #000000;
  font-size: 48px;
}
.section5 .wrap .main{
  display: flex;
  flex-wrap: wrap;
  gap:0 30px;
}
.section5 .wrap .main .trem{
  width: 100%;
}
.section5 .wrap .main .trem:not(:last-child) {
  margin-bottom: 60px;
}
.section5 .wrap .main .trem h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  /* width: 173px;
  text-align: center; */
}
.section5 .wrap .main .trem .list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 30px;
}

/* .section5 .wrap .main .trem:nth-child(1) .list{
  grid-template-columns: repeat(8, 1fr);
}
.section5 .wrap .main .trem:nth-child(2){
  width: calc(50% - 15px);
}
.section5 .wrap .main .trem:nth-child(2) .list{
  grid-template-columns: repeat(4, 1fr);
}

.section5 .wrap .main .trem:nth-child(3){
  width: calc(37.5% - 22.5px);
}

.section5 .wrap .main .trem:nth-child(3) .list{
  grid-template-columns: repeat(3, 1fr);
}
.section5 .wrap .main .trem:nth-child(4){
  width: calc(12.5% - 22.5px);
}
.section5 .wrap .main .trem:nth-child(4) .list{
  grid-template-columns: repeat(1, 1fr);
}

.section5 .wrap .main .trem:nth-child(5) .list{
  grid-template-columns: repeat(4, 1fr);
}
.section5 .wrap .main .trem:nth-child(5){
  width: calc(50% - 15px);
}

.section5 .wrap .main .trem:nth-child(6),
.section5 .wrap .main .trem:nth-child(7){
  width: calc(25% - 22.5px);
}
.section5 .wrap .main .trem:nth-child(6) .list,
.section5 .wrap .main .trem:nth-child(7) .list{
  grid-template-columns: repeat(2, 1fr);
} */

.section5 .wrap .main .trem .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 8px;
  transition: all 0.6s;
}
.section5 .wrap .main .trem .list .item img {
  transition: all 0.6s;
  max-height: 60px;
    max-width: 80%;
}
.section5 .wrap .main .trem .list .item:hover {
  background-color: #CC0011;
}
.section5 .wrap .main .trem .list .item:hover img {
  filter: brightness(0) invert(1)
}
.section6 {
  background-color: #fff;
}
.section6 .wrap {
  padding-top: 110px;
  padding-bottom: 140px;
  width: 1600px;
  margin: 0 auto;
}
.section6 .wrap .main {
  background-color: #fff;
  display: flex;justify-content: center;
}
.section6 .wrap .main .right {
  padding: 0 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section6 .wrap .main .right h3 {
  color: #000;
  font-size: 32px;
  margin-bottom: 40px;
}
.section6 .wrap .main .right p {
  color: #444444;
  font-size: 18px;
  line-height: 34px;
}
.section6 .wrap .main .right a {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 25px;
  color: #fff;
  margin-top: 100px;
  transition: all .6s;
}
.section6 .wrap .main .right a:hover{
  background-color: #CC0011;
}
.section6 .wrap .main .right a p{
  color: #fff;
}

html[lang="en"] .section1 .wrap .top .left .title h3{
  margin-bottom: 30px;
}
html[lang="en"] .section1 .wrap .top .right{
  display: flex;
  align-items: center;
}
html[lang="en"] .section3 .wrap .bottom .swiper{
  height: 300px;
}
@media screen and (max-width: 1919px) {
  html[lang="en"] .section1 .wrap .top .left .title h3{
    margin-bottom: 1.5625vw;
  }
  html[lang="en"] .section3 .wrap .bottom .swiper{
    height: 15.625vw;
  }
  .section1 .wrap .numList .item {
    width: 13.541666666vw;
  }
  .section1 .wrap{
    width: 75vw;
    padding-top: 6.25vw;
    padding-bottom: 5.2083333333vw;
  }
  .section1 .wrap .top{
    margin-bottom: 5.2083333333vw;
  }
  .section1 .wrap .top .left{
    width: 36.9791666667vw;
  }
  .section1 .wrap .top .left .title{
    margin-bottom: 2.0833333333vw;
  }
  .section1 .wrap .top .left .title h3{
    font-size: 1.875vw;
  }
  .section1 .wrap .top .left .text p{
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }
  .section1 .wrap .top .right{
    width: 29.1666666667vw;
  }
  .section1 .wrap .numList .item .icon{
    width: 2.0833333333vw;
    margin-right: 1.0416666667vw;
  }
  .section1 .wrap .numList .item .data .value{
    font-size: 2.5vw;
    margin-bottom: 0.5208333333vw;
  }
  .section1 .wrap .numList .item .data .key{
    font-size: 0.8333333333vw;
  }
  .section2 .wrap{
    width: 75vw;
    padding-bottom: 1.375vw;
  }
  .section2 .wrap .title{
    margin-bottom: 2.6041666667vw;
  }
  .section2 .wrap .title h3{
    font-size: 1.875vw;
  }
  .section2 .wrap .main{
    gap: 0.5208333333vw;
    height: 26.0416666667vw;
  }
  .section2 .wrap .main .item{
    border-radius: 0.5208333333vw;
  }
  .section2 .wrap .main .item.active .top{
    left: 1.5625vw;
  }
  .section2 .wrap .main .item .top{
    top: 1.5625vw;
    left: 1.0416666667vw;
  }
  .section2 .wrap .main .item .top .icon{
    height: 2.0833333333vw;
  }
  .section2 .wrap .main .item .top h4{
    font-size: 1.5625vw;
    margin-top: 0.5208333333vw;
    transform: translateY(18.2291666667vw) scale(0.6);
  }
  .section2 .wrap .main .item .text{
    padding: 0px 1.5625vw;
    bottom: 2.0833333333vw;
    font-size: 0.9375vw;
    transform: translateY(1.0416666667vw);
    width: 34.53125vw;
  }
  .section2 .wrap .main .item .text p span{
    font-size: 0.833333vw !important;
  }
  .section3 .wrap .top{
    height: 15.625vw;
    padding-top: 4.6875vw;
  }
  .section3 .wrap .top .box{
    width: 75vw;
  }
  .section3 .wrap .top .box .title{
    margin-bottom: 2.6041666667vw;
  }
  .section3 .wrap .top .box .title h3{
    font-size: 1.875vw;
  }
  .section3 .wrap .top .box .page{
    gap: 5.2083333333vw;
  }
  .section3 .wrap .top .box .page::after{
    height: 0.1041666667vw;
  }
  .section3 .wrap .top .box .page .item .drop{
    width: 1.25vw;
    height: 1.25vw;
  }
  .section3 .wrap .top .box .page .item .drop::after{
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .section3 .wrap .top .box .page .item .text{
    font-size: 0.7291666667vw;
    top: 1.5625vw;
  }
  .section3 .wrap .bottom{
    padding: 8.3333333333vw 0px 8.3333333333vw calc(-37.5vw + 50vw);
  }
  .section3 .wrap .bottom .swiper{
    height: 10.4166666667vw;
  }
  .section3 .wrap .bottom .swiper .item .year{
    font-size: 4.1666666667vw;
    margin-right: 2.9166666667vw;
  }
  .section3 .wrap .bottom .swiper .item .right::before{
    top: 2.4479166667vw;
    width: 0.3645833333vw;
    height: 0.3645833333vw;
  }
  .section3 .wrap .bottom .swiper .item .right::after{
    top: 2.6041666667vw;
  }
  .section3 .wrap .bottom .swiper .item .right .trem{
    padding-right: 5.2083333333vw;
    margin-top: 2.4479166667vw;
  }
  .section3 .wrap .bottom .swiper .item .right .trem .month{
    top: -1.875vw;
  }
  .section3 .wrap .bottom .swiper .item .right .trem .drop{
    width: 0.3645833333vw;
    height: 0.3645833333vw;
  }
  .section3 .wrap .bottom .swiper .item .right .trem .text{
    max-width: 20.8333333333vw;
    margin-top: 1.0416666667vw;
  }
  .section3 .wrap .bottom .page{
    width: 75vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    padding: 0px 5.7291666667vw;
  }
  .section3 .wrap .bottom .page .list{
    margin: 0px 5.7291666667vw;
  }
  .section3 .wrap .bottom .page .list .item::after{
    width: 0.3645833333vw;
    height: 0.3645833333vw;
    top: 1.25vw;
    transform: translate(-50%, 0.2604166667vw);
  }
  .section3 .wrap .bottom .page .next span, .section3 .wrap .bottom .page .prev span{
    font-size: 0.9375vw;
  }
  .section4 .wrap{
    padding-top: 7.2916666667vw;
    width: 72.9166666667vw;
    padding-bottom: 5.7291666667vw;
  }
  .section4 .wrap .title{
    margin-bottom: 1.5625vw;
  }
  .section4 .wrap .title h3{
    font-size: 1.875vw;
  }
  .section4 .wrap .content{
    font-size: 0.9375vw;
    margin-bottom: 3.6458333333vw;
  }
  .section4 .wrap .main .tab{
    width: 83.3333333333vw;
  }
  .section4 .wrap .main .tab .prev, .section4 .wrap .main .tab .next{
    width: 3.125vw;
    height: 3.125vw;
  }
  .section4 .wrap .page .swiper-pagination{
    margin-top: 4.6875vw;
  }
  .section4 .wrap .page .swiper-pagination .swiper-pagination-bullet{
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    margin: 0px 0.5208333333vw;
  }
  .section4 .wrap .page .swiper-pagination .swiper-pagination-bullet::after{
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .section5 .wrap{
    width: 83.3333333333vw;
    padding-top: 6.25vw;
    padding-bottom: 10.4166666667vw;
  }
  .section5 .wrap .title{
    margin-bottom: 4.1666666667vw;
  }
  .section5 .wrap .title h3{
    font-size: 2.5vw;
  }
  .section5 .wrap .main{
    gap: 0px 1.5625vw;
  }
  .section5 .wrap .main .trem:not(:last-child){
    margin-bottom: 3.125vw;
  }
  .section5 .wrap .main .trem h4{
    font-size: 1.0416666667vw;
    margin-bottom: 1.5625vw;
  }
  .section5 .wrap .main .trem .list{
    gap: 1.5625vw;
  }
  /* .section5 .wrap .main .trem:nth-child(2), .section5 .wrap .main .trem:nth-child(3){
    width: calc(50% - 0.78125vw);
  }
  .section5 .wrap .main .trem:nth-child(4){
    width: calc(37.5% - 1.171875vw);
  }
  .section5 .wrap .main .trem:nth-child(5){
    width: calc(12.5% - 1.171875vw);
  }
  .section5 .wrap .main .trem:nth-child(6), .section5 .wrap .main .trem:nth-child(7){
    width: calc(25% - 1.171875vw);
  } */
  .section5 .wrap .main .trem .list .item{
    height: 4.1666666667vw;
    border-radius: 0.4166666667vw;
  }
  .section6 .wrap{
    padding-top: 2.7291666667vw;
    padding-bottom: 2.2916666667vw;
    width: 83.3333333333vw;
  }
  .section6 .wrap .main .right{
    padding: 0px 5.7291666667vw;
  }
  .section6 .wrap .main .right h3{
    font-size: 1.6666666667vw;
    margin-bottom: 2.0833333333vw;
  }
  .section6 .wrap .main .right p{
    font-size: 0.9375vw;
    line-height: 1.7708333333vw;
  }
  .section6 .wrap .main .right a{
    width: 8.3333333333vw;
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    margin-top: 5.2083333333vw;
  }
}

@media screen and (max-width: 1024px) {
  html[lang="en"] .section1 .wrap .top .left .title h3{
    margin-bottom: 20px;
  }
  .section1 .wrap .numList{
    flex-wrap: wrap;
  }
  .section1 .wrap .numList .item {
    width:calc(50% - 15px);
  }
  .section5 .wrap .main .trem h4{
    text-align: center;
    width: 100%;
  }
  .section1 .wrap{
    width: 90%;
    padding: 50px 0;
  }
  .section1 .wrap .top{
    margin: 0 0 50px;
    flex-direction: column;
  }
  .section1 .wrap .top .left .title h3{
    font-size: 18px;
    line-height: 30px;
  }
  .section1 .wrap .top .left {
    width: 100%;
  }
  .section1 .wrap .top .left .text p{
    font-size: 13px;
    line-height: 30px;
  }
  .section1 .wrap .top .right {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .section1 .wrap .top .right img{
    width: 100%;
  }

  .section1 .wrap .numList .item .data .value{
    font-size: 24px;
  }
  .section1 .wrap .numList .item .icon{
    width: auto;
    height: auto;
  }
  .section1 .wrap .numList .item .data{
    margin: 10px 0 0 0;
  }
  .section1 .wrap .numList .item .data .key{
    margin: 3px 0 0 0;
    font-size: 12px;
  }
  .section1 .wrap .numList .item{
    gap: 0 10px;
    flex-direction: column;
  }
  .section1 .wrap .numList{
    margin: 30px 0 0 0;
    padding: 0;
    gap: 30px 15px;
  }
  .section1 .wrap .numList .item .data .value{
    margin: 0 0 10px;
  }
  .section1 .wrap .numList .item .icon{
    margin: 0 0 10px;
  }

  .section2 .wrap{
    width: 90%;
    padding-bottom: 25px;
  }
  .section2 .wrap .title h3{
    font-size: 24px;
  }
  .section2 .wrap .title{
    margin-bottom: 30px;
  }
  .section2 .wrap .main{
    gap: 15px;
    height: auto;
    flex-direction: column;
  }
  .section2 .wrap .main .item{
    border-radius: 10px;
    padding: 25px 5%;
  }
  .section2 .wrap .main .item .bg::after {
    background-color: #000;
    opacity: 0.4;
  }
  .section2 .wrap .main .item .text{
    position: static;
    font-size: 13px;
    line-height: 25px;
    margin: 20px 0 0 0;
  }
  .section2 .wrap .main .item .text {
    opacity: 1;
    transform: translateY(0);
  }
  .section2 .wrap .main .item .top h4{
    font-size: 18px;
    margin: 12px 0 0 0;
    color: #fff;
    transform: none;
  }
  .section2 .wrap .main .item .top .icon{
    height: 30px;
    filter: none;
  }
  .section2 .wrap .main .item .text{
    width: 100%;
    padding: 0;
  }
  .section2 .wrap .main .item .text p span{
    font-size: 16px!important;
  }
  .section2 .wrap .main .item .top{
    position: static;
  }
  .section2 .wrap .main .item .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .section3 .wrap .top .box .page{
    display: none;
  }
  .section3 .wrap .top .box .title h3{
    font-size: 25px;
  }
  .section3 .wrap .top{
    height: auto;
    padding: 50px 0;
  }

  .section3 .wrap .bottom{
    padding: 60px 0;
  }

  .section3 .wrap .bottom .swiper{
    width: 90%;
    margin: auto;
  }
  .section3 .wrap .bottom .swiper .swiper-slide{
    width: 100%;
  }
  .section3 .wrap .bottom .swiper .item{
    flex-direction: column;

  }
  .section3 .wrap .bottom .swiper .item .year{
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px;
  }
  .section3 .wrap .bottom .swiper {
    height: auto;
  }
  .section3 .wrap .bottom .swiper .item .right::after{
    display: none;
  }
  .section3 .wrap .bottom .swiper .item .right{
    flex-direction: column;
  }

  .section3 .wrap .bottom .swiper .item .right .trem .text{
    max-width: 100%;
    margin-top: 0px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    width: 100%;
  }
  .section3 .wrap .bottom .swiper .item .right .trem .month{
    top: 0;
    font-size: 13px;
    position: static;
    text-align: center;
  }
  .section3 .wrap .bottom .swiper .item .right .trem {
    padding-right: 0;
    margin-top: 0;
  }


  .section3 .wrap .bottom .page{
    display: none;
  }

  .section4 .wrap{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 90%;
  }
  .section4 .wrap .title h3{
    font-size: 22px;
  }
  .section4 .wrap .title{
    margin-bottom: 20px;
  }
  .section4 .wrap .content{
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .section4 .wrap .main .swiper{
    width: 50%;
    margin: auto;
  }
  .section4 .wrap .main .tab{
    width: 100%;
  }
  .section4 .wrap .main .tab .prev, .section4 .wrap .main .tab .next{
    width: 45px;
    height: 45px;
  }
  .section4 .wrap .main .tab .prev span, .section4 .wrap .main .tab .next span{
    font-size: 14px;
  }
  .section4 .wrap .page .swiper-pagination{
    margin-top: 30px;
  }
  .section4 .wrap .page .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 15px 0 0!important;
  }
  .section4 .wrap .page .swiper-pagination .swiper-pagination-bullet:last-child{
    margin: 0!important;
  }
  .section4 .wrap .page .swiper-pagination .swiper-pagination-bullet::after{
    width: 20px;
    height: 20px;
  }
  .section5 .wrap{
    width: 90%;
    padding: 50px 0 25px 0;
  }
  .section5 .wrap .title h3{
    font-size: 24px;
  }
  .section5 .wrap .title{
    margin: 0 0 35px;
  }
  .section5 .wrap .main .trem{
    width: 100% !important;
  }
  .section5 .wrap .main .trem .list {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .section5 .wrap .main .trem h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .section5 .wrap .main .trem .list .item {
    height: 55px;
    background-color: transparent !important;
  }
  .section5 .wrap .main .trem .list .item img{
    object-fit: contain;
    max-width: 100%;
    margin: auto;
    max-height: 30px;
  }
  .section5 .wrap .main .trem:not(:last-child) {
    margin-bottom: 40px;
  }
  .section5 .wrap .main .trem:nth-child(2), .section5 .wrap .main .trem:nth-child(3) {
    width: 100%;
  }
  .section5 .wrap .main .trem:nth-child(4) {
    width: 100%;
  }
  .section6 .wrap{
    width: 90%;
    padding: 40px 0;
  }
  .section6 .wrap .main{
    flex-direction: column;
  }
  .section6 .wrap .main .right{
    padding: 40px 5%;
    text-align: center;
  }
  .section6 .wrap .main .right h3{
    font-size: 22px;
    margin: 0 0 20px;
  }

  .section6 .wrap .main .right p{
    font-size: 14px;
    line-height: 25px;
  }
  .section6 .wrap .main .right a{
    padding: 0 25px;
    height: 40px;
    border-radius: 25px;
    font-size: 12px;
    width: fit-content;
    margin: 25px auto 0;
  }
  .section2 .wrap .main .item .bg img{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .numList .item{
    width: 40%;
  }
}