/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
    width: 44px;
    height: 44px;
    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%); */
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
    width: 44px;
    height: 44px;
    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%); */
}

/* 第三屏 */
#thirdly {}

.thirdly_text1 h2,
.thirdly_text2 h2 {
    background: linear-gradient(101deg,
            #ffae34 8.16%,
            #ff6b34 50.8%,
            #db0507 80.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 900px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.thirdly img {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 动态变色字体 */
#home-banner-slogan {
    font-size: 72px;
    height: auto;
    line-height: normal;
    user-select: none;
    text-align: center;
    margin: auto;
}

.container-glizWQ {
    position: relative;
}

/* @font-face {
    font-family: "Oswald-SemiBold";
    src: url("https://bodor.com/static/fonts/Oswald-SemiBold.otf");
    font-display: swap;
    font-weight: 600;
  } */

.container-glizWQ .AXU2Ec1 {
    background-image: conic-gradient(from 0deg at 50% -10%,
            rgb(255, 70, 16) -86.58deg,
            rgb(255, 188, 16) 99.21deg,
            rgb(255, 0, 53) 203.39deg,
            rgb(255, 155, 16) 273.42deg);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-position-x: -50%;
    color: transparent;
}

.overlay-uXun_R {
    /* -webkit-filter: blur(10px); */
    /* filter: blur(10px); */
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.overlay-uXun_R .AXU2Ec2 {
    background-image: conic-gradient(from 0deg at 50% -10%,
            rgb(255, 70, 16) -86.58deg,
            rgb(255, 188, 16) 99.21deg,
            rgb(255, 0, 53) 203.39deg,
            rgb(255, 155, 16) 273.42deg);
    mask-image: linear-gradient(90deg,
            transparent -15.5556%,
            black,
            transparent 84.4444%);
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    background-position-x: -50%;
    color: transparent;
}

.sixthly {
    height: 280vh;
}


.sixthly_shade.active {
    /* height: 100vh; */
    opacity: 1;
}

.sixthly_textBox h2 {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sixthly_textBox h2.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.sixthly_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;
}

.sixthly_textBox p.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

#sixthly_video {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sixthly_video.active {
    width: 100%;
    height: 100%;
}

#sixthly .sixthly_textBox h2 b {
    background: linear-gradient(101deg, #FFAE34 8.16%, #FF6B34 50.8%, #DB0507 80.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.sixthly3 {
    height: 220vh;
}

.sixthly3_shade {
    background: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    height: 0;
}

.sixthly3_shade.active {
    height: 50vh;
}

.sixthly3_textBox h2 {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sixthly3_textBox h2 b {
    background: linear-gradient(101deg, #FFAE34 8.16%, #FF6B34 50.8%, #DB0507 80.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sixthly3_textBox h2.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.sixthly3_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;
}

.sixthly3_textBox p.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

#sixthly3_video {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sixthly3_video.active {
    width: 100%;
    height: 100%;
}

#ninth {}

.ninth {
    background: linear-gradient(180deg, #000 41.33%, #666 100%);
}

#ninth h2 span {
    background: linear-gradient(101deg, #FFAE34 8.16%, #FF6B34 50.8%, #DB0507 80.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ninth-title {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ninth-title2 {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ninth-title.active,
.ninth-title2.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.ninth{
    min-height: 1100px;
}
/* 最后一个模块 */

.last_box-content ul {
  border-bottom: 1px solid #C9CDD4;
}

.last_box-content li.active h3 {
  color: #ff4610;
}

/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #contrast {
        padding-top: 68px;
        padding-bottom: 68px;
      }
    
      .contrast {
        width: 888px;
      }
    
      .contrast .w-500 {
        width: 100%;
      }
    nav,
    .title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .line {
        width: 100% !important;
    }

    #thirdly {
        height: 300px;
    }

    .sixthly {
        height: auto;
        padding: 40px 64px;
    }

    .sixthly_content {
        height: auto;
        position: inherit;
        display: block;
    }

    #sixthly_video {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        margin-bottom: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    .sixthly3 {
        height: auto;
        padding: 40px 44px;
    }

    .sixthly3_content {
        height: auto;
        position: inherit;
        display: block;
    }

    #sixthly3_video {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        margin-bottom: 32px;
        padding-left: 0;
        padding-right: 0;
    }


    .banner {
        height: 800px;
    }

    .w-1120 {
        width: 100%;
        padding-left: 64px;
        padding-right: 64px;
    }

    .pt-80 {
        padding-top: 68px;
    }

    .pb-80 {
        padding-bottom: 68px;
    }

    .fs-52 {
        font-size: 28px;
    }

    .lh-60 {
        line-height: 36px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .lh-24 {
        line-height: 24px;
    }

    .mb-24 {
        margin-bottom: 20px;
    }

    #secondly {
        height: auto;
    }

    .secondly {
        padding: 68px;
        min-width: initial;
    }

    .secondly .clearfix {
        width: 888px;
        margin: auto;
    }

    .secondly .clearfix .w-712 {
        width: 579px;
        height: 300px;
    }

    .secondly .clearfix .w-388 {
        width: 289px;
        height: 300px;
    }
    .secondly img{
        height: 100%;
    }

    /* 业务样式 */
    .thirdly2-title{
        margin-bottom: 20px;
    }
    .thirdly2-title h2 {
        margin-bottom: 8px;
    }


    .thirdly2-content {
        height: auto;
    }

    .thirdly2-content video {
        width: 100%;
        height: auto;
    }

    .fourth-left{
        width: 428px;
    }
    .fourth-right{
        width: 436px;
    }
    .fifthly-content{
        height: auto;
    }

    .fifthly-title {
        margin-bottom: 24px;
    }

    .fifthly-title h2 {
    }

    .fifthly-title p {}

    .sixthly2-title {
        margin-bottom: 24px;
    }

    .sixthly2-title h2 {
        text-align: center;
    }

    .sixthly2-title p {
        text-align: center;
    }

    .sixthly2-content {
        display: block;
    }

    .sixthly2-content-left {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 24px;
        height: auto;
    }

    .sixthly2-content-right {
        width: 100%;
        height: auto;
        background: none;
    }

    .sixthly2-content-right .df-fd {
        justify-content: center;
        margin-bottom: 18px;
    }

    .sixthly2-content-right img {
        width: 52px;
        height: 52px;
    }

    .sixthly2-content-right h3 {
        font-size: 34px;
        line-height: 120%;
        margin-bottom: 6px;
    }

    .sixthly2-content-right p {
        font-size: 12px;
        line-height: 20px;
    }

    #seventh {
        height: 600px;
    }

    .seventh-text{
        width: 40%;
    }
    .seventh-img{
        width: 60%;
    }
    .seventh2-text{
        width: 40%;
        justify-content: flex-end;
    }
    .seventh2-img{
        width: 60%;
    }

    .eighth-title {
        margin-bottom: 24px;
    }

    .eighth-content {
        margin-bottom: 32px;
        height: auto;
    }

    .eighth-content-top {
        width: 100%;
        height: 330px;
        margin-bottom: 20px;
    }

    .eighth-content-bottom {
        display: block;
        height: auto;
    }

    .eighth-content-bottom-box {
        width: 100%;
        height: 330px;
        margin-bottom: 20px;
    }

    .eighth p {
        font-size: 14px;
        line-height: 22px;
    }

    .ninth-title {
        margin-bottom: 40px;
    }

    .ninth-title h2 {
        margin-bottom: 12px;
        color: #fff;
    }

    .ninth ul {
        flex-wrap: wrap;
        padding-left: 46px;
        padding-right: 46px;
        justify-content: center;
    }

    .ninth ul li {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .ninth ul li:first-child {
    }

    .ninth ul li h5 {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
    }

    .ninth ul li div.df-fd {
        margin-bottom: 12px;
    }

    .ninth ul li h3 {
        font-size: 34px;
        line-height: 120%;
    }

    .ninth ul li span {
        font-size: 16px;
        line-height: 24px;
    }

    .ninth ul li img {
        width: 32px;
        height: 32px;
    }

    .ninth ul li p {
        font-size: 12px;
        line-height: 20px;
    }
    .last_box {
        padding-top: 68px;
        padding-bottom: 68px;
        width: 888px;
      }
      .last_box-imgBox{
        height: 500px;
      }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #contrast{
        padding-top: 48px;
        padding-bottom: 48px;
      }
      .contrast{
        width: 680px;
      }
      .contrast_titie {
        width: 100%;
      }
      .contrast_content hr{
        width: 100%;
      }
      .contrast_li_B {
        width: 100%;
      }
        /* 第七屏 */
  .last_box {
    padding: 40px 0px;
    width: 680px;
  }
  .last_box h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .last_box-imgBox {
    border-radius: 8px;
    height: 382px;
  }
  .last_box-content .w-800{
    width: 100%;
  }
  .last_box  .fs-16{
    font-size: 16px !important; 
  }
  .last_box .lh-24{
    line-height: 24px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 1200px) {

}

/* 移动端 */
@media (max-width: 1023px) {
    body{
        overflow-x: hidden;
    }
    #ninth .xs-dn{
        display: none;
    }
   #ninth .xs-db{
        display: block;
    }

    /* 公共样式 */
    .banner {
        height: 213.333vw;
    }

    .banner_title {
        padding-top: 32vw;
    }

    .banner_title h1 {
        margin-bottom: 2.133vw;
        font-size: 14.933vw;
        line-height: normal;
    }

    .banner_title p {
        font-size: 3.733vw;
        line-height: 5.867vw;
        text-align: center;
        margin-bottom: 6.400vw;
    }

    /* 移动端第三屏 */
    #thirdly {
        height: 36vw;
    }

    .md_thirdly_title h2 {
        background: linear-gradient(93deg,
                #ff0035 0.62%,
                #ffbc10 53.95%,
                #ff4610 99.14%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: fit-content;
        font-size: 7.467vw;
        line-height: 9.6vw;
        margin: auto;
    }

    /* 移动端第六屏 */
    #sixthly {
        height: auto;
    }

    .sixthly {
        height: auto;
        padding: 10.667vw 4.267vw;
    }

    .sixthly_title {
        position: inherit;
        font-size: 6.4vw;
        line-height: 8.533vw;
        padding-top: 10.667vw;
        padding-bottom: 8.533vw;
    }

    .md_sixthly_title h2 {
        font-size: 6.4vw;
        line-height: 8.533vw;
        margin-bottom: 2.133vw;
        color: #171B25;
    }

    #sixthly .md_sixthly_title h2 b {
        color: #171B25;
    }


    .md_sixthly_title p {
        font-size: 3.733vw;
        line-height: 5.867vw;
        margin-bottom: 6.400vw;
    }

    .sixthly_content {
        height: auto;
        display: block;
    }

    .sixthly_content video {
        width: 100%;
        height: auto;
        border-radius: 3.2vw;
        margin-bottom: 5.333vw;
    }


    #sixthly3 {
        height: auto;
    }

    .sixthly3 {
        height: auto;
        padding: 10.667vw 4.267vw;
    }

    .sixthly3_title {
        position: inherit;
        font-size: 6.4vw;
        line-height: 8.533vw;
        padding-top: 10.667vw;
        padding-bottom: 8.533vw;
    }

    .md_sixthly3_title h2 {
        font-size: 6.4vw;
        line-height: 8.533vw;
        margin-bottom: 2.133vw;
    }

    .md_sixthly3_title p {
        font-size: 3.733vw;
        line-height: 5.867vw;
    }

    .sixthly3_content {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .sixthly3_content video {
        width: 100%;
        height: auto;
        border-radius: 3.2vw;
        margin-bottom: 0;
        order: 2;
    }

    .md_sixthly3_title {
        margin-bottom: 6.400vw;
    }

    .md_sixthly3_title p br {
    }




    .banner_title p {
        /* letter-spacing: 0.267vw; */
    }

    .w-1120 {
        padding-left: 4.267vw;
        padding-right: 4.267vw;
        width: 100%;
    }

    .pt-80 {
        padding-top: 10.667vw;
    }

    .pb-80 {
        padding-bottom: 10.667vw;
    }

    .fs-52 {
        font-size: 5.333vw;
    }

    .lh-60 {
        line-height: 7.467vw;
    }

    .fs-16 {
        font-size: 3.200vw;
    }

    .lh-24 {
        line-height: 5.333vw;
    }

    .mb-24 {
        margin-bottom: 2.133vw;
    }

    /* 移动端第二屏 */
    #secondly {
        height: auto;
    }

    .secondly {
        height: auto;
        padding: 6.4vw 4.267vw;
    }

    .secondly .pb-48 {
        padding-bottom: 8.53vw;
    }

    .secondly h3 {
        font-size: 5.33vw;
        line-height: 7.46vw;
    }

    .secondly div.br50 {
        width: 9.6vw;
        height: 9.6vw;
    }

    .secondly .br-20 {
        border-radius: 5.333vw;
    }

    .secondly img {
        border-radius: 2.13vw;
    }

    .secondly>.df-sb {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .secondly .fl {
        width: 100%;
        height: auto;
        margin-bottom: 4.267vw;
        border-radius: 2.13vw;
        overflow: hidden;
    }

    .secondly_right {
        width: 100%;
        height: auto;
    }

    .secondly_right ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .secondly_right li {
        width: 100%;
        height: auto;
        margin-bottom: 4.267vw;
    }

    /* 业务样式 */
    #thirdly2 {
        padding-top: 10.667vw;
        padding-bottom: 10.667vw;
    }

    .thirdly2-title {
        margin-bottom: 6.400vw;
        text-align: center;
    }

    .thirdly2-title h2 {
        font-size: 5.333vw;
        line-height: 7.467vw;
        margin-bottom: 2.133vw;
    }

    .thirdly2-title p {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    .thirdly2-content {
        height: auto;
    }

    .thirdly2-content video {
        width: 100%;
        height: auto;
    }

    #fourth {
        height: 160.000vw;
    }

    .fourth {
        height: 100%;
        display: block;
        position: relative;
    }

    .fourth-title {
        margin-bottom: 6.400vw;
    }

    .fourth-title h2 {
        text-align: center;
    }

    .fourth-title p {
        text-align: center;
    }

    .fourth-left {
        width: 100%;
    }

    .fourth-left ul {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .fourth-right {
        width: 100%;
    }

    .fourth-right img {
        height: 80.000vw;
    }

    .fourth-left ul .mb-12 {
        margin-bottom: 1.067vw;
    }

    .fourth-left ul li {
        margin-bottom: 0;
    }

    .fourth-left ul li:first-child {
        margin-right: 17.067vw;
    }

    .fourth-left ul li h3 {
        font-size: 10.667vw;
        line-height: 120%;
    }

    .fourth-left ul li span {
        font-size: 4.267vw;
        line-height: 6.400vw;
    }

    .fourth-left ul li img {
        width: 12.800vw;
        height: 12.800vw;
    }

    .fourth-left ul li p {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    .fifthly-title {
        margin-bottom: 6.400vw;
        text-align: center;
    }

    .fifthly-title h2 {}

    .fifthly-title p {}

    .fifthly-content {
        height: 50.133vw;
        border-radius: 2.133vw;
        overflow: hidden;
    }

    .fifthly-content .pa {
        padding-top: 4.000vw;
    }

    .fifthly-content .pa ul li {
        width: 50%;
        text-align: center;
        margin: 0;
        background-color: initial;
        backdrop-filter: none;
    }

    .fifthly-content .pa ul li span {
        font-size: 3.200vw;
        line-height: 5.333vw;
        color: #fff;
        font-family: PingFangSC-Regular, RedHatDisplay-Regular, Oswald-Regular, "Microsoft YaHei";
        font-weight: 400;
    }

    .fifthly-content video {
        width: 100%;
        height: 100%;
        border-radius: 2.133vw;
    }

    .sixthly2-title {
        margin-bottom: 6.400vw;
    }

    .sixthly2-title h2 {
        text-align: center;
    }

    .sixthly2-title p {
        text-align: center;
    }

    .sixthly2-content {
        display: block;
    }

    .sixthly2-content-left {
        width: 100%;
        height: 50.133vw;
        border-radius: 2.133vw;
        overflow: hidden;
        margin-bottom: 6.400vw;
    }

    .sixthly2-content-right {
        width: 100%;
        height: auto;
        background: none;
    }

    .sixthly2-content-right .df-fd {
        justify-content: center;
        margin-bottom: 4.800vw;
    }

    .sixthly2-content-right img {
        width: 13.867vw;
        height: 13.867vw;
    }

    .sixthly2-content-right h3 {
        font-size: 9.067vw;
        line-height: 120%;
        margin-bottom: 1.600vw;
    }

    .sixthly2-content-right p {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    #seventh {
        height: auto;
    }

    .seventh {
        display: block;
    }

    .seventh-text {
        width: 100%;
        text-align: center;
        margin-bottom: 6.400vw;
    }

    .seventh-text p br:nth-child(2) {
    }

    .seventh-img {
        width: 100%;
    }

    .seventh2 {
        flex-wrap: wrap;
    }

    .seventh2-text {
        text-align: center;
        width: 100%;
        margin-bottom: 6.400vw;
        display: flex;
        justify-content: center;
    }

    .seventh2-img {
        width: 100%;
        order: 2;
    }


    .eighth-title {
        margin-bottom: 6.400vw;
    }

    .eighth-content {
        margin-bottom: 8.533vw;
        height: auto;
    }

    .eighth-content-top {
        width: 100%;
        height: 88.000vw;
        margin-bottom: 5.333vw;
    }

    .eighth-content-bottom {
        display: block;
        height: auto;
    }

    .eighth-content-bottom-box {
        width: 100%;
        height: 88.000vw;
        margin-bottom: 5.333vw;
    }

    .eighth .w-722 {
        width: 100%;
    }

    .eighth .w-722 span {
        padding-left: 9vw;
    }

    .eighth .w-722 ul {
        justify-content: center;
    }

    .eighth .w-722 ul li {
        text-align: left;
        margin-right: 2.133vw;
        margin-left: 2.133vw;
        width: 43.467vw;
        padding-left: 8vw;
    }

    .eighth .w-722 ul li h3 {
        font-size: 3.733vw;
        line-height: 5.867vw;
    }

    .eighth .w-722 ul li h4 {
        font-size: 4.267vw;
        line-height: normal;
        margin-bottom: 1.067vw;
    }

    .eighth .w-722 ul li h4 b {
        font-size: 9.067vw;
        line-height: 120%;
        margin-bottom: 3.200vw;
    }

    .eighth .w-722 ul li p {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    .eighth p {
        font-size: 3.733vw;
        line-height: 5.867vw;
    }

    .ninth-title {
        margin-bottom: 10.667vw;
    }

    .ninth-title h2 {
        color: #fff;
    }

    .ninth ul {
        flex-wrap: wrap;
        padding-left: 12.267vw;
        padding-right: 12.267vw;
        justify-content: space-between;
        width: 100%;
    }

    .ninth ul li {
        margin-bottom: 8.533vw;
        margin-right: 0;
        width: auto;
    }

    .ninth ul li:first-child {
        /* margin-right: 28.800vw; */
    }

    .ninth ul li h5 {
        font-size: 3.733vw;
        line-height: 5.867vw;
        color: #fff;
    }

    .ninth ul li div.df-fd {
        margin-bottom: 3.200vw;
    }

    .ninth ul li h3 {
        font-size: 9.067vw;
        line-height: 120%;
    }

    .ninth ul li span {
        font-size: 4.267vw;
        line-height: 6.400vw;
    }

    .ninth ul li img {
        width: 8.533vw;
        height: 8.533vw;
    }

    .ninth ul li p {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    #weldIndustry {
        padding: 9.6vw 0;
    }

    #ninth {
        height: auto;
    }

    .ninth {
        height: auto;
        position: initial;
        min-height: auto;
    }

    .ninth-title {
        padding-top: 40px;
        margin-bottom: 10.667vw;
    }

    .ninth-title p {
        display: none;
    }

    .ninth-title2 {
        padding-top: 108px;
    }

    .ninth-title,
    .ninth-title2 {
        transform: translateY(0) translateZ(0);
        opacity: 1;
        position: absolute;
        top: 0;
    }
/* 机型对比 */
#contrast {
    padding: 15.467vw 4.267vw;
  }

  .contrast {
    padding-left: 0;
    padding-right: 0;
  }

  .contrast_titie {
    width: 100%;
    position: relative;
  }

  .contrast_titie h4 {
    font-size: 3.2vw;
    line-height: normal;
    margin-bottom: 1.067vw;
  }

  .contrast_titie p {
    font-size: 3.2vw;
    margin-top: 2vw;
    line-height: normal;
  }

  .contrast_titie h3 {
    font-size: 5.867vw;
    line-height: normal;
  }

  .contrast_content {
    padding-top: 0;
  }

  .contrast_content ul {
    margin-bottom: 0;
  }

  .contrast_content ul li {
    width: 25%;
    padding-top: 10vw;
  }

  .contrast_content ul li img {
    width: 100%;
  }

  .contrast_imgBox {
    flex-wrap: wrap;
  }

  .contrast_imgBox img {
    margin-bottom: 3.2vw;
  }

  .contrast_imgBox span {
    font-size: 3.2vw;
    line-height: normal;
  }

  #contrast .md_contrast_content {
    margin-top: 13.333vw;
  }

  #contrast .md_contrast_content .layui-input,
  #contrast .md_contrast_content .layui-form-select {
    width: 44.8vw;
    border-radius: 1.067vw;
  }

  #contrast .md_contrast_content div.df-sb {}

  #contrast .md_contrast_content div.df-sb>div {
    width: 44.8vw;
  }

  #contrast .md_contrast_contentBtn {
    height: 10.667vw;
  }

  #contrast .md_contrast_content p {
    font-size: 3.2vw;
    margin-top: 5.333vw;
  }

  #contrast .md_contrast_content hr {
    margin-bottom: 6.933vw;
  }

  #contrast .md_contrast_content h3 {
    font-size: 4.8vw;
  }

  #contrast .md_contrast_content_switch {
    height: 21.333vw;
  }

  #contrast .md_contrast_content ul li>div {
    width: 44.8vw;
    border-top: 0.267vw solid #e6e7ea;
    padding: 3vw 0;
  }

  #contrast .md_contrast_content ul li:first-child>div {
    border-top: none;
  }

  #contrast .md_contrast_content ul li {
    align-items: flex-start;
    height: 26.667vw;
  }

  .contrast_nav select {
    font-size: 7vw;
    width: 45vw;
    margin: 0 3.2vw;
  }

  #contrast .contrast_nav h2 {
    font-size: 5.867vw;
    line-height: 5.867vw;
  }

}
@media screen and (min-width: 768px) and (max-width: 1023px){
      /* 第七屏 */
  .last_box {
    padding: 40px 0px;
    width: 680px;
  }
  .last_box h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .last_box-imgBox {
    border-radius: 8px;
    height: 382px;
  }
  .last_box-content .w-800{
    width: 100%;
  }
  
}
@media (max-width:767px) {
    /* 移动端第八屏 */
  #last_box {
    height: 192vw;
  }

  .md_last_box-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8.533vw;
    background: var(--Color-Brand-Normal, #FF4610);
    justify-content: center;
}
.md_last_box-pagination .swiper-pagination-bullet{
    width: 2.133vw;
        height: 2.133vw;
        background: var(--Color-Fill-3);
        border-radius: 2666.400vw;
}

  .md_last_box {
    padding: 10.667vw 4.267vw;
    height: 192vw;
  }

  .md_last_box_title h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 8.533vw;
  }

  .md_last_box-content {
    height: auto;
  }

  .md_last_box-content .swiper-wrapper {
  }

  .md_last_box-content .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .md_last_box-content .swiper-wrapper .swiper-slide img {
    height: 112vw;
    margin-bottom: 10.667vw;
    border-radius: 3.2vw;
  }

  .md_last_box-content .swiper-wrapper .swiper-slide h2 {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 3.2vw;
  }

  .md_last_box-content .swiper-wrapper .swiper-slide p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin-bottom: 2.867vw;
  }

  .md_last_box-content .swiper-wrapper .swiper-slide {
  }

  .md_last_box-pagination {
    display: flex;
    justify-content: center;
  }


  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #fff;
  }

  .swiper-pagination-bullet {
    width: 6.4vw;
    height: 0.533vw;
    background-color: #fff;
    opacity: 1;
    border-radius: 2666.4vw;
  }
  /* 结束模块 */
    
}