/* 导航栏 */
.header_bg {
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.7);
}

.title_box {
    transition: background 1.2s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.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 .li svg {
    filter: invert(100%);
}

.dimWhite .c-white {
    color: #000000 !important;
}

.dimWhite .btn_box>div {
    color: #fff !important;
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
    width: 44px;
    height: 44px;
    /* border: 1px solid #e0e2e4; */
    border: 1px solid #000;
    padding: 14px;
    border-radius: 50%;
    /* top: -40px; */
    /* background: #828898; */
    /* opacity: 0.5; */
}

.swiperList-hover .swiper-button-prev {
    right: 64px;
    left: initial;
    background-image: url(../img/l.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
    right: 0;
    left: initial;
    background-image: url(../img/r.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
}

/* 业务代码 */
#thirdly .thirdly-title {
    background: linear-gradient(180deg, #111 0%, #0F111E 100%);
}

.thirdly-content-pa div {
    background: linear-gradient(180deg, #FF4610 0%, #FFE145 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Oswald-Medium;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 44px */
}

.thirdly-content-pa div span {
    color: #FFE145;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 20px */
}

.thirdly-content-pa p {
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 27.2px */
}

.fifth-title b {
    background: linear-gradient(180deg, #FF4610 0%, #FFE145 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Oswald-Medium;
    font-size: 88px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 105.6px */
}

.sixth ul h2 {
    background: linear-gradient(180deg, #FF4610 0%, #FFE145 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Oswald-Medium;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 74.8px */
}

.sixth ul span {
    color: #FFE145;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.sixth ul p {
    color: rgba(255, 255, 255, 0.75);
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: 4px;
}


.Ninth-pa-title h2 {
    background: linear-gradient(180deg, #FF4610 0%, #FFE145 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Oswald-Medium;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 74.8px */
}

.Ninth-pa-title span {
    color: #FFE145;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.Ninth-pa-title p {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
    letter-spacing: 2px;
}

/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {

    .line {
        width: 100% !important;
    }

    .title_box.dimBlack {
        width: 100% !important;
        padding-left: 32px;
        padding-right: 16px;
    }

    .w-540 {
        width: 430px;
    }

    .w-1120 {
        width: 888px !important;
    }

    h2.fs-48 {
        font-size: 28px;
    }

    h2.lh-60 {
        line-height: 36px;
    }

    p.fs-18 {
        font-size: 16px;
    }

    p.lh-26 {
        line-height: 24px;
    }

    .pt-80 {
        padding-top: 68px;
    }

    .pb-80 {
        padding-bottom: 68px;
    }

    .w-488 {
        width: 394px;
    }

    .w-568 {
        width: 454px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }

    .mb-48 {
        margin-bottom: 32px;
    }

    .laserCutting-General h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .sixth {
        padding-left: 20px;
        padding-top: 160px;
    }

    .ml-calc1120 {
        margin-left: 0;
    }

    .thirdly-content-pa div {}
}

/* pad端 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .line {
        width: 100% !important;
    }

    .title_box.dimBlack {
        width: 100% !important;
        /* padding-left: 32px; */
        /* padding-right: 16px; */
    }

    .w-540 {
        width: 330px;
    }

    .w-1120 {
        width: 680px !important;
    }

    h2.fs-48 {
        font-size: 28px;
    }

    h2.lh-60 {
        line-height: 36px;
    }

    p.fs-18 {
        font-size: 16px;
    }

    p.lh-26 {
        line-height: 24px;
    }

    .pt-80 {
        padding-top: 48px;
    }

    .pb-80 {
        padding-bottom: 48px;
    }

    .w-488 {
        width: 394px;
    }

    .w-568 {
        width: 454px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }

    .mb-48 {
        margin-bottom: 32px;
    }

    .fifth-title {
        padding-left: 28px;
        padding-bottom: 28px;
    }

}

/* 大PAD */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .line {
        width: 100% !important;
    }

    #parametric {
        height: auto;
        padding-bottom: 68px;
    }

    .parametric {
        width: 888px;
        padding-top: 68px;
    }

    #parametric .w-1152 {
        width: 888px;
    }

    .w-1152,
    .w-1120 {
        width: 888px;
    }

    .pt-80 {
        padding-top: 68px;
    }

    .pb-80 {
        padding-bottom: 68px;
    }

    .fs-28 {
        font-size: 24px;
    }

    .lh-36 {
        line-height: 32px;
    }

    .fs-48 {
        font-size: 28px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .lh-48 {
        line-height: 36px;
    }

    .w-550 {
        width: 436px;
    }

    .mr-20 {
        margin-right: 16px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }


    .mb-24 {
        margin-bottom: 20px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .lh-26 {
        line-height: 24px;
    }

    .w-560 {
        width: 456px;
    }

    .mr-64 {
        margin-right: 48px;
    }

    .pt-40 {
        padding-top: 24px;
    }

    .pb-40 {
        padding-bottom: 24px;
    }

    .w-800 {
        width: 588px;
    }

    .h-560 {
        height: 444px;
    }

    .fs-64 {
        font-size: 42px;
    }

    .lh-72 {
        line-height: 50px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .lh-28 {
        line-height: 24px;
    }

    .mb-16 {
        margin-bottom: 12px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .line {
        width: 100% !important;
    }

    .w-1152,
    .w-1120 {
        width: 680px;
    }

    .pt-40 {
        padding-top: 16px;
    }

    .pb-40 {
        padding-bottom: 16px;
    }

    .pt-80 {
        padding-top: 48px;
    }

    .pb-80 {
        padding-bottom: 48px;
    }

    .fs-28 {
        font-size: 20px;
    }

    .lh-36 {
        line-height: 28px;
    }

    .fs-48 {
        font-size: 28px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .lh-48 {
        line-height: 36px;
    }

    .w-550 {
        width: 332px;
    }

    .mr-20 {
        margin-right: 16px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }


    .mb-24 {
        margin-bottom: 20px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .lh-26 {
        line-height: 24px;
    }

    .w-560 {
        width: 348px;
    }

    .mr-64 {
        margin-right: 32px;
    }

    .w-800 {
        width: 480px;
    }

    .h-560 {
        height: 340px;
    }

    .banner {
        height: auto;
    }

    .banner_title {
        padding-top: 148px;
    }

    .fs-64 {
        font-size: 42px;
    }

    .lh-72 {
        line-height: 50px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .lh-28 {
        line-height: 24px;
    }

    .mb-16 {
        margin-bottom: 12px;
    }

    .sixth {
        padding-top: 80px;
    }

}

/* 移动端 */
@media (max-width: 767px) {

    .line {
        width: 100% !important;
    }

    .title_box {
        filter: invert(0%);
    }

    body {
        overflow-x: hidden;
    }

    /* 公共样式 */
    .banner {
        height: 186.66vw;
    }

    .banner_title {
        padding-top: 38vw;
    }

    .banner_title h1 {
        margin-bottom: 2.133vw;
        font-size: 14.933vw;
        line-height: normal;
        text-align: center;
    }

    .banner_title p {
        text-align: center;
        font-size: 3.200vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.920vw;
        margin-bottom: 6.400vw;
    }

    .pt-80 {
        padding-top: 10.667vw;
    }

    .pb-80 {
        padding-bottom: 10.667vw;
    }

    .w-1120 {
        width: 100%;
        padding-right: 4.267vw;
        padding-left: 4.267vw;
    }

    .fs-64 {
        font-size: 6.400vw;
    }

    .lh-72 {
        line-height: 8.533vw;
    }

    .fs-20 {
        font-size: 3.200vw;
    }

    .lh-28 {
        line-height: 5.333vw;
    }

    .mb-16 {
        margin-bottom: 1.067vw;
    }

    .mb-48 {
        margin-bottom: 5.333vw;
    }

    .ml-calc1120 {
        margin-left: 0;
    }

    .w-520 {
        width: 100%;
    }

    .thirdly-title {
        padding-left: 4.267vw;
        padding-right: 4.267vw;
    }

    .thirdly-content-pa {
        padding-top: 7.467vw;
    }

    .thirdly-content-pa ul {}

    .thirdly-content-pa ul li {
        padding-left: 4.800vw;
        padding-right: 4.800vw;
    }

    .thirdly-content-pa li div {
        font-size: 6.400vw;
        line-height: 100%;
        /* 6.400vw */
    }

    .thirdly-content-pa li div span {
        font-size: 3.200vw;
        line-height: 100%;
    }

    .thirdly-content-pa li p {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    .fourth-title .tc {
        text-align: left;
    }

    .fourth-content .df-sb {
        display: block;
    }

    .w-540 {
        width: 100%;
    }

    .fourth-content li {
        margin-bottom: 6.400vw;
    }

    .fourth-content li:last-child {
        margin-bottom: 0;
    }

    #fifth {
        background-color: #fff;
    }

    .fifth-title {
        padding-left: 8.000vw;
        padding-bottom: 7.467vw;
    }

    .fifth-title h2 {
        margin-bottom: 1.067vw;
    }

    .fifth-title h2 b {
        font-size: 7.467vw;
        line-height: 100%;
    }

    .fifth-title h2 {
        text-align: left;
    }

    .fifth-title p {
        width: 56.000vw;
    }

    .sixth {
        padding-top: 12.800vw;
    }

    .sixth ul {
        justify-content: flex-start;
    }

    .sixth ul li {
        padding-right: 4.267vw;
        padding-left: 4.267vw;
    }

    .sixth ul li:first-child {
        padding-left: 0;
    }

    .sixth ul li div.mb-12 {
        margin-bottom: 1.067vw;
    }

    .sixth ul li span {
        font-size: 3.200vw;
    }

    .sixth ul li img {
        width: 2.667vw;
    }

    .sixth ul li p {
        font-size: 2.667vw;
        letter-spacing: 0;
        line-height: 100%;
    }

    .sixth ul h2 {
        font-size: 8.533vw;
    }

    .Ninth-pa-title h2 {
        font-size: 8.533vw;
        line-height: 100%;
    }

    .Ninth-pa-title img {
        width: 2.667vw;
    }

    .Ninth-pa-title span {
        font-size: 3.200vw;
    }

    .Ninth-pa-title p {
        font-size: 2.667vw;
        letter-spacing: 0;
    }

    .Ninth-pa-title {
        padding-top: 4.267vw;
        padding-right: 6.400vw;
    }

    .Ninth-pa-title .mb-12 {
        margin-bottom: 1.067vw;
    }

    .Tenth-content .df-sb {
        display: block;
    }

    .Tenth-content li:first-child {
        margin-bottom: 5.333vw;
    }

}