#U_series,
#software {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}
@media (max-width: 1200px) {
    .nav-content-l .w-181 {
        min-width: 140px;
    }
    .nav-content-l .pl-10 {
        padding-left: 0;
    }
    .nav-content-l .pr-10 {
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    #renke1 {
        height:600px;
    }

    #renke2 {
        height:600px;
    }

    #renke3 {
        height:600px;
    }

    #renke4 {
        height:600px;
    }

    #renke5 {
        height:600px;
    }

    #renke6 {
        height:600px;
    }

    #renke7 {
        height:600px;
    }

    #renke8 {
        height:600px;
    }

    #renke9 {
        height:600px;
    }

    #renke10 {
        height:600px;
    }

    #renke11 {
        height:600px;
    }
}

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

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

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

/* 轮播遮罩 */
.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(../image/l.svg);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Banner-swiper-button-next {
    right: 0;
    background-image: url(../image/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(../image/l1.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(../image/r1.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
}


/* 设备对比 */

/* 大屏幕专属样式 */
/* .layui-input,
  .layui-form-select {
    width: 256px;
  }
  .contrast_content li:nth-child(2n-1) div {
    background-color: #f6f7f8;
  } */

#renke1,#renke2,#renke3,#renke4,#renke5,#renke6,#renke7,#renke8,#renke9,#renke10,#renke11 {
    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;
    }

    #renke1,#renke2,#renke3,#renke4,#renke5,#renke6,#renke7,#renke8,#renke9,#renke10,#renke11  {
        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;
    }

    /* 板材切割机 */
    #renke1,#renke2,#renke3,#renke4,#renke5,#renke6,#renke7,#renke8,#renke9,#renke10,#renke11 {
        padding-left: 16px;
    }

    #renke1 h3,#renke2 h3,#renke3 h3,#renke4 h3,#renke5 h3,#renke6 h3,#renke7 h3,#renke8 h3,#renke9 h3,#renke10 h2,#renke11 h3 {
        font-size: 7.8vw;
    }

    #Pipe .maxw-1120 {
        line-height: 45px;
    }

    .swiper-slide.w-350 {
        width: 44.8vw !important;
        height: 57.133vw !important;
        padding-top: 3.733vw;
        padding-bottom: 9.6vw;
    }

    .swiper-slide .h-350 {
        height: 44.8vw;
    }

    .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(../image/l1.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(../image/r1.svg);
        background-size: 4.267vw 4.267vw;
        background-position: center;
        background-repeat: no-repeat;
        /* filter: invert(100%); */
    }


}