@media (min-width: 768px) {
  #Board {
    height: 540px;
  }

  #Pipe {
    height: 540px;
  }

  #AllInOne {
    height: 540px;
  }

  #Coiled {
    height: 540px;
  }

  #U_series {
    height: 540px;
  }

  #Automation {
    height: 540px;
  }

  #software {
    height: 640px;
  }

  #contrast {
    /* height: 1700px; */
  }
}

@media (min-width: 1120px) {
  .Coiled-content-box {
    margin-left: calc((100vw - 1152px - 17px) / 2);
  }
}

.w100 {}

section {
  /* overflow-x: hidden; */
  /* overflow-y: clip; */
}

/* 导航 */
.nav_roll {
  height: 56px;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(29, 29, 31, 0.7);
}

.nav_roll h5 {
  color: #fff;
  opacity: 0.8;
}

.nav_roll img,
.nav_roll p {
  display: none;
}

.nav_roll li {
  height: 56px;
}

.nav_roll li:hover h5 {
  opacity: 1;
}

.Board-mySwiper,
.Pipe-mySwiper {
  padding-right: 24px;
}

/* 轮播遮罩 */
.Banner-shade {
  background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
}

/* 大轮播分页器 */
.Banner-mySwiper-pagination li {
  background: #ffffff4d;
}

.Banner-mySwiper-pagination li>div {
  background-color: hsla(0, 0%, 100%, 0.3);
  overflow: hidden;
  position: relative;
}

.Banner-mySwiper-pagination li .rail {
  background-color: hsla(0, 0%, 100%, 0.3) !important;
  left: -4px;
  width: 4px;
}

.Banner-mySwiper-pagination li .rail.pagination-active {
  background-color: #fff !important;
  height: 100%;
  -webkit-transition: width 5.5s ease-out;
  -moz-transition: width 5.5s ease-out;
  transition: width 5.5s ease-out;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
}

/* 大轮播图文字样式 */
.Banner-mySwiper .swiper-slide:nth-child(4) .Banner-text {
  /* color: #FF4610;
    margin-left: 32px; */
  /* display: none; */
}

.Banner-mySwiper .swiper-slide:nth-child(2) .Banner-text h1 {
  /* color: #FF4610;
    margin-left: 32px; */
  /* color: #000000; */
}

.Banner-mySwiper .swiper-slide:nth-child(2) .Banner-text h4 {
  opacity: 0.8;
  /* color: #000000; */
}

/* .Banner-mySwiper .swiper-slide .Banner-text {
  opacity: 0;
}
.Banner-mySwiper .swiper-slide .Banner-text.active{
  opacity: 1;
  transition: 2s all;
} */
/* 大轮播箭头 */
.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;
}

.Banner-swiper-button-next:hover,
.Banner-swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.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;
}

/* 切割机 */
.Coiled-content hr,
.swiperList-hover hr {
  border: 1px solid #979797;
  background-color: #979797;
  margin: 0;
}

.swiper-slide-last>div:hover {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.last-b:hover {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.swiper-slide-last>div:hover .lastImg {
  transform: scale(1.2);
}

.swiperList-hover .swiper-slide .img-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(180deg,
      #000000 0%,
      #828898 77%,
      #828898 100%);
  transition: 0.3s all ease-in-out;
  z-index: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.swiperList-hover .swiper-slide:hover .img-box::before {
  /* opacity: 1; */
}

.swiperList-hover .swiper-slide:hover img {
  opacity: 1;
}

.swiperList-hover .swiper-slide:hover .scan_tag {
  opacity: 1;
}

.swiperList-hover .swiper-slide:hover span.xiebiaoqian {
  opacity: 1;
}

.Coiled-content:hover img {
  opacity: 1;
}

/* 公共样式 */
.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%); */
}

.btnmore {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  border: 1px solid #e3e2e5;
  color: #000;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 85.714% */
  cursor: pointer;
  margin-left: 32px;
}

.btnmore:hover {
  background: var(---400, #e6e7ea);

  color: #000;

}

.btnmore:active {
  background: #000000;


  color: #fff;

}

.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%); */
}

/* 卷材 */
/* .Coiled-content::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(180deg, #000000 0%, #828898 77%, #828898 100%);
  transition: 0.3s all ease-in-out;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.Coiled-content:hover::before{
  opacity: 1;
} */
.Coiled-content:hover .coiledImgPa {
  opacity: 1;
}

/* 自动化装置 */
.Automation-mySwiper .swiper-slide:hover video {
  opacity: 1;
}

.Automation-mySwiper .swiper-slide:hover .img-box img {
  transform: scale(1.2);
}

/* 定制我的设备 */
#Customization {}



.swiper-slide:hover .more {
  color: #ff4610;
}

.Coiled-content:hover .more {
  color: #ff4610;
}

.Coiled-content .img-box img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* 研发产品 */
#software .swiper-slide:hover img {
  opacity: 1;
}

#software .swiper-slide:hover h5 {
  color: #FFF;
}

#software .swiper-slide:hover p {
  color: rgba(255, 255, 255, 0.65);
}



/* 设备对比 */

/* 大屏幕专属样式 */
/* .layui-input,
.layui-form-select {
  width: 256px;
}
.contrast_content li:nth-child(2n-1) div {
  background-color: #f6f7f8;
} */
#Pipe,
#Board,
#Automation {
  overflow-x: clip;
}

/* 大pad断点 lg */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #Banner {
    height: 440px;
    margin-bottom: 68px;
  }

  .Banner-mySwiper-pagination {
    bottom: 20px;
  }

  .Banner-text {
    top: 68px;
    left: 0;
  }

  .Banner-text h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .Banner-text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .pl-calc1120 {
    padding-left: calc((100vw - 888px) / 2);
  }

  .pr-calc1120 {
    padding-right: calc((100vw - 888px) / 2);
  }

  .ml-calc1120 {
    margin-left: calc((100vw - 888px) / 2);
  }

  .mr-calc1120 {
    margin-right: calc((100vw - 888px) / 2);
  }

  .pl-calc1152 {
    padding-left: calc((100vw - 888px) / 2);
  }

  .pr-calc1152 {
    padding-right: calc((100vw - 888px) / 2);
  }

  .ml-calc1152 {
    margin-left: calc((100vw - 888px) / 2);
  }

  .mr-calc1152 {
    margin-right: calc((100vw - 888px) / 2);
  }

  .maxw-1120 {
    max-width: 888px;
  }

  .w-1120 {
    width: 888px;
  }

  .w-1152 {
    width: 888px;
  }
}

/* 小pad断点 md*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #Banner {
    height: 360px;
    margin-bottom: 0;
  }

  .Banner-mySwiper-pagination {
    bottom: 20px;
  }

  .Banner-text {
    top: 40px;
    left: 0;
  }

  .Banner-text h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .Banner-text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .video_btn {
    width: 98px;
    height: 32px;
    font-size: 14px;
    line-height: 22px;
  }

  .pl-calc1120 {
    padding-left: calc((100vw - 680px) / 2);
  }

  .pr-calc1120 {
    padding-right: calc((100vw - 680px) / 2);
  }

  .ml-calc1120 {
    margin-left: calc((100vw - 680px) / 2);
  }

  .mr-calc1120 {
    margin-right: calc((100vw - 680px) / 2);
  }

  .pl-calc1152 {
    padding-left: calc((100vw - 680px) / 2);
  }

  .pr-calc1152 {
    padding-right: calc((100vw - 680px) / 2);
  }

  .ml-calc1152 {
    margin-left: calc((100vw - 680px) / 2);
  }

  .mr-calc1152 {
    margin-right: calc((100vw - 680px) / 2);
  }

  .maxw-1120 {
    max-width: 680px;
  }

  .w-1120 {
    width: 680px;
  }

  .w-1152 {
    width: 680px;
  }

  .w-416 {
    width: 328px;
  }

  .w-848 {
    width: 672px;
  }

  .h-390 {
    height: 288px;
  }

  .h-280 {
    height: 205px;
  }

  .swiper-slide .pt-24 {
    padding-top: 16px;
  }

  .swiper-slide .pb-24 {
    padding-bottom: 16px;
  }

  .swiper-slide h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
  }

  .swiper-slide span {
    font-size: 14px;
    line-height: 22px;
  }

  #Board,
  #Pipe,
  #AllInOne,
  #U_series,
  #Coiled,
  #Automation,#software {
    padding-top: 48px;
    padding-bottom: 48px;
    height: 472px;
  }

  .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  section .swiper {
    padding-top: 32px;
  }

  .Banner-mySwiper{
    padding-top: 0 !important;
  }

}

/* 移动端 */
@media (max-width: 767px) {
  .navList .maxw-1152 {
    overflow: auto;
  }

  .navList .maxw-1152 ul {
    width: auto;
  }

  .mr-16 {
    margin-right: 4.267vw;
  }

  .Banner-mySwiper .swiper-slide h4 {
    font-size: 3.733vw;
    font-size: 4.267vw;
  }

  .Banner-mySwiper .swiper-slide h1 {
    font-size: 8vw;
    line-height: 10.667vw;
    margin-bottom: 3.2vw;
  }

  .video_btn {
    width: 31.2vw;
    height: 9.6vw;
    font-size: 4.533vw;
    margin: auto;
  }

  .btnmore {
    padding: 3.2vw !important;
    font-size: 3.2vw !important;
    margin-left: 8.533vw !important;
  }

  .Banner-mySwiper-pagination {
    bottom: -6.4vw;
  }

  .Banner-mySwiper-pagination li,
  .Banner-mySwiper-pagination li>div {
    width: 2.133vw;
    height: 2.133vw;
  }

  .Banner-mySwiper-pagination li .rail.pagination-active {
    background-color: #fff !important;
    -webkit-transition: width 0s ease-out;
    -moz-transition: width 0s ease-out;
    transition: width 0s ease-out;
  }

  .Banner-text {
    bottom: 17.067vw;
    top: inherit;
    text-align: center;
  }

  #Banner {
    height: 133.333vw;
    margin-bottom: 16vw;
  }

  /* 板材切割机 */
  #Pipe,
  #Board,
  #AllInOne,
  #Coiled,
  #Automation,
  #U_series {
    padding-left: 16px;
  }

  #Pipe h3,
  #Board h3,
  #AllInOne h3,
  #Coiled h3,
  #Automation h3,
  #U_series h3 {
    font-size: 7.8vw;
  }

  #Pipe .maxw-1120 {
    line-height: 45px;
  }

  .swiper-slide.w-416 {
    width: 44.8vw !important;
    height: 42.133vw !important;
    padding-top: 3.733vw;
    padding-bottom: 9.6vw;
  }

  .swiper-slide .h-280 {
    height: 30.133vw;
  }

  .swiper-slide .pt-24.pb-24.pl-16.pr-16 {
    padding: 0 2.133vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 11.733vw;
  }

  .swiper-slide h4 {
    font-size: 3.2vw;
    line-height: normal;
    margin-bottom: 0;
  }

  /* 公共样式 */
  .swiperList-hover .swiper-button-next,
  .swiperList-hover .swiper-button-prev {
    width: 6.4vw;
    height: 6.4vw;
    /* border: 0.267vw solid #e0e2e4; */
    border: 0.267vw solid #e0e2e4;
    padding: 3.733vw;
    border-radius: 50%;
    /* top: -10.667vw; */
    /* background: #828898; */
    /* opacity: 0.5; */
  }

  .swiperList-hover .swiper-button-prev {
    right: 14.933vw;
    left: initial;
    background-image: url(../img/l.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }

  .swiperList-hover .swiper-button-next {
    right: 6.4vw;
    left: initial;
    background-image: url(../img/r.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }

  /* 管 */
  .swiper-slide.w-848.h-390 {
    width: 91.733vw !important;
    height: 42.133vw !important;
    padding-bottom: 9.6vw;
    padding-top: 3.733vw;
  }

  /* 一体 */
  #AllInOne .swiper-slide.w-416.h-390 {
    width: 44.8vw !important;
    height: 42.133vw !important;
    margin-bottom: 9.6vw;
    margin-top: 3.733vw;
    box-sizing: content-box;
    padding: 0;
  }

  #AllInOne .swiper-slide.w-416.h-390 .img-box {
    height: 30.933vw;
  }

  #AllInOne .mb-40 {
    margin-bottom: 0 !important;
  }

  .mb-40 {
    margin-bottom: 3.733vw !important;
  }

  /* 卷 */
  #Automation {
    padding-top: 9.6vw;
  }

  /* 型材 */
  #U_series.w-848.h-390 {
    width: 91.733vw !important;
    height: 42.133vw !important;
  }

  #U_series {
    padding-bottom: 9.6vw;
    padding-top: 3.733vw;
  }

  .Coiled-content {
    width: 91.733vw !important;
    height: 42.133vw !important;
    padding-bottom: 9.6vw;
    margin-left: 0;
  }

  .Coiled-content .img-box.h-280 {
    height: 30.4vw;
  }

  .Coiled-content .pt-24.pb-24.pl-16.pr-16 {
    padding: 0 2.133vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 11.733vw;
  }

  .Coiled-content h4 {
    font-size: 3.2vw;
  }

  #Customization {
    margin: 0;
    height: 80vw;
    width: 100%;
  }

  #Customization .h-400 {
    height: 80vw;
  }

  #Customization h3 {
    font-size: 8.533vw;
    line-height: 10.667vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }

  #Customization .pt-133 {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #Customization .w-440 {
    width: 51.2vw;
  }

  #Customization .w-160.h-40 {
    width: 25.6vw;
    height: 10.667vw;
  }

  .Automation-mySwiper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .w-384 {
    width: 100%;
  }

  .swiper-slide.pl-16 {
    padding-left: 3.4vw;
  }

  #AllInOne .swiper-slide {
    margin-right: 3.4vw !important;
  }

  .Automation-mySwiper .swiper-slide:hover video {
    opacity: 0;
  }

  .swiper_button_pr {
    top: 5px;
  }

  #Automation {
    padding-left: 3.2vw;
  }

  #software {
    padding-left: 3.2vw;
  }

  .software-mySwiper {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 7.6vw;
  }

  .software-mySwiper .swiper-slide img {
    height: 29.744vw;
    opacity: 1;
    border-radius: 0 !important;
  }

  .software-mySwiper .swiper-slide {
    height: auto !important;
    padding: 0;
    border-radius: 2.051vw !important;
    overflow: hidden;
    margin-top: 3.733vw;
    margin-bottom: 9.6vw;
  }

  #software .swiper-slide:hover img {
    opacity: 1;
  }

  #software .swiper-slide:hover h5 {
    color: var(--Color-Text-Title);
    font-size: 3.2vw;
  }

  #software .swiper-slide:hover p {
    color: var(--Color-Text-T2);
  }

  .softwareMdText {
    padding: 3.077vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  #AllInOne .swiper_button_pr {
    display: none;
  }

  .nav-content-l li {
    width: 24.5vw;
  }
}