#higher {
  /* background-image: radial-gradient(circle at 50% 50%, #8a8a8a 0%, #000000 55%); */
}
/* new模块 */
#newThird {
  height: 300vh;
}

.newThird_shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.5%, #000 100%);
  z-index: 1;
}

.newThird_shade.active {
  height: 50vh;
  /* opacity: 1; */
}

.newThird_textBox h2 {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newThird_textBox h2 b {
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 2px 12px;
  margin-bottom: 16px;
}

.newThird_textBox h2.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.newThird_textBox p {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.newThird_textBox p.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

/* new模块结束 */
/* 技术领域 */
.scan-scheme_content>a :hover ul,
.scan-scheme_content>a :hover span {
  opacity: 1;
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #000;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}

.swiperList-hover .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(../img/l.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(../img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}


/* 大轮播箭头 */
.higher-swiper-button-prev,
.higher-swiper-button-next {
  height: 96px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff1a;
  opacity: 1 !important;
  z-index: 3;
  top: 30%;
}

.higher_tltie h1.activeTop {
  margin-top: 0;
  opacity: 1;
}

.higher-swiper-button-next:hover,
.higher-swiper-button-prev:hover {}

.higher-swiper-button-prev {
  left: 0;
  background-image: url(../img/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.higher-swiper-button-next {
  right: 0;
  background-image: url(../img/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#preponderance .swiper-slide {
  width: auto;
  margin-right: 16px;
}

/* swiper翻转 */
.preponderance_content .swiper-slide-visible.swiper-slide-active {
  /* transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important; */
  /* transform: translate3d(-384px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important; */
}

.preponderance_content .swiper-slide:first-child.swiper-slide-visible.swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
}

.preponderance_content .swiper-slide:last-child.swiper-slide-visible.swiper-slide-active {
  transform: translate3d(-384px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
}
.swiper-pagination-bullet{
  opacity: .7;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner_content1 h1 {
    line-height: normal !important;
    margin-bottom: 16px !important;
  }
  .thirdly_shade_text h2{
    font-size: 28px;
    line-height: 36px;
  }
  .fourthly_shade_text h2{
    width: 40%;
    font-size: 28px;
    line-height: 36px;
  }
  .black_technology_nav h3{
    width: 80%;
  }

  .w-1120 {
    width: 888px;
  }

  .w-1152 {
    width: 888px;
  }

  .theory_play {
    height: 100%;
  }

  #theoryVideo {
    border-radius: 8px;
  }

  .thirdly-content.active {
    width: 888px !important;
    height: 500px !important;
  }

  .fourthly-content.active {
    width: 888px !important;
    height: 500px !important;
  }

  .fourthly_shade_text {
    padding-top: 68px;
    padding-left: 48px;
  }

  .pr-calc1152,
  .pr-calc1120 {
    padding-right: calc((100vw - 888px) / 2);
  }

  .pl-calc1152,
  .pl-calc1120 {
    padding-left: calc((100vw - 888px) / 2);
  }

  #crosswise_swiper .swiper-slide {
    width: 760px;
    height: 380px;
  }

  .scan-scheme_content {
    width: 896px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  }

  .scan-scheme_content a {
    width: auto;
  }

  .scan-scheme_content .pa.h100 {
    width: 100%;
    height: 100%;
  }

  .scan-scheme_content a .h-400 {
    height: auto;
  }
  .Board_nav{
    width: 888px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner_bottom_text{
    width: 70%;
  }
  .banner_content1 h1 {
    font-size: 36px;
    line-height: 44px !important;
    margin-bottom: 16px !important;
  }
.thirdly_shade_text {
  padding-top: 28px;
}
.thirdly_shade_text p{
  font-size: 12px;
  line-height: 20px;
}
  .w-1120 {
    width: 680px;
  }

  .w-1152 {
    width: 680px;
  }

  #thirdly h2,
  #fourthly h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .theory_play {
    height: 100%;
  }

  .thirdly_shade {
    display: flex;
    align-items: flex-end;
  }

  #theoryVideo {
    border-radius: 8px;
  }

  .thirdly-content.active {
    width: 680px !important;
    height: 380px !important;
  }

  .fourthly-content.active {
    width: 680px !important;
    height: 380px !important;
  }

  .fourthly_shade_text {
    padding-top: 36px;
    padding-left: 36px;
  }

  #crosswise_swiper{
    padding-top: 48px !important;
    padding-bottom: 80px !important;
    height: auto !important;
  }
  #crosswise_swiper h3{
    font-size: 28px;
    line-height: 36px;
    height: auto;
    margin-bottom: 12px;
    width: 80%;
  }
  #crosswise_swiper p{
    font-size: 16px;
    line-height: 24px;
    width: 80%;
  }
  .black_technology_nav {
    padding-bottom: 32px;
  }
  #crosswise_swiper .crosswise-pagination{
    bottom: -35px !important;
  }

  .stronger {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .stronger h2{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .stronger p{
    font-size: 16px;
    line-height: 24px;
    width: 60%;
  }
  .stronger ul{
    margin-top: 32px;
  }
  #stronger ul li.w-368{
    height: 300px;
  }
  #stronger ul .w-368{
    padding-top: 0;
  }
  #stronger ul li h3{
    font-size: 28px;
    line-height: 36px;
    padding-top: 48px;
  }
  #stronger ul li p{
    font-size: 14px;
    line-height: 22px;
  }
  #scan-scheme h2{
    font-size: 28px;
    line-height: 36px;
  }

  .pr-calc1152,
  .pr-calc1120 {
    padding-right: calc((100vw - 680px) / 2);
  }

  .pl-calc1152,
  .pl-calc1120 {
    padding-left: calc((100vw - 680px) / 2);
  }

  #crosswise_swiper .swiper-slide {
    width: 560px;
    height: 300px;
  }
  #scan-scheme{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .scan-scheme{
    padding: 0 !important;
  }

  .scan-scheme_content {
    width: 680px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(332px, 1fr));
    padding-top: 32px;
  }

  .scan-scheme_content a {
    width: auto;
  }

  .scan-scheme_content .pa.h100 {
    width: 100%;
    height: 100%;
  }

  .scan-scheme_content a .h-400 {
    height: auto;
  }
  #Board{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Board_nav{
    width: 680px !important;
  }
  #fourthly h2{
    width: 50%;
  }
  .fourthly_shade_text p{
    font-size: 12px;
    line-height: 20px;
  }
}

/* 移动端 */
@media (max-width: 767px) {

  /* 原理视频 */
  #theory {
    padding: 0 4.267vw;
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }

  #theory h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 5.33vw;
  }

  .theory_play {
    height: 51.2vw;
  }

  /* 更强 */
  #stronger {
    background-color: #fff;
  }

  #stronger h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 2.133vw;
  }

  #stronger p {
    font-size: 3.733vw;
    line-height: normal;
    width: 90%;
  }

  .h-680 {
    height: auto;
  }

  /* 技术支持 */
  #scan-scheme {
    padding-bottom: 0;
  }

  .scan-scheme {
    padding: 0 4.267vw;
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }

  .scan-scheme h2 {
    font-size: 5.33vw;
    line-height: normal;
  }

  .scan-scheme_content {
    padding-top: 5.33vw;
  }

  .scan-scheme_content a {
    width: 44.533vw;
    margin-right: 2.133vw;
    margin-bottom: 2.133vw;
  }

  .scan-scheme_content a h4 {
    font-size: 4.267vw;
    line-height: normal;
  }

  .scan-scheme_content a:nth-child(2n) {
    margin-right: 0;
  }

  .scan-scheme_content a img {
    height: 58.133vw;
  }

  #Board {
    padding-top: 5.33vw;
    padding-bottom: 0vw;
  }

  /* 深入了解产品 */
  #Insight {
    padding-top: 9.6vw;
    background-color: #fff;
    padding-bottom: 9.6vw;
  }

  .Insight-nav h3 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 2.133vw;
  }

  .Insight-nav {
    padding-bottom: 9.6vw;
  }

  .md_Insight-content {
    padding: 0 4.267vw;
    width: 100%;
  }

  .md_Insight-content ul li {
    width: 100%;
    border-radius: 2.133vw;
    height: 16vw;
    margin-bottom: 4.267vw;
    padding: 4.8vw 6.4vw;
    border: 0.267vw solid#000;
    background-color: #fff;
    transition: all 0.3s;
  }

  .md_Insight-content ul li:hover {
    border: none;
    /* background-color: #000; */
    filter: invert(100%);
  }

  .md_Insight-content ul li img {
    width: 6.4vw;
    height: 6.4vw;
  }

  .md_Insight-content ul li h3 {
    font-size: 4.8vw;
    line-height: normal;
  }

  .md_Insight-content ul li span img {
    width: 6.4vw;
    height: 6.4vw;
  }

  .w-384 {
    width: 100%;
  }

  .md_preponderance_content .swiper-slide div.w100.h-500 {
    width: 91.5vw !important;
  }
}

@media (min-width: 768px) {
  .banner_content1 h1 {
    background: linear-gradient(93deg,
        #ff4610 0.62%,
        #ffbc10 53.95%,
        #ffe145 99.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
  }

  .banner_h5 h5 {
    background: linear-gradient(180deg,
        #fff 40.5%,
        rgba(255, 255, 255, 0.04) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* 3.19新内容 */

/* 首屏 */
#banner {
  height: 700vh;
}

.banner_content_shade {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, #000 91.72%);
}

#banner_video.active {
  width: 100%;
  height: 100%;
}

.banner_btnBox button {
  border: none; 
  background: linear-gradient(116deg, #fff 4.35%, #828898 87.45%, #fff 100.79%);
}

.banner_bottom_text h2 {
  background: linear-gradient(93deg,
      #ff4610 0.62%,
      #ffbc10 53.95%,
      #ffe145 99.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}

.banner_bottom_text h3 {
  background: linear-gradient(116deg, #fff 4.35%, #828898 87.45%, #fff 100.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: auto;
  width: fit-content;
}

.banner_bottom_text {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.3s linear,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner_bottom_text.active {
  opacity: 1;
  transform: translateY(0px);
}

/* 第三屏 */
.thirdly-content.active {
  width: 1120px;
  height: 618px;
  border-radius: 8px;
}

.thirdly_shade_text {
  transform: translateY(-60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.thirdly_shade_text.active {
  transform: translateY(0px);
  opacity: 1;
}

.thirdly_shade_text h2 {
  background: linear-gradient(93deg,
      #ff4610 0.62%,
      #ffbc10 53.95%,
      #ffe145 99.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

/* 第四屏 */
.fourthly-content.active {
  width: 1120px;
  height: 618px;
  border-radius: 8px;
}

.fourthly_shade_text {
  transform: translateY(-60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fourthly_shade_text.active {
  transform: translateY(0px);
  opacity: 1;
}

.fourthly_shade_text h2 {
  background: linear-gradient(93deg,
      #ff4610 0.62%,
      #ffbc10 53.95%,
      #ffe145 99.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

/* 横向轮播图 */
.crosswise-mySwiper .swiper-wrapper .swiper-slide:nth-child(3) {
  padding-right: calc((100vw - 1152px - 17px) / 2);
}

#crosswise_swiper {
  padding-top: 80px;
  padding-bottom: 0;
}

.black_technology_nav h3 {
  opacity: 0;
  transform: translateY(-60px);
}

.black_technology_nav p {
  opacity: 0;
  transform: translateY(-60px);
}

.black_technology_nav h3.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.black_technology_nav p.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.crosswise_swiper.swiperList-hover .swiper-button-next,
.crosswise_swiper.swiperList-hover .swiper-button-prev {
  bottom: -50px !important;
  top: initial;
  filter: invert(100%);
}

.crosswise_swiper.swiperList-hover .swiper-button-prev {
  right: 84px;
}

.crosswise_swiper.swiperList-hover .swiper-button-next {
  right: 16px;
}

.crosswise_swiper .swiper-button-next,
.crosswise_swiper .swiper-button-prev {
  opacity: 1;
}

.crosswise_swiper .swiper-button-next.swiper-button-disabled,
.crosswise_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet {
  border-radius: 10px;
}

#crosswise_swiper .crosswise-pagination {
  bottom: -65px;
}

/* 新移动端 */
@media (max-width: 767px) {
  #banner {
    height: auto;
  }

  .banner {
    position: initial;
    height: auto;
  }

  .banner_nav {
    top: 39.467vw;
  }

  .banner_content1 {
    height: 186.667vw;
    position: inherit;
  }

  .banner_content1 p {
    font-size: 4.267vw;
    margin-bottom: 2.133vw;
  }

  .banner_content1 h1 {
    font-size: 12.8vw;
    margin-bottom: 2.133vw;
    line-height: 115%;
    letter-spacing: -0.533vw;
    color: #fff;
  }

  .banner_content1 h1 b {
    letter-spacing: 0;
    background: linear-gradient(93deg,
        #ff4610 0.62%,
        #ffbc10 53.95%,
        #ffe145 99.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12.8vw;
    line-height: 115%;
    letter-spacing: -0.533vw;
  }

  .banner_text {
    top: 24vw;
  }

  .banner_text p {
    margin-bottom: 9.6vw;
    font-size: 3.733vw;
    line-height: normal;
    letter-spacing: 1px;
  }

  .bannerBtn {
    width: 31.467vw;
    height: 9.6vw;
    font-size: 4.533vw;
    line-height: 9.6vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    opacity: 1;
    color: #000;
    filter: invert(0%);
  }

  .bannerBtn span {
    color: #000;
  }

  .bannerBtn img {
    top: 3.2vw;
    right: 5.2vw;
    width: 4.2vw;
    height: 4.2vw;
    filter: invert(100%);
  }

  .md_banner_content {
    padding-top: 9.6vw;
    padding-bottom:9.6vw;
  }

  .md_banner_content h3 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 5.33vw;
  }

  .md_banner_content span {
    width: 13.867vw;
    height: 0.267vw;
    margin-bottom: 5.33vw;
  }

  .md_banner_content h4 {
    background: linear-gradient(116deg,
        #fff 4.35%,
        #828898 87.45%,
        #fff 100.79%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 4.8vw;
  }

  .md_banner_content h2 {
    font-size: 10vw;
    line-height: normal;
    background: linear-gradient(93deg,
        #ff4610 0.62%,
        #ffbc10 53.95%,
        #ffe145 99.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
    margin-bottom: 4.8vw;
  }

  .md_banner_content p {
    text-align: center;
    font-size: 4.2vw;
    line-height: normal;
    /* 133.333% */
  }

  #theoryVideo {
    border-radius: 2.133vw;
  }

  /* 移动端第三屏 */
  #thirdly {
    height: 177.867vw;
    background: #1a1b1e;
  }

  .md_thirdly {
    padding-top: 9.6vw;
    margin-bottom: 6.933vw;
  }

  .md_thirdly_text h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 4.267vw;
  }

  .md_thirdly_text p {
    font-size: 3.733vw;
    width: 90%;
    margin: auto;
    line-height: normal;
  }

  /* 第三屏轮播图 */
  #md_thirdly {
    padding: 11.733vw 4.267vw 24vw;
  }

  .md_thirdly-mySwiper .swiper-slide {
    height: 101.333vw;
  }

  .md_thirdly-mySwiper .swiper-slide img {}

  .md_thirdly-mySwiper .swiper-slide div {}

  .md_thirdly-mySwiper {
    padding-bottom: 9.067vw;
  }

  .md_thirdly-pagination {
    bottom: 0 !important;
    position: absolute;
    text-align: center;
    z-index: 2;
  }

  .md_thirdly-pagination .swiper-pagination-bullet {
    width: 2.133vw !important;
    height: 2.133vw !important;
    background: none;
    border-radius: 50%;
    border: 0.267vw solid#fff;
  }

  .md_thirdly-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
    border-radius: 50%;
  }

  #fourthly {
    height: 160vw;
    position: initial;
  }

  .md_fourthly_text {
    padding-top: 13.867vw;
  }

  .md_fourthly_text h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 4.267vw;
  }

  .md_fourthly_text p {
    font-size: 3.733vw;
    line-height: normal;
    width: 90%;
    margin: auto;
  }

  .md_fourthly_text p b {
    font-size: 4.267vw;
    line-height: normal;
  }

  /* 移动端横向滚动 */
  .md_crosswise_swiper {
    height: auto;
    padding-bottom: 9.6vw;
  }

  .md_crosswise_swiper_nav span {
    width: 12.8vw;
    height: 0.267vw;
    margin-bottom: 6.933vw;
    margin-top: 6.933vw;
  }

  .md_crosswise-pagination {
    bottom: 35vw !important;
    position: initial;
    text-align: center;
    z-index: 2;
    padding-top: 3vw;
  }

  .md_crosswise-pagination .swiper-pagination-bullet {
    width: 2.133vw !important;
    height: 2.133vw !important;
    background: none;
    border-radius: 50%;
    border: 0.267vw solid#fff;
  }

  .md_crosswise-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
    border-radius: 50%;
  }

  .md_crosswise-mySwiper .swiper-slide {
    height: 53.33vw;
  }

  .md_crosswise_swiper_nav {
    padding-top: 9.867vw;
  }

  .md_crosswise_swiper_nav strong {
    font-size: 7.467vw;
    line-height: normal;
    margin-right: 1.067vw;
  }

  .md_crosswise_swiper_nav h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 4.267vw;
  }

  .md_crosswise_swiper_nav p {
    font-size: 3.733vw;
    opacity: 0;
    transform: translateY(-2.667vw);
    text-align: center;
    line-height: normal;
    width: 90%;
    margin: auto;
  }

  .md_crosswise_swiper_nav h2 {
    opacity: 0;
    transform: translateY(-5.333vw);
  }

  .md_crosswise_swiper_nav h2.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: opacity 0.2s linear,
      transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .md_crosswise_swiper_nav p.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: opacity 0.2s linear,
      transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* 抗高反 */
  .stronger-content .swiper-button-next,
  .stronger-content .swiper-button-prev {
    width: 11.733vw;
    height: 11.733vw;
    border: 0.267vw solid #e0e2e4;
    padding: 3.733vw;
    border-radius: 50%;
    top: initial;
    bottom: -10.667vw;
  }

  .stronger-content .swiper-button-prev {
    left: 0;
    background-image: url(../img/左.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
  }

  .stronger-content .swiper-button-next {
    right: 0;
    /* background-image: url(../img/Technology/右.svg); */
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/左.svg) !important;
    transform: rotate(180deg);
  }

  #stronger {
    padding-top: 14.933vw;
    padding-bottom: 20vw;
  }

  .stronger {
    padding-top: 0;
  }

  .stronger-nav h2 {
    line-height: normal;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .stronger-nav p {
    font-size: 3.2vw;
    line-height: normal;
  }

  .stronger-nav {
    padding-bottom: 6.4vw;
  }

  .stronger-content .swiper-slide {
    transition: 0.3s;
    transform: scale(0.9);
    opacity: 0.5;
  }

  .stronger-content .swiper-slide.swiper-slide-active,
  .stronger-content .swiper-slide-duplicate-active {
    transform: scale(1);
    transition: 0.3s;
    opacity: 1;
  }

  .stronger-content .swiper-slide {
    width: 68.953vw;
    height: 74.949vw;
  }

  .stronger-content .swiper-slide a {
    width: 68.953vw;
    height: 74.949vw;
  }

  .stronger-content {
    height: auto;
    padding-top: 6.4vw;
  }

  .stronger-content .swiper-button-next,
  .stronger-content .swiper-button-prev {
    bottom: -20vw;
  }

  .stronger_b_text {
    padding-top: 12.8vw;
  }

  .stronger_b_text h3 {
    font-size: 6.4vw;
    line-height: normal;
  }

  .stronger_b_text h4 {
    font-size: 4.8vw;
    line-height: normal;
    width: 33.067vw;
    margin: auto;
  }

  .stronger-content .w-112 {
    width: 30vw;
  }

  /* 了解更多 */
  #learnMore {
    /* padding-top: 0; */
  }

    /* 移动端新 */
    #newThird {
      height: auto;
      padding: 40px 16px;
    }
  
    .newThird {
      position: inherit;
      height: auto;
    }
    .newThird-imgbox{
      display: none;
    }
    .newThird-video{
      position: initial;
    }
    .md_newThird_title {
      position: inherit;
      font-size: 6.4vw;
      line-height: 8.533vw;
  }
  
  .md_newThird_title h2 {
      font-size: 6.4vw;
      line-height: 8.533vw;
      margin-bottom: 2.133vw;
      color: #171B25;
  }
  
  .md_newThird_title p {
      font-size: 3.733vw;
      line-height: 5.867vw;
      margin-bottom: 6.400vw;
      color: #000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #stronger ul .w-368 {
    width: 100%;
  }

  #stronger ul li.w-368 {
    width: 32%;
  }

}