body {
  background: #000000;
  transition: background 1.2s ease-in-out;
}

.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%);
}

#Banner {
  background-image: url(../img/Banner/0.webp?v=0.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 导航栏 */
.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;
}

/* 横梁 */
#beam {
  background-image: url(../img/beam/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* MANGO */
#mango h2 {
  background-image: linear-gradient(134deg, #ff7c25, #ff4610);
  -webkit-background-clip: text;
  color: transparent;
}

/* 联系我们 */

/* 公共样式 */
.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%); */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.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-top: 1px solid #828898;
}

.technology_nav .after {
  position: absolute;
  top: -2px;
  width: 108px;
  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 img {
  display: none;
}

.technology_content li {
  display: none;
}

.technology_content .active {
  display: block;
}

/* 核心科技 */
.ecological_nav li.active {
  background: #ffffff;
  border-radius: 20px;
  color: #000000;
}

/* 选配 */
.choose_mountings_title h4 {
  color: #686d7a;
}

.choose_mountings_content_position hr {
  background-color: #ff4610;
}

.choose_mountings_content li:hover>img {
  transform: scale(1.2);
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #000;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}

.swiperList-hover .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(../img/l.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(../img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

#choose_mountings {
  background-image: url(../img/chooseMountings/0.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
}

.newSellingPoint h2 {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

/* 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;
  } */
  .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;
  }

  .pt-200.pb-158 {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h-600 {
    height: auto;
  }

  #choose_mountings {
    background-size: cover;
  }

  #mango {}

  .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%;
  }
}

/* 移动端以上 */
@media (min-width: 768px) {
  #ScanSlice {
    height: 2000px;
  }

}

/* 移动端 */
@media (max-width: 767px) {
  #Banner {
    /* background-image: url(../img/Banner/md/0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  }

  .w-360 {
    width: 100vw;
  }

  .Banner_tltie {
    margin-left: 0;
    top: 34vw;
    text-align: center;
  }

  .Banner_tltie h1 {
    text-align: center;
  }

  .Banner_tltie h1 strong {
    font-size: 12.8vw;
  }

  .Banner_tltie h1 span {
    font-size: 9.6vw;
  }

  .Banner_tltie p {
    font-size: 3.733vw;
  }

  .Banner_tltie img {
    /* height: 10.667vw; */
    /* margin-top: 7.467vw; */
  }

  .minh-5625vw {
    max-height: 160vw;
    height: 100vh;
  }

  #Banner {
    height: auto;
    max-height: none;
  }

  /* 第二屏 */
  #performance {
    padding-top: 25.067vw;
  }

  .performance-nav h2 {
    font-size: 9.6vw;
    line-height: 9.6vw;
    margin-bottom: 4.267vw;
  }

  .performance-nav .mr-120 {
    margin-right: 10.133vw;
  }

  .performance-nav p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  .performance-nav p span {
    font-size: 6.4vw;
    line-height: 7.467vw;
  }

  .md_des {
    font-size: 3.733vw;
    margin-bottom: 8.533vw;
  }

  /* 第三屏 */
  #latheBed {
    padding-top: 17.6vw;
  }

  .latheBed-nav h2 {
    font-size: 9.6vw;
    line-height: 13.333vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }

  .latheBed-nav p {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }

  /* 第四屏 */
  #motor {
    padding-top: 17.6vw;
  }

  .motor-nav {
    padding-left: 0;
    position: initial;
  }

  .motor-nav h2 {
    font-size: 9.6vw;
    line-height: 13.333vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }

  .motor-nav p {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }

  .motor_data {
    position: absolute;
    bottom: 12vw;
    width: 100vw;
    padding: 0 8.8vw;
    display: flex;
    justify-content: space-between;
  }

  .motor_data>div {
    margin-right: 0;
  }

  .motor_data>div p {
    font-size: 3.2vw;
  }

  .motor_data>div p span {
    font-size: 6.4vw;
  }

  .motor_des {
    padding-top: 0;
    width: 68.533vw;
    text-align: center;
    margin: auto;
    font-size: 3.733vw;
  }

  /* 第五屏 */
  #beam {}

  .beam-nav {
    padding-left: 0;
    position: initial;
    padding-top: 17.6vw;
  }

  .beam-nav h2 {
    font-size: 9.6vw;
    line-height: 13.333vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }

  .beam_data {
    position: absolute;
    bottom: 12vw;
    width: 100vw;
    padding: 0 8.8vw;
    display: flex;
    justify-content: space-between;
  }

  .beam_data>div {
    margin-right: 0;
    text-align: center;
  }

  .beam_data>div p {
    font-size: 3.733vw;
    text-align: center;
  }

  .beam_data>div p span {
    font-size: 8.533vw;
  }

  /* 极致性能 */
  #performance {
    background-image: url(../img/performance/md/0.webp);
  }

  /* 床身 */
  #latheBed {
    background-image: url(../img/latheBed/md/0.webp);
  }

  /* 磁悬浮直线电机 */
  #motor {
    background-image: url(../img/motor/md/0.webp);
  }

  /* 横梁 */
  #beam {
    background-image: url(../img/beam/md/0.webp);
  }

  /* 黑科技 */
  #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: 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#fff;
  }

  .swiper-pagination-bullet-active {
    background-color: #fff !important;
    border-radius: 50%;
  }

  /* 选配 */
  #choose_mountings {
    background-image: url(../img/chooseMountings/md/0.webp);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
  }

  .choose_mountings {
    padding: 9.6vw 4.267vw 11.733vw;
  }

  .choose_mountings_title {
    padding: 0;
    margin-bottom: 6.4vw;
  }

  .choose_mountings_title h3 {
    font-size: 5.867vw;
    line-height: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .choose_mountings_title h4 {
    font-size: 3.2vw;
    line-height: normal;
  }

  .choose_mountings_content {
    padding: 0;
    margin: 0;
  }

  .choose_mountings_content li {
    width: 44.8vw;
    height: 57.6vw;
  }

  .choose_mountings_content_position {
    top: 7.467vw;
  }

  .choose_mountings_content li h3 {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .choose_mountings_content li hr {
    margin: 3.2vw auto;
  }

  .choose_mountings_content li span {
    font-size: 3.2vw;
    line-height: normal;
    margin: 0;
  }

  .choose_mountings_content li img {}


  /* mango */
  #mango {
    padding: 48px 4.267vw;
    background-color: #fff;
  }

  #mango h2 {
    font-size: 6.400vw;
    padding-bottom: 2.133vw;
    width: 100%;
    line-height: normal;
  }

  #mango p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin-bottom: 3.200vw;
  }

  .mango {
    display: block;
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
  }

  .mango h3 {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  .mango h3 b {
    margin-bottom: 2.133vw;
  }

  .mango_left {
    width: 100%;
    order: 2;
  }

  .mango ul {
    display: flex;
    justify-content: space-between;
  }

  .mango ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 16px;
  }

  .mango ul li .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;
  }

  /* 机型对比 */
  #contrast {
    padding: 15.467vw 4.267vw;
    padding-bottom: 48px;
  }

  .container {
    padding-bottom: 48px;
  }

  .contrast {
    padding-bottom: 0;
  }

  .contrast_titie {
    width: 100%;
    
  }

  .contrast_titie h4 {
    font-size: 3.2vw;
    line-height: normal;
    margin-bottom: 1.067vw;
  }

  .contrast_titie h3 {
    font-size: 5.867vw;
    line-height: normal;
  }

  .contrast_content {
    padding-top: 0vw;
  }

  .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: 6.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;
  }

  .contrast_nav select {
    font-size: 7vw;
    width: 45vw;
    margin: 0 3.2vw;
  }

  #contrast .contrast_nav h2 {
    font-size: 5.867vw;
    line-height: 5.867vw;
  }

  #contrast {
    height: auto;
  }

  #mango {
    height: auto;
  }

  .dimWhite {}

  .dimWhite .c-white {
    color: #fff !important;
  }

  .dimWhite .btn_box>div {
    color: #fff !important;
  }

  /* 第三屏 */
  .new_content-nav {
    padding-left: 0;
    position: initial;
    padding-bottom: 8.533vw;
  }

  .new_content-nav h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    line-height: normal;
    margin-bottom: 5.333vw;
    text-align: center;
    color: #fff;
  }

  .new_content-nav p {
    text-align: center;
    font-size: 3.733vw;
    line-height: 5.867vw;
    line-height: normal;
  }

  #new_content {
    padding-top: 10.667vw;
    padding-bottom: 8.533vw;
    padding-left: 4.267vw;
    padding-right: 4.267vw;
    height: 173.333vw;
  }

  #new_content img {
    width: 100%;
    height: auto;
    border-radius: 3.200vw;
  }

  .newSellingPoint {
    padding: 40px 4.267vw;
  }

  .newSellingPoint h2 {
    font-size: 5.33vw;
    line-height: normal;
    margin-bottom: 32px;
  }

  .newSellingPoint li {
    width: 100%;
    margin-bottom: 5.33vw;
  }

  .newSellingPoint li h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .newSellingPoint li p {
    font-size: 14px;
    line-height: 22px;
  }

  .newSellingPoint ul {
    display: block;
  }

  #newSellingPoint ul li .bg-F2F4F7 {
    width: 44px;
    height: 44px;
  }
}

/* 3.21新样式 */
#thirdly {
  height: 600px;
}

.thirdly-psc-text {
  transform: translateY(-60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.thirdly-psc-text.active {
  transform: translateY(0px);
  opacity: 1;
}

#thirdly .thirdly-psc-text h2 {
  /* background: linear-gradient(
    93deg,
    #ff4610 0.62%,
    #ffbc10 53.95%,
    #ffe145 99.14%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content; */
}

.thirdly {
  padding-top: 80px;
}

.thirdly-content ul li:last-child {
  margin-right: 0;
}

.thirdly-content ul li .li_shade {
  background-color: rgba(78, 82, 91, 0.5);
  backdrop-filter: saturate(180%) blur(21px);
  -webkit-backdrop-filter: saturate(180%) blur(21px);
  width: 100%;
}

.thirdly-content ul li.active {
  width: 542px;
}

.thirdly-content ul li.active .li_shade {
  width: 542px;
}
.thirdly-content ul li .li_shade span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.thirdly-content ul li.active .li_shade span {
  color: #ff4610;

}

/* 第四屏 */
.fourthly-content.active {
  width: 1120px;
  height: 618px;
  border-radius: 8px;
}

.fourthly_shade_text {
  transform: translateY(-60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fourthly_shade_text.active {
  transform: translateY(0px);
  opacity: 1;
}

.fourthly_shade_text b {
  background: linear-gradient(93deg,
      #ff4610 0.62%,
      #ffbc10 53.95%,
      #ffe145 99.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.fourthly_shade_text p{
  width: 48%;
}
/* 第六屏 */
.sixth-content.active {
  width: 1120px;
  height: 618px;
  border-radius: 8px;
}

.sixth_shade_text {
  transform: translateY(-60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sixth_shade_text.active {
  transform: translateY(0px);
  opacity: 1;
}

.sixth_shade_text b {}

/* 横向轮播图组件 */
.crosswise-mySwiper .swiper-wrapper .swiper-slide:nth-child(3) {
  padding-right: calc((100vw - 1152px - 17px) / 2);
}

#crosswise_swiper {
  padding-top: 68px;
  padding-bottom: 0;
}

.black_technology_nav h3 {
  opacity: 0;
  transform: translateY(-60px);
}

.black_technology_nav p {
  opacity: 0;
  transform: translateY(-60px);
  height: 68px;
  width: 80%;
}

.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;
}

.black_technology_nav h3 b {
  background: linear-gradient(272deg,
      #ff4610 2.4%,
      #ff9029 12.46%,
      #ffe145 23.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crosswise_swiper.swiperList-hover .swiper-button-next,
.crosswise_swiper.swiperList-hover .swiper-button-prev {
  bottom: -50px !important;
  top: initial;
  filter: invert(100%);
}

.crosswise_swiper.swiperList-hover .swiper-button-prev {
  right: 84px;
}

.crosswise_swiper.swiperList-hover .swiper-button-next {
  right: 16px;
}

.crosswise_swiper .swiper-button-next,
.crosswise_swiper .swiper-button-prev {
  opacity: 1;
}

.crosswise_swiper .swiper-button-next.swiper-button-disabled,
.crosswise_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet {
  border-radius: 10px;
  margin-right: 8px;
}

#crosswise_swiper .crosswise-pagination {
  bottom: -65px;
}

.Banner_tltie p {}

section span {
  color: var(--Color-Text-Title);
}

/* 移动端 */
@media (max-width: 767px) {
  .mango_left li.h-264 h3 {
    font-size: 4vw;
  }

  .mango_left li.h-264 strong {
    font-size: 6vw;
    line-height: 120%;
  }

  .mango_left li.h-296 h3 {
    font-size: 3vw;
  }

  .mango_left li.h-296 strong.fs-24 {
    font-size: 4.7vw;
    line-height: 110%;
  }

  .container-f {
    background-color: #fff;
  }

  .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.2vw;
    letter-spacing: 2px;
    width: 80%;
    margin: auto;
    opacity: 0.65;
    line-height: 120%;
  }

  .Banner_tltie .h_text {
    margin-bottom: 2vw;
  }

  .Banner_tltie h1 {
    text-align: center;
    color: #fff;
    font-size: 12.4vw;
    line-height: 120%;
  }

  .Banner_tltie h1 strong {
    font-size: 12.4vw;
    line-height: 120%;
    margin-bottom: 0;
  }

  .Banner_tltie h1 span {
    color: #fff;
  }

  .Banner_tltie p {
    color: #fff;
    text-align: center;
  }

  .Banner_tltie .bannerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannerBtn {
    width: 39.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;
  }

  /* 第二屏 */
  #md_second {
    padding-top: 16.533vw;
    height: 109.867vw;
  }

  #md_second svg {
    display: block;
    margin: auto;
    margin-bottom: 4.8vw;
    width: 24.467vw;
    height: 25.467vw;
  }

  #md_second h2 {
    margin-bottom: 3vw;
    color: #fff;
    font-size: 6.533vw;
    text-align: center;
    line-height: 120%;
  }

  #md_second p {
    font-size: 3.733vw;
  }

  /* 第四屏 */
  #fourthly {
    width: 100%;
    height: 122vw;
  }

  .md_fourthly {}

  .md_fourthly_text {
    padding-top: 40px;
  }

  .md_fourthly h2 {
    font-size: 5.3vw;
    margin-bottom: 4.267vw;
    line-height: 120%;
    width: 90%;
    margin: auto;
    margin-bottom: 16px;
  }

  .md_fourthly p {
    font-size: 4vw;
    line-height: normal;
    margin: auto;
    width: 80%;
  }

  .md_fourthly h2 b {
    background: linear-gradient(93deg,
        #ff4610 0.62%,
        #ffbc10 53.95%,
        #ffe145 99.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
  }

  /* 第五屏 */
  #fifth {
    height: 180vw;
    width: 100%;
  }

  .md_fifth h2 {
    font-size: 5.3vw;
    margin-bottom: 16px;
    line-height: normal;
  }

  .md_fifth_text {
    padding-top: 40px;
  }

  .md_fifth_text ul li {
    padding-left: 0;
    padding-right: 0vw;
    width: 40%;
  }

  .md_fifth_text ul li h5 {
    font-size: 3.733vw;
    text-align: center;
  }

  .md_fifth_text ul li h5 strong {
    font-size: 28px;
    line-height: 36px;
  }

  .md_fifth_text ul li p {
    font-size: 3.2vw;
    line-height: normal;
  }

  /* 第六屏 */

  #sixth {
    width: 100%;
    height: 177.867vw;
  }

  .md_sixth {}

  .md_sixth h2 {
    font-size: 6vw;
    padding-top: 15.875vw;
    line-height: normal;
    width: 95%;
    margin: auto;
  }

  .md_sixth ul {
    padding-bottom: 26.133vw;
  }

  .md_sixth ul li {
	          width: 32%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .md_sixth ul li h3 {
    font-size: 8.533vw;
    line-height: normal;
  }

  .md_sixth ul li h3 span {
    font-size: 3.73vw;
    line-height: normal;
    color: #fff;
  }

  .md_sixth ul li p {
    font-size: 3.2vw;
  }

  /* 移动端文案 */
  .md_banner_text {
    height: 130vw;
  }

  /* 移动端横向滚动 */
  .md_crosswise_swiper {
    height: 128vw;
    padding-bottom: 18.6vw;
    padding-top: 9.867vw;
  }

  .md_crosswise-pagination {
    bottom: 37vw !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: 7vw;
    line-height: normal;
    margin-bottom: 1.067vw;
    width: 95%;
    margin: auto;
    margin-bottom: 16px;
  }

  .md_crosswise_swiper_nav p {
    height: auto;
    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: 3vw;
    display: none;
  }

  .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: 1120px) {
  #ScanSlice {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  .md_crosswise-pagination{
	  display: block;
  }
}



/* 大Pad端 1024 - 1199 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .fifth ul li {
    width: 24%;
    margin: 0 32px;
  }

  .w-1120 {
    width: 888px;
  }

  .w-1152 {
    width: 888px;
  }

  .thirdly {
    width: 888px;
    padding-top: 68px;
    padding-bottom: 68px;
    height: auto;
  }

  .thirdly-title {
    margin-bottom: 32px;
  }

  .thirdly-title h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .thirdly-title p {
    font-size: 16px;
    line-height: 24px;
  }

  .thirdly-content ul li.active {
    width: 480px;
  }

  .thirdly-content ul li {
    width: 188px;
  }

  .fourthly {}

  .fourthly-content.active {
    width: 888px;
    height: 500px;
  }

  .sixth-content.active {
    width: 888px;
    height: 500px;
  }

  .sixth_shade_text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .sixth_shade_text li h3 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 12px;
  }

  .sixth_shade_text li p {
    font-size: 14px;
    line-height: 22px;
  }

  #crosswise_swiper {
    padding: 68px;
    padding-right: 0;
    height: 768px;
  }

  #crosswise_swiper .swiper-slide {
    width: 760px;
    height: 428px;
  }

  .black_technology_nav {
    padding-right: 68px;
  }

  .contrast {
    width: 888px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .thirdly-content ul li.active .li_shade {
    width: 100%;
  }

  .black_technology_nav p {
    width: 80%;
    height: 72px;
  }

  .newSellingPoint {
    padding-left: 0;
    padding-right: 0px;
  }

  .newSellingPoint .grid-columns-360 {
    grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
  }
}


/* 小pad */
@media (min-width: 768px) and (max-width: 1023px) {
  .fifth {
    padding-top: 48px;
  }

  .newSellingPoint {
    padding-left: 0;
    padding-right: 0;
  }

  .newSellingPoint h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .thirdly-psc-shade {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .thirdly-psc-text h2 {
    font-size: 28px;
    line-height: 32px;
    width: 60%;
    margin: auto;
    margin-bottom: 16px;
  }

  .thirdly-psc-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .w-1120,
  .w-1152 {
    width: 680px;
  }

  .thirdly-content ul li.active .li_shade {
    width: 100%;
  }

  .title_box {
    width: 100% !important;
  }

  .title_box .title {
    padding-left: 4.16%;
    padding-right: 4.16%;
  }

  .title_box.dimBlack {
    padding: 0 !important;
  }

  .blur-white {
    background: rgba(0, 0, 0, 0.7);
  }

  #thirdly {
    height: auto;
  }

  #fourthly {
    height: auto;
  }

  .fourthly {
    height: auto;
    min-height: initial;
  }

  .fourthly_shade_text {
    transform: translateY(0px);
    opacity: 1;
    padding-top: 48px;
    padding-left: 44px;
  }

  .fourthly_shade_text h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .fourthly_shade_text p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
  }

  #fifth {}

  .fifth ul li {
    width: 30%;
  }

  #sixth {
    height: auto;
  }

  .sixth {
    height: auto;
    min-height: initial;
  }

  .sixth_shade_text {
    transform: translateY(0px);
    opacity: 1;
    padding-bottom: 48px;
    padding-left: 44px;
  }

  .sixth_shade_text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .sixth_shade_text li {
    margin-right: 28px;
  }

  .sixth_shade_text li h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .sixth_shade_text li span {
    line-height: normal;
    font-size: 16px;
    color: #fff;
  }

  .sixth_shade_text li p {
    font-size: 14px;
    line-height: 22px;
  }

  /* 移动端横向滚动 */
  .md_crosswise_swiper {
    padding: 48px;
	padding-bottom:25px;
  }

  .md_crosswise-pagination {
   
   padding-top:40px;
    text-align: center;
   
  }

  .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-content .swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .md_crosswise-mySwiper .swiper-slide {
    height: 53.33vw;
  }

  .md_crosswise_swiper_nav {
    margin-bottom: 32px;
  }

  .md_crosswise_swiper_nav h2 {
    font-size: 28px;
    margin-bottom: 12px;
    text-align: left;
  }

  .md_crosswise_swiper_nav p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    opacity: 0;
    transform: translateY(-2.667vw);
    width: 100%;
    text-align: center;
    text-align: left;
  }

  .md_crosswise_swiper_nav span {
    width: 12.8vw;
    height: 0.267vw;
    margin-top: 2.133vw;
    display: none;
  }

  .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);
  }

  #laserCutting-General {
    height: auto;
  }

  #contrast {
    padding: 48px 0;
  }

  .contrast_content ul li {
    width: 30%;
  }

  .contrast_li_B h3 {
    font-size: 14px;
    line-height: 22px;
  }

  .contrast_li_B span {
    font-size: 12px;
    line-height: 20px;
  }

  .contrast_content .mb-115 {
    margin-bottom: 0;
  }

  .container-f {
    background-color: #fff;
  }

  .container {
    padding-bottom: 0px;
  }
}


#newSellingPoint ul li {
  border-radius: 8px;
  border: 1px solid#FAFAFB;
  background: #FFF;
  transition: all .3s cubic-bezier(0, 0, 0.5, 1);
}

#newSellingPoint ul li svg {
  fill: #171b25;
}

#newSellingPoint ul li .bg-F2F4F7 {
  transition: all .3s cubic-bezier(0, 0, 0.5, 1);
}

#newSellingPoint ul li:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 28, 85, 0.04);
  transform: scale(1.0161290323);
}

#newSellingPoint ul li:hover .bg-F2F4F7 {
  background: rgba(255, 70, 16, 0.1);
}

#newSellingPoint ul li:hover svg {
  fill: #ff4610;
}