<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main .new-list .list-banner{
    padding: 60px 0;
}
main .new-list .list-banner .left{
    max-width: 880px;
    width: 100%;
}
main .new-list .list-banner .left .swiper-slide{
    overflow: hidden;
}
main .new-list .list-banner .left .swiper-slide img{
    width: 100%;
    transition: all 0.5s;
}
main .new-list .list-banner .left .swiper-slide .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(14, 32, 49,0.1);
    opacity: 0;
    transition: all 0.5s;
}
main .new-list .list-banner .content:hover .left .swiper-slide .mask{
    opacity: 1;
}
main .new-list .list-banner .content:hover .left .swiper-slide img{
    transform: scale(1.1);
}
main .new-list .list-banner .left .swiper-pagination-list{
    justify-content: flex-start;
    margin: 0;

}
main .new-list .list-banner .left ul{
    display: flex;
}
main .new-list .list-banner .left ul p{
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Barlow-Medium';
    margin-top: -20px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    background: linear-gradient(-110deg, transparent 35px, #ffffff 0) top right;
}
main .new-list .list-banner .left ul p img{
    margin-right: 10px;
}
main .new-list .list-banner .left ul li{
    width: 90px;
    height: 60px;
    background-color: #A51A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(20deg);
    margin-left: -20px;
    position: relative;
    cursor: pointer;
}
main .new-list .list-banner .left ul li:last-child{
    width: 70px;
}
main .new-list .list-banner .left ul li:hover{
    background-color: #00a73b;
}
main .new-list .list-banner .left ul li.active{
    background-color: #00a73b;
}
main .new-list .list-banner .left ul li::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skewX(-20deg);
    font-size: 20px;
    font-family: 'Barlow-Bold';
    color: #fff;
    z-index: 9;
}
main .new-list .list-banner .left ul li:nth-child(2)::after{
    content: '1';
    left: 35%;
}
main .new-list .list-banner .left ul li:nth-child(3)::after{
    content: '2';
    left: 35%;
}
main .new-list .list-banner .left ul li:nth-child(4)::after{
    content: '3';
}
main .new-list .list-banner .content{
    display: flex;
    justify-content: space-between;
}
main .new-list .list-banner .content .right{
    margin-left: 80px;
    max-width: 440px;
    width: 100%;
}
main .new-list .list-banner .content .right p{
    color: #202020;
}
main .new-list .list-banner .content .right h1{
    font-size: 32px;
    font-family: 'Barlow-SemiBold';
    color: #202020;
    margin-bottom: 10px;
}
main .new-list .list-banner .content .right .time{
    color: #061623;
    display: flex;
    margin-bottom: 20px;
}
main .new-list .list-banner .content .right .time p{
    margin-right: 20px;
    font-family: 'Barlow-Medium';
}
main .new-list .list-banner .content .right .time p span{
    color: #00a73b;
    font-family: 'Barlow-Medium';
}
main .new-list .list-banner .content .right .btn{
    width: 200px;
    height: 56px;
    background: #061623;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-family: 'Barlow-Medium';
    transition: all 0.5s;
}
main .new-list .list-banner .content:hover .btn{
    background: #00a73b;
}

main .new-list .list-more .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .new-list .list-more .content h2{
    font-size: 56px;
    font-family: 'Barlow-Bold';
    margin-bottom: 10px;
}
main .new-list .list-more .content .search{
    width: 300px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}
main .new-list .list-more .content .search svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    cursor: pointer;
}
main .new-list .list-more .content .search input{
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    background: none;
    color: #666;
    padding: 0 30px;
}
main .new-list .list-more .content .row .cart{
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 40px;
}
main .new-list .list-more .content .row .cart:hover{
    border-bottom: 2px solid #00a73b;
}
main .new-list .list-more .content .row .cart .img{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
main .new-list .list-more .content .row .cart .img .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: '';
    background: rgba(14, 32, 49,0.1);
    opacity: 0;
    transition: all 0.5s;
}
main .new-list .list-more .content .row .cart:hover .img .mask{
    opacity: 1;
}
main .new-list .list-more .content .row .cart .img img{
    width: 100%;
    transition: all 0.5s;
}
main .new-list .list-more .content .row .cart:hover .img img{
    transform: scale(1.1);
}
main .new-list .list-more .content .row .cart h2{
    font-size: 24px;
    font-family: 'Barlow-SemiBold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #202020;
    height: 67px;
}
main .new-list .list-more .content .row .cart&gt;p{
    color: #202020;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 110px;
    margin-bottom: 20px;
}
main .new-list .list-more .content .row .cart .time{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
main .new-list .list-more .content .row .cart .time p{
    margin-left: 20px;
    font-family: 'Barlow-Medium';
    color: #202020;
}
main .new-list .list-more .content .row .cart .time p span{
    font-family: 'Barlow-Medium';
    color: #00a73b;
}

main .new-list .list-more .content .page{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 100px;
}
main .new-list .list-more .content .page&gt;div, main .new-list .list-more .content .page .page-numbers{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}
main .new-list .list-more .content .page&gt;div a, main .new-list .list-more .content .page .page-numbers{
    color: #666;
    display: flex;
    font-size: 14px;
}
main .new-list .list-more .content .page&gt;div.active, main .new-list .list-more .content .page .page-numbers.current{
    background: #00a73b;
}
main .new-list .list-more .content .page&gt;div.active a, main .new-list .list-more .content .page .page-numbers.current{
    color: #fff;
}
main .new-list .list-more .content .page&gt;div:hover, main .new-list .list-more .content .page .page-numbers:hover{
    background: #00a73b;
}
main .new-list .list-more .content .page&gt;div:hover a, main .new-list .list-more .content .page .page-numbers:hover{
    color: #fff;
}
main .new-list .list-more .content .page&gt;div .prev svg{
    margin-right: 5px;
}
main .new-list .list-more .content .page&gt;div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
main .new-list .list-more .content .page&gt;div:hover a svg path{
    fill:#fff;
}

.download{
    padding: 80px 0;
}

.show_title{
    font-size: 48px;
    font-family: 'Barlow-Bold';
    color: #202020;
    margin-bottom: 30px;
    margin-bottom: 20px;
}
.down_left p{
    margin-left: 20px;
}

@media (max-width:1500px) {
    main .new-list .list-banner .left{
        max-width: 60%;
    }
    main .new-list .list-banner .content .right{
        max-width: 35%;
    }
}
@media (max-width:1023px) {
    main .new-list .list-banner .content{
        flex-direction: column;
    }
    main .new-list .list-banner .left{
        max-width: 100%;
        margin-bottom: 30px;
    }
    main .new-list .list-banner .content .right{
        max-width: 100%;
        margin-left: 0;
    }

}

@media (max-width:767px) {
    main .new-list .list-banner .left ul p{
        width: 160px;
        height: 60px;
        margin-top: -10px;
    }
    main .new-list .list-banner .left ul li{
        width: 70px;
        height: 50px;
    }
    main .new-list .list-banner .left ul li:last-child{
        width: 50px;
    }
    main .new-list .list-more .content h2{
        font-size: 24px;
        text-align: center;
    }
    main .new-list .list-banner{
        padding: 30px 0;
    }
    main .new-list .list-more .content .search{
        margin-bottom: 30px;
    }
    main .new-list .list-more .content .row .cart{
        margin-bottom: 30px;
    }
    main .new-list .list-more .content .page&gt;div{
        padding: 6px;
        margin: 0 5px;
    }
    main .new-list .list-more .content .page{
        margin-bottom: 30px;
    }
    .download{
        padding: 40px 0;
    }
    
    .show_title{
        font-size: 28px;
        margin-bottom: 20px;
    }
}


















</pre></body></html>