body {

  background: url(/img/bg.jpg) no-repeat;
  background-size: 100%;
}

.home1 .bg {
  position: relative;
}

.home1 .bg .text .t1 {
  text-align: center;
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 112.5%;
}

.home1 .bg .text .t2 {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.home1 .bg .item {
  padding: 0 0.7813vw 0 0;
  position: absolute;
  height: 2.0833vw;
  display: flex;
  align-items: center;
  border-radius: 1.0417vw;
  stroke-width: 0.4px;
  cursor: pointer;
  transition: all ease 0.6s;
}

.home1 .bg .item .text {
  margin-left: 2.6042vw;
  pointer-events: none;
  opacity: 0;
}

.home1 .bg .item:hover {
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: plus-lighter;
  box-shadow: 3px 3px 1px -3px #FFF inset, -2px -2px 1px -2px #FFF inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 1px 8px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(2px);
}

.home1 .bg .item:hover .text {
  pointer-events: visible;
  opacity: 1;
}

.home1 .bg .item .text p {
  color: #fff;
  text-align: center;
 
  font-style: normal;
  font-weight: 500;
  line-height: 376.448%;
  text-transform: capitalize;
}

.home1 .bg .ball {
  position: absolute;
  width: 2.0833vw;
  height: 2.0833vw;
  cursor: pointer;
}

.home1 .bg .ball img:nth-child(2) {
  width: 1.0417vw;
  height: 1.0417vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home1 .bg .item:nth-of-type(1) {
  top: 65.6%;
  left: 4%;
}

.home1 .bg .item:nth-of-type(2) {
  top: 74.6%;
  left: 14.5%;
}

.home1 .bg .item:nth-of-type(3) {
  top: 68.6%;
  left: 40.8%;
}

.home1 .bg .item:nth-of-type(4) {
  top: 65.6%;
  left: 48%;
}

.home1 .bg .item:nth-of-type(5) {
  top: 66.9%;
  left: 55%;
}

.home1 .bg .item:nth-of-type(6) {
  top: 38.6%;
  left: 52%;
}

.home1 .bg .item:nth-of-type(7) {
  top: 48.6%;
  left: 77.2%;
}

.home1 .bg .item:nth-of-type(8) {
  top: 32.9%;
  left: 41.2%;
}

.home1 .bg .ball img:first-child {
  animation: scaleDisappear 2s infinite ease-out;
  transform-origin: center;
}

@keyframes scaleDisappear {
  0% {
    transform: scale(0.6);
    opacity: 0.5;
    /* 初始不透明 */
  }

  50% {
    transform: scale(0.8);
    opacity: 0.65;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.home1 .bg .bg_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0417vw;
  position: absolute;
  top: 43.8%;
  left: 47.7%;
  transform: translateX(-50%);
}

.home1 .bg .bg_text .text {
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
}

.home1 .bg .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 8.5938vw; */
  width: fit-content;
  /* height: 50px; */
  padding: 8px 10px 8px 32px;
  gap: 1.25vw;
  flex-shrink: 0;
  border-radius: 1000px;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
}

.home1 .bg .search p {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 1.5
}

.home1 .bg .search img {
  width: 2.0833vw;
  height: 2.0833vw;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.home2 {
  position: relative;
  overflow: hidden;
}

.home2 .wrap {
  padding: 4.1667vw 0 6.25vw 15.2083vw;
}

.home2 .wrap .head-text {
  margin: 1.563vw 0 0;
  display: flex;
  align-items: center;
  gap: 1.563vw;
}

.home2 .wrap .head-text img {
  width: 1.198vw;
  height: 1.354vw;
}

.home2 .wrap .head-text p {
  color: #000;
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.home2 .bg .wrap .mid-text {
  display: flex;
  margin-top: 4.4792vw;
  gap: 8.3333vw;
  align-items: stretch
}

.home2 .bg .wrap .mid-text .zuo-text {
  display: flex;
  width: 32.0313vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.home2 .bg .wrap .mid-text .zuo-text p:nth-child(1) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: uppercase;
}

.home2 .bg .wrap .mid-text .zuo-text p:nth-child(2) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home2 .bg .mid-text .t1 {
  margin-left: 0.5208vw;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home2 .bg .mid-text .you-text {
  width: 33.4896vw;
}

.home2 .bg .mid-text .you-text p {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
}

.home2 .bg .bottom-text {
  margin-top: 5.4167vw;
  display: flex;
  gap: 21.3021vw;
}

.home2 .bg .bottom-text .num_text {
  display: flex;
  gap: 1.0417vw;
  align-items: baseline
}

.home2 .bg .bottom-text .num_text p:nth-child(1) {
  color: #231815;
  font-family: Mulish;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  /* line-height: 160.417%; */
}

.home2 .bg .bottom-text .num_text p:nth-child(2) {
  color: #000;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home2 .bg .bottom-text .item .t1 p {
  width: 18.0208vw;
  color: #231815;
 
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -10px;
  margin-left: 10px;
}

.home2 .bg .bottom-text .num_text .t {
  display: flex;
  color: #231815;
  align-items: center;
  font-family: Mulish;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  /* line-height: 160.417%; */
}

/* home3 */
.home3 {
  height: 100vh;
  position: relative;
}

.home3 .swiper {
  width: 100%;
  height: 100%;
}

.home3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home3 .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3 .swiper .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 81.4%;
  left: 5.5%;
}

.home3 .swiper .swiper-wrapper .swiper-slide .text .item {
  display: flex;
  align-items: center;
  gap: 0.5208vw;
}

.home3 .swiper .swiper-wrapper .swiper-slide .text .item .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.home3 .swiper .swiper-wrapper .swiper-slide .text .item p {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.home3 .swiper .swiper-wrapper .swiper-slide .text .f_20 {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 2.4;
  text-transform: uppercase;
}

.home3 .button-next,
.home3 .button-prev {
  width: 2.3958vw;
  height: 2.3958vw;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.home3 .button-next {
  right: 0;
}

.home3 .button-prev {
  left: 0;
}

/* home4 */

.home4 .main {
  height: 300vh;
}

/* .home4 .main {
  height: 150vh;
} */
.home4 .wrap {
  position: sticky;
  margin: 2.5vw 0 0 0;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}

.home4 .wrap1 {
  margin: 8.2292vw 0 0 15.2083vw;
}

.home4 .wrap1 .head-text {
  margin: 1.563vw 0 0;
  display: flex;
  align-items: center;
  gap: 1.563vw;
}

.home4 .wrap1 .head-text img {
  width: 1.198vw;
  height: 1.354vw;
}

.home4 .image {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.home4 .image img:nth-child(1) {
  animation: rotate 10s linear infinite;
  transform-origin: center center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.home4 .image img:nth-child(2) {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.home4 .wrap1 .head-text p {
  color: #000;
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.home4 .wrap1 .mid-text {
  display: flex;
  margin-top: 4.4792vw;
  gap: 8.3333vw;
  align-items: stretch
}

.home4 .wrap1 .mid-text {
  display: flex;
  /* width: 32.0313vw; */
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.home4 .wrap1 .mid-text .zuo-text p:nth-child(1) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: uppercase;
}

.home4 .wrap1 .mid-text .zuo-text p:nth-child(2) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home4 .mid-text .t1 {
  margin-left: 0.5208vw;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home4 .wrap1 .bottom-text {
  margin-top: 1.9271vw;
  width: 34.375vw;
}

.home4 .wrap1 .iamge {
  margin-top: 1.4063vw;
}

.home4 .wrap1 .bottom-text p {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
}

.home4 .wrap .image-container {
  gap: 1.563vw;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.home4 .wrap .item {
  display: flex;
  align-items: center;
  z-index: 1;
  /* flex: 0 1 auto; */
  /* width: 18vw; */
  height: 100%;
}

.home4 .wrap .item.ev {
  flex-direction: column;
  gap: 2.604vw;
  /* width: 18vw; */
}

.home4 .wrap .item:nth-child(3) {
  display: block;
  width: 20vw;
  /* flex: 0 0 auto; */
}

.home4 .wrap .item img {
  border-radius: 0.625vw;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.home4 .expanding-image {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 100vh;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.home4 .expanding-image .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); 
  z-index: 1; 
}

.home4 .wrap .swiper-slide .bm {
  border-radius: 1.0417vw;
  height: 100vh;
}

.home4 .main .wrap .item .swiper-slide .head-text img {
  width: 1.1979vw;
  height: 1.3542vw;
  flex-shrink: 0;
}

.home4 .main .wrap .item .swiper-slide .head-text {
  position: absolute;
  display: flex;
  gap: 1.1458vw;
  top: 3.125vw;
  z-index: 1;
  left: 10.9375vw;
  align-items: center;
}

.home4 .main .wrap .item .swiper-slide .head-text p {
  color: #FFF;
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.home4 .main .wrap .item .swiper-slide .mid-text {
  position: absolute;
  z-index: 1;
  top: 49.74%;
  left: 15.81%;
}


.home4 .main .wrap .item .swiper-slide .mid-text .t p {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  text-transform: uppercase;
}

.home4 .main .wrap .item .swiper-slide .mid-text .t2 {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-top: 0.2604vw;
}

.home4 .main .wrap .item .swiper-slide .mid-text .t3 {
  width: 20.8333vw;
  color: #FFF;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #FFF;
 
  font-style: normal;
  line-height: 2;
  margin-top: 0.5208vw;
}

.home4 .main .wrap .item .swiper-slide .mid-text .t4 {
  margin-top: 2.9688vw;
  display: flex;
  gap: 1.1458vw;
}

.home4 .main .wrap .item .swiper-slide .mid-text .t4 img {
  border-radius: 0;
  width: 1.3542vw;
  height: 1.3542vw;
}

.home4 .main .wrap .item .swiper-slide .mid-text .t4 p {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.home4 .main .wrap .item .swiper .bottom_line {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 86.23%;
  /* background: rgba(255, 255, 255, 0.25); */
  background: #fff;
  z-index: 99;
}

.home4 .main .wrap .item .swiper .total {
  visibility: visible !important;
  filter: none !important;
}

.home4 .main .wrap .item .swiper .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 12.9688vw 0 8.9583vw;
  /* position: absolute;
  top: 39.375vw;
  z-index: 99; */
}

.home4 .main .wrap .item .swiper .box .ev img {
  position: absolute;
  top: 82%;
  z-index: 99;
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  border-radius: unset;
}

.home4 .main .wrap .item .swiper .box .ev {
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  align-items: center;
  cursor: pointer;
}

.home4 .main .wrap .item .swiper .box .ev:hover img {
  transform: scale(1.2);
}

.home4 .main .wrap .item .swiper .box .ev:hover p {}

.home4 .main .wrap .item .swiper .box .ev .wbox {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  position: absolute;
  top: 85.8%;
  background-color: #fff;
  cursor: pointer;
  z-index: 99;
}

.home4 .main .wrap .item .swiper .box .ev p {
  color: #FFF;
  text-align: center;
 
  font-style: normal;
  font-weight: 700;
  line-height: 2.4;
  text-transform: uppercase;
  position: absolute;
  top: 87%;
  z-index: 99;
}

.home4 .main .wrap .item .swiper .total {
  opacity: 0;
}

.home4-Swiper {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.home4 .swiper-slide:nth-child(1) .progress-fill {
  height: 100%;
  background-color: #fff;
  width: 11.8%;
  transition: width 0.2s ease;
}

.home4 .swiper-slide:nth-child(2) .progress-fill {
  height: 100%;
  background-color: #fff;
  width: 36%;
  transition: width 0.2s ease;
}

.home4 .swiper-slide:nth-child(3) .progress-fill {
  height: 100%;
  background-color: #fff;
  width: 60%;
  transition: width 0.2s ease;
}

.home4 .swiper-slide:nth-child(4) .progress-fill {
  height: 100%;
  background-color: #fff;
  width: 84%;
  transition: width 0.2s ease;
}


/*    home5    */

.home5 .wrap {
  margin: 9.2188vw 0 0 15.2083vw;
}

.home5 .wrap .head-text {
  margin: 1.563vw 0 0;
  display: flex;
  align-items: center;
  gap: 1.563vw;
}

.home5 .wrap .head-text img {
  width: 1.198vw;
  height: 1.354vw;
}

.home5 .wrap .head-text p {
  color: #000;
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.home5 .wrap .mid-text {
  margin-top: 2.8125vw;
}

.home5 .wrap .mid-text .zuo-text {
  display: flex;
  width: 32.0313vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.home5 .wrap .mid-text .zuo-text p:nth-child(1) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: uppercase;
}

.home5 .wrap .mid-text .zuo-text p:nth-child(2) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home5 .mid-text .t1 {
  margin-left: 0.5208vw;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home5 .main .mb {
  margin-bottom: 4.1667vw;
}

.home5 .main .hpic {
  height: 3.5417vw;
  width: auto;
}

.home5 .main .loopLogos-warpper {
  display: flex;
  gap: 5.2083vw;
}

.home5 .main {
  margin-top: 8.2292vw;
}

/*    home6    */
.home6 .wrap {
  margin: 11.1979vw 0 0 15.2083vw;
}

.home6 .wrap .head-text {
  margin: 1.563vw 0 0;
  display: flex;
  align-items: center;
  gap: 1.563vw;
}

.home6 .wrap .head-text img {
  width: 1.198vw;
  height: 1.354vw;
}

.home6 .wrap .head-text p {
  color: #000;
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.home6 .wrap .mid-text {
  margin: 2.8125vw 0 0 1.0417vw;
}

.home6 .wrap .mid-text .zuo-text {
  display: flex;
  width: 32.0313vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.home6 .wrap .mid-text .zuo-text p:nth-child(1) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: uppercase;
}

.home6 .wrap1 {
  margin: 3.75vw 0 7.7083vw 12.2396vw;
  display: flex;
  /* gap: 1.0417vw; */
  gap: 1.8229vw;
  position: relative;
}

.home6 .wrap .mid-text .zuo-text p:nth-child(2) {
  color: #000;
 
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home6 .mid-text .t1 {
  margin-left: 0.5208vw;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home6 .swiper1 {
  margin-top: 3.75vw;
}

.home6 .swiper .swiper-wrapper .swiper-slide .item .text.txt-hide-2 {
  margin-top: 1.0417vw;
}

.home6 .swiper .swiper-wrapper .swiper-slide .item .icon {
  margin-top: 2.8646vw;
  display: flex;
  align-items: center;
  gap: 9px;
}

.home6 .swiper .swiper-wrapper .swiper-slide .item .icon p {
  color: #1A1A1A;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #1A1A1A;
 
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home6 .swiper .swiper-wrapper .swiper-slide .item img {
  border-radius: 0.625vw;
  height: 100%;
  object-fit: cover;
}

.home6 .swiper .swiper-wrapper .swiper-slide .item .icon img {
  width: 9px;
  height: 9px;
}

.home6 .swiper .swiper-wrapper .swiper-slide .text p {
  /* width: 34.4271vw; */
  color: #1A1A1A;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #1A1A1A;
 
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home6 .swiper .swiper-wrapper .swiper-slide .time {
  margin-top: 1.5625vw;
}

.home6 .swiper .swiper-wrapper .swiper-slide .time p {
  color: #1A1A1A;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #1A1A1A;
 
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home6 .button-next,
.home6 .button-prev {
  width: 2.3958vw;
  height: 2.3958vw;
  aspect-ratio: 1/1;
  cursor: pointer;
}

/* .home6 .swiper-slide {
  width: 17.7083vw;
  transition: all ease 0.3s;
} */

/* .home6 .swiper-slide .pic:nth-child(1) {
  height: 10.9375vw;
} */

/* .home6 .swiper-slide-active .pic:nth-child(1) {
  height: 21.25vw;
}

.home6 .swiper-slide-active {
  width: 36.4583vw
}


.home6 .swiper-slide-active .text p {
  font-size: 1.6667vw;
} */

.home6 .button-next {
  width: 2.3958vw;
  height: 2.3958vw;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  margin-top: 13.8958vw;
}
.home6  .search {
  position: absolute;
  bottom: 0;
  z-index: 99;
  right: 9.6875vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 8.5938vw; */
  width: fit-content;
  /* height: 50px; */
  padding: 8px 10px 8px 32px;
  gap: 1.25vw;
  flex-shrink: 0;
  border-radius: 1000px;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
}

.home6 .search p {
  color: #FFF;
 
  font-style: normal;
  font-weight: 700;
  line-height: 1.5
}

.home6 .search img {
  width: 2.0833vw;
  height: 2.0833vw;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width:768px) {
  body {
    background-size: 200% auto;
    background-position: 31% 5%;
  }
  .home2 .bg .mid-text .you-text p {
    text-align: center;
    font-weight: 500;
  }
  
  .home2 .bg .bottom-text .item .t1 p {
    font-weight: 500;
    text-align: center;
    font-size: 14px !important;
  }
  .home1 .bg {
    height: 70vh;
  }

  .home1 .bg .bg_text {
    width: 300px;
    gap: 20px;
  }

  .home1 .bg .text .t2 {
    text-align: center;
  }
  .home6 .swiper .swiper-wrapper .swiper-slide .item img {
    height: 250px;
    border-radius: 12px;
  }
  .home1 .bg .search img {
    width: 20px;
    height: 20px;
  }

  .home2 .wrap {
    margin: 30px auto 50px;
    padding: 0;
  }

  .home2 .wrap .head-text img {
    width: 23px;
    height: 26px;
  }

  .home2 .wrap .head-text {
    justify-content: center;
    gap: 16px;
  }

  .home2 .bg .wrap .mid-text {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .home2 .bg .wrap .mid-text .zuo-text {
    width: 100%;
    align-items: center;
  }

  .home2 .bg .mid-text .you-text {
    width: 300px;
  }

  .home2 .bg .bottom-text .num_text {
    justify-content: center;
  }

  .home2 .bg .bottom-text {
    /* flex-direction: column; */
    gap: 20px;
    justify-content: space-around;
  }

  .home2 .bg .bottom-text .item .t1 p {
    width: 150px !important;
    margin: 0;
    text-align: center;
  }

  .home2 .bg .bottom-text .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home4 .wrap1 {
    margin: 30px auto 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .home4 .expanding-image {
    width: 95.8333vw;
    margin: 0;
  }
  .home4 .main .wrap .item .swiper .total {
    opacity: 1;
  }
  .home4 .wrap1 .head-text {
    justify-content: center;
    gap: 16px;
  }

  .home4 .wrap1 .head-text img {
    width: 23px;
    height: 26px;
  }

  .home4 .wrap1 .mid-text {
    text-align: center;
    width: auto;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .home4 .wrap1 .bottom-text {
    text-align: center;
    margin-top: 15px;
    width: 300px;
  }
  .home4 .main .wrap .item .swiper-slide .mid-text .t3 {
    width: 255px;
    margin-top: 30px;
  }
  .home4 .image img:nth-child(1) {
    width: 100px;
    height: 100px;
  }

  .home4 .main {
    height: 100vh;
  }
  .home4 .main .wrap .item .swiper-slide .head-text img {
    width: 23px;
    height: 26px;
  }
  .home4 .main .wrap .item .swiper-slide .head-text {
    gap: 10px;
  }
  /* .home4 .expanding-image {
    width: 100%;
    height: 70vh !important;
  } */
  /* .home4 .expanding-image {
    width: 100%;
   } */
  .home4 .wrap .item:nth-child(3) {
    width: 100%;
  }

  .home4 .wrap .image-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .home5 .wrap .head-text img {
    width: 23px;
    height: 26px;
  }

  .home5 .wrap {
    margin: 30px auto 30px;
  }

  .home5 .wrap .mid-text {
    margin-top: 14px;
  }

  .home5 .wrap .head-text {
    gap: 10px;
    justify-content: center;
  }

  .home5 .wrap .mid-text .zuo-text {
    width: auto;
    justify-content: center;
    align-items: center;
  }
  .home3 .swiper .swiper-wrapper .swiper-slide .text .f_20 {
    width: 180px;
    text-align: left;
    line-height: normal;
    margin-top: 15px;
  }
  .home5 .main {
    margin-top: 40px;
    overflow: hidden;
  }

  .home5 .main .hpic {
    height: 30px;
  }

  .home5 .main .loopLogos-warpper {
    height: 40px;
  }

  .home6 .wrap .head-text img {
    width: 23px;
    height: 26px;
  }

  .home6 .wrap {
    margin: 30px auto;
  }

  .home6 .wrap .head-text {
    margin: 15px 0 0;
    justify-content: center;
  }

  .home6 .wrap .mid-text .zuo-text {
    width: auto;
    align-items: center;
  }

  .home6 .swiper-slide-active {
    width: 100% !important;
  }

  .home6 .swiper-slide:not(.swiper-slide-active) {
    width: 100% !important;
  }

  .home6 .swiper-slide-active .text p {
    font-size: 14px;
  }

  .home6 .swiper .swiper-wrapper .swiper-slide .time p {
    font-size: 14px;
  }

  .home6 .wrap1 {
    margin: 30px;
  }

  .home6 .swiper-slide-active .pic:nth-child(1) {
    height: auto;
  }
}



.home6 .home6zuo_swiper {
   width: 36.4583vw
}
.home6 .home6you_swiper {
  width: 48.75vw;
}
.home6 .home6you_swiper .swiper-slide .pic {
  height: 10.9375vw;
}
.home6 .home6zuo_swiper .swiper-slide .pic{
  height: 21.25vw;
}
.home6 .home6zuo_swiper .text p {
  font-size: 1.6667vw;
}
.home6 .home6you_swiper .swiper-slide {
  height: 15.625vw;
}


@media (max-width:768px) {
  .home6 .home6you_swiper {
    display: none;
  }
  .home6 .home6zuo_swiper {
    width: 100%;
  }
  .home6 .home6zuo_swiper .swiper-slide .pic {
    height: 100%;
  }
  .home6 .home6zuo_swiper .text p {
    font-size: 14px;
  }
}