
.more{
    width: 181px;
    height: 46px;
    font-size: 14px;
    color: #15499A;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
    background: #EAEBF0;
    border-radius: 0 23px 23px 0;
    margin: 40px auto;
}
.more a{
    color: #15499A;
}
.more .active{
    display: none;
}
.more:hover{
    background: #15499A;
}
.more:hover a{
    color: #FFFFFF;
}
.more:hover .active{
    display: inline-block;
}
.more:hover .normal{
    display: none;
}


/**
 * banner styles
 **/
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 0;
    margin: 0;
    opacity: 1;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #15499A;
}

.banner .swiper-slide{
    position: relative;
}
.banner .swiper-slide-text{
    width: 1200px;
    position: absolute;
    top: calc(50% - 27px);
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: #FFFFFF;
}
.banner .swiper-slide-title{
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
}
.banner .swiper-slide-description{
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .banner .swiper-slide-text{
        width: 900px;
        top: calc(50% - 57px);
    }
    .banner .swiper-slide-title{
        font-size: 40px;
    }
    .banner .swiper-slide-description{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1000px) {
    .banner .swiper-slide-text{
        width: 700px;
        height: 174px;
        top: calc(50% - 42px);
    }
    .banner .swiper-slide-title{
        font-size: 30px;
        margin-top: 17px;
    }
    .banner .swiper-slide-description{
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
    }
}



/* about styles */
.about-wrap{
    width: 100%;
    margin: 80px auto;
    position: relative;
}
.about{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.about .about-image{
    width: 50%;
    aspect-ratio: 600 / 360;
    float: left;
    overflow: hidden;
    position: relative;
}
.about .about-image img{
    width: 100%;
    height: 100%;
}
.about .about-swiper-pagination{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: auto;
    width: auto;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}
.about .about-swiper-pagination div{
}
.about .about-swiper-pagination .swiper-pagination-fraction{
    width: 42px;
    height: 22px;
    margin: 10px;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 22px;
}
.about .about-swiper-pagination .swiper-pagination-fraction .swiper-pagination-fraction-current{
    font-weight: bold;
    color: #15499A;
    font-size: 20px;
}
.about .about-swiper-pagination .about-swiper-button-prev{
    margin-left: 30px;
}
.about .about-swiper-pagination .about-swiper-button-next{
    margin-right: 10px;
}
.about .about-swiper-pagination .about-swiper-button-prev,
.about .about-swiper-pagination .about-swiper-button-next{
    position: unset;
    color: #15499A;
    width: auto;
    height: auto;
    margin-top: 0;
}
.about .about-swiper-pagination .about-swiper-button-prev::after,
.about .about-swiper-pagination .about-swiper-button-next::after{
    font-size: 14px;
    font-weight: bold;
}
.about .about-swiper-pagination .about-swiper-button-prev.swiper-button-disabled,
.about .about-swiper-pagination .about-swiper-button-next.swiper-button-disabled{
    color: #1A1A1A;
}

.about .about-swiper-pagination .swiper-pagination-bullets{
    margin: 8px;
}
.about .about-swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet{
    background: #1A1A1A;
    opacity: 1;
    margin: 1px;
    width: 4px;
    height: 4px;
}
.about .about-swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #15499A;
}


.about .about-content{
    width: 48%;
    margin-left: 2%;
}
.about .about-content .about_desc{
    font-size: 16px;
    color: #666666;
    line-height: 33px;
    margin-top: 30px;
}
.about .about-content .more{
    margin: 30px 0 0 0;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about-wrap{
        margin: 60px auto;
    }
    .about{
        width: 900px;
    }
    .about .title .title_gray{
        font-size: 30px;
        line-height: 33px;
    }
    .about .about-content .about_desc{
        line-height: 24px;
        margin-top: 10px;
    }
    .about .about-content .more{
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .about-wrap{
        margin: 40px auto;
    }
    .about{
        width: 700px;
    }

    .about .title .title_gray{
        font-size: 24px;
        line-height: 27px;
    }
    .about .title .title_black{
        line-height: 33px;
    }
    .about .about-content .about_desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .about .about-content .more{
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        width: 140px;
        font-size: 12px;
    }
}


/* service styles */
.service-wrap{
    width: 100%;
    aspect-ratio: 1920 / 260;
    margin: 80px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.service{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service .service-item{
    float: left;
    cursor: pointer;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.service .service-item .service-item-img{
    width: 60px;
    height: 60px;
}
.service .service-item .service-item-img img{
    width: 100%;
    height: 100%;
}
.service .service-item .service-item-content{
    margin-left: 30px;
}
.service .service-item .service-item-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}
.service .service-item .service-item-title{
    font-size: 18px;
    line-height: 33px;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service-wrap{
        margin: 60px auto;
    }
    .service{
        width: 900px;
    }
    .service .service-item{
        padding: 3% 1%;
    }
    .service .service-item .service-item-title{
        font-size: 24px;
    }
    .service .service-item .service-item-text{
        font-size: 12px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 1000px) {
    .service-wrap{
        margin: 40px auto;
    }
    .service{
        width: 700px;
    }
    .service .title{
        margin-bottom: 30px;
    }
    .service .service-item{
        padding: 0 1%;
    }
    .service .service-item .service-item-comment{
        margin-top: 2%;
    }
    .service .service-item .service-item-title{
        font-size: 18px;
        line-height: 20px;
    }
    .service .service-item .service-item-text{
        font-size: 12px;
        line-height: 14px;
    }
    .service .service-item .more{
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}





/*
 * HOT PRODUCTS STYLES
 **/
.hot-products{
    max-width: 1200px;
    margin: 80px auto;
}
.hot-products .title{
    float: left;
}
.hot-products .product-category{
    float: right;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: start;
    gap: 16px;
}
.hot-products .product-category .category-item{
    padding-left: 14px;
    cursor: pointer;
    background: url("../images/product-more.webp") no-repeat left center;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 28px;
}
.hot-products .product-category .category-item.active{
    color: #15499A;
    background-image: url("../images/product-more-blue.webp");
}


/* HOT PRODUCTS SLIDE */

.products .products-list{
    width: 100%;
    margin-top: 20px;
    display: none;
    /*display: flex;*/
    flex-wrap: wrap;
}
.products .products-list.active{
    display: flex;
}
.products .products-list li{
    width: 24.5%;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #A5A5A5;
    padding: 10px;
    margin-top: 20px;
    margin-right: 0.66%;
}
.products .products-list li:nth-child(4n){
    margin-right: 0;
}
.products .products-list li .product-list-img{
    width: 100%;
    aspect-ratio: 273 / 224; /* 1:1 的宽高比，即高度等于宽度 */
    overflow: hidden;
}
.products .products-list li .product-list-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.products .products-list li .product-list-title{
    font-weight: bold;
    font-size: 15px;
    color: #262626;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    text-align: center;
}
.products .products-list li .product-list-more{
    margin-top: 10px;
    font-size: 13px;
    color: #15499A;
    line-height: 21px;
    text-align: center;
}
.products .products-list li:hover{
    border: 1px solid #15499A;
}
.products .products-list li:hover .product-list-title{
    color: #15499A;
}
.products .products-list li:hover .product-list-img img{
    transform: scale(1.1);
}



@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products{
        width: 900px;
        margin: 60px auto;
    }
    .title .title_gray{
        font-size: 30px;
    }
    .hot-products .product-category{
        gap: 12px;
        grid-template-columns: auto auto auto;
    }
}

@media only screen and (max-width: 1000px) {
    .hot-products{
        width: 700px;
        margin: 40px auto;
    }
    .title .title_gray{
        font-size: 24px;
    }
    .hot-products .product-category{
        gap: 4px;
        grid-template-columns: auto auto auto;
    }
    .hot-products .product-category .category-item{
        font-size: 12px;
    }
    .products .products-list li{
        margin-top: 10px;
    }
    .products .products-list li .product-list-title{
        font-size: 12px;
        line-height: 18px;
    }
    .products .products-list li .product-list-more{
        font-size: 12px;
        margin-top: 0;
    }
}



/*  BUSINESS PARTNER style  */
.brand{
    width: 100%;
    margin: 80px 0;
}
.brand .brand-title{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.brand .brand-title .more{
    margin: 0;
}


.gallery-container {
    width: 100%;
    margin: 40px auto;
    position: relative;
}
.gallery-container::before{
    content: "";
    width: 220px;
    height: 248px;
    background: linear-gradient( 90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.gallery-container::after{
    content: "";
    width: 220px;
    height: 248px;
    background: linear-gradient( -90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.scroll-row {
    height: 104px;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
}
.scroll-content {
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
}
.top-row .scroll-content {
    animation: scroll-left 20s linear infinite;
}
.bottom-row .scroll-content {
    animation: scroll-right 20s linear infinite;
}
.scroll-item {
    width: 240px;
    aspect-ratio: 240 / 104;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}
.scroll-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}


@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .brand{
        margin: 60px 0;
    }
    .brand .brand-title{
        width: 900px;
    }
    .scroll-row {
        height: 80px;
        margin: 30px 0;
    }
    .scroll-item{
        width: 180px;
    }
    .gallery-container::before,
    .gallery-container::after{
        width: 180px;
        height: 190px;
    }
}

@media only screen and (max-width: 1000px) {
    .brand{
        margin: 40px 0;
    }
    .brand .brand-title{
        width: 700px;
    }
    .scroll-row {
        height: 60px;
        margin: 20px 0;
    }
    .scroll-item{
        width: 150px;
    }
    .gallery-container::before,
    .gallery-container::after{
        width: 180px;
        height: 140px;
    }
}

