.secondly_top h2 {
  background: linear-gradient(
    101deg,
    #ffae34 8.16%,
    #ff6b34 32.61%,
    #ff0083 80.05%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new_content_title h2 {
  background: var(
    ---,
    linear-gradient(101deg, #ffae34 8.16%, #ff6b34 32.61%, #ff0083 80.05%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new_content_title p {
  width: 88%;
  margin: 0 auto;
}
.secondly_top1 .l-48 {
  width: 70%;
}
body {
  background-color: #000;
  transition: background 1.2s ease-in-out;
}
.secondly_top1 h3 {
  font-size: 64px !important;
}
#pseriesform {
  background: #f6f7f8;
}
.secondly_top1 .l-48 {
  left: 38px;
}
html {
  transition: 0s !important;
}
.black_technology_nav h3 {
  font-size: 48px;
}
.black_technology_nav p {
  width: 921px;
}
/* 导航栏 */
.header_bg {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.7);
}
#contrast {
  padding-top: 105px;
}
.secondly_bottom ul li h3 {
  font-size: 24px;
  line-height: 30px;
}
.secondly_top2 {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.secondly_bottom ul li div:nth-child(1) {
  padding-bottom: 28px;
}
/* 导航栏 */
/* .title_box {
  transition: background 1.2s cubic-bezier(0.28, 0.11, 0.32, 1);
} */
.title_box {
  transition: 0s !important;
}
.second-nav h2 {
  font-size: 48px;
}
.line {
  background-color: #979797;
  opacity: 0.3;
}
#bodorPlus h2 {
  font-size: 48px;
}
.dimBlack {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(29, 29, 31, 0.7);
}

.dimWhite {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.7);
}

.dimWhite .c-white {
  color: #000000 !important;
}

.dimWhite .btn_box > div {
  color: #fff !important;
}

/* 黑科技 */
/* 公共样式 */
#black_technology .swiper-button-next,
#black_technology .swiper-button-prev {
  filter: invert(100%);
}

.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; */
}
.eighth-nav p {
  font-size: 18px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
#black_technology .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;
}

.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;
}

/* 黑科技动画 */
.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;
}

.swiper-pagination-bullet {
  background: #828898;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet {
  border-radius: 10px;
}

#black_technology .crosswise-pagination {
  bottom: -65px;
}

/* 6.14新增卖点调整 */
#new_content {
  height: 150vh;
}

.new_content_title h2 b {
  background: var(
    ---,
    linear-gradient(101deg, #ffae34 8.16%, #ff6b34 32.61%, #ff0083 80.05%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.new_content_main {
  background-image: url(../img/new/0.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet {
  opacity: 0.4 !important;
}
.new_content_shade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 422px;
  box-shadow: 0 0 0 4000px #fff;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.new_content_title {
  transform: translateY(-60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.new_content_title.active {
  transform: translateY(0px);
  opacity: 1;
}

.eighth-content ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.eighth-content li.active h3 {
  color: #ff4610;
}

.second ul li h3 {
  /* background: linear-gradient(
    101deg,
    #ffae34 8.16%,
    #ff6b34 32.61%,
    #ff0083 80.05%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.secondly_bottom ul {
  display: flex;
  justify-content: space-between;
}
.secondly_bottom ul li h3 {
  text-align: center;
}
.new_content_right img {
  height: 380px;
  width: 100%;
}
.new_content_right h2 {
  margin-bottom: 10px;
}
.new_content_right p {
  margin-bottom: 20px;
}
.eighth-nav h2 {
  font-size: 40px;
}
.black_technology_nav h3 {
  font-size: 40px;
}

/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .line {
    width: 100% !important;
  }
  .newSellingPoint {
    padding-left: 45px;
    padding-right: 45px;
  }
  .Banner_tltie {
    margin-left: calc((100vw - 90% - 17px) / 2);
  }
  .secondly_bottom ul li h3 {
    font-size: 24px;
  }
  .title_box.dimBlack {
    width: 100% !important;
    padding-left: 32px;
    padding-right: 32px;
  }

  .title {
    width: 100% !important;
  }

  #technology .technology_nav {
    width: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .w-1120 {
  }

  .black_technology_nav h3 {
    font-size: 40px !important;
  }
  .eighth-nav h2 {
    font-size: 40px !important;
  }
  .second-nav h3 {
    font-size: 40px !important;
  }
  #black_technology {
    padding-left: 124px !important;
  }
  /* #black_technology {
    width: 888px;
    margin: 0 auto;
  } */
  /* #secondly .secondly .secondly_bottom li {
    width: calc(33% - 7px) !important;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mango .mango_left {
    display: none;
  }

  #mango .mango_right {
    width: 100%;
  }
}

.phoneDom {
  display: none;
}
.pcdom {
  display: block;
}
.banner img:nth-child(2) {
  /* display: none !important; */
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    height: auto;
  }
  .secondly {
    width: 888px;
  }
  #secondly {
    height: auto;
    padding: 68px 0;
  }
  .secondly .pb-80 {
    padding-bottom: 60px;
  }
  .secondly .h-740 {
    height: auto;
  }
  .secondly .secondly_bottom .h-360 {
    height: 284px;
  }
  .secondly_bottom .w-360 {
    width: 284px;
  }
  .IntelligentGuidance {
    width: 888px;
  }
  .new_content_left {
    width: 420px;
    height: 502px;
  }

  .new_content_right {
    width: 420px;
    padding-top: 36px;
  }
  .secondly_top2 {
    padding: 0 20px;
    padding-top: 40px;
  }
  .new_content_right h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .new_content_right p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 48px;
  }

  .new_content_right img {
    height: 326px;
    width: 100%;
  }
  .secondly_top1 h3 {
  }
  #second {
    height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .second {
    width: 888px;
  }

  #eighth {
    height: auto;
  }
  .eighth {
    padding-top: 68px;
    padding-bottom: 68px;
    width: 888px;
  }
  .eighth-content {
    height: auto;
  }
  #black_technology {
    padding: 68px;
    padding-bottom: 108px;
    height: 768px;
  }
  .secondly_top2 p {
    line-height: 20px;
  }
  #black_technology .swiper-slide {
    width: 760px;
    height: 428px;
  }

  .black_technology_nav p {
    height: 52px;
    width: 888px;
  }
  .black_technology_nav .pr {
    top: -30px;
    right: 50px;
  }
  #black_technology .crosswise-pagination {
    bottom: -40px;
  }
  #bodorPlus {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .bodorPlus {
    width: 888px;
  }
  #contrast {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .contrast {
    width: 888px;
  }
  .new_content_title {
    padding-top: 83px;
  }
}
.second .second-nav h2 {
  background: linear-gradient(
    101deg,
    #ffae34 8.16%,
    #ff6b34 32.61%,
    #ff0083 80.05%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}
/* pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* #contrast{
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .black_technology_nav p{
    width: 75%;
  }
  .contrast{
    width: 680px;
  }
  .secondly,
  .IntelligentGuidance,
  .eighth {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }
  .new_content {
    height: auto;
    margin-top: 5.208vw;
  }
  .new_content_title {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  .new_content .new_content_main {
    display: none;
  }
  .new_content_title h2 {
    font-size: 4.167vw;
    line-height: 4.167vw;
  }
  .new_content_title p {
    font-size: 2.083vw;
    line-height: 3.125vw;
  }

  .eighth {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  #laserCutting-General {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  #warranty {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    margin-bottom: 0 !important;
  }
  .warranty {
    padding-top: 0;
  }
  #mango {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  .mango {
    padding-bottom: 0vw;
  }
  .pb-158 {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  .banner img:nth-child(1) {
    display: none !important;
  }
  .banner img:nth-child(2) {
    display: block !important;
  }
  .banner {
    height: 78.125vw;
  }
  .phoneDom {
    display: block;
  }
  .pcdom {
    display: none;
  }
  .secondly_top .secondly_top1 {
    width: 100%;
  }
  .secondly {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    align-items: normal;
  }
  .IntelligentGuidance {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  .secondly_bottom .h-360,
  #secondly {
    height: auto;
  }
  .secondly_bottom .secondly_top2,
  .secondly_bottom li {
    width: calc(50% - 0.977vw);
  }
  .secondly_bottom li {
    margin-bottom: 2.604vw;
  }
  .IntelligentGuidance {
    display: flex;
  }
  .new_content_left,
  .new_content_right {
    width: calc(50% - 0.977vw);
  }
  #IntelligentGuidance,
  #IntelligentGuidance .h-100vh {
    height: auto;
  }
  #second {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    height: auto;
  }
  .second {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }
  #black_technology {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }
  #laserCutting-General,
  #mango,
  #contrast {
    padding-left: 5.729vw !important;
    padding-right: 5.729vw !important;
  }
  .warranty {
    padding-left: 5.729vw !important;
    padding-right: 5.729vw !important;
  }
  body {
  }
  #Board {
    padding-left: 5.729vw !important;
    padding-right: 5.729vw !important;
  }
  #new_content {
    height: auto;
  }
  .bodor-plus {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }
  .w-1152 {
    padding-left: 5.729vw !important;
    padding-right: 5.729vw !important;
  }
  .mango {
    padding: 0 !important;
  }
  .new_content_shade {
    display: none;
  }
  .new_content_main {
    opacity: 1;
  }
  .new_content_right h2 {
    font-size: 4.167vw;
    line-height: 5.208vw;
    margin-bottom: 2.604vw;
  }
  .new_content_right p {
    margin-bottom: 5.729vw;
    font-size: 2.083vw;
  }
  .new_content_right img {
    height: 30.729vw;
  }
  .new_content_left {
    height: 51.432vw;
  } */
}
/* 移动端 */
@media (max-width: 1023px) {
  .line {
    width: 100% !important;
  }

  .title_box {
    filter: invert(0%);
  }
  #Banner {
    padding-top: 0;
  }
  .w-360 {
    width: 100vw;
  }

  .w-612 {
    width: 100%;
  }

  .mr-calc1120 {
    margin-right: 0;
  }

  .banner_title {
    padding-top: 21.333vw;
  }

  .banner_title h1 {
    margin-bottom: 2.133vw;
    font-size: 14.933vw;
  }

  .banner_title p {
    font-size: 3.733vw;
    text-align: center;
    margin-bottom: 3vw;
  }

  .maxh-900,
  .minh-5625vw {
    max-height: 160vw !important;
    height: 100vh !important;
  }

  #Banner {
    height: auto;
    max-height: none;
    padding-top: 96px;
    height: 186vw;
  }

  .banner {
    height: 100%;
  }

  .bannerBtn {
    /* font-size: 4.267vw;
        line-height: 6.400vw;
        padding: 2.667vw 6.400vw;
        margin: auto; */
  }

  .bannerBtn img {
    /* top: 3.2vw; */
    /* right: 3.2vw; */
    /* width: 4.267vw; */
    /* height: 4.267vw; */
  }

  /* 第二屏 */
  #second {
    max-height: auto !important;
    height: auto !important;
    padding-top: 10vw;
    padding-bottom: 10vw;
    margin-top: -0.267vw;
  }

  .second {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }

  .second ul li h3 {
    font-size: 12.8vw;
    line-height: 14.933vw;
  }

  .second ul li p {
    font-size: 3.733vw;
  }

  .second-nav {
    padding-left: 0;
    padding-bottom: 4.267vw;
  }

  .w-594 {
    width: 100%;
  }

  .second-nav span {
    font-size: 3.2vw;
    line-height: normal;
    font-weight: 400;
  }

  .second-nav h2 {
    font-size: 5.867vw;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.067vw;
  }

  .second-nav p {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: normal;
  }

  /* 第三屏 */
  #third {
    max-height: auto !important;
    height: auto !important;
    padding-top: 9.6vw;
  }

  .third-content {
    height: 73vw;
  }

  .third {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }

  .third .swiper-slide img {
    border-radius: 2.133vw;
  }

  .third-nav {
    padding-left: 0;
    padding-bottom: 4.267vw;
  }

  .w-594 {
    width: 100%;
  }

  .third-nav span {
    font-size: 3.2vw;
    line-height: normal;
    font-weight: 400;
  }

  .third-nav h2 {
    font-size: 5.867vw;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.067vw;
  }

  .third-nav p {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: normal;
  }

  .third-mySwiper {
    padding-bottom: 24vw;
  }

  .third-pagination {
    bottom: 14.933vw !important;
    position: absolute;
    text-align: center;
    z-index: 2;
  }

  .third-pagination .swiper-pagination-bullet {
    width: 2.133vw !important;
    height: 2.133vw !important;
    background: none;
    border-radius: 50%;
    border: 0.267vw solid#000;
  }

  .third-pagination .swiper-pagination-bullet-active {
    background-color: #000 !important;
    border-radius: 50%;
  }

  /* 床身 */
  #latheBed {
    height: 150vw !important;
  }

  .latheBed {
    padding-top: 69.333vw;
    padding-left: 4.267vw;
  }

  #latheBed .pt-500 {
    padding-top: 10.667vw;
  }

  .latheBed h2 {
    font-size: 8vw;
    font-weight: 400;
    margin-bottom: 9.6vw;
  }

  .latheBed div.pt-32 {
    padding-top: 0;
  }

  .latheBed div.pt-32 > div {
    margin-right: 18.667vw;
  }

  .latheBed div.pt-32 p {
    font-size: 3.733vw;
  }

  .latheBed div.pt-32 p span {
    font-size: 12.8vw;
  }

  .latheBed p.fs-12 {
    font-size: 3.2vw;
  }

  /* 黑科技 */
  #technology {
    padding: 0;
  }

  .md_technology {
    padding: 26.667vw 6.933vw 21.333vw;
    background-color: #fff;
  }

  .md_technology-mySwiper h2 {
    color: #000;
  }

  .md_technology-mySwiper p {
    color: #000;
  }

  .md_technology-mySwiper {
    padding-bottom: 8.533vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide {
    /* background-color: #fff; */
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide video,
  .md_technology-mySwiper .swiper-wrapper .swiper-slide img {
    width: 85.333vw;
    height: 64vw;
    margin-bottom: 11.2vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 9.6vw;
    line-height: 17.6vw;
    margin-bottom: 6.4vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 3.733vw;
    width: 85.333vw;
  }

  .md_technology-pagination {
    bottom: 0vw !important;
    position: absolute;
    text-align: center;
    z-index: 2;
  }

  .md_technology-pagination .swiper-pagination-bullet {
    width: 2.133vw !important;
    height: 2.133vw !important;
    background: none;
    border-radius: 50%;
    border: 0.267vw solid#000;
  }

  .md_technology-pagination .swiper-pagination-bullet-active {
    background-color: #000 !important;
    border-radius: 50%;
  }

  /* 横梁 */
  #beam {
    background-image: url(../img/beam/md/0.png);
  }

  .beam-nav {
    padding-top: 18.4vw;
  }

  .beam-nav h2 {
    font-size: 9.6vw;
    text-align: center;
    margin: 0;
  }

  .beam-nav_ul {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 14.933vw;
    left: 0;
    width: 100%;
  }

  .beam-nav_ul div.mr-120 {
    margin-right: 17.067vw;
  }

  .beam-nav_ul p {
    font-size: 3.733vw;
  }

  .beam-nav_ul p span {
    font-size: 9.6vw;
  }

  /* 第七屏 */
  #seventh {
    background-image: none;
    height: 140vw;
  }

  .seventh {
    display: block;
  }

  .seventh-nav {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .seventh-nav h2 {
    font-size: 9.6vw;
    margin-bottom: 6.4vw;
    line-height: normal;
  }

  .seventh-nav p {
    font-size: 3.733vw;
  }

  /* 移动端第八屏 */
  #eighth {
    height: 129.6vw;
  }

  .eighth {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }

  .eighth h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 4.267vw;
    text-align: center;
  }

  .eighth p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    text-align: center;
  }

  .eighth-nav {
    margin-bottom: 8.533vw;
  }

  .eighth-content {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
    height: 59.733vw;
    width: 100%;
    border-radius: 2.133vw;
  }
  .eighth-content img {
    border-radius: 2.133vw;
  }

  .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: 0.55;
    border-radius: 2666.4vw;
  }

  /* mango */
  #mango {
    padding: 8vw 4.267vw;
    background-color: #fff;
  }

  #mango h2 {
    font-size: 17.067vw;
    line-height: normal;
    width: 100%;
  }

  .mango {
    display: block;
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
  }

  .mango_left {
    width: 100%;
    order: 2;
  }

  .mango ul {
    display: flex;
    justify-content: space-between;
  }

  .mango ul li {
    width: 44.8vw;
    height: 46.133vw;
    margin-bottom: 0;
    padding-top: 10vw;
    padding-left: 5vw;
  }

  .mango ul li:nth-child(2) {
    padding-top: 5vw;
  }

  .mango ul .fs-48 {
    font-size: 7.467vw;
    line-height: normal;
  }

  .mango ul .fs-20 {
    font-size: 3.733vw;
    line-height: normal;
  }

  .mango ul .fs-40 {
    font-size: 5.867vw;
    line-height: normal;
  }

  .mango .w-848 {
    width: 100%;
    height: 62.4vw;
    margin-bottom: 2.133vw;
    order: 1;
  }

  .content-box {
    box-sizing: border-box;
    width: auto;
  }

  /* bodor+ */
  #md_bodorplus {
    padding: 8vw 4.267vw;
  }

  #md_bodorplus h2 {
    font-size: 5.867vw;
    line-height: 5.867vw;
    margin-bottom: 2.133vw;
  }

  #md_bodorplus p {
    font-size: 3.2vw;
    margin-bottom: 7.467vw;
  }

  #md_bodorplus .h-600 {
    height: auto;
  }

  #bodorPlusPlay {
  }

  /* 机型对比 */
  #contrast {
    padding: 15.467vw 4.267vw;
  }

  .contrast {
    padding-bottom: 13.333vw;
  }

  .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: 2.6vw;
    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;
  }

  .contrast_nav select {
    font-size: 7vw;
    width: 45vw;
    margin: 0 3.2vw;
  }

  #contrast .contrast_nav h2 {
    font-size: 5.867vw;
    line-height: 5.867vw;
  }

  .Banner_tltie {
    top: 49.46vw;
    text-align: left;
  }

  .Banner_tltie .w-300 {
    width: 57.3vw;
    text-align: center;
  }

  .Banner_tltie p {
    font-size: 3.73vw;
    letter-spacing: 1.49vw;
  }

  .Banner_tltie .h_text {
    margin-bottom: 2vw;
  }

  .Banner_tltie h1 {
    text-align: center;
    color: #fff;
    font-size: 14.4vw;
    line-height: 12.4vw;
  }

  .Banner_tltie h1 strong {
    font-size: 14.4vw;
    line-height: 12.4vw;
    margin-bottom: 0;
  }

  .Banner_tltie h1 span {
    color: #fff;
  }

  .Banner_tltie p {
    color: #fff;
    text-align: center;
  }

  /* 新卖点模块 */
  #IntelligentGuidance {
    height: auto;
  }
  #IntelligentGuidance .IntelligentGuidance div:nth-child(1) {
    align-items: normal;
  }

  .md_IntelligentGuidance {
    height: auto;
    padding-left: 4.267vw;
    padding-right: 4.267vw;
    position: inherit;
  }

  .md_IntelligentGuidance img {
    margin-bottom: 5.333vw;
  }

  .md_IntelligentGuidance_title {
    padding-top: 10.667vw;
    margin-bottom: 6.4vw;
  }

  .md_IntelligentGuidance_title h2 {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
    line-height: 8.533vw;
  }

  .md_IntelligentGuidance_title p {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  #new_content {
    height: auto !important;
  }

  .new_content {
    position: inherit;
    height: auto;
    display: block;
  }

  .new_content .new_content_title {
    padding-top: 10.667vw;
  }

  .new_content_title h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 3.2vw;
  }

  .new_content_title p {
    font-size: 3.733vw;
    line-height: 4.867vw;
  }

  /* 移动端第二屏 */
  #secondly {
    height: auto;
  }

  .secondly {
    height: auto;
    padding: 6.4vw 4.267vw;
  }

  .secondly h3 {
    font-size: 7.467vw;
  }

  .secondly div.br50 {
    width: 9.6vw;
    height: 9.6vw;
  }
  .secondly div.br50 svg {
    width: 7vw;
    height: 7vw;
  }

  .secondly .br-20 {
    border-radius: 5.333vw;
  }

  .secondly > .df-sb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .secondly_top {
    width: 100%;
    display: block;
    margin-bottom: 4.267vw;
    height: auto;
  }

  .secondly_top .w66 {
    width: 100%;
    margin-bottom: 4.267vw;
  }

  .secondly_top .w32 {
    width: 100%;
  }

  .secondly_top .b-48 {
    bottom: 4.267vw;
  }

  .secondly_top .l-48 {
    left: 4.267vw;
  }

  .secondly_top1 h3 {
    font-size: 12.8vw;
  }

  .secondly_top1 h3 span {
    font-size: 5.333vw;
  }

  .secondly_top2 {
    height: 90.667vw;
    padding: 13.467vw 10.667vw;
  }

  .secondly_top2 h2 {
    font-size: 19.2vw;
    line-height: 24vw;
    margin-bottom: 3.2vw;
  }

  .secondly_top2 h4 {
    font-size: 7.467vw;
    line-height: 9.6vw;
    margin-bottom: 3.2vw;
  }

  .secondly_top2 p {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  .secondly_bottom {
    width: 100%;
    height: auto;
  }

  .secondly_bottom li .pb-80 {
    padding-bottom: 12.8vw;
  }

  .secondly_bottom ul {
    display: block;
    height: auto;
  }

  .secondly_bottom li {
    width: 100%;
    height: auto;
    margin-bottom: 4.267vw;
  }

  .secondly .h-740 {
    height: auto;
  }

  /* 移动端横向滚动 */
  .md_crosswise_swiper {
    height: 100vw;
    padding-bottom: 18.6vw;
    padding-top: 9.867vw;
  }

  .md_crosswise-pagination {
    bottom: 38vw !important;
    position: absolute;
    text-align: center;
    z-index: 2;
  }

  .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 {
    margin-bottom: 6.4vw;
  }

  .md_crosswise_swiper_nav h2 {
    font-size: 9.6vw;
    margin-bottom: 1.067vw;
  }

  .md_crosswise_swiper_nav p {
    height: 13.6vw;
    font-size: 3.2vw;
    opacity: 0;
    transform: translateY(-2.667vw);
    width: 80%;
    text-align: center;
  }

  .md_crosswise_swiper_nav span {
    width: 12.8vw;
    height: 0.267vw;
    margin-top: 4.133vw;
  }

  .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);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contrast {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .Automatic {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }
  .secondly_bottom ul li {
    height: 327px;
  }
  .newSellingPoint {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md_IntelligentGuidance {
    display: none;
  }
  .black_technology_nav p {
    width: 75%;
  }
  #Banner {
    padding-top: 0;
    height: auto;
  }
  .contrast {
    width: 100%;
  }
  .secondly,
  .IntelligentGuidance,
  .eighth {
    padding-left: 44px;
    padding-right: 44px;
  }
  .new_content {
    height: auto;
    margin-top: 48px;
  }
  .new_content_title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .new_content .new_content_main {
    height: 543px;
  }
  .new_content .new_content_title {
    padding-top: 0;
  }

  .new_content_title h2 {
    font-size: 4.167vw;
    line-height: 4.167vw;
  }
  .new_content_title p {
    font-size: 2.083vw;
    line-height: 3.125vw;
  }

  .eighth {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .eighth h2 {
    line-height: 36px;
    margin-bottom: 20px;
  }
  .eighth-nav {
    margin-bottom: 32px;
  }
  .eighth-content {
    padding-left: 0;
    padding-right: 0;
    height: 340px;
    border-radius: 12px;
  }

  #laserCutting-General {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  #warranty {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    margin-bottom: 0 !important;
  }
  .warranty {
    padding-top: 0;
  }

  #eighth {
    height: auto;
  }
  .pb-158 {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
  }
  .banner img:nth-child(1) {
    display: none !important;
  }
  .banner img:nth-child(2) {
    display: block !important;
  }
  .secondly_top .w66 {
    margin-bottom: 20px;
  }
  .secondly .br-20 {
    border-radius: 12px;
  }
  .second-nav h2 {
    font-size: 28px;
  }
  .second-nav p {
    font-size: 14px;
  }
  .second ul {
    margin-bottom: 40px;
  }
  .second ul li h3 {
    font-size: 48px;
    line-height: 56px;
  }
  .second ul li p {
    line-height: 22px;
    font-size: 14px;
  }
  .banner {
    height: 78.125vw;
  }
  .phoneDom {
    display: block;
  }
  .pcdom {
    display: none;
  }
  .secondly_top .secondly_top1 {
    width: 100%;
  }
  .secondly {
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: normal;
  }
  .IntelligentGuidance {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .secondly_top {
    height: 330px;
  }
  .secondly_top1 h3 {
    font-size: 72px;
  }
  .secondly div.br50 {
    width: 36px;
    height: 36px;
  }
  .secondly_top1 .pa {
    width: 70%;
  }
  .secondly_bottom .h-360,
  #secondly {
    height: auto;
  }
  .secondly_bottom ul {
    display: flex;
  }
  .secondly_top2 h2 {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 12px;
    background: linear-gradient(101deg, #ffae34 8.16%, #ff6b34 32.61%, #ff0083 80.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .secondly_top2 p {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
  }
  .secondly_top2 h4 {
    font-size: 24px;
    line-height: 28px; /* 140% */
    margin-bottom: 12px;
  }
  .secondly_top2 {
    padding: 40px;
    height: 327px;
  }
  .secondly_bottom .secondly_top2,
  .secondly_bottom li {
    width: calc(50% - 0.977vw);
  }
  .secondly_bottom li {
    margin-bottom: 2.604vw;
  }
  .IntelligentGuidance {
    display: flex;
  }
  .new_content_left,
  .new_content_right {
    width: calc(50% - 0.977vw);
  }
  .secondly h3 {
    font-size: 24px;
    line-height: 28px; /* 140% */
  }
  .secondly_top1 h3 {
    font-size: 62px;
  }
  .secondly_top1 h3 span {
    font-size: 32px;
  }
  .secondly_bottom li .pb-80 {
    padding-bottom: 4.8vw;
  }
  #IntelligentGuidance,
  #IntelligentGuidance .h-100vh {
    height: auto;
  }
  .new_content_title p {
    padding-left: 44px;
    padding-right: 44px;
  }
  #second {
    padding-top: 48px;
    padding-bottom: 48px;
    height: auto;
  }
  #ScanSlice {
    padding: 48px 44px;
  }
  #ScanSlice h5 {
    padding-top: 0vw;
  }
  #ScanSlice h2 {
    font-size: 28px;
  }
  .ScanSlice-content {
    padding-top: 32px;
  }
  .ScanSlice-content-top div h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .ScanSlice-content-top div p {
    font-size: 14px;
  }
  .ScanSlice-content-top div {
    width: calc(50% - 9px);
  }
  .ScanSlice-content-top img {
    border-radius: 8px;
  }
  .ScanSlice-content-top {
    margin-bottom: 32px;
  }
  .second {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }

  .ScanSlice-content-bottom h3 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
  }
  .ScanSlice-content-bottom ul {
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 0;
  }
  .ScanSlice-content-bottom ul li {
    border-radius: 0;
    background: #1a1b1e;
  }
  .ScanSlice-content-bottom ul li h3 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
  .ScanSlice-content-bottom ul li p {
    font-size: 14px;
    line-height: 22px; /* 157.143% */
  }
  .ScanSlice-content-bottom ul li strong {
    font-size: 40px;
    margin-top: 12px;
  }

  .md_ScanSlice_span span {
    font-size: 24px;
    color: #fff;
  }
  .ScanSlice-content-bottom {
    margin-bottom: 0;
  }
  #ScanSlice {
    background: #1a1b1e;
  }
  #ScanSlice .c-white {
    color: #fff;
  }
  #black_technology {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }

  .warranty {
    padding-left: 5.729vw !important;
    padding-right: 5.729vw !important;
  }
  body {
  }

  #new_content {
    height: auto;
  }
  .bodor-plus {
    padding-left: 5.729vw;
    padding-right: 5.729vw;
  }
  .w-1152 {
    padding-left: 5.729vw !important;
    padding-right: 5.729vw !important;
  }

  .new_content_shade {
    display: none;
  }
  .new_content_main {
    opacity: 1;
  }
  .new_content_right h2 {
            font-size: 22px;
        line-height: 30px;
        margin-bottom: 6px;
  }
  .new_content_right p {
    margin-bottom: 16px;
    font-size: 14px;
            line-height: 20px;
  }
  .new_content_right img {
    height: 30.729vw;
  }
  .new_content_left {
    height: 51.432vw;
  }
  .banner_title {
    padding-top: 140px;
  }

  .banner_title h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .banner_title p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 4vw;
  }
  /* 黑科技 */
  #technology {
    padding: 40px 44px;
  }
  #technology .technology_title h2 {
    font-size: 28px;
  }
  #technology .w-992 {
    width: 100%;
  }
  .technology_nav li {
    font-size: 18px;
  }
  .technology h4 {
    font-size: 14px;
    opacity: 0.75;
  }
  /* 下方模块介绍 */
  .eighth h2 {
    font-size: 28px;
  }
  /* 通用行业 */
  .laserCutting-General h2 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 16px;
  }
  .laserCutting-General a {
    margin-top: 32px;
  }
  #laserCutting-General {
    padding: 40px 0;
  }
  /* 五年质保 */
  #warranty {
    padding: 40px 0;
  }
  .warranty {
    padding: 0 44px;
  }
  .warranty-title h2 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 16px;
  }
  /* maggo */
  #mango {
    padding: 40px 44px !important;
  }
  #mango h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .contrast_titie h3 {
    font-size: 28px;
  }
  .contrast_titie p {
    font-size: 18px;
  }
  .contrast_titie h4 {
    font-size: 18px;
  }
  #Board {
    padding: 40px 44px;
  }
  .contrast {
    padding-bottom: 0;
  }
  .container-f {
    padding: 0 !important;
  }
  #Board h3 {
    font-size: 32px;
  }
  #Board .swiper-button-next,
  #Board .swiper-button-prev {
    width: 44px;
    height: 44px;
    border: 1px solid #000;
    padding: 14px;
    background-size: 16px 16px;
  }
  #Board .swiper-slide h4 {
    font-size: 24px;
  }
  .eighth p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.9;
  }
  .md_crosswise_swiper_nav h2 {
    font-size: 26px;
  }
  .md_crosswise_swiper_nav p {
    font-size: 16px;
    height: 8.6vw;
  }
  .md_crosswise_swiper {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #md_bodorplus {
    padding: 40px 44px;
  }
  #md_bodorplus h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  #md_bodorplus p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  #md_bodorplus .w-1152 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contrast_imgBox span {
    display: none;
  }
  .laserCutting-General a {
    padding-left: 44px;
    padding-right: 44px;
  }
  #pseriesform {
    background: #f6f7f8;
  }
  .container {
    border-radius: 0;
  }
  .newSellingPoint ul {
    display: block;
  }
  #newSellingPoint ul li {
    margin-top: 20px;
  }
  .secondly_bottom ul li {
    height: 327px !important;
  }
  .black_technology h3 {
    font-size: 40px;
  }
  .eighth-nav h3 {
    font-size: 40px;
  }
  .second-nav h2 {
    font-size: 40px;
  }
}
.svgijk {
  width: 55px;
  height: 55px;
}
.second ul li h3 {
  color: #ff4610;
}
.second ul li h3 svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #Banner {
    padding-top: 0;
    height: auto;
  }
  #pseriesform {
    background: #f6f7f8;
  }
  .mango ul li {
    width: 100% !important;
  }
  .eighth h2 {
    font-size: 4.8vw;
    line-height: 6.533vw;
	padding:0 10px;
  }
  .banner_title p {
    font-size: 3.73vw;
    letter-spacing: 1px;
    width: 80%;
    margin: auto;
    margin-bottom: 3vw;
  }
  .bannerBtn {
    font-size: 3.73vw;
  }
  .eighth p {
    font-size: 3.5vw;
    line-height: 4.867vw;
  }
  .md_crosswise_swiper_nav h2 {
    font-size: 4vw;
    line-height: 6.533vw;
  }
  .md_crosswise_swiper_nav p {
    height: 20.6vw;
  }
  .banner_title p {
    font-size: 3.73vw;
    letter-spacing: 1px;
    width: 80%;
    margin: auto;
    margin-bottom: 3vw;
  }
  .banner_title h1 {
    line-height: 12.5vw;
  }
  .eighth-nav div {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
    text-align: center;
  }
  #technology {
    padding: 0;
  }

  .md_technology {
    padding: 10vw 6.933vw 10vw;
    background: #000;
  }

  .md_technology-mySwiper {
    padding-bottom: 8.533vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide video,
  .md_technology-mySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 11.2vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 6.4vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 3.733vw;
    width: 85.333vw;
    line-height: normal;
  }

  .md_technology-pagination {
    bottom: 0vw !important;
    position: absolute;
    text-align: center;
    z-index: 2;
  }

  .md_technology-pagination .swiper-pagination-bullet {
    width: 2.133vw !important;
    height: 2.133vw !important;
    background: none;
    border-radius: 50%;
    border: 0.267vw solid#fff;
  }

  .swiper-pagination-bullet-active {
    background-color: #fff !important;
    border-radius: 50%;
  }
  .md_technology {
    /* padding: 4; */
  }
  .md_technology-mySwiper h2,
  .md_technology-mySwiper p {
    color: #fff;
  }
  #eighth {
    height: auto;
  }
  .eighth {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .eighth-nav div {
    font-size: 3.2vw;
    opacity: 0.75;
    color: #828898;
  }
  #laserCutting-General {
    padding-top: 0;
  }
  .secondly h3 {
    font-size: 5.3vw;
    line-height: 7.3vw;
  }
  .secondly div.br50 {
    right: 11px;
  }
  .secondly_top1 h3 {
    font-size: 13vw;
  }
  .secondly_top2 h4 {
    font-size: 5.467vw;
  }
  .secondly_top1 p {
    font-size: 12px;
  }
  .secondly_top2 p {
    font-size: 3.3vw;
    line-height: 4.867vw;
  }
  .md_crosswise_swiper {
    height: 124vw;
    padding-bottom: 14.6vw;
    padding-top: 7.867vw;
  }
  .second ul {
    margin-bottom: 18px;
  }
  .md_crosswise_swiper_nav span {
    margin-top: 4.133vw;
  }
  .svgijk {
    width: 30px;
    height: 30px;
  }
  .second ul {
    display: block;
  }
  .second ul li {
    width: 100%;
  }
  .second ul li:nth-child(2) {
    margin-top: 32px;
  }
  .second ul li h3 {
    font-size: 9.8vw;
    line-height: 9.933vw;
  }
  .second ul li p {
    font-size: 3.45vw;
  }
  .second ul li h3 svg {
    width: 30px;
    height: 30px;
  }
  .new_content_title p {
    width: 93%;
  }
}
.eighth-nav p {
  color: #828898;
}
@media screen and (min-width: 1023px) and (max-width: 1025px) {
  #black_technology {
    padding-left: 86px !important;
    padding-right: 0 !important;
  }
}
#black_technology .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
