<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-swiper {
    width: 100%;
    min-width: 1200px;
    height: 836px;
    background: url("../assets/image/skeleton-home-banner.jpg") center no-repeat;
    background-size: cover;
    margin-top: -64px;
    position: relative;
}
.banner-swiper {
    width: 100%;
    height: 100%;
}
.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner-none {
    cursor: auto!important;
}
.home-banner-none:hover {
    background-color: transparent !important;
}
.home-banner-more {
    cursor: pointer;
    padding: 11px 22px;
    border: 1px solid #fff;
    border-radius: 40px;
    display: inline;
    transition: background-color .3s ease;
}
.home-banner-more:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.04);
}
.home-banner-more span {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}
.home-banner-more img {
    width: 14px !important;
    height: 14px !important;
    margin-left: 8px;
    margin-bottom: 4px;
}
.home-banner-content {
    width: 1200px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.home-banner-content p:nth-child(1) {
    color: #333;
    font-size: 60px;
    margin-bottom: 6px;
}
.home-banner-content p:nth-child(2) {
    width: 600px;
    color: #333;
    font-size: 24px;
    word-break: break-word;
    margin: 0 0 134px;
}
.swiper-dots {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    top: -34px;
    z-index: 10;
}
.swiper-dots .swiper-pagination-bullet {
    width: 80px;
    border-radius: unset;
    background-color: transparent;
    margin: 0 8px;
}
.swiper-dots-box {
    text-align: left;
    line-height: 26px;
}
.swiper-dots-box:hover {
    opacity: 1;
}
.swiper-dots-box span {
    width: 100%;
    color: #fff;
    display: inline-block;
    position: relative;
    bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-dots .swiper-dots-box span {
    opacity: 0;
}
.swiper-dots .swiper-dots-box:hover span {
    opacity: 1;
}
.swiper-dots-animation {
    height: 2px;
    background-color: #fff;
    position: relative;
    bottom: 34px;
}
.swiper-dots-bg {
    height: 2px;
    background-color: hsla(0,0%,100%,.2);
    position: relative;
    bottom: 32px;
}
.swiper-dots .swiper-pagination-bullet-active .swiper-dots-animation {
    animation: mymove 6s linear;
}

@keyframes mymove {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes mymove {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.home-product {
    min-height: 748px;
    margin: 16px 0 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.home-product-box {
    width: calc(50% - 24px);
    height: 716px;
    user-select: none;
    cursor: pointer;
    background: url("../assets/image/skeleton-home-product.jpg") center no-repeat;
    background-size: cover;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.home-product-img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.home-product-content {
    text-align: center;
    margin-top: 48px;
    position: relative;
    z-index: 10;
}
.home-product-desc {
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
    font-weight: 400;
}
.home-product-name {
    color: rgba(0, 0, 0, .85);
    font-size: 40px;
    line-height: 44px;
    margin: 8px 0;
}
.home-product-type {
    color: rgba(0, 0, 0, .85);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.home-product-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-product-more a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.home-product-more img {
    width: 12px;
    height: 12px;
    margin-left: 2px;
}

.home-video {
    width: 100%;
    height: 720px;
    margin-bottom: 96px;
}
.videoSwiper, .videoSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.videoSwiper video {
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.videoSwiper .swiper-slide {
    width: 1200px;
    user-select: none;
    background: url("../assets/image/skeleton-home-video.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}
.video-cover {
    width: 100%;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
}
.video-cover p:nth-child(1) {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 4px;
}
.video-cover p:nth-child(2) {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    padding-bottom: 4px;
}
.video-cover-more {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-cover-more div {
    display: flex;
    align-items: center;
}
.video-cover-more a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.video-cover-more img {
    width: 12px;
    margin-left: 2px;
}
.home-video-page-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 0;
    background-color: rgba(255,255,255,.3);
    margin: 0 0 0 4px !important;
    opacity: 1;
}
.home-video-page-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.home-video-prev {
    width: 48px;
    height: 48px;
    user-select: none;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-560px, -50%);
}
.home-video-prev img {
    width: 10px;
}
.home-video-next {
    width: 48px;
    height: 48px;
    user-select: none;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 100;
    transform: translate(560px, -50%);
}
.home-video-next img {
    width: 10px;
    transform: rotate(180deg);
}
.home-video-prev:hover {
    background-color: rgba(0,0,0,.3);
}
.home-video-next:hover {
    background-color: rgba(0,0,0,.3);
}

.home-apply {
    width: 1200px;
    margin: 0 auto;
}
.home-apply-title {
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    text-align: center;
    font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
}
.home-apply-main {
    height: 512px;
    background-color: transparent;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-apply-box {
    width: 390px;
    height: 512px;
    user-select: none;
    background: url("../assets/image/skeleton-home-apply.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.home-apply-box:hover .home-apply-img {
    transform: scale(1.1);
}
.home-apply-img {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .6s ease;
}
.home-apply-content {
    text-align: center;
    margin-top: 48px;
    position: relative;
    z-index: 10;
}
.home-apply-name {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
}
.home-apply-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
}
.home-apply-more {
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-apply-more a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.home-apply-more img {
    width: 12px;
    height: 12px;
}
.home-case {
    width: 100%;
    height: 480px;
    display: none;
}
.home-case div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.home-contact {
    width: 100%;
    height: 17.188vw;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.home-contact div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-contact a {
    min-width: 8.854vw;
    height: 3.229vw;
    color: #fff;
    font-size: 1.146vw;
    cursor: pointer;
    text-align: center;
    line-height: 3.229vw;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background-color: #165DFF;
    margin: 9.896vw 0 0 18.75vw;
    display: inline-block;
}
.home-contact a:hover {
    text-decoration: none;
    background-color: #0b4fd9;
}
</pre></body></html>