﻿﻿ 
.section1 {
  overflow: unset;
}
.section1 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-bottom: 160px;
  padding-top: 160px;
}
.section1 .wrap .title{
  margin-bottom: 60px;
}
.section1 .wrap .title h3{
  color: #000;
  font-size: 48px;
}
.section1 .wrap .list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.section1 .wrap .list .item{
  width: 510px;
  position: relative;
}
.section1 .wrap .list .item .img{
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.section1 .wrap .list .item .text{
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #fff;
}
.section1 .wrap .list .item .img img{
  width: 100%;
  height: 100%;
}
/* .section1 .wrap .fix {
  height: calc(100vh + 3000px);
} */
/* .section1 .wrap .box {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section1 .wrap .box .top {
  display: flex;
}
.section1 .wrap .box .top .left {
  width: 610px;
  margin-right: 220px;
  padding-top: 110px;
}
.section1 .wrap .box .top .left .title {
  margin-bottom: 50px;
}
.section1 .wrap .box .top .left .title h3 {
  font-size: 48px;
}
.section1 .wrap .box .top .left .title h3 span {
  font-weight: 400;
}
.section1 .wrap .box .top .left .text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 140px;
}
.section1 .wrap .box .top .left .common_botton {
  color: #000000;
}
.section1 .wrap .box .top .right {
  flex: 1;
}
.section1 .wrap .box .top .right .list {
  position: relative;
}
.section1 .wrap .box .top .right.on .list .item{
  transform: none !important;
}
.section1 .wrap .box .top .right .list .item {
  top: 0;
  transform-origin: right;
  transition:cubic-bezier(0.77, 0, 0.175, 1) all .8s;
}
.section1 .wrap .box .top .right .list .item .text{
  position: absolute;
  top: 0;
  padding: 30px;
}
.section1 .wrap .box .top .right .list .item .text .p1{
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.section1 .wrap .box .top .right .list .item .text .p2{
  color: #fff;
  width: 370px;
  font-size: 24px;
}
.section1 .wrap .box .top .right .list .item:not(:first-child) {
  position: absolute;
}
.section1 .wrap .box .top .right .list .item:first-child {
  position: relative;
}
.section1 .wrap .box .top .right .list .item.on {
  transform: translateY(-100vh) !important;
}
.section1 .wrap .box .top .right .list .item:nth-child(1) {
  z-index: 2;
}
.section1 .wrap .box .top .right .list .item:nth-child(2) {
  z-index: 1;
} */
.section1 .wrap .numList {
  position: sticky;
  top: 10vh;
  display: flex;
  justify-content: space-between;
}
.section1 .wrap .numList .item {
  display: flex;
}
.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 {
  background-color: #F5F6F7;
}
.section2 .wrap {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 30px;
  padding-bottom: 75px;
}
.section2 .wrap .bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.section2 .wrap .bg img {
  height: 100%;
}
.section2 .wrap .swiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section2 .wrap .swiper .swiper-slide-active .item .left .type,
.section2 .wrap .swiper .swiper-slide-active .item .left .type1,
.section2 .wrap .swiper .swiper-slide-active .item .left .title,
.section2 .wrap .swiper .swiper-slide-active .item .left .text,
.section2 .wrap .swiper .swiper-slide-active .item .left .bottom {
  transition: all 0.6s;
  opacity: 1;
  transform: translateY(0);
}
.section2 .wrap .swiper .swiper-slide-active .item .left .type1{
  transition-delay: 0.2s;
}
.section2 .wrap .swiper .swiper-slide-active .item .left .title {
  transition-delay: 0.4s;
}
.section2 .wrap .swiper .swiper-slide-active .item .left .text {
  transition-delay: 0.6s;
}
.section2 .wrap .swiper .swiper-slide-active .item .left .bottom {
  transition-delay: 0.8s;
}
.section2 .wrap .swiper .swiper-slide:nth-child(2) .item .left .type,
.section2 .wrap .swiper .swiper-slide:nth-child(3) .item .left .type{

}
.section2 .wrap .swiper .item {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.section2 .wrap .swiper .item .left {
  padding-top: 96px;
  width: 490px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
.section2 .wrap .swiper .item .left .type {
  color: #222;
  font-size: 18px;
  margin-bottom: 20px;font-weight: 300;
}
.section2 .wrap .swiper .item .left .type1{
  margin-bottom:20px;
  opacity: 0;
  transform: translateY(20px);
}
.section2 .wrap .swiper .item .left .type1 p{
  color: #9596A0;
  font-size: 18px;
}
.section2 .wrap .swiper .item .left .title {
  margin-bottom: 28px;
}
.section2 .wrap .swiper .item .left .title h3 {
  color: #000000;
  font-size: 24px;
  line-height: normal;padding-top: 0;
}
.section2 .wrap .swiper .item .left .text {
  color: #888;
  font-size: 18px;
  margin-bottom: 80px;
}
.section2 .wrap .swiper .item .left .type1,
.section2 .wrap .swiper .item .left .type,
.section2 .wrap .swiper .item .left .title,
.section2 .wrap .swiper .item .left .text,
.section2 .wrap .swiper .item .left .bottom {
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(20px);
}
.section2 .wrap .swiper .item .left .common_botton {
  color: #000;
}
.section2 .wrap .swiper .item .right {
  width: 100%;
 
  position: relative;
  margin-top: 70px;margin-left: 40px;
}

.section2 .wrap .swiper .item .right img{
 border-radius: 20px;
}




.section2 .wrap .swiper .item .right .cir{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%) scale(0);
  transition: all .6s;
}
.section2 .wrap .swiper .swiper-slide-active .right .cir{
  transform: translate(-50%,-50%) scale(1);
}

.section2 .wrap .swiper .swiper-slide-active .right .cir2{
  transition-delay: .2s;
}
.section2 .wrap .swiper .swiper-slide-active .right .cir3{
  transition-delay: .4s;
}

.section2 .wrap .swiper .item .right .cir .trem{
  position: absolute;
  display: flex;
  align-items: start;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #CC0011;
  border-radius: 50%;
  opacity: 0;
  transition: all 1s 1s;
  /* transform: scale(0); */
}
.section2 .wrap .swiper .swiper-slide-active .right .cir .trem{
  opacity: 1;
}


.section2 .wrap .swiper .item .right .cir3 .trem{
  background-color: #E16570;
}
.section2 .wrap .swiper .item .right .cir3 .trem .text{
  color: #E16570;
}
.section2 .wrap .swiper .item .right .cir .trem .text{
  position: absolute;
  width: max-content;
  font-size: 18px;
  color: #CC0011;
}
.section2 .wrap .swiper .item .right .cir2 .trem:nth-child(1){
  top: 60px;
  left: 0;
}
.section2 .wrap .swiper .item .right .cir2 .trem:nth-child(1) .text{
  right: 70px;
}
.section2 .wrap .swiper .item .right .cir2 .trem:nth-child(2){
  top: 60px;
  right:0;
}
.section2 .wrap .swiper .item .right .cir2 .trem:nth-child(2) .text{
  left: 70px;
}
.section2 .wrap .swiper .item .right .cir2 .trem:nth-child(3){
  top: 327px;
  left:150px;
}
.section2 .wrap .swiper .item .right .cir2 .trem:nth-child(3) .text{
  top: 70px;
}

.section2 .wrap .swiper .item .right .cir3 .trem:nth-child(1){
  top: -28px;
  left: 250px;
}
.section2 .wrap .swiper .item .right .cir3 .trem:nth-child(1) .text{
  top: 70px;
}
.section2 .wrap .swiper .item .right .cir3 .trem:nth-child(2){
  top: 389px;
  left:9px;
}
.section2 .wrap .swiper .item .right .cir3 .trem:nth-child(2) .text{
  top: 70px;
}
.section2 .wrap .swiper .item .right .cir3 .trem:nth-child(3){
  top: 389px;
  right: 9px;
}
.section2 .wrap .swiper .item .right .cir3 .trem:nth-child(3) .text{
  top: 70px;
}

.section2 .wrap .swiper .item .right .cir .trem .icon img{
  width: 30px;
  display: block;
  filter: brightness(0) invert(1)
}
.section2 .wrap .swiper .item .right .cir1{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #CC0011;
  color: #fff;
  font-size: 32px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.swiper-fade .swiper-slide{
  height: auto;
}
.section2 .wrap .swiper .item .right .cir2{
  width: 360px;
  position: absolute;
  height: 360px;
  border-radius: 50%;
  z-index: 2;
  background-image: radial-gradient(#F5F6F7,#F5F6F7 55%,rgba(204, 0, 17, .4));;
}
.section2 .wrap .swiper .item .right .cir3{
  width: 560px;
  height: 560px;
  border-radius: 50%;
  z-index:1;
  background-image: radial-gradient(#F5F6F7,#F5F6F7 55%,rgba(204, 0, 17, .4));;
}

.section2 .wrap .page {
  display: flex;
  gap: 27px;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
.section2 .wrap .page .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 86px;
  border-radius: 8px;
  color: #444444;
  transition: all 0.6s;
  cursor: pointer;font-size: 18px;
}

.section2 .wrap .page .item i {
  font-size: 30px;color: #222;margin: 0 10px;
}

.section2 .wrap .page .item.active i ,.section2 .wrap .page .item:hover i{color: #fff;}
.section2 .wrap .page .item.active,
.section2 .wrap .page .item:hover {
  color: #fff;
  background-color: #CC0011;
  box-shadow: 0px 8px 15px 0px rgba(66, 7, 7, 0.25);
  transform: translateY(-10px);
}
.section3 {
  background-color: #fff;
  overflow: unset;
}
.section3 .wrapa .box{
  /* padding-top: 160px;
  padding-bottom: 180px; */
  position: sticky;
  display: flex;
 
  flex-direction: column;
  justify-content: center;
     padding: 65px 0;
}
.section3 .wrapa .title {
  width: 1600px;
  margin: 0 auto 70px;
  text-align: center;
}
.section3 .wrapa .title h3 {
  font-size: 40px;
}
.section3 .wrapa .main {
  /* margin-left: calc(50vw - 800px); */
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.section3 .wrapa .main .swiper{
  width: 2281px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.section3 .wrapa .main .list{
  display: flex;
  gap: 80px;
  width: fit-content;
  padding-right: calc(50vw - 800px);
}

.section3 .wrapa .main .item {
  /* width: 440px; */
  width: auto;
  height: 500px;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .wrapa .main .item:hover:after {
  opacity: 0;
}
.section3 .wrapa .main .item:hover .joke .p1 {
  transform: translateX(0);
}
.section3 .wrapa .main .item:hover .joke .img {
  opacity: 1; transform: scale(1.1);
}
.section3 .wrapa .main .item img {
    transition: all .6s;  
}
.section3 .wrapa .main .item:hover img {
    transition: all .6s; transform: scale(1.1);
}


.section3 .wrapa .main .item:hover .joke .more {
  opacity: 1;
}
.section3 .wrapa .main .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: 0.6s ease;
}
.section3 .wrapa .main .item .joke {
  position: absolute;
  z-index: 6;bottom: 20px;
}
.section3 .wrapa .main .item .joke .p1 {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  width: fit-content;
  margin: auto;
 
  transition: 0.6s ease;
}
.section3 .wrapa .main .item .joke .img {
  width: 242px;
  height: 242px;
  overflow: hidden;
  margin: 40px auto 50px;
  opacity: 0;
  transition: 0.6s ease;
}
.section3 .wrap .main .item .joke .img img {
  width: 100%;
  height: 100%;
}
.section3 .wrapa .main .item .joke .more {
  width: 160px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  margin: auto;
  opacity: 0;
  transition: 0.6s ease;
}
.section3 .wrapa .main .tab .prev,
.section3 .wrapa .main .tab .next{
  width:60px;
  height: 60px;
  border-radius: 50%;
  /* background-color: #F5F6F7; */
  /* background-color: #CC0011; */
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: all .6s;
  position: relative;
}
.section3 .wrapa .main .tab .prev::after,
.section3 .wrapa .main .tab .next::after{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  content:"";
  background-color: #CC0011;
  border-radius: 50%;
  transition: all .6s;
}
.section3 .wrapa .main .tab .prev:hover::after,
.section3 .wrapa .main .tab .next:hover::after{
  transform: scale(1.05);
  /* background-color: #CC0011 */
}
.section3 .wrapa .main .tab .prev:hover span,
.section3 .wrapa .main .tab .next:hover span{
  color: #fff;
}
.section3 .wrapa .main .tab .prev{
  margin-right: 10px;
  transform: rotate(180deg);
}
.section3 .wrapa .main .tab .next{
  /* background-color: #CC0011; */
}

.section3 .wrapa .main .tab .prev span,
.section3 .wrapa .main .tab .next span{
  color: #fff;

  transition: all .6s;
}
/* .section3 .wrap .main .tab .next span{
  color: #fff;
} */
.section3 .wrapa .main .tab{
  width: 100%;
  display: flex;
  /* justify-content: start; */
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 10px;
}

.section4 {
  background-color: #F5F6F7;
}
.section4 .wrap {
  padding-top: 60px;
  padding-bottom: 85px;
}
.section4 .wrap .title{
  text-align: center;
  margin-bottom: 61px;
}
.section4 .wrap .title h3 {
  color: #000;
  font-size: 48px;    padding-top: 8px;
}
.section4 .wrap .main {
  position: relative;
  display: flex;
  gap: 40px;
}
.section4 .wrap{
  width: 1600px;
  margin: 0 auto;
}


.section4 .wrap .main .right,
.section4 .wrap .main .left{
  flex: 1;
}
.section4 .wrap .main .left{
  position: relative;
  height: 680px;
  border-radius: 12px;
  overflow: hidden;
}
.section4 .wrap .main .left .img{
  width: 100%;
  height: 100%;
}
.section4 .wrap .main .left .img img{
  transition: all 2s;
  width: 100%;
  height: 100%;
}
.section4 .wrap .main .left:hover .img img{
  transform: scale(1.1);
}
.section4 .wrap .main .left .bottom{
  position: absolute;
  left: 0;
  padding: 0 30px;
  bottom: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.section4 .wrap .main .left .bottom .more{
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4 .wrap .main .left .bottom .more span{
  font-size: 14px;
  color: #1E52A3;
}
.section4 .wrap .main .left .text p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.section4 .wrap .main .left .text h4{
  color: #fff;
  font-size: 20px;
}
.section4 .wrap .main .left::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(30, 82, 163, 0) 40%,#E70012);;
}
.section4 .wrap .main .right{
  background-color: #FFFFFF;
  border-radius: 12px;
}
.section4 .wrap .main .right .top{
  padding: 20px 30px 0;
}
.section4 .wrap .main .right h4{
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom:2px solid #E70012;
  margin-bottom: 20px;
}
.section4 .wrap .main .right .bottom .item{
  padding:25px 30px 0;
  display: block;
  position: relative;
  transition: all .6s;
}
.section4 .wrap .main .right .bottom .item:hover{
  background-color: #E70012;
}
.section4 .wrap .main .right .bottom .item:hover h5{
  color: #fff;
}
.section4 .wrap .main .right .bottom .item:hover .time{
  color: #fff;
}
.section4 .wrap .main .right .bottom .item:hover .text p{
  color: #fff;
}
.section4 .wrap .main .right .bottom .item .time{
  color: #999;
  margin-bottom: 20px;
  transition: all .6s;
  font-size: 16px;
}
.section4 .wrap .main .right .bottom .item .text{
  width: 100%;
  padding-bottom: 25px;
  transition: all .6s;
  border-bottom: 1px solid #E4E5E5;
}
.section4 .wrap .main .right .bottom .item .text p{
  color: #000;
  transition: all .6s;
  font-size: 20px;
}
.section4 .wrap .main .right .bottom .item .text p:not(:last-child){
  margin-bottom: 10px;
}
.section4 .wrap .main .right .bottom .item .text p span:not(:last-child){
  margin-right: 40px;
}



/* .section4 .wrap .main .swiper {
  width: 3760px;
  margin-left: 50vw;
  transform: translateX(-50%);
}
.section4 .wrap .main .swiper-slide-active .item {
  pointer-events: all;
}
.section4 .wrap .main .item {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  transform: scale(0.9);
  pointer-events: none;
}
.section4 .wrap .main .item .left {
  width: 560px;
  height: 520px;
  border-radius: 20px;
  margin-right: 40px;
  overflow: hidden;
}
.section4 .wrap .main .item .left img {
  transition: all 2s;
  height: 100%;
  width: 100%;
}
.section4 .wrap .main .item .left:hover img {
  transform: scale(1.1);
}
.section4 .wrap .main .item .right {
  flex: 1;
  padding-top: 50px;
  padding-right: 50px;
}
.section4 .wrap .main .item .right .time {
  padding: 8px 12px;
  background-color: #000;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 60px;
}
.section4 .wrap .main .item .right h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 80px;
}
.section4 .wrap .main .item .right .text {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 90px;
}
.section4 .wrap .main .item .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .wrap .main .item .right .bottom .type {
  color: #000000;
  font-size: 16px;
  font-weight: 200;
}
.section4 .wrap .main .item .right .bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
.section4 .wrap .main .item .right .bottom a:hover {
  transform: rotate(0);
  background-color: #CC0011;
}
.section4 .wrap .main .item .right .bottom a span {
  color: #fff;
  font-size: 16px;
}
.section4 .wrap .main .tab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.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%;
  pointer-events: all;
  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;
} */
.section5 {
  background-color: #fff;
}
.section5 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
}
.section5 .wrap .bg {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 100%;
  width: max-content;
  top: 0;
}
.section5 .wrap .bg img {
  height: 100%;
}
.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:not(:last-child) {
  margin-bottom: 60px;
}
.section5 .wrap .main .trem{
  width: 100%;
}
.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-gap: 30px;
  grid-template-columns: repeat(8, 1fr);
}
/* .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:nth-child(1){
  width: 100%;
  order: 1;
}
.section5 .wrap .main .trem:nth-child(2){
  order: 2;
}
.section5 .wrap .main .trem:nth-child(2),
.section5 .wrap .main .trem:nth-child(3){
  width: calc(50% - 15px);
}
.section5 .wrap .main .trem:nth-child(4){
  width: calc(50% - 20px);
  order: 4;
}
.section5 .wrap .main .trem:nth-child(5){
  width:calc(50% - 15px);
  order: 3;
}
.section5 .wrap .main .trem:nth-child(6){
  width:calc(25% - 20px);
  order: 5;
}
.section5 .wrap .main .trem:nth-child(7){
  width:calc(25% - 20px);
  order:6;
}
.section5 .wrap .main .trem:nth-child(8){
  order:6;
}

.section5 .wrap .main .trem:nth-child(1) .list{
  grid-template-columns: repeat(8, 1fr);
}
.section5 .wrap .main .trem:nth-child(2) .list{
  grid-template-columns: repeat(4, 1fr);
}
.section5 .wrap .main .trem:nth-child(3) .list{
  grid-template-columns: repeat(4, 1fr);
}
.section5 .wrap .main .trem:nth-child(4) .list{
  grid-template-columns: repeat(4, 1fr);
}
.section5 .wrap .main .trem:nth-child(5) .list{
  grid-template-columns: repeat(4, 1fr);
}
.section5 .wrap .main .trem:nth-child(6) .list{
  grid-template-columns: repeat(2, 1fr);
}
.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: #F5F6F7;
}
.section6 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 150px;
}
.section6 .wrap .top {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 130px;
}
.section6 .wrap .top .left {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.section6 .wrap .top .left img {
  transition: all 2s;
}
.section6 .wrap .top .left:hover img {
  transform: scale(1.1);
}
.section6 .wrap .top .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section6 .wrap .top .right .icon {
  margin-bottom: 40px;
}
.section6 .wrap .top .right .text {
  color: #000;
  font-size: 28px;
  margin-bottom: 70px;
}
.section6 .wrap .top .right a {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CC0011;
  border-radius: 30px;
  color: #fff;
}
.section6 .wrap .bottom .title {
  margin-bottom: 50px;
}
.section6 .wrap .bottom .title h3 {
  color: #000000;
  font-size: 48px;
  text-align: center;
}
.section6 .wrap .bottom .main {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}
.section6 .wrap .bottom .main .item:hover .icon {
  background-color: #CC0011;
  border-color: #CC0011;
}
.section6 .wrap .bottom .main .item:hover .icon i {
  filter: brightness(0) invert(1);
}
.section6 .wrap .bottom .main .item:hover .icon .bg {
  opacity: 0.3;
}
.section6 .wrap .bottom .main .item .icon {
  transition: all 0.6s;
  width: 100%;
  height: 140px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.section6 .wrap .bottom .main .item .icon i {
  height: 42px;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}
.section6 .wrap .bottom .main .item .icon i {
  height: 100%;
}
.section6 .wrap .bottom .main .item .icon .bg {
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  opacity: 0;
}
.section6 .wrap .bottom .main .item .icon .bg img {
  height: 100%;
}
.section6 .wrap .bottom .main .item .text {
  text-align: center;
}
.index_banner .item{
  width: 100%;
}
.index_banner .swiper-slide {

  overflow: hidden;
}
.index_banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.index_banner .slide-inner video{
  object-fit: cover;
}
.index_banner .slide-inner video,
.index_banner .slide-inner img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}

html[lang="en"] .section2 .wrap .swiper .item .left{
  width: 540px;
}
html[lang="en"] .section2 .wrap .page .item{
  padding: 0 20px;
}
html[lang="en"] .section3 .wrap .main .item .joke .p1{
  width: 140px;
  text-align: center;
}
html[lang="en"] .section6 .wrap .top .right .text{
  width: 80%;
  text-align: center;
}
html[lang="en"] .section1 .wrap .numList .item{
  width: 250px;
}
html[lang="en"] .section4 .wrap .main .left{
  height: auto;
}
html[lang="en"] .section4 .wrap .main .right {
  padding-bottom: 20px;
}


.index_banner .mouse {
  width: 23px;
  height: 35px;
  border-radius: 20px;
  position: absolute;
  border: 1px solid #fff;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.index_banner .mouse::after {
  width: 3px;
  height: 8px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  border: 3px;
  top: 8px;
  transform: translateX(-50%);
  animation: 2s mouse infinite linear;
}
footer .wrap .links>a{
  display: block;
}
@media screen and (max-width: 1919px) {
  html[lang="en"] .section2 .wrap .swiper .item .left{
    width: 28.125vw;
  }
  html[lang="en"] .section2 .wrap .page .item{
    padding: 0 1.0416666666vw;
  }
  html[lang="en"] .section3 .wrapa .main .item .joke .p1{
    width: 7.29166666vw;
  }
  html[lang="en"] .section1 .wrap .numList .item{
    width: 13.02083333vw;
  }
    .index_banner .mouse{
    width: 1.1979166667vw;
     height: 1.8229166667vw;
     border-radius: 1.0416666667vw;
     bottom: 3.125vw;
    }
    .index_banner .mouse::after{
    width: 0.15625vw;
     height: 0.4166666667vw;
     border: 0.15625vw;
     top: 0.4166666667vw;
    }
  .section2 .wrap .page .item{
    font-size: 0.833333vw;
  }
  .section2 .wrap .swiper .item .left .type1{
    margin-bottom: 1.04166666666vw;
  }
  .section2 .wrap .swiper .item .left .type1 p{
    font-size: 0.9375vw;
  }
  .index_banner .swiper .item .text{
    left: 8.3333333333vw;
  }
  .index_banner .swiper .item .text .p1{
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
    margin-bottom: 0.5208333333vw;
    transform: translateY(1.0416666667vw);
  }
  .index_banner .swiper .item .text .p2{
    font-size: 1.0416666667vw;
    transform: translateY(1.0416666667vw);
  }
  .index_banner .swiper .item .common_botton{
    margin-top: 5.2083333333vw;
    transform: translateY(1.0416666667vw);
  }
  .common_botton{
    font-size: 0.9375vw;
  }
  .common_botton .icon{
    width: 3.125vw;
    height: 3.125vw;
    margin-right: 0.9375vw;
  }
  .section1 .wrap{
    width: 83.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-top: 8.3333333333vw;
  }
  .section1 .wrap .title{
    margin-bottom: 3.125vw;
  }
  .section1 .wrap .title h3{
    font-size: 2.5vw;
  }
  .section1 .wrap .list{
    margin-bottom: 5.7291666667vw;
  }
  .section1 .wrap .list .item{
    width: 26.5625vw;
  }
  .section1 .wrap .list .item .img{
    height: 18.75vw;
    border-radius: 0.5208333333vw;
  }
  .section1 .wrap .list .item .text{
    bottom: 1.5625vw;
    left: 1.0416666667vw;
  }
  .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: 83.3333333333vw;
    
    padding-bottom: 5.2916666667vw;
  }
  .section2 .wrap .swiper .item .left{
    padding-top: 5vw;
    width: 25.5208333333vw;
  }
  .section2 .wrap .swiper .item .left .type{
    font-size: 0.9375vw;
    margin-bottom: 1.0416666667vw;
  }
  .section2 .wrap .swiper .item .left .title{
    margin-bottom: 3.125vw;
  }
  .section2 .wrap .swiper .item .left .title h3{
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
  }
  .section2 .wrap .swiper .item .left .text{
    font-size: 0.9375vw;
    margin-bottom: 4.1666666667vw;
  }
  .section2 .wrap .swiper .item .left .type, .section2 .wrap .swiper .item .left .title, .section2 .wrap .swiper .item .left .text, .section2 .wrap .swiper .item .left .bottom{
    transform: translateY(1.0416666667vw);
  }
  .section2 .wrap .swiper .item .right{
    
  }
  .section2 .wrap .swiper .item .right .cir .trem{
    width: 3.125vw;
    height: 3.125vw;
  }
  .section2 .wrap .swiper .item .right .cir .trem .text{
    font-size: 0.9375vw;
  }
  .section2 .wrap .swiper .item .right .cir2 .trem:nth-child(1){
    top: 3.125vw;
  }
  .section2 .wrap .swiper .item .right .cir2 .trem:nth-child(1) .text{
    right: 3.6458333333vw;
  }
  .section2 .wrap .swiper .item .right .cir2 .trem:nth-child(2){
    top: 3.125vw;
  }
  .section2 .wrap .swiper .item .right .cir2 .trem:nth-child(2) .text{
    left: 3.6458333333vw;
  }
  .section2 .wrap .swiper .item .right .cir2 .trem:nth-child(3){
    top: 17.03125vw;
    left: 7.8125vw;
  }
  .section2 .wrap .swiper .item .right .cir2 .trem:nth-child(3) .text{
    top: 3.6458333333vw;
  }
  .section2 .wrap .swiper .item .right .cir3 .trem:nth-child(1){
    top: -1.4583333333vw;
    left: 13.0208333333vw;
  }
  .section2 .wrap .swiper .item .right .cir3 .trem:nth-child(1) .text{
    top: 3.6458333333vw;
  }
  .section2 .wrap .swiper .item .right .cir3 .trem:nth-child(2){
    top: 20.2604166667vw;
    left: 0.46875vw;
  }
  .section2 .wrap .swiper .item .right .cir3 .trem:nth-child(2) .text{
    top: 3.6458333333vw;
  }
  .section2 .wrap .swiper .item .right .cir3 .trem:nth-child(3){
    top: 20.2604166667vw;
    right: 0.46875vw;
  }
  .section2 .wrap .swiper .item .right .cir3 .trem:nth-child(3) .text{
    top: 3.6458333333vw;
  }
  .section2 .wrap .swiper .item .right .cir .trem .icon img{
    width: 1.5625vw;
  }
  .section2 .wrap .swiper .item .right .cir1{
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    font-size: 1.6666666667vw;
  }
  .section2 .wrap .swiper .item .right .cir2{
    width: 18.75vw;
    height: 18.75vw;
  }
  .section2 .wrap .swiper .item .right .cir3{
    width: 29.1666666667vw;
    height: 29.1666666667vw;
  }
  .section2 .wrap .page{
    gap: 1.40625vw;
    margin-top: 4.6875vw;
  }
  .section2 .wrap .page .item{
    height: 4.4791666667vw;
    border-radius: 0.4166666667vw;
  }
  .section2 .wrap .page .item.active, .section2 .wrap .page .item:hover{
    box-shadow: rgba(66, 7, 7, 0.25) 0px 0.4166666667vw 0.78125vw 0px;
    transform: translateY(-0.5208333333vw);
  }
  .section3 .wrapa .title{
    width: 83.3333333333vw;
    margin: 0px auto 3.6458333333vw;
  }
  .section3 .wrapa .title h3{
    font-size: 2.0833333333vw;
  }
  .section3 .wrapa .main .swiper{
    width: 118.8020833333vw;
  }
  .section3 .wrapa .main .list{
    gap: 4.1666666667vw;
    padding-right: calc(-41.6666666667vw + 50vw);
  }
  .section3 .wrapa .main .item{
    height: 26.0416666667vw;
    border-radius: 0.625vw;
  }
  .section3 .wrapa .main .item::after{
    backdrop-filter: blur(1.0416666667vw);
  }
  .section3 .wrapa .main .item .joke .p1{
    font-size: 1.0416666667vw;
    transform: translateX(-5.7291666667vw);
  }
  .section3 .wrapa .main .item .joke .img{
    width: 12.6041666667vw;
    height: 12.6041666667vw;
    margin: 2.0833333333vw auto 2.6041666667vw;
  }
  .section3 .wrapa .main .item .joke .more{
    width: 8.3333333333vw;
    height: 2.7083333333vw;
    border-radius: 1.3020833333vw;
    font-size: 0.8333333333vw;
  }
  .section3 .wrapa .main .tab .prev, .section3 .wrapa .main .tab .next{
    width: 3.125vw;
    height: 3.125vw;
  }
  .section3 .wrapa .main .tab .prev{
    margin-right: 0.5208333333vw;
  }
  .section3 .wrapa .main .tab{
    margin-top: 3.6458333333vw;
  }
  .section4 .wrap{
     
    padding-bottom: 5.2916666667vw;
  }
  .section4 .wrap .title{
    margin-bottom: 4.125vw;
  }
  .section4 .wrap .title h3{
    font-size: 2.5vw;
  }
  .section4 .wrap .main{
    gap: 2.0833333333vw;
  }
  .section4 .wrap{
    width: 83.3333333333vw;
  }
  .section4 .wrap .main .left{
    height: 36.25vw;
    border-radius: 0.625vw;
  }
  .section4 .wrap .main .left .bottom{
    padding: 0px 1.5625vw;
    bottom: 2.0833333333vw;
  }
  .section4 .wrap .main .left .bottom .more{
    width: 1.875vw;
    height: 1.875vw;
  }
  .section4 .wrap .main .left .bottom .more span{
    font-size: 0.7291666667vw;
  }
  .section4 .wrap .main .left .text p{
    font-size: 0.8333333333vw;
    margin-bottom: 0.5208333333vw;
  }
  .section4 .wrap .main .left .text h4{
    font-size: 1.0416666667vw;
  }
  .section4 .wrap .main .right{
    border-radius: 0.625vw;
  }
  .section4 .wrap .main .right .top{
    padding: 1.0416666667vw 1.5625vw 0px;
  }
  .section4 .wrap .main .right h4{
    font-size: 1.1458333333vw;
    padding-bottom: 1.0416666667vw;
    border-bottom: 0.1041666667vw solid rgb(231, 0, 18);
    margin-bottom: 1.0416666667vw;
  }
  .section4 .wrap .main .right .bottom .item{
    padding: 1.3020833333vw 1.5625vw 0px;
  }
  .section4 .wrap .main .right .bottom .item .time{
    margin-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .section4 .wrap .main .right .bottom .item .text{
    padding-bottom: 1.3020833333vw;
  }
  .section4 .wrap .main .right .bottom .item .text p{
    font-size: 1.0416666667vw;
  }
  .section4 .wrap .main .right .bottom .item .text p:not(:last-child){
    margin-bottom: 0.5208333333vw;
  }
  .section4 .wrap .main .right .bottom .item .text p span:not(:last-child){
    margin-right: 2.0833333333vw;
  }
  .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;
  }
  .section5 .wrap .main .trem .list .item img{
    max-height: 3.125vw;
  }
  .section6 .wrap{
    width: 83.3333333333vw;
    padding-top: 6.25vw;
    padding-bottom: 7.8125vw;
  }
  .section6 .wrap .top{
    border-radius: 1.0416666667vw;
    margin-bottom: 6.7708333333vw;
  }
  .section6 .wrap .top .left{
    border-radius: 1.0416666667vw;
  }
  .section6 .wrap .top .right .icon{
    width: 7.2916666666vw;
    margin-bottom: 2.0833333333vw;
  }
  .section6 .wrap .top .right .text{
    font-size: 1.4583333333vw;
    margin-bottom: 3.6458333333vw;
  }
  .section6 .wrap .top .right a{
    width: 9.375vw;
    height: 2.6041666667vw;
    border-radius: 1.5625vw;
  }
  .section6 .wrap .bottom .title{
    margin-bottom: 2.6041666667vw;
  }
  .section6 .wrap .bottom .title h3{
    font-size: 2.5vw;
  }
  .section6 .wrap .bottom .main{
    gap: 1.5625vw;
  }
  .section6 .wrap .bottom .main .item .icon{
    height: 7.2916666667vw;
    border-radius: 0.4166666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .section6 .wrap .bottom .main .item .icon .img{
    height: 2.1875vw;
  }
  .section6 .wrap .bottom .main .item .icon .bg{
    height: 6.25vw;
  }
  /* */
  .index_banner .position{
    bottom: 4.375vw;
    padding: 0px 8.3333333333vw;
  }
  .index_banner .position .swiper-pagination span{
    width: 1.25vw;
    height: 0.1041666667vw;
    margin: 0px 0.8333333333vw 0px 0px !important;
  }
  .index_banner .position .swiper-pagination span.swiper-pagination-bullet-active{
    width: 3.4375vw;
  }
  .index_banner .position .button .circle{
    width: 3.125vw;
    height: 3.125vw;
  }
  .index_banner .position .button .circle:first-child{
    margin: 0px 0.9375vw 0px 0px;
  }
  .index_banner .position .button .circle .iconfont{
    font-size: 1.1458333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .index_banner .mouse{
    display: none;
  }
  html[lang="en"] .section1 .wrap .numList{
    flex-wrap: wrap;
    gap: 20px;
  }
  html[lang="en"] .section1 .wrap .numList .item{
    width: calc(50% - 10px);
  }
  html[lang="en"] .index_banner .position .button {
    position: relative;
    top: -13vh;
  }
  html[lang="en"] .section2 .wrap .swiper .item .left{
    width: 100%;
  }
  html[lang="en"] .section6 .wrap .top .left img{
    height: 100%;
  }
  .section3 .wrapa .main .swiper .swiper-slide{
    height: auto;
  }
  .section3 .wrapa .main .swiper .swiper-slide .item{
    height: 100%;
  }
  html[lang="en"] .section3 .wrap .main .item .joke .p1{
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 20px;
  }
  .index_banner .swiper .item .sj_img{
    display: block!important;
    position: relative;
  }
  .index_banner .swiper .item .sj_img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
  }
  .section4 .wrap .main .left .text p{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section4 .wrap .main .left .bottom{
    padding: 0 5%;
    bottom: 20px;
    flex-direction: column;
    align-items: unset;
  }
  .section4 .wrap .main .left .bottom .more{
    width: 35px;
    height: 35px;
    margin: 20px 0 0 0;
    display: none;
  }
  .section4 .wrap .main .left .bottom .more span{
    font-size: 14px;
  }
  .section4 .wrap .main .left .text h4{
    font-size: 16px;
  }
  .index_banner .swiper .item .text {
    left: 0;
    padding: 0 5%;
  }
  .loading{
    display: none!important;
  }
  .index_banner .swiper .item .text .p1{
    font-size: 24px;
    line-height: 38px;
  }
  .index_banner .swiper .item .common_botton{
    margin: 30px 0 0 0;
  }
  .common_botton .icon{
    width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
  }
  .common_botton p{
    font-size: 14px;
  }
  .parallax{
    transform: none!important;
  }
  .index_banner .swiper .item .text .p2{
    font-size: 13px;
    line-height: 26px;
  }
  .section1 .wrap{
    width: 90%;
    padding: 50px 0;
  }
  .section1 .wrap .title h3{
    font-size: 22px;
    text-align: center;
  }
  .section1 .wrap .title{
    margin-bottom: 20px;
  }
  .section1 .wrap .list{
    gap: 20px;
    margin-bottom: 30px;
  }
  .section1 .wrap .list .item {
    width: 100%;
    margin: 0 0 15px;
  }
  .section1 .wrap .list .item .img {
    height: auto;
    border-radius: 10px;
  }
  .section1 .wrap .list .item .text{
    bottom: 30px;
    left: 30px;
    font-size: 17px;
  }
  .section1 .wrap .numList{
    position: static;
  }


  .section1 .wrap .numList .item .data .value{
    font-size: 24px;
  }
  .section1 .wrap .numList .item .icon{
    width: 25px;
    height: 25px;
  }
  .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;
  }

  .section6 .wrap{
    width: 90%;
    padding: 30px 0 50px 0;
  }
  .section6 .wrap .top{
    border-radius: 10px;
    margin: 0 0 40px;
  }
  .section6 .wrap .top .left{
    width: 50%;
  }

  .section6 .wrap .top .right{
    padding: 50px 5%;
  }

  .section6 .wrap .top .right .icon{
    width: 70px;
    margin-bottom: 20px;
  }
  .section6 .wrap .top .right .text{
    font-size: 13px;
    margin: 0 0 15px;
  }


  .section6 .wrap .top .right a{
    width: fit-content;
    padding: 0 25px;
    height: 38px;
    border-radius: 25px;
    font-size: 12px;
  }

  .section6 .wrap .bottom .title{
    margin: 0 0 35px;
  }
  .section6 .wrap .bottom .title h3{
    font-size: 22px;
  }
  .section6 .wrap .bottom .main{
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
  }
  .section6 .wrap .bottom .main .item .icon .img{
    height: 25px;
  }
  .section6 .wrap .bottom .main .item .icon{
    height: 65px;
    margin-bottom: 14px;
  }
  .section6 .wrap .bottom .main .item .text{
    font-size: 14px;
  }
  .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%;
  }
  .section5 .wrap .bg img{
    display: none;
  }


  .section4 .wrap{
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section4 .wrap .title h3{
    font-size: 24px;
  }
  .section4 .wrap .title{
    margin: 0 0 30px;
  }
  .section4 .wrap .main{
    gap: 15px;
    flex-direction: column;
  }
  .section4 .wrap .main .left{
    height: auto;
    border-radius: 10px;
  }
  .section4 .wrap .main .right{
    border-radius: 10px;
  }
  .section4 .wrap .main .right .top{
    padding: 0;
  }
  .section4 .wrap .main .right h4{
    font-size: 18px;
    padding: 20px 5%;
    border-bottom: 1px solid rgba(231, 0, 18,1);
    margin: 0 0 22px;
    text-align: center;
  }
  .section4 .wrap .main .right .bottom .item{
    padding: 15px 5%;
  }
  .section4 .wrap .main .right .bottom .item .time{
    font-size: 12px;
    margin: 0 0 10px;
  }
  .section4 .wrap .main .right .bottom .item .text{
    padding: 0 0 30px;
  }
  .section4 .wrap .main .right .bottom .item .text p{
    font-size: 13px;
  }
  .section4 .wrap .main .right .bottom .item:last-child .text{
    border: none;
  }

  .section3 .wrapa .title h3{
    font-size: 24px;
  }
  .section3 .wrapa .title{
    width: 90%;
    margin: 0 auto 30px;
  }


  .section3 .wrapa .box{
    height: auto;
    padding: 50px 0 80px 0;
  }
  .section3 .wrapa .title h3{
    font-size: 24px;
  }
  .section3 .wrapa .title{
    width: 90%;
    margin: 0 auto 45px;
  }
  .section3 .wrapa .main .list{
    width: 90%;
    margin: auto;
  }
  .section3 .wrapa .main .swiper {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .section3 .wrapa .main .item{
    height: auto;
    border-radius: 10px;
    padding: 100px 0;
  }
  .section3 .wrapa .main .item .joke .img{
    width: 150px;
    height: 150px;
    margin: 25px auto;
  }
  .section3 .wrapa .main .item .joke .p1{
    font-size: 18px;
    transform: translateX(0);
  }

  .section3 .wrapa .main .item .joke .more{
    width: fit-content;
    height: 38px;
    border-radius: 25px;
    font-size: 13px;
    padding: 0 25px;
  }
  .section3 .wrapa .main .item .joke .img,.section3 .wrapa .main .item .joke .more{
    opacity: 1;
  }
 
  .section3 .wrapa .main .tab .prev, .section3 .wrapa .main .tab .next{
    width: 45px;
    height: 45px;
  }
  .section3 .wrapa .main .tab{
    margin-top: 30px;
  }
  .section3 .wrapa .main .tab .prev {
    margin-right: 15px;
  }

  .section3 .wrapa .main .s_box{
    width: 90%;
    margin: auto;
  }
  .section5 .wrap .main .trem .list .item:hover img{
    filter: unset;
  }
  .section6 .wrap .bottom .main .item .icon .bg{
    height: 90%;
  }
  .section2 .wrap{
    width: 90%;
    padding: 30px 0;text-align: center;
  }
  .section2 .wrap .swiper .item{
    flex-direction: column-reverse;
  }

  /**/
  .section2 .wrap .swiper .item .right > img{
    width: 100%;
    margin: 0 auto ;
    display: block;
    max-width: 360px;
  }
  .section2 .wrap .swiper .item .right {
    width: 100%;
    height: auto;
  }
  .section2 .wrap .swiper .item .right .cir{
    transform: scale(1);
  }
  .section2 .wrap .swiper .item .right .cir1{
    width: fit-content;
    height: auto;
    background: transparent;
    color: #000;
    font-size: 24px;
  }
  .section2 .wrap .swiper .item .right .cir{
    display: none!important;
  }
  .section2 .wrap .swiper .item .right .cir.sj_cir{
    display: grid!important;
    grid-template-columns: repeat(3,1fr);
  }
  .section2 .wrap .swiper .item .right .cir1{
    display: block!important;
  }
  .section2 .wrap .swiper .item .right .cir .trem{
    transform: scale(1);
    opacity: 1;
    position: static;
  }
  .section2 .wrap .swiper .item .right .cir{
    width: 100%;
    height: auto;
    position: static;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 0 20px;
  }
  .section2 .wrap .swiper .item .right .cir p br{
    display: none;
  }
  .section2 .wrap .swiper .item .right .cir .trem{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    gap: 10px;
  }
  .section2 .wrap .swiper .item .right .cir .trem .icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CC0011;
  }
  .section2 .wrap .swiper .item .right .cir .trem .icon img {
    width: 16px;
  }
  .section2 .wrap .swiper .item .right .cir .trem .text{
    font-size: 14px;
    position: static;
    width: 100px;
  }

  /**/

  .section2 .wrap .swiper .item .left .type{
    font-size: 12px;
    margin: 0 0 20px;
  }
  .section2 .wrap .swiper .item .left .title{
    margin: 0 0 20px;
  }
  .section2 .wrap .swiper .item .left .title h3{
    font-size: 18px;
    line-height: 25px;
  }
  .section2 .wrap .swiper .item .left .text{
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 25px;
  }
  .section2 .wrap .swiper .item .left {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .common_botton{
    justify-content: center;
    margin: auto;
  }
  .section2 .wrap .page{
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin: 40px 0 0 0;
  }
  .section2 .wrap .page .item {
    height: 50px;
    border-radius: 6px;
    flex: unset;
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
  }
  .section2 .wrap .bg img{
    display: none;
  }
  .section5 .wrap .main .trem h4{
    width: 100%;
    text-align: center;
  }

  .index_banner .swiper .item .img img.pc_img{
    display: none;
  }
  .index_banner .swiper .item .img img.sj_img{
    display: block!important;
  }




  /**/
  .index_banner .position{
    bottom: 40px;
    padding: 0 5%;
  }
  .index_banner .position .button .circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .index_banner .position .button .circle .iconfont{
    font-size: 14px;
  }
  .index_banner .position .button .circle:first-child{
    margin: 0 10px 0 0;
  }
  .index_banner .position .swiper-pagination{
    display: none;
  }
  .index_banner .position .swiper-pagination span.swiper-pagination-bullet-active {
    width: 24px;
  }
  .index_banner .position .swiper-pagination span {
    width: 12px;
    height: 2px;
    margin: 0 6px 0 0 !important;
  }
  .index_banner .position .button {
    position: relative;
    top: -23vh;
  }
  .section2 .wrap .swiper .item .left .type1 p{
    font-size: 14px;
  }
  .section2 .wrap .swiper .item .left .type1{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="en"] .section1 .wrap .numList .item{
    width: 100%;
  }

  .index_banner .position .button{ top: 0;}
  .section1 .wrap .list{
    flex-direction: column;
    gap: 0;
  }
  .section2 .wrap .swiper .item .right .cir.sj_cir{
    grid-template-columns: repeat(2,1fr);
  }
  .section2 .wrap .swiper .item .right .cir .trem .text{
    width: auto;
    width: fit-content;
  }
  .section2 .wrap .swiper .item .right .cir .trem{
    justify-content: unset;
  }


.section2 .wrap .swiper .item .right {
  width: 100%;
 
 
  margin-top: 0px;margin-left:0;
}


  .section3 .wrapa .main .swiper {
    width: 170vw;
  }
  .section6 .wrap .top{
    flex-direction: column;
  }
  .section6 .wrap .top .left{
    width: 100%;
  }
  .section6 .wrap .bottom .main{
    grid-template-columns: repeat(2,1fr);
  }
}

