body {}

.dimBlack .navTitleMainBox .navbar {
  filter: invert(0%);
}

.navTitleMainBox .navbar {
  filter: invert(100%);
}

.dimBlack .InquiryBtn {
  filter: invert(0%);
  background-color: #fff;
}

.dimBlack .InquiryBtn span {
  color: #000000;
}

.InquiryBtn {
  filter: invert(100%);
  transition: background 0.3s;
  background-color: #000;
}

.InquiryBtn span {
  color: #ffffff;
}
.dimBlack .aboutusList {
  filter: invert(0%);
}
.aboutusList {
  filter: invert(100%);
}

.k-shade {
  transition: 1.2s all ease-in-out;
  /* background-image: linear-gradient(180deg, #00000000 0%, #000000 100%); */
  box-shadow: 0 0px 40px 30px #000000;
}

.k-shadeT {
  transition: 1.2s all ease-in-out;
  /* background-image: linear-gradient(180deg, #000000 0%, #00000000 100%); */
  box-shadow: 0 0px 30px 25px #000000;
}

.k-shadeW {
  transition: 1.2s all ease-in-out;
  background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
}

/* 导航栏 */
.header_bg {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.7);
}

.title_box {
  transition: none;
}

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

/* 大轮播箭头 */
.Banner-swiper-button-prev,
.Banner-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;
}

.Banner_tltie h1.activeTop {
  margin-top: 0;
  opacity: 1;
}

.Banner-swiper-button-next:hover,
.Banner-swiper-button-prev:hover {}

.Banner-swiper-button-prev {
  left: 0;
  background-image: url(../img/Banner/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.Banner-swiper-button-next {
  right: 0;
  background-image: url(../img/Banner/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* 极致性能 */
#performance {
  background-image: url(../img/performance/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 床身 */
/* #latheBed{
  background-image: url(../img/latheBed/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
/* 磁悬浮直线电机 */
#motor {
  background-image: url(../img/motor/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 模块化台面 */
#mesa {
  background-image: url(../img/mesa/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 横梁 */
#beam {
  background-image: url(../img/beam/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 激光头主动避让 */
.laserHead {
  background-image: url(../img/laserHead/0.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

#choose_mountings {
  background-image: url(../img/chooseMountings/0.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/* MANGO */
#mango h2 {
  background-image: linear-gradient(134deg, #ff7c25, #ff4610);
  -webkit-background-clip: text;
  color: transparent;
}

/* 联系我们 */
/* .contactUs {
  box-shadow: 0px 0px 16px 0px #cdcfd6;
}
.layui-form input {
  width: 480px;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 32px;
  border: 1px solid#CCCCCC;
}
.layui-form .layui-btn {
  background: #696969;
} */

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #e0e2e4;
  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%); */
}

.technology_nav {
  border-bottom: 1px solid #828898;
  border-top: none;
}

.technology_nav .after {
  position: absolute;
  bottom: -2px;
  top: initial;
  width: 185px;
  left: 34px;
  height: 3px;
  background-color: #ff4610;
  transition: 0.5s all;
}

.technology_nav li.active {
  opacity: 1;
  font-family: PingFangSC-Medium, PingFang SC, "Microsoft YaHei",
    "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial,
    sans-serif;
}

.technology_content li {
  display: none;
}

.technology_content .active {
  display: block;
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #e0e2e4;
  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%); */
}

/* 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;
}

.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;
  border-radius: 0;
  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;
}
#atseriesform{
  padding-top: 80px;
  padding-bottom: 80px;
}

/* pad端 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #Banner {
    background-image: url(../img/Banner/lg/0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .navTitleMainBox .navbar {
    filter: invert(0%) !important;
  }
}

/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .newSellingPoint{
    padding-left: 48px;
    padding-right: 48px;
    width: 100% !important;
  }
  .new_content_title p{
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
  .new_content_left .IntelligentGuidance_shdae_img{
    width: 300px;
    height: 300px;
    right: -30px;
  }
  #third {
    height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .third {
    width: 888px;
    height: 500px;
  }

  /* #Banner {
    background-image: url(../img/Banner/lg/0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  } */
  .line {
    width: 100% !important;
  }

  .Banner_tltie {
    margin-left: calc((100vw - 90% - 17px) / 2);
  }

  .title_box.dimBlack {
    width: 100% !important;
    padding-left: 32px;
    padding-right: 16px;
  }

  .title {
    width: 100% !important;
  }

  #technology .technology_nav {
    width: auto;
  }
  #technology .technology_nav li{
    font-size: 14px;
    line-height: 22px;
  }
  .technology_nav .after{
    width: 144px;
    left: 34px;
  }

  .pt-200.pb-158 {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h-600 {
    height: auto;
  }

  #choose_mountings {
    background-size: cover;
  }

  #mango {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mango_left {
    width: 24%;
  }

  .mango_right {
    width: 75%;
  }

  #contrast {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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


/* 3.29新页面样式 */
#ScanSlice .c-white {
  color: #000 !important;
}



@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #technology {
    padding-top: 68px;
    padding-bottom: 68px;
    height: auto;
  }

  .technology {
    width: 888px;
    height: auto;
  }

  .container-f {
    background-color: #fff;
    padding: 0 !important;
  }

  .w-1120 {
    width: 888px;
  }

  .w-1152 {
    width: 888px;
  }

  .new_content_left {
    width: 420px;
    height: 502px;
  }

  .new_content_right {
    width: 420px;
    padding-top: 36px;
  }

  .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: 14px;
  }

  .new_content_right img {
    height: 326px;
    width: 100%;
  }

  #second {
    height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .second-nav {
    padding-bottom: 32px;
  }

  .second-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .second-nav p {
    font-size: 16px;
    line-height: 24px;
  }

  .second-content {
    height: 380px;
  }

  #third {
    height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .third {
    height: 500px;
  }

  .third-title {
    padding-right: 68px;
    padding-bottom: 68px;
  }

  .third-title ul {
    margin-bottom: 24px;
  }

  .third-title ul li {
    margin-right: 0;
    margin-left: 64px;
  }

  .third-title ul li div {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
  }

  .third-title ul li h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .third-title p {
    font-size: 14px;
    line-height: 22px;
  }

  #fourthly {
    height: 450px;
  }

  .fourthly {
    padding-top: 68px;
  }

  .fourthly h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .fourthly ul li {
    margin-right: 32px;
    margin-left: 32px;
  }

  .fourthly ul li h5 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
  }

  .fourthly ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  #fifth {
    height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .fifth {
    height: 500px;
  }

  .fifth-title {
    padding-top: 48px;
    padding-right: 48px;
  }

  .fifth-title h2 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
    text-align: right;
  }

  .fifth-title p {
    font-size: 16px;
    line-height: 24px;
  }


  #sixth {
    height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .sixth {
    height: 500px;
  }

  .sixth-title {
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .sixth-title h2 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
    text-align: left;
  }

  .sixth-title p {
    font-size: 16px;
    line-height: 24px;
  }

  #technology {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .technology_title {
    margin-bottom: 32px;
  }

  .technology_title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .technology_title h4 {
    font-size: 16px;
    line-height: 24px;
  }

  #seventh {
    padding: 68px 0;
  }

  .seventh h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

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

  #bodorPlusVideo {
    border-radius: 8px;
  }

  .contrast_content ul li {
    width: 24%;
  }

  .contrast_content hr {
    width: 100%;
  }

  .contrast_content ul li h3 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newSellingPoint{
    padding-left: 48px;
    padding-right: 48px;
    width: 100% !important;
  }
  .container-f {
    background-color: #fff;
    padding: 0 !important;
  }

  .contrast_content ul li {
    width: 24%;
  }

  .contrast_content hr {
    width: 100%;
  }

  .contrast_content ul li h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .w-1120 {
    width: 680px;
  }

  .w-1152 {
    width: 680px;
  }

  .new_content_left {
    width: 420px;
    height: 502px;
  }

  .new_content_right {
    width: 420px;
    padding-top: 36px;
  }

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

  /* 新卖点模块 */
  #IntelligentGuidance {
    height: auto;
  }

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

  .md_IntelligentGuidance_title h2 {
    font-size: 6.400vw;
    margin-bottom: 3.200vw;
    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.2vw;
    line-height: normal;
    width: 90%;
  }

  #second {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .second-nav {
    padding-bottom: 32px;
    width: 60%;
    margin: auto;
  }

  .second-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .second-nav p {
    font-size: 16px;
    line-height: 24px;
  }

  .second-content {
    height: 380px;
  }

  #third {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0;
  }

  .third {
    width: 100%;
    border-radius: 00;
    height: 680px;
  }

  .third-title {
    padding-right: 68px;
    padding-bottom: 48px;
  }

  .third-title ul {
    margin-bottom: 24px;
    display: block;
  }

  .third-title ul li {
    margin-right: 0;
    margin-left: 64px;
    margin-top: 24px;
  }

  .third-title ul li div {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
    text-align: right;
  }

  .third-title ul li h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .third-title p {
    font-size: 14px;
    line-height: 22px;
  }

  #fourthly {
    height: 450px;
  }

  .fourthly {
    padding-top: 48px;
  }

  .fourthly h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .fourthly ul li {
    margin-right: 32px;
    margin-left: 32px;
  }

  .fourthly ul li h5 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
  }

  .fourthly ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  #fifth {
    height: 680px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fifth {
    width: 100%;
    border-radius: 0;
  }

  .fifth-title {
    padding-top: 48px;
    padding-right: 48px;
  }

  .fifth-title h2 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
    text-align: right;
  }

  .fifth-title p {
    font-size: 16px;
    line-height: 24px;
    width: 47%;
  }


  #sixth {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sixth {
    height: 383px;
  }

  .sixth-title {
    padding-bottom: 48px;
    padding-left: 32px;
  }

  .sixth-title h2 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 28px;
    text-align: left;
  }

  .sixth-title p {
    font-size: 14px;
    line-height: 22px;
  }

  #technology {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .technology_title {
    margin-bottom: 32px;
  }

  .technology_title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .technology_title h4 {
    font-size: 16px;
    line-height: 24px;
  }

  #seventh {
    padding: 48px 0;
  }

  .seventh h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .seventh .h-600 {
    height: auto;
  }

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

  #bodorPlusVideo {
    border-radius: 8px;
  }

  .contrast_content {
    padding-top: 90px;
  }

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

  .md_technology {
    padding: 6.93vw;
  }

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

  .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: 5.33vw;
    line-height: normal;
    margin-bottom: 3.2vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 3.2vw;
    line-height: normal;
    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#fff;
  }

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

/* 移动端 */
@media (max-width: 767px) {
  .navTitleMainBox .navbar {
    filter: invert(0%) !important;
  }

  section {
    overflow-x: hidden;
  }

  .title_box {
    filter: invert(0%);
  }

  #Banner {
    background-image: url(../img/Banner/md/0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .w-360 {
    width: 100vw;
  }

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

  .Banner_tltie {
    margin-left: 0;
    top: 34vw;
    text-align: center;
  }

  .Banner_tltie h1 {
    text-align: center;
  }

  .Banner_tltie h1 strong {
    font-size: 12.8vw;
    line-height: normal;
  }

  .Banner_tltie h1 span {
    font-size: 9.6vw;
    line-height: normal;
  }

  .Banner_tltie p {
    font-size: 3.733vw;
    line-height: normal;
  }

  .Banner_tltie img {}

  .maxh-900,
  .minh-5625vw {
    height: 177.8vw;
  }

  #Banner {
    height: auto;
    max-height: none;
  }

  /* 极致性能 */
  #performance {
    background-image: url(../img/performance/md/0.webp);
  }

  /* 床身 */
  #md_latheBed {
    background-image: url(../img/latheBed/md/0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* 模块化台面 */
  #mesa {
    background-image: url(../img/mesa/md/0.webp);
    padding-top: 0;
  }

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

  /* 激光头主动避让 */
  .laserHead {
    background-image: url(../img/laserHead/md/0.webp);
    background-attachment: scroll;
  }

  /* 第二屏 */
  #performance {}

  .performance-nav {
    padding-right: 5.333vw;
    bottom: 26.133vw;
    text-align: right;
  }

  .performance-nav p {
    font-size: 3.733vw;
    line-height: normal;
  }

  .performance-nav p span {
    font-size: 5.33vw;
    line-height: normal;
  }

  .performance-nav>div {
    margin-bottom: 0;
  }

  .performance-nav>div:nth-child(2) {
    margin-bottom: 4vw;
  }

  .performance-nav>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
  }

  .performance-nav>div:nth-child(3) p {
    width: 76vw;
  }

  /* 第三屏 */
  .md_latheBed-nav h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 6.4vw;
  }

  #md_latheBed {
    padding-top: 22.667vw;
  }

  .md_latheBed-nav_ul {
    display: flex;
    justify-content: center;
  }

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

  .md_latheBed-nav_ul p {
    font-size: 3.733vw;
    color: #fff;
  }

  .md_latheBed-nav_ul p span {
    font-size: 5.33vw;
    line-height: normal;
  }

  /* 第四屏 */
  .mesa-nav {
    padding-top: 12vw;
    width: 90%;
    margin: auto;
    position: initial;
    padding-left: 0;
  }

  .mesa-nav h2 {
    font-size: 5.33vw;
    line-height: normal;
    text-align: center;
    margin-bottom: 3.2vw;
  }

  .mesa-nav p {
    font-size: 3.733vw;
    text-align: center;
    line-height: normal;
  }

  /* 第五屏 */
  .beam-nav {
    padding-top: 22.4vw;
  }

  .beam-nav h2 {
    font-size: 5.33vw;
    line-height: normal;
    text-align: center;
    /* margin-bottom: 97.333vw; */
  }

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

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

  .beam-nav_ul p span {
    font-size: 5.33vw;
    line-height: normal;
  }

  /* 第五屏 */
  .laserHead_title {
    padding-top: 12vw;
    padding-right: 0;
    padding-bottom: 0;
    width: 90%;
    margin: auto;
  }

  .laserHead_title h3 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 3.2vw;
    text-align: center;
  }

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

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

  .md_technology {
    padding: 26.667vw 6.933vw 21.333vw;
  }

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

  .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: 5.33vw;
    line-height: normal;
    margin-bottom: 6.4vw;
  }

  .md_technology-mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 3.2vw;
    line-height: normal;
    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#fff;
  }

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

  /* 防烧板 */
  #md_parts_board {
    height: auto;
    width: 100%;
    padding-bottom: 8.8vw;
    padding-top: 9.86vw;
  }

  .md_parts_board {
    /* background-image: url(../img/md_parts_board/0.png); */
    position: inherit;
    background-attachment: inherit;
    height: 100%;
    background-size: cover;
    width: 90%;
    margin: auto;
  }

  .md_parts_board video {
    border-radius: 2.133vw;
    width: 91.733vw;
    margin: auto;
    display: block;
  }

  .md_parts_board_title {
    margin-top: 0;
    text-align: left;
  }

  .md_parts_board_title span {
    font-size: 3.733vw;
  }

  .md_parts_board_title h3 {
    margin-bottom: 4.267vw;
    font-size: 5.33vw;
    line-height: normal;
  }

  .md_parts_board_title p {
    font-size: 3.73vw;
    line-height: 125%;
  }

  #ecological {
    position: relative;
    z-index: 2;
    background: #000;
  }

  /* 可选配 */
  #choose_mountings {
    background-attachment: scroll;
  }

  .choose_mountings_title {
    padding-top: 22.4vw;
    padding-right: 0;
  }

  .choose_mountings_title h3 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 6.4vw;
    text-align: center;
  }

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

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

  /* 机型对比 */
  #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: 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:last-child>div {
    border-bottom: 0.267vw solid #e6e7ea;
  }

  #contrast .md_contrast_content ul li {
    align-items: flex-start;
  }

  .contrast_content ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .contrast_content ul li:last-child {
    margin-right: 0;
  }

  #contrast .parameter_box ul li .tc {
    height: 100%;
  }

  .md_contrast_content .layui-inline {
    margin-right: 0;
  }

  /* 新卖点模块 */
  #IntelligentGuidance {
    height: auto;
  }

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

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

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

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

  #new_content {
    height: auto !important;
  }

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

  .new_content .new_content_title {
    padding-top: 28px;
  }

  .new_content_title h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
    margin-bottom: 4.267vw;
  }

  .new_content_title p {
    font-size: 2.667vw;
    line-height: 4.800vw;
    width: 85%;
  }

  .container-f {
    background-color: #fff;
    padding: 0 !important;
  }
}


/* 新移动端 */
@media (max-width: 767px) {
  .line {
    width: 100% !important;
  }

  .title_box {
    filter: invert(0%);
  }

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

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

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

  .Banner_tltie p {
    font-size: 3.73vw;
    letter-spacing: 1px;
    width: 90%;
    margin: auto;
  }

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

  .Banner_tltie h1 {
    text-align: center;
    color: #000;
    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: #000;
  }

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

  .Banner_tltie .bannerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannerBtn {
    width: 47.467vw;
    height: 9.6vw;
    font-size: 4.533vw;
    line-height: 9.6vw;
    margin-top: 4.26vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
  }

  .bannerBtn img {
    top: 3.2vw;
    right: 4vw;
    width: 3.2vw;
    height: 3.2vw;
  }

  #laserHead {
    height: 177.8vw;
  }
}