html,
body {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  /* #Board {
    height: 540px;
  }
  #Pipe {
    height: 540px;
  }
  #AllInOne {
    height: 540px;
  }
  #Coiled {
    height: 540px;
  }
  #U_series {
    height: 540px;
  }
  #Automation {
    height: 640px;
  } */
}

@media (min-width: 1120px) {
  .Coiled-content-box {
    margin-left: calc((100vw - 1152px - 17px) / 2);
  }
}

.w100 {}

section {
  /* overflow-x: hidden; */
  /* overflow-y: clip; */
}

.staffService_hint {
  left: -74px;
  top: 12px;
}

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

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

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

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

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

.InquiryBtn span {
  color: #ffffff;
}

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

.aboutusList {
  filter: invert(100%);
}

/* 导航 */
.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: none;
  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%); */
}

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

.btnmore {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  border: 1px solid #e3e2e5;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-family: RedHatDisplay-Regular, "Microsoft YaHei" !important;
  font-weight: 400 !important;
  line-height: 12px;
  /* 85.714% */
  cursor: pointer;
  margin-left: 32px;
}

.btnmore:hover {
  background: var(---400, #e6e7ea);

  color: #000;

}

.btnmore:active {
  background: #000000;


  color: #fff;

}



@media screen and (min-width: 1200px) {
  .Insight-content {
    width: 1120px;
  }
}

/* 设备对比 */

/* 大屏幕专属样式 */
/* .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) {
      .navList .maxw-1152 {
    overflow-x: scroll;
  }
  #Banner {
    height: 440px;
    margin-bottom: 68px;
  }

  .btnmore {
    display: none
  }

  .fs-32 {
    font-size: 28px;
  }

  .mt-96 {
    margin-top: 32px;
  }

  .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) {
    .navList .maxw-1152 {
    overflow-x: scroll;
  }
    #Pipe h3,
  #Board h3,
  #AllInOne h3,
  #Coiled h3,
  #Automation h3,
  #U_series h3 {
    width: 80%;
  }
  .navTitleMainBox .navbar {
    filter: invert(0%);
  }

  .btnmore {
    display: none;
  }

  .AllInOne-mySwiper {
    padding-bottom: 0px;
  }

  .fs-32 {
    font-size: 26px;
  }

  .lh-45 {
    line-height: 32px;
  }

  #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: fit-content;
    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: 0px;

  }

  .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  section .swiper {
    padding-top: 20px;
  }

  .Banner-mySwiper {
    padding-top: 0 !important;
  }

  .mt-96 {
    margin-top: 6vw;
  }
}


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

  .btnmore {
    padding: 3.2vw !important;
    font-size: 3.2vw !important;
    margin-left: 8.533vw !important;
    display: none !important;
  }

  .navList .maxw-1152 {
    overflow: auto;
  }

  .navList .maxw-1152 ul {
    width: auto;
  }

  .mr-16 {
    margin-right: 4.267vw;
  }

  .Banner-mySwiper .swiper-slide h4 {
    font-size: 4.267vw;
    width: 85%;
    margin: auto;
  }

  .Banner-mySwiper .swiper-slide h1 {
    font-size: 8vw;
    line-height: 10.667vw;
    margin-bottom: 3.2vw;
  }

  .video_btn {
    width: max-content;
    height: 9.6vw;
    font-size: 4.533vw;
    margin: auto;
    padding-left: 4.6vw;
    padding-right: 4.6vw;
  }

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

  /* 板材切割机 */
  #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: 4.2vw;
    width: 80%;
  }

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

  #Board .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-radius: 8px;
    z-index: 0;
  }

  #Board .img-box:hover::before {
    opacity: 1;
  }

  /* 管 */
  .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: 3.733vw;
    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: 0vw;
  }

  /* 型材 */
  #U_series.w-848.h-390 {
    width: 91.733vw !important;
    height: 42.133vw !important;
  }

  #U_series {
    padding-bottom: 0;
    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: 7.533vw;
    line-height: 10.667vw;
    margin-bottom: 6.4vw;
    text-align: center;
    width: 98%;
    margin: auto;
    margin-bottom: 6.4vw;
  }

  #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: 56.6vw;
    height: 10.667vw;
    text-align: center;
  }

  .Automation-mySwiper {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  /* 深入了解产品 */
  #Insight {
    padding-top: 14.933vw;
    background-color: #fff;
    padding-bottom: 6.933vw;
  }

  .Insight-nav h3 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .Insight-nav {
    padding-bottom: 12.8vw;
  }

  .md_Insight-content {
    padding: 0 4.267vw;
    width: 100%;
  }

  .md_Insight-content ul li {
    width: 100%;
    border-radius: 2.133vw;
    height: 16vw;
    margin-bottom: 4.267vw;
    padding: 4.8vw 6.4vw;
    border: 0.267vw solid#000;
    background-color: #fff;
    transition: all 0.3s;
  }

  .md_Insight-content ul li:hover {
    border: none;
    /* background-color: #000; */
    filter: invert(100%);
  }

  .md_Insight-content ul li img {
    width: 6.4vw;
    height: 6.4vw;
  }

  .md_Insight-content ul li h3 {
    font-size: 4.8vw;
  }

  .md_Insight-content ul li span img {
    width: 6.4vw;
    height: 6.4vw;
  }

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

  #Automation .swiper-slide.pl-16 {
    padding-left: 0;
  }

  .Automation-mySwiper {
    padding-right: 6.4vw;
  }

  #AllInOne .swiper_button_pr {
    display: none;
  }

  .nav-content-l li {
    width: 24.5vw;
  }
}





@media (max-width: 767px) {
  .sideIcon_no1 {
    right: 6.6vw;
    bottom: 42.867vw;
  }

  .BackTo-top {}

  #Pipe,
  #Board,
  #AllInOne,
  #Coiled,
  #Automation,
  #U_series {
    overflow-x: hidden;
    width: 100%;
  }

  #Pipe h3,
  #Board h3,
  #AllInOne h3,
  #Coiled h3,
  #Automation h3,
  #U_series h3 {
    line-height: normal;
  }

  #Pipe h3 {
    width: 80vw;
  }

  #U_series h3 {
    width: 70vw;
  }

  #AllInOne .swiper {
    padding-bottom: 0vw;
    padding-top: 3.733vw;
  }

  .U_series-mySwiper {
    padding-right: 32px;
  }
}




/* .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
  float: none !important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  min-height: 0;
  padding-right: 0;
} */
#bt {
  font-family: inherit;
  font-size: 20px;
  background: #ff4610;
  color: #fff;
  padding: 10px 22px;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s;
  margin: 0 auto;
}

/* 公共样式结束 */

/* 页面新样式 */
.swiper p.w70 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
}


.contact-content {
  border-radius: 30px;
  padding-bottom: 0;
}