body {
  background: #161617;
  transition: background 1.2s ease-in-out;
}

/* .bottomFixed{
  transition: all 1.2s ease-in-out;
}
.bottomFixed span{
  transition: all 1.2s ease-in-out;
} */
        .t-188{
          top: 188px;   
        }
#warranty {
  transition: background 1.2s ease-in-out;
}

.title_box {
  transition: background 1.2s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.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 {}


/* 导航栏 */
.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(../Dream/img/Banner/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.Banner-swiper-button-next {
  right: 0;
  background-image: url(../Dream/img/Banner/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* 极致性能 */
#performance {
  background-image: url(../Dream/img/performance/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 床身 */
#latheBed {
  background-image: url(../Dream/img/latheBed/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 磁悬浮直线电机 */
#motor {
  background-image: url(../Dream/img/motor/0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 横梁 */
#beam {
  background-image: url(../Dream/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(../Dream/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(../Dream/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(../Dream/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(../Dream/img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

#choose_mountings {
  background-image: url(../Dream/img/chooseMountings/0.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
}

/* pad端 */
@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* #Banner {
    background-image: url(../Dream/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); */
    top: 152px;
  }

  .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(../Dream/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: 696px;
    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(../Dream/img/performance/md/0.webp);
  }

  /* 床身 */
  #latheBed {
    background-image: url(../Dream/img/latheBed/md/0.webp);
  }

  /* 磁悬浮直线电机 */
  #motor {
    background-image: url(../Dream/img/motor/md/0.webp);
  }

  /* 横梁 */
  #beam {
    background-image: url(../Dream/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(../Dream/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: 8vw 4.267vw;
    background-color: #fff;
  }

  #mango h2 {
    font-size: 17.067vw;
    margin-bottom: 6.4vw;
    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;
  }

  /* 机型对比 */
  #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;
  }

  .md_contrast_content .layui-inline {
    margin-right: 0;
  }
}

/* 3.21新样式 */
#thirdly {
  height: 400vh;
}

.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: 10%;
}

.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);
}

.thirdly-content ul li.active {
  width: 542px;
}

.thirdly-content ul li.active .li_shade {
  width: 542px;
}

.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;
}

/* 第六屏 */
.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: 100px;
  padding-bottom: 0;
}

.black_technology_nav h3 {
  opacity: 0;
  transform: translateY(-60px);
}

.black_technology_nav p {
  opacity: 0;
  transform: translateY(-60px);
}

.black_technology_nav h3.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.black_technology_nav p.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.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;
}

#crosswise_swiper .crosswise-pagination {
  bottom: -65px;
}

.Banner_tltie p {}

/* 移动端 */
@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: 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;
  }

  .Banner_tltie .bannerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannerBtn {
    width: 31.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 .svgImg {
    display: block;
    margin: auto;
    margin-bottom: 4.8vw;
    width: 31.467vw;
    height: 31.467vw;
  }

  #md_second h2 {
    margin-bottom: 4.8vw;
    color: #fff;
    font-size: 8.533vw;
    text-align: center;
  }

  #md_second p {
    font-size: 3.733vw;
  }

  /* 第四屏 */
  #fourthly {
    width: 100%;
    height: 160vw;
  }

  .md_fourthly {}

  .md_fourthly_text {
    padding-top: 17.867vw;
  }

  .md_fourthly h2 {
    font-size: 9.6vw;
    margin-bottom: 4.267vw;
  }

  .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: 9.6vw;
    margin-bottom: 13.333vw;
  }

  .md_fifth_text {
    padding-top: 17.867vw;
  }

  .md_fifth_text ul li {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }

  .md_fifth_text ul li h5 {
    font-size: 3.733vw;
    text-align: center;
  }

  .md_fifth_text ul li h5 strong {
    font-size: 10.667vw;
  }

  .md_fifth_text ul li p {
    font-size: 3.733vw;
  }

  /* 第六屏 */

  #sixth {
    width: 100%;
    height: 177.867vw;
  }

  .md_sixth {}

  .md_sixth h2 {
    font-size: 9.6vw;
    padding-top: 17.875vw;
  }

  .md_sixth ul {
    padding-bottom: 26.133vw;
  }

  .md_sixth ul li {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }

  .md_sixth ul li h3 {
    font-size: 8.533vw;
  }

  .md_sixth ul li h3 span {
    font-size: 5.333vw;
  }

  .md_sixth ul li p {
    font-size: 3.733vw;
  }

  /* 移动端文案 */
  .md_banner_text {
    height: 130vw;
  }

  /* 移动端横向滚动 */
  .md_crosswise_swiper {
    height: 120vw;
    padding-bottom: 18.6vw;
    padding-top: 9.867vw;
  }

  .md_crosswise-pagination {
    bottom: 30vw !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: 9.6vw;
    font-size: 3.2vw;
    opacity: 0;
    transform: translateY(-2.667vw);
    width: 100%;
    text-align: center;
  }

  .md_crosswise_swiper_nav span {
    width: 12.8vw;
    height: 0.267vw;
    margin-top: 2.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: 1120px) {
  #ScanSlice {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}



/* 大Pad端 1024 - 1199 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .thirdly {
    width: 888px;
  }

  .thirdly-content ul li.active {
    width: 480px;
  }

  .thirdly-content ul li {
    width: 188px;
  }

  .fourthly {}

  .fourthly-content.active {
    width: 888px;
    height: 500px;
    padding-top: 68px;
    padding-left: 48px;
  }

  .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;
  }

}


/* 小pad */
@media (min-width: 768px) and (max-width: 1023px) {
  .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: 150px;
    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 {}

  #sixth {
    height: auto;
  }

  .sixth {
    height: auto;
    min-height: initial;
  }

  .sixth_shade_text {
    transform: translateY(0px);
    opacity: 1;
  }

  .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;
  }

  /* 移动端横向滚动 */
  .md_crosswise_swiper {
    padding: 48px;
  }

  .md_crosswise-pagination {
    bottom: 30vw !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-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: 68px;
  }

  .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;
  }
}



/* Dream0/1样式 */
.Banner_tltie h1 strong.active {
  background: linear-gradient(90deg, #780EFF 0%, #EC3D43 52.15%, #FF9B10 85.59%, #F39405 106.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pageChangeHandler {
  border: 0.5px solid rgba(255, 255, 255, 0.00);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.10) 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pageChangeHandler-content .after {
  position: absolute;
  width: 114px;
  height: 40px;
  left: 0;
  top: 0;
  border-radius: 99px;
  background: linear-gradient(180deg, #FFF 25%, rgba(255, 255, 255, 0.50) 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  transition: all 0.3s;
}

.pageChangeHandler div {
  min-width: 114px;
}

.pageChangeHandler div.active {
  /* border-radius: 99px;
  background: linear-gradient(180deg, #FFF 25%, rgba(255, 255, 255, 0.50) 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px); */
}

.pageChangeHandler div.active span {
  color: var(--Color-Text-Title, #171B25);
}



/* 动态变色字体 */

.container-glizWQ .AXU2Ec1 {
  background: linear-gradient(90deg, #780EFF 0%, #EC3D43 52.15%, #FF9B10 85.59%, #F39405 106.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* #home-banner-slogan {
  font-size: 72px;
  height: auto;
  line-height: normal;
  user-select: none;
  text-align: center;
  margin: auto;
}

.container-glizWQ {
  position: relative;
}

.container-glizWQ .AXU2Ec1 {
  background-image: conic-gradient(from 0deg at 50% -10%,
      rgb(243, 148, 5) 198deg,
      rgb(255, 155, 16) 99.21deg,
      rgb(236, 61, 67) 203.39deg,
      rgb(120, 14, 255) 273.42deg);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-position-x: -50%;
  color: transparent;
  width: fit-content;
  margin: auto;
}

.overlay-uXun_R {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.overlay-uXun_R .AXU2Ec2 {
  background-image: conic-gradient(from 0deg at 50% -10%,
      rgb(243, 148, 5) 99deg,
      rgb(255, 155, 16) 99.21deg,
      rgb(236, 61, 67) 203.39deg,
      rgb(120, 14, 255) 273.42deg);
  mask-image: linear-gradient(90deg,
      transparent -15.5556%,
      black,
      transparent 84.4444%);
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: -50%;
  color: transparent;
  width: fit-content;
  margin: auto;
} */


.secondly-content-top h2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) -12.65%, #FFF 50.04%, rgba(255, 255, 255, 0.00) 111.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 第六屏 */
#sixthly h2 span {
  background: linear-gradient(91deg, #FF3C13 24.75%, #FFBB86 49.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sixthly {
  height: 200vh;
}

.sixthly_shade {
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.sixthly_shade.active {
  height: 50vh;
  /* opacity: 1; */
}

.sixthly_textBox h2 {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

.sixthly_textBox h2 b {
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 2px 12px;
  margin-bottom: 16px;
}

.sixthly_textBox h2.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.sixthly_textBox p {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.sixthly_textBox span {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.sixthly_textBox p.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.sixthly_textBox span.active {
  transform: translateY(0) translateZ(0);
  opacity: 0.65;
}

#sixthly_video {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sixthly_video.active {
  width: 100%;
  height: 100%;
}

#sixthly .sixthly_textBox h2 span {
  background: linear-gradient(101deg, #FFAE34 8.16%, #FF6B34 50.8%, #DB0507 80.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#electricalMachinery h2 {
  background: linear-gradient(90deg, #780EFF 0%, #EC3D43 52.15%, #FF9B10 85.59%, #F39405 106.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  text-align: center;
  margin: auto;
}

#MouseScrolling {
  height: 200vh;
}

.MouseScrolling-content {
  width: 200vw;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#electricalMachinery {
  width: 100vw;
}

.PictureExpansion-content.active {
  width: 100%;
}

#PictureExpansion h2 span {
  background: linear-gradient(90deg, #FF0035 0.05%, #FFBC10 111.67%, #FFE145 195.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.downsize h3 {
  background: linear-gradient(90deg, #780EFF 0%, #EC3D43 52.15%, #FF9B10 85.59%, #F39405 106.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.downsize-content {
  transition: 0.6s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

.downsize-content.active {
  width: 1120px;
  height: 560px;
  border-radius: 12px;
}

.downsize-text {
  transform: translateY(-60px);
  opacity: 0;
  transition: 0.6s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

.downsize-content .downsize-text.active {
  transform: translateY(0px);
  opacity: 1;
}

#mango .pb-180 {
  padding-bottom: 0 !important;
}


/* 底部常驻 */

#bottomFixed {
  transform: translateY(200px);
  opacity: 0;
  transition: 1.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bottomFixed.active {
  transform: translateY(0px);
  opacity: 1;
}

.bottomFixed {
  border-radius: 999px;
  border: 0.5px solid rgba(255, 255, 255, 0.00);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.10) 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bottomFixed li {
  min-width: 114px;
}

.bottomFixed li.active {
  /* border-radius: 99px;
  background: linear-gradient(180deg, #FFF 25%, rgba(255, 255, 255, 0.50) 100%);

  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
}

.bottomFixed li.active span {
  color: #171B25;
}

.bottomFixed.active {
  border-radius: 999px;
  border: 0.5px solid rgba(255, 255, 255, 0.00);
  background: rgba(234, 234, 234, 0.80);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bottomFixed.active span {
  color: #61687C;
}

/* 大轮播箭头 */
.contrast_swiper_button {
  top: 30%;
  width: 1280px;
}

.contrast_swiper-button-prev,
.contrast_swiper-button-next {
  height: 44px;
  width: 44px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  transition: 0.3s all ease-in-out;
  z-index: 9999;
  border: 1px solid #e0e2e4;
  padding: 14px;
  border-radius: 50%;
}

.contrast_swiper-button-prev {
  background-position: center;
  /* margin-left: calc(100vw / 2); */
}

.contrast_swiper-button-next {
  background-position: center;
}

.contrast_swiper-button-next:hover,
.contrast_swiper-button-prev:hover {
  /* background-color: rgba(255, 255, 255, 0.2); */
}

.contrast_swiper-button-prev {
  /* left: -50px; */
  background-image: url(../Dream/img/l.svg);
}

.contrast_swiper-button-next {
  /* right: -50px; */
  background-image: url(../Dream/img/r.svg);
}

/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {

  #Dream0_1 .w-1152,
  #Dream0_1 .w-1120 {
    width: 888px;
  }

  #Dream0_1 .pt-80 {
    padding-top: 68px;
  }

  #Dream0_1 .pb-80 {
    padding-bottom: 68px;
  }

  #Dream0_1 .fs-28 {
    font-size: 24px;
  }

  #Dream0_1 .lh-36 {
    line-height: 32px;
  }

  #Dream0_1 .fs-48 {
    font-size: 28px;
  }

  #Dream0_1 .fs-40 {
    font-size: 28px;
  }

  #Dream0_1 .lh-48 {
    line-height: 36px;
  }

  #Dream0_1 .w-550 {
    width: 436px;
  }

  #Dream0_1 .mr-20 {
    margin-right: 16px;
  }

  #Dream0_1 .mb-20 {
    margin-bottom: 16px;
  }

  #Dream0_1 .mb-64 {
    margin-bottom: 48px;
  }

  #Dream0_1 .mb-24 {
    margin-bottom: 20px;
  }

  #Dream0_1 .fs-18 {
    font-size: 16px;
  }

  #Dream0_1 .lh-26 {
    line-height: 24px;
  }

  #Dream0_1 .w-560 {
    width: 456px;
  }

  #Dream0_1 .mr-64 {
    margin-right: 48px;
  }

  #Dream0_1 .pt-40 {
    padding-top: 24px;
  }

  #Dream0_1 .pb-40 {
    padding-bottom: 24px;
  }

  #Dream0_1 .w-800 {
    width: 588px;
  }

  #Dream0_1 .h-560 {
    height: 444px;
  }

  #Dream0_1 .lh-60 {
    line-height: 36px;
  }

  .secondly-content-bottom .w-360 {
    width: 288px;
    height: 240px;
  }

  #sixthly_video.active {
    width: 100%;
  }

  #framework {
    width: 100%;
  }

  .downsize-content.active {
    width: 888px;
    height: 560px;
  }

  .PictureExpansion-content.active {
    width: 100% !important;
  }

  .contrast_swiper_button {
    width: 100%;
  }
}

/* 小pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #Dream0_1 .line {
    width: 100% !important;
  }

  #Dream0_1 .h-630 {
    height: auto;
  }

  #Dream0_1 .w-1152,
  #Dream0_1 .w-1120 {
    width: 680px;
  }

  #Dream0_1 .pt-40 {
    padding-top: 16px;
  }

  #Dream0_1 .pb-40 {
    padding-bottom: 16px;
  }

  #Dream0_1 .pt-80 {
    padding-top: 48px;
  }

  #Dream0_1 .pb-80 {
    padding-bottom: 48px;
  }

  #Dream0_1 .fs-16 {
    font-size: 14px;
  }

  #Dream0_1 .fs-28 {
    font-size: 20px;
  }

  #Dream0_1 .lh-24 {
    line-height: 22px;
  }

  #Dream0_1 .lh-36 {
    line-height: 28px;
  }

  #Dream0_1 .fs-48 {
    font-size: 28px;
  }

  #Dream0_1 .fs-40 {
    font-size: 28px;
  }

  #Dream0_1 .lh-48 {
    line-height: 36px;
  }

  #Dream0_1 .lh-60 {
    line-height: 36px;
  }

  #Dream0_1 .w-550 {
    width: 332px;
  }

  #Dream0_1 .mr-20 {
    margin-right: 16px;
  }

  #Dream0_1 .mb-20 {
    margin-bottom: 16px;
  }

  #Dream0_1 .mb-48 {
    margin-bottom: 32px;
  }

  #Dream0_1 .mb-64 {
    margin-bottom: 32px;
  }

  #Dream0_1 .mb-24 {
    margin-bottom: 20px;
  }

  #Dream0_1 .fs-18 {
    font-size: 16px;
  }

  #Dream0_1 .lh-26 {
    line-height: 24px;
  }

  #Dream0_1 .w-560 {
    width: 348px;
  }

  #Dream0_1 .mr-64 {
    margin-right: 32px;
  }

  #Dream0_1 .w-800 {
    width: 480px;
  }

  #Dream0_1 .h-560 {
    height: 340px;
  }

  .secondly-content-bottom .w-360 {
    width: 216px;
    height: 220px;
  }

  #sixthly_video.active {
    width: 100%;
  }

  #framework {
    width: 100%;
  }

  .downsize-content.active {
    width: 680px;
    height: 340px;
  }

  .PictureExpansion-content.active {
    width: 100% !important;
  }

  .downsize-text {
    padding-top: 32px;
    padding-left: 32px;
  }

  .downsize-text p {
    width: 310px;
    font-size: 14px;
    line-height: 22px;
  }

  #MouseScrolling {
    height: auto;
  }

  .MouseScrolling {
    height: auto;
    position: initial;
  }

  .MouseScrolling-content {
    width: 100%;
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  #electricalMachinery {
    height: 800px;
  }


  #electricalMachinery p {
    font-size: 14px;
    line-height: 22px;
  }

  #framework {
    width: 680px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 48px 0;
  }

  #framework img {
    order: 2;
    width: 100%;
  }

  #framework .pa {
    position: inherit;
    padding-left: 0;
    display: block;
    order: 1;
  }

  .framework-text {
    margin-bottom: 24px;
  }


  .framework-text h2 br {
    display: none;
  }

  #MouseScrolling {
    background-color: #05060C;
  }

  .secondly-content-top,
  .secondly-content-top .h-300 {
    height: 260px;
  }

  .secondly-content-top .w-800 {
    width: 574px !important;
  }

  .sixthly {
    height: auto;
    padding: 40px 64px;
  }

  .sixthly_content {
    height: auto;
    position: inherit;
    display: block;
  }

  #sixthly_video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .md_sixthly_title h2 {
    margin-bottom: 16px;
  }

  .md_sixthly_title {
    margin-bottom: 32px;
  }

  .contrast_swiper_button {
    width: 100%;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  header.pa {
    position: relative;
  }

  .Banner_tltie h1 strong {
    font-size: 10.667vw;
    line-height: 100%;
  }

  .Banner_tltie h1 {
    color: white;
    font-size: 10.667vw;
    line-height: 100%;
    margin-bottom: 2.133vw;
  }

  .Banner_tltie p {
    color: white;
    opacity: 0.85;
    font-size: 3.200vw;
    line-height: 6.400vw;
    letter-spacing: 1.920vw;
    margin-bottom: 0;
  }

  .pageChangeHandler {
    margin-top: 6.400vw;
  }

  .pageChangeHandler div {
    min-width: 28.000vw;
  }

  .pageChangeHandler div span {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  #dynamic-text {
    height: 160.000vw;
  }

  .dynamic-text h2 {
    width: fit-content;
    font-size: 12.800vw;
    line-height: 16.000vw;
    margin: auto;
  }

  .videoHandler {
    padding: 2.667vw 6.400vw;
  }

  .videoHandler span {
    font-size: 4.267vw;
    line-height: 6.400vw;
  }

  .videoHandler svg {
    margin-left: 2.133vw;
  }

  .container-glizWQ {
    margin-bottom: 12.800vw;
  }

  .w-1120 {
    width: 100%;
  }

  #secondly {
    padding: 10.667vw 4.267vw;
  }

  .secondly .h-300 {
    height: auto;
  }

  .secondly-content-top {
    margin-bottom: 4.267vw;
    border-radius: 2.133vw;
  }

  .secondly-content-top .pa {
    width: 100%;
    top: initial;
    bottom: 0;
    padding-bottom: 5.333vw;
  }

  .secondly-content-top .pa .w-800 {
    width: 100%;
    justify-content: center;
  }

  .secondly-content-top .pa .w-800 h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
    color: #fff;
    background: none;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }

  .secondly-content-top .pa .w-800 h2:first-child {
    margin-right: 4.267vw;
  }

  .secondly-content-bottom {
    display: block;
  }

  .secondly-content-bottom .w-360 {
    width: 100%;
    height: 100%;
    margin-bottom: 4.267vw;
    border-radius: 2.133vw;
  }

  .scale-hv12-img:hover img {
    transform: scale(1) !important;
  }

  .secondly-content-bottom .w-360 .pa {
    padding-bottom: 5.333vw;
  }

  .secondly-content-bottom .w-360 .pa h3 {
    font-size: 5.333vw;
    line-height: 7.467vw;
  }

  .secondly-content-bottom3 {
    margin-bottom: 0;
  }


  /* 移动端第六屏 */
  #sixthly {
    height: auto;
  }

  .sixthly {
    height: auto;
    padding: 10.667vw 4.267vw;
  }

  .sixthly_title {
    position: inherit;
    font-size: 6.4vw;
    line-height: 8.533vw;
    padding-top: 10.667vw;
    padding-bottom: 8.533vw;
  }

  .md_sixthly_title {
    margin-bottom: 6.400vw;
  }

  .md_sixthly_title h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 2.133vw;
    color: #F6F6F6;
  }


  .md_sixthly_title p {
    font-size: 3.733vw;
    line-height: normal;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 2.133vw;
  }

  .md_sixthly_title span {
    font-size: 3.200vw;
    line-height: 5.333vw;
  }

  .sixthly_content {
    height: auto;
    display: block;
  }

  .sixthly_content video {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
  }

  #MouseScrolling {
    height: auto;
  }

  .MouseScrolling {
    height: auto;
    position: initial;
  }

  .MouseScrolling-content {
    width: 100%;
    display: block;
    transform: translate3d(0.000vw, 0.000vw, 0.000vw) !important;
  }

  #electricalMachinery {
    height: 133.333vw;
  }

  .electricalMachineryBg {
    display: none;
  }

  #electricalMachinery svg {
    width: 17.067vw;
  }

  #electricalMachinery h3 {
    font-size: 10.667vw;
    line-height: 12.800vw;
  }

  #electricalMachinery h2 {
    font-size: 17.067vw;
    line-height: 120%;
    margin-bottom: 4.267vw;
  }

  #electricalMachinery p {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  #framework {
    padding: 10.667vw 4.267vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #framework img {
    order: 2;
    width: 100%;
  }

  #MouseScrolling {
    background-color: #05060C;
  }

  #framework .pa {
    position: inherit;
    padding-left: 0;
    display: block;
    order: 1;
  }

  .framework-text {
    margin-bottom: 6.400vw;
  }

  .framework-text h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    margin-bottom: 3.200vw;
    text-align: center;
  }

  .framework-text h2 br {
    display: none;
  }

  .framework-text p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    text-align: center;
  }

  #fine {
    padding: 10.667vw 4.267vw;
  }

  .fine {
    flex-wrap: wrap;
  }

  .fine-img {
    width: 100%;
    order: 2;
    margin-right: 0;
    margin-bottom: 1.600vw;
  }

  .fine-text {
    width: 100%;
    order: 1;
  }

  .fine-text {
    margin-bottom: 6.400vw;
  }

  .fine-text h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    margin-bottom: 3.200vw;
    text-align: center;
  }

  .fine-text h2 br {
    display: none;
  }

  .fine-text p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    text-align: center;
    opacity: 0.65;
    margin-bottom: 0;
  }

  .fine span {
    order: 3;
    text-align: right;
    width: 100%;
  }

  /* 图片展开移动端 */
  #PictureExpansion {
    padding: 10.667vw 4.267vw;
    background-color: #06080E;
  }

  .PictureExpansion-title {
    margin-bottom: 6.400vw;
  }

  .PictureExpansion-title h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    margin-bottom: 4.267vw;
  }

  .PictureExpansion-title p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    opacity: 0.65;
  }

  .PictureExpansion-content {
    width: 100%;
    height: auto;
    border-radius: 2.133vw;
  }

  .PictureExpansion-content img {
    width: 100%;
    height: auto;
  }

  /* 图片缩小移动端 */
  #downsize {
    padding: 10.667vw 4.267vw;
    height: auto;
  }

  .downsize {
    position: initial;
    height: auto;
  }

  .downsize-text {
    position: initial;
    width: 100%;
    order: 1;
    margin-bottom: 6.400vw;
  }

  .downsize-text h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    margin-bottom: 3.200vw;
    text-align: center;
  }

  .downsize-text p {
    font-size: 3.733vw;
    line-height: 5.867vw;
    text-align: center;
    margin-bottom: 0;
    opacity: 0.65;
    width: 100%;
  }

  .downsize-content {
    width: 100%;
    height: auto;
    border-radius: 2.133vw;
    display: flex;
    flex-wrap: wrap;
  }

  .downsize-content img {
    width: 100%;
    height: auto;
    order: 2;
  }

  .downsize-content .downsize-text {
    transform: translateY(0.000vw);
    opacity: 1;
    padding: 0;
  }
}