<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -40.93%, #000 100%);
}

.banner .df-fd-c {
    padding-bottom: 10%;
}

.banner_title h1 {}

.banner_title h3 {}

.banner_title h2 {
    letter-spacing: 6.24px;
    text-transform: uppercase;
}



.onlive2024AwardsMouse {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4%;
    z-index: 999;
}

.onlive2024AwardsCursor {
    width: 30px;
    height: 50px;
    border: 2px solid #C9CDD4;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
}

.animation-box {
    width: 2px;
    height: 6px;
    display: block;
    position: absolute;
    top: 6px;
    left: 13px;
    background-color: #C9CDD4;
    border-radius: 3px;
    animation: moveeff 1.5s ease-in-out infinite;
}

.onlive2024AwardsArrow {
    width: 24px;
    height: 24px;
    margin: -5px 0 0 3px;
    position: relative;
}

.onlive2024AwardsArrow svg {
    position: absolute;
    animation: moveeffArrow 1.5s ease-in-out infinite;
    fill: #fff !important;
}



@keyframes moveeff {
    0% {
        top: 6px;
        opacity: 1;
    }

    50% {
        top: 16px;
        opacity: 0;
    }

    100% {
        top: 6px;
        opacity: 1;
    }
}

@keyframes moveeffArrow {
    0% {
        top: 6px;
    }

    50% {
        top: 16px;
    }

    100% {
        top: 6px;
    }
}


#secondly h3:hover svg{
    transform: matrix(1, 0, 0, 1, 0, 0);
}
#secondly h3 svg{
    fill: linear-gradient(180deg, #FF4610 40.74%, rgba(49, 50, 52, 0.00) 108.51%);
}

.secondly-content ul {}

.secondly-content ul li {
    width: 360px;
}

.secondly-content ul .secondly-content-bottom {
    width: 100%;
    margin-top: 20px;
}

.secondly-content-bottom h3 {
    background: linear-gradient(105deg, #FFE145 7.4%, #FFBC10 61.81%, #FF4610 95.87%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    letter-spacing: 6.4px;
}

.secondly-content-bottom p {
    letter-spacing: 9px;
}


.dominance-stop {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 4px 8px 4px 8.5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.16);

    /* Blurs/MD */
    backdrop-filter: blur(8px);
}


.content-main-left span {
    transform: rotate(-30deg);
}


.content-main ul li:nth-child(2n) .content-main-left {
    order: 2;
}

.content-main ul li:nth-child(2n) .content-main-right {
    order: 1;
}

/* 瑙ｅ喅鏂规 */
#scheme nav &gt; div.active {
    background-color: #ff4610;
  }
  .scheme_img {
    box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a,
      0 6px 30px 5px #0000000d;
  }
  .Scheme-mySwiper {
    padding-right: 33px;
  }
  .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;
  }
  /* 鍏叡鏍峰紡 */
  .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%); */
  }


@media screen and (min-width: 1024px) and (max-width: 1200px) {

    .h-630 {
        height: auto;
    }

    .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-64 {
        margin-bottom: 32px;
    }

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

    .lh-60 {
        line-height: 36px;
    }

    /* 棣栧睆 */
    .banner_title {
        width: 400px;
    }

    .banner_title h1 {
        font-size: 100px;
        width: 400px;
    }

    .banner_title h2 {
        font-size: 48px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        width: 389px;
    }

    .banner_title h3 {
        font-size: 32px;
        width: 384px;
    }

    .banner .df-fd-c {
        padding-bottom: 20%;
    }

    .secondly-content ul li {
        width: 288px;
    }

    .secondly-content-bottom h3 {
        font-size: 125px;
    }

    .secondly-content-bottom span {
        font-size: 44px;
    }

    .t-124 {
        top: 92px;
    }

    .w-736 {
        width: 570px;
    }

    .w-360 {
        width: 300px;
    }

    .pd-52 {
        padding: 32px;
    }

    .w-235 {
        width: 188px;
    }

    .content-main-right h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .content-main-right p {
        font-size: 16px;
    }
    .content-main li .h-460 {
        height: 360px;
    }
    .pl-58{
        padding-left: 28px;
    }
    .pr-58{
        padding-right: 28px;
    }
}

/* 灏弍ad */
@media screen and (min-width: 767px) and (max-width: 1023px) {
    .banner_title {
        padding-top: 112px;
    }

    .banner_title p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .banner_title h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
    }


    .line {
        width: 100% !important;
    }

    .banner {
        height: auto;
    }

    .h-630 {
        height: auto;
    }

    .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-16 {
        font-size: 14px;
    }

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

    .lh-24 {
        line-height: 22px;
    }

    .lh-36 {
        line-height: 28px;
    }

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

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

    .lh-48 {
        line-height: 40px;
    }

    .lh-60 {
        line-height: 36px;
    }

    .w-550 {
        width: 332px;
    }

    .mr-20 {
        margin-right: 16px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }

    .mb-48 {
        margin-bottom: 32px;
    }

    .mb-64 {
        margin-bottom: 32px;
    }

    .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;
    }
    .pt-60{
        padding-top:48px;
    }
    .pb-60{
        padding-bottom: 48px;
    }

    .banner{
        height: 100vh;
    }
    /* 棣栧睆 */
    .banner_title {
        width: 400px;
    }

    .banner_title h1 {
        font-size: 100px;
        width: 400px;
    }

    .banner_title h2 {
        font-size: 48px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        width: 389px;
    }

    .banner_title h3 {
        font-size: 32px;
        width: 384px;
    }

    .banner .df-fd-c {
        padding-bottom: 20%;
    }

    .secondly-content ul li {
        width: 216px;
    }

    .secondly-content-bottom h3 {
        font-size: 100px;
    }

    .secondly-content-bottom span {
        font-size: 32px;
    }

    .t-124 {
        top: 65px;
        padding-left: 73px;
    }

    .w-736 {
        width: 360px;
    }

    .w-360 {
        width: 304px;
    }

    .pd-52 {
        padding: 32px;
    }

    .w-235 {
        width: 134px;
    }

    .content-main-right h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .content-main-right p {
        font-size: 16px;
    }
    .content-main li .h-460 {
        height: 312px;
    }
    .pl-58{
        padding-left: 12px;
    }
    .pr-58{
        padding-right: 12px;
    }
}


/* 绉诲姩绔� */
@media (max-width: 768px) {
    .pcShow{
        display: none;
    }
    .banner {
        height: auto;
    }

    .banner-shade {
        display: none;
    }

    .banner .df-c {
        align-items: flex-end;
        padding-bottom: 72px;
    }

    .banner_title {
        width: 256px;
    }

    .banner_title h1 {
        font-size: 64px;
        line-height: 120%;
        margin-bottom: 4px;
        width: 256px;
    }

    .banner_title h2 {
        font-size: 28px;
        width: 245px;
        letter-spacing: 1.68px;
    }

    .banner_title h3 {
        font-size: 18px;
        width: 242px;
    }

    /* 绗簩灞� */
    #secondly {
        padding: 40px 16px;
    }

    .secondly {
        width: 100%;
    }

    .secondly h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .secondly p {
        font-size: 14px;
        line-height: 22px;
    }

    .secondly-title {
        margin-bottom: 24px;
    }

    .secondly-content ul li {
        width: 100%;
    }

    #dominance {
        padding: 40px 16px;
    }

    .dominance {
        width: 100%;
    }

    .dominance-title {
        margin-bottom: 24px;
    }

    /* .dominance-title */

    #content-main {
        padding: 0 16px;
    }

    .content-main li {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-main li .mb-24 {
        margin-bottom: 24px;
    }

    .content-main li h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 24px;
    }

    .content-main li .h-460 {
        height: auto;
    }

    .content-main li .w-736 {
        width: 100%;
    }

    .content-main li .w-360 {
        width: 100%;
    }

    .content-main li .df-sb {
        display: block;
    }

    .content-main-left {
        margin-bottom: 24px;
    }

    .content-main-right {
        padding: 20px;
        height: auto;
    }

    .content-main-right h3 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .content-main-right p {
        font-size: 14px;
        line-height: 22px;
    }

    .secondly-content-bottom {
        margin-top: 0 !important;
        margin-bottom: 8px;
    }
    .dominance-title h2{
        font-size: 24px;
        line-height: 32px;
    }
    .laserCutting-General p{
        width: 100%;
    }
 .autoplay{
    width: 52px;
    height: 52px;
 }
 .content-main-right svg {
    width: 40px;
    font-size: 40px;
    height: 40px;
 }

    .secondly-content-bottom .pa.t-124 {
        top: 56px;
        padding-left: 28px;
    }

    .secondly-content-bottom .pa.c-C9CDD4 {
        padding-bottom: 8px;
        padding-right: 8px;
        font-size: 10px;
        line-height: 18px;
    }

    .secondly-content-bottom .pa.t-124 p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .secondly-content-bottom h3 {
        font-size: 52px;
        line-height: 120%;
        letter-spacing: 2.08px;
    }

    .secondly-content-bottom h3 span {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .dominance-stop {
        width: 44px;
        height: 44px;
    }


      /* 鐩稿叧浜у搧 */
  #scheme {
    padding-top: 14.933vw;
    padding-bottom: 0;
  }
  #scheme h3 {
    font-size: 6.4vw;
    line-height: normal;
    margin-bottom: 10vw;
  }
  #scheme .swiper-slide.w-416 {
    width: 44.8vw !important;
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  #scheme .swiper-slide .h-280 {
    height: 30.133vw;
  }
  #scheme .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;
  }
  #scheme .swiper-slide h4 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-bottom: 0;
  }
  #scheme .swiper-slide.w-848.h-390 {
    width: 91.733vw !important;
    height: auto !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .Scheme-mySwiper {
    padding-left: 4.267vw;
  }
  /* 鍏叡鏍峰紡 */
  #scheme .swiper-button-next,
  #scheme .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; */
  }
  #scheme .swiper-button-prev {
    right: 16.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%); */
  }

  #scheme .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%); */
  }
  /* 瑙ｅ喅鏂规 */
  #scheme {
    padding-top: 10.667vw;
  }
  #scheme .maxw-1120 {
    margin-left: 4.267vw;
  }
}</pre></body></html>