<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media(min-width:1200px) {
    body {
        overflow: hidden;
    }
}
/*--------------------------------------------------------------
# 首页滚动
--------------------------------------------------------------*/

.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

    .main-slider .swiper-slide {
        position: relative;
        /*background-color: var(--thm-black);*/
    }

    .main-slider .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: scale(1);
        transition: transform 7000ms ease;
        z-index: 1;
        /*opacity:.6;*/
        mix-blend-mode: luminosity;
    }


.main-slider-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.swiper-wrapper  .container {
    position: relative;
    padding-top: 138px;
    padding-bottom: 240px;
    z-index: 30;
}

.main-slider__content {
    position: relative;
    display: block;
    z-index: 30;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 32px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: -0.02em;
    z-index: 30;
}

.main-slider p {
    font-size: 20px;
    color: var(--thm-base);
    margin: 0;
    line-height: 30px;
    margin-bottom: 53px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    z-index: 30;
}

.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}


    .main-slider__nav .swiper-button-next,
    .main-slider__nav .swiper-button-prev {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 100;
        width: 63px;
        height: 63px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: var(--thm-base);
        background: transparent;
        border: 2px solid rgba(var(--thm-base-rgb), 1);
        border-radius: 50%;
        margin: 0;
        text-align: center;
        opacity: 0.3;
        transition: all 500ms ease;
    }


        .main-slider__nav .swiper-button-next:hover,
        .main-slider__nav .swiper-button-prev:hover {
            opacity: 1;
        }

        .main-slider__nav .swiper-button-next::after,
        .main-slider__nav .swiper-button-prev::after {
            display: none;
        }

    .main-slider__nav .swiper-button-prev {
        margin-bottom: 10px;
    }

        .main-slider__nav .swiper-button-prev .icon-left-arrow {
            position: relative;
            transform: rotate(180deg);
        }

#main-slider-pagination {
    z-index: 10;
    bottom: 130px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

    #main-slider-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.4;
        background-color: #fff;
        transition: all 500ms ease;
    }

        #main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
            margin-left: 10px;
        }

    #main-slider-pagination .swiper-pagination-bullet {
        margin: 0;
    }

        #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 13px;
            height: 13px;
            opacity: 1;
        }

/*--------------------------------------------------------------
# Main slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    display: block;
}

    .main-slider-two .container {
        padding-top: 203px;
        padding-bottom: 220px;
    }

    .main-slider-two .main-slider__content {
        position: relative;
        display: block;
        text-align: center;
        z-index: 1;
    }

.main-slider-two__map {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 410px;
    width: 582px;
    transform: translateX(-50%);
    opacity: 0.15;
    z-index: -1;
}

.main-slider-two h3 {
    font-size: 90px;
    color: var(--thm-base);
    line-height: 90px;
    font-weight: lighter;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-120px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-two .swiper-slide-active h3 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider-two h2 {
    letter-spacing: 0;
}

    .main-slider-two h2 span {
        position: relative;
        display: inline-block;
    }

        .main-slider-two h2 span:before {
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            content: "";
            height: 5px;
            background-color: var(--thm-base);
        }

.main-slider-two p {
    margin-bottom: 43px;
}

.main-slider__nav-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    .main-slider__nav-two .swiper-button-next {
        position: relative;
        width: 63px;
        height: 63px;
        line-height: 63px;
        border-radius: 50%;
        text-align: center;
        color: var(--thm-base);
        cursor: pointer;
        z-index: 9;
        margin-right: 100px;
        font-size: 20px;
        border: 2px solid rgba(var(--thm-base-rgb), 1);
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.3;
        transition: 0.5s;
    }

    .main-slider__nav-two .swiper-button-prev {
        position: relative;
        width: 63px;
        height: 63px;
        line-height: 63px;
        border-radius: 50%;
        text-align: center;
        color: var(--thm-base);
        cursor: pointer;
        z-index: 9;
        margin-left: 100px;
        font-size: 20px;
        border: 2px solid rgba(var(--thm-base-rgb), 1);
        background-color: transparent;
        transform: rotate(-180deg);
        transition: 0.5s;
        opacity: 0.3;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .main-slider__nav-two .swiper-button-next:hover,
        .main-slider__nav-two .swiper-button-prev:hover {
            opacity: 1;
        }

        .main-slider__nav-two .swiper-button-next::after,
        .main-slider__nav-two .swiper-button-prev::after {
            display: none;
        }

    .main-slider__nav-two .swiper-button-prev {
        margin-bottom: 10px;
    }

.main-slider-two #main-slider-pagination {
    text-align: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# 首页优势
--------------------------------------------------------------*/
.main-youshi-main {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(var(--thm-black-rgb), .4);
    z-index: 888;
    color: #fff;
}

.main-youshi {
    display: flex;
    align-items: center;
    height: 110px;
}

.main-youshi_item {
    width: 25%;
    height: 60px;
    display: flex;
    align-items: center;
    border-right:solid 1px #7e7e7e;
    padding-left:40px;
    cursor: pointer;
}
 .main-youshi_item:nth-child(4){
    border-right:none;
}

.main-youshi_item i {
    font-size: 40px;
    color: #d7d7d7;
    margin-right: 16px;
    transition: all .4s;
}
    .main-youshi_item:hover i{
        transform:rotate(360deg)
    }
    .main-youshi_item h4 {
        margin: 0;
        padding: 0;
        padding: 3px 0;
        font-size: 16px;
        text-shadow: 0 0 1px currentColor;
    }

    .main-youshi_item h5 {
        margin: 0;
        padding: 0;
        padding: 3px 0;
        color: #bbb9b9;
        font-size: 14px;
    }

/*--------------------------------------------------------------
# 产品
--------------------------------------------------------------*/
.main-prj_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.main-prj_item_title {
    height: 200px;
    padding-top: 40px;
    position:relative;
    text-align: center;
}

    .main-prj_item_title h4 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .main-prj_item_title h4  span{
        background:#ff0000;
        font-size:14px;
        font-weight:bold;
        padding:4px 16px;
        border-radius:16px;
        color:#FFF;
    }
        .main-prj_item_title p {
        color: #727272;
        font-size:14px;
        transition:all .3s;
        position:absolute;
        right:10px;
        bottom:4px;
    }
        .main-prj_item_title p i{
            margin-left:10px;

        }
        .main-prj_item_title p:hover{
            transform:translateX(10px)
        }

        .main-prj_item_projvideo {
            text-align: center;
        }

@media(min-width:1200px) {
    .main-prj_item_projvideo_video {
        margin: 10px auto;
        border-radius: 20px;
        width: 800px;
    }

    .main-prj_item_title p {
        right: 160px;
        bottom: -10px;
    }
}
@media(min-width:1600px) {
    .main-prj_item_projvideo_video {
        margin: 10px auto;
        border-radius: 20px;
        width: 1100px;
    }

    .main-prj_item_title p {
        right: 160px;
        bottom: -10px;
    }
}
@media(min-width:2500px) {
    .main-prj_item_title {
        height: 300px;
    }

    .main-prj_item_projvideo_video {
        margin: 10px auto;
        border-radius: 20px;
        width: 100%;
    }
    .main-prj_item_title p {
        right: 10px;
        bottom: 4px;
    }
}

@media(max-width:800px) {
    .main-prj_item_projvideo_video {
        margin: 10px auto;
        border-radius: 20px;
        width: 100%;
    }
    .main-prj_item_title_ico{
        flex-direction:column;
        align-items:start!important;
    }
    .main-prj_item_title{
        height:auto!important;
    }
        .main-prj_item_title p {
        display:none;
        }
    .main-youshi-main{
        display:none;
    }
}

.main-prj_item:nth-child(1) .main-prj_item_title_ico i {
    color: #7f129a
}

.main-prj_item:nth-child(2) .main-prj_item_title_ico i {
    color: #038181
}

.main-prj_item:nth-child(3) .main-prj_item_title_ico i {
    color: #e86504
}

.main-prj_item:nth-child(4) .main-prj_item_title_ico i {
    color: #055ac2
}

.main-prj_item:nth-child(1) .main-prj_item_btns_down {
    background: #7f129a
}

.main-prj_item:nth-child(2) .main-prj_item_btns_down {
    background: #038181
}

.main-prj_item:nth-child(3) .main-prj_item_btns_down {
    background: #e86504
}

.main-prj_item:nth-child(4) .main-prj_item_btns_down {
    background: #055ac2
}
/*.main-prj_item:nth-child(1) .main-prj_item_btns_down {
    background: #127ccb
}

.main-prj_item:nth-child(2) .main-prj_item_btns_down {
    background: #ff6a00
}

.main-prj_item:nth-child(3) .main-prj_item_btns_down {
    background: #ff6a00
}

.main-prj_item:nth-child(4) .main-prj_item_btns_down {
    background: #038181
}*/

.main-prj_item_title_ico {
    display: flex;
    align-items: center;
    color: #5a5a5a;
    justify-content: center;
    justify-items: center;
}
    .main-prj_item_title_ico div{
        display:flex;
        align-items:center;
    }
    .main-prj_item_title_ico i {
        font-size: 30px;
        margin-right: 4px;
        margin-left: 20px;
    }

.main-prj_item_btns {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

    .main-prj_item_btns i {
        margin-right: 2px;
    }

.main-prj_item_btns_buy {
    cursor: pointer;
    margin-right: 20px;
    cursor: pointer;
    width: 140px;
    padding: 10px 20px;
    /*text-align: center;
    background: var(--thm-base);
    border: solid 2px var(--thm-black);
    color: var(--thm-black);
    font-size: 16px;
    transition: all .3s;*/
}

/*    .main-prj_item_btns_buy:hover {
        background: var(--thm-black);
        color: var(--thm-base);
    }*/

.main-prj_item_btns_down {
    cursor: pointer;
    width: 140px;
   padding:10px 20px;
    /*  background: var(--thm-primary);
    color: var(--thm-base);
    transition: all .3s;
    font-size: 16px;*/
}
    /*    .main-prj_item_btns_down:hover {
        background: var(--thm-black);
        color: #fff;
    }*/
    /*--------------------------------------------------------------
# 文章
--------------------------------------------------------------*/
    .news-one {
        /*   position: relative;
    background-image: url(/static/image/improve-one-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;*/
        display: block;
        padding: 60px 0 90px;
    }
.news-one_overflow{
    position:absolute;
    left:0;
    top:0;
    height:816px;
    width:100%;
    background:#000;
    opacity:.8;
}
.news-page {
    padding-bottom: 120px;
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .1);
}

.news-one__img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

    .news-one__img img {
        width: 100%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        transition: all 500ms ease;
        transform: scale(1);
    }

.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}

.news-one__img &gt; a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

    .news-one__img &gt; a &gt; span {
        position: relative;
    }

        .news-one__img &gt; a &gt; span::before {
            content: '';
            width: 20px;
            height: 2px;
            background-color: var(--thm-base);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 500ms ease;
        }

        .news-one__img &gt; a &gt; span::after {
            content: '';
            transition: all 500ms ease;
            width: 2px;
            height: 20px;
            background-color: var(--thm-base);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .news-one__img &gt; a:hover &gt; span::before,
    .news-one__img &gt; a:hover &gt; span::after {
        background-color: var(--thm-primary);
    }
.news-one__single:hover .news-one__img &gt; a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-one__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-base);
    padding: 17px 22px 20px;
    border-top-right-radius: 8px;
}

    .news-one__date-box p {
        font-size: 14px;
        color: var(--thm-black);
        font-weight: 800;
        margin: 0;
        line-height: 17px;
        text-align: center;
    }

.news-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 20px 42px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
    border-bottom: 3px solid var(--thm-extra);
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

    .news-one__meta li + li {
        margin-left: 10px;
    }

    .news-one__meta li a {
        color: var(--thm-gray);
        font-size: 14px;
        transition: all 500ms ease;
    }

        .news-one__meta li a:hover {
            color: var(--thm-extra);
        }

        .news-one__meta li a i {
            color: var(--thm-extra);
        }

.news-one__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

    .news-one__title a {
        color: var(--thm-black);
        transition: all 500ms ease;
    }

.news-one__single:hover .news-one__title a {
    color: var(--thm-primary);
}

.news-one__text {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    padding-top: 13px;
    padding-bottom: 8px;
}

.news-one__read-more-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
    display: inline-block;
    transition: all 500ms ease;
}

    .news-one__read-more-btn:hover {
        color: var(--thm-extra);
    }</pre></body></html>