/**
 * banner styles
 **/
.banner .swiper-pagination {
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 0;
    margin: 0 3px;
    opacity: 1;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #1E5CB3;
}

.banner{
    position: relative;
}
.banner .slide-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 1200px;
    color: #FFFFFF;
}
.banner .slide-text .slide-text-title{
    font-size: 46px;
    line-height: 69px;
    font-weight: bold;
}
.banner .slide-text .slide-text-content{
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
    color: rgba(255, 255, 255, .8);
}
.banner .slide-text .slide-btn{
    width: 258px;
    height: 50px;
    background: #1562C5;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: right;
    padding-right: 4px;
    border-radius: 25px;
    margin: 45px auto 0;
}
.banner .slide-text .slide-btn a{
    color: #FFFFFF;
}
.banner .slide-text .slide-btn img{
    margin-left: 15px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .banner .slide-text{
        width: 900px;
    }
    .banner .slide-text .slide-text-title{
        font-size: 36px;
        line-height: 44px;
    }
    .banner .slide-text .slide-text-content{
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .banner .slide-text .slide-btn{
        margin-top: 35px;
    }
}
@media only screen and (max-width: 1000px) {
    .banner .slide-text{
        width: 700px;
    }
    .banner .slide-text .slide-text-title{
        font-size: 24px;
        line-height: 30px;
    }
    .banner .slide-text .slide-text-content{
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
    }
    .banner .slide-text .slide-btn{
        margin-top: 20px;
    }
    .banner .slide-text .slide-btn{
        width: 200px;
        height: 45px;
        font-size: 14px;
        line-height: 45px;
    }
    .banner .slide-text .slide-btn img{
        width: 36px;
        height: 36px;
        margin-left: 5px;
    }
}


/**
 * partner styles
 **/
.partner-wrap{
    width: 100%;
    padding: 30px 0;
    background: url(../images/partner-bg.webp) no-repeat center center;
    background-size: cover;
}
.partner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.partner .partner-item{
    width: 20%;
    aspect-ratio: 2 / 1;
}
.partner .partner-item img{
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .partner-wrap {
        padding: 20px 0;
    }
    .partner {
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .partner-wrap {
        padding: 10px 0;
    }
    .partner {
        width: 700px;
    }
}



/**
 * hot products styles
 **/
.hot-products {
    width: 1200px;
    margin: 80px auto;
}
.product-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 30px auto 0;
}
.product-category .product-category-item{
    width: 19%;
    margin-top: 10px;
    margin-right: 1.25%;
    background: #F3F3F3;
    border-radius: 25px;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.product-category .product-category-item:nth-child(5n),
.product-category .product-category-item:last-child{
    margin-right: 0;
}
.product-category .product-category-item.active,
.product-category .product-category-item:hover{
    background: #1562C5;
    color: #FFFFFF;
}

.products{
    width: 100%;
    margin-top: 40px;
}
.products .product-list{
    display: none;
}
.products .product-list.active{
    display: flex;
}
.products .product-list .product-item{
    width: 32%;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: 2%;
}
.products .product-list .product-item:last-child{
    margin-right: 0;
}
.products .product-list .product-item .product-img{
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
}
.products .product-list .product-item .product-img img{
    width: 100%;
    height: 100%;
}
.products .product-list .product-item .product-img .product-img-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.products .product-list .product-item .product-img .product-img-icon img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.products .product-list .product-item .product-title{
    /*height: 50px;*/
    margin: 10px 0;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.products .product-list .product-item .product-attr-item{
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 10px;
    font-size: 14px;
    word-break: break-all;
}
.products .product-list .product-item .product-attr-item .product-attr-key{
    color: #666666;
}
.products .product-list .product-item .product-attr-item .product-attr-value{
    color: #333333;
    font-weight: bold;
}
.hot-products .products .product-item:hover .product-img .product-img-icon{
    display: block;
}
.hot-products .products .product-item:hover .product-title{
    color: #1562C5;
}

.more{
    width: 232px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #1562C5;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 48px;
    color: #1562C5;
    padding-right: 4px;
    text-align: right;
}
.more a{
    color: #1562C5;
}
.more img{
    margin-left: 15px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products{
        width: 900px;
        margin: 60px auto;
    }
    .product-category{
        margin-top: 20px;
        width: 100%;
    }
    .product-category .product-category-item{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }
    .products{
        margin-top: 30px;
    }
    .hot-products .products .product-item .product-title{
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
    }
    .products .product-list .product-item .product-attr-item{
        grid-template-columns: 80px 1fr;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .more{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .hot-products{
        width: 700px;
        margin: 40px auto;
    }
    .product-category{
        margin-top: 10px;
        width: 100%;
    }
    .product-category .product-category-item{
        width: auto;
        min-width: 19%;
        padding: 0 5px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .products{
        margin-top: 20px;
    }
    .hot-products .products .product-item .product-title{
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        margin: 2px 0;
    }
    .products .product-list .product-item .product-attr-item{
        grid-template-columns: 75px 1fr;
        font-size: 12px;
        margin-bottom: 0;
    }
    .more{
        margin-top: 20px;
        width: 180px;
        height: 45px;
        font-size: 14px;
        line-height: 43px;
    }
    .more img{
        width: 36px;
        height: 36px;
        margin-left: 5px;
    }
}


/**
 * service styles
 **/
.service{
    width: 1200px;
    margin: 80px auto;
}
.service .service-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.service .service-list .service-item{
    width: 49%;
    aspect-ratio: 585 / 300;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.service .service-list .service-item .service-img{
    width: 100%;
    height: 100%;
}
.service .service-list .service-item .service-content{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.service .service-list .service-item .service-content-left{
    width: calc(100% - 60px);
}
.service .service-list .service-item .service-title{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
}
.service .service-list .service-item .service_sub-title{
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 16px;
    margin-top: 10px;
}
.service .service-list .service-item .service-content-right img{
    width: 42px;
    height: 42px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service{
        width: 900px;
        margin: 60px auto;
    }
    .service .service-list .service-item{
        margin-top: 20px;
    }
    .service .service-list .service-item .service-content{
        padding: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .service{
        width: 700px;
        margin: 40px auto;
    }
    .service .service-list .service-item{
        margin-top: 10px;
    }
    .service .service-list .service-item .service-content{
        padding: 10px;
    }
    .service .service-list .service-item .service-content-left{
        width: calc(100% - 40px);
    }
    .service .service-list .service-item .service-title{
        font-size: 16px;
        line-height: 16px;
    }
    .service .service-list .service-item .service_sub-title{
        font-size: 12px;
        margin-top: 5px;
    }
    .service .service-list .service-item .service-content-right img{
        width: 36px;
        height: 36px;
    }
}


.about-wrap{
    width: 100%;
    padding: 80px 0;
    background: #121214;
}
.about{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .about-img{
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.about .about-img .about-img-left,
.about .about-img .about-img-right{
    width: 49%;
    aspect-ratio: 282 / 400;
}
.about .about-img .about-img-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about .about-img .about-img-right img{
    width: 100%;
    aspect-ratio: 282 / 190;
}

.about .about-content{
    width: 49%;
}
.about .about-content .title{
    color: #FFFFFF;
    text-align: left;
}
.about .about-content .about-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 40px;
}
.about .about-content .about-more{
    width: 147px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #1562C5;
    margin-top: 40px;
}
.about .about-content .about-more a{
    display: block;
    font-size: 18px;
    color: #1562C5;
    line-height: 46px;
    text-align: right;
    padding-right: 4px;
}
.about .about-content .about-more a img{
    margin-left: 10px;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about-wrap{
        padding: 60px 0;
    }
    .about{
        width: 900px;
    }
    .about .about-content .about-text{
        margin-top: 20px;
    }
    .about .about-content .about-more{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .about-wrap{
        padding: 40px 0;
    }
    .about{
        width: 700px;
    }
    .about .about-content .about-text{
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .about .about-content .about-more{
        margin-top: 10px;
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .about .about-content .about-more a{
        font-size: 14px;
        line-height: 36px;
    }
    .about .about-content .about-more a img{
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
}





.news{
    width: 1200px;
    margin: 80px auto;
}
.news .news-list{
    width: 100%;
    margin-top: 20px;
}
.news .news-list .news-item{
    width: 49%;
    border: 1px solid #F0F1F3;
    border-radius: 20px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.news .news-list .news-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .news-item .news-item-img{
    width: 28.4%;
    aspect-ratio: 1 / 1;
    position: relative;
}
.news .news-item .news-item-img img{
    width: 100%;
    height: 100%;
}
.news .news-item .news-item-img .news-item-img-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.news .news-item .news-item-img .news-item-img-icon img{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news .news-item:hover .news-item-img .news-item-img-icon{
    display: block;
}
.news .news-item .news-item-content{
    width: 71.6%;
    padding: 0 20px;
}
.news .news-item .news-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-item .news-item-desc{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.news .news-item .news-item-date{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}
/* news-item-first  styles */
.news .news-item.news-item-first{
    margin-right: 2%;
}
.news .news-item.news-item-first a{
    display: block;
}
.news .news-item.news-item-first .news-item-img{
    width: 100%;
    aspect-ratio: 585 / 400;
}
.news .news-item.news-item-first .news-item-img .news-item-img-icon img{
    width: 40px;
    height: 40px;
}
.news .news-item.news-item-first .news-item-content{
    margin: 10px 0;
    width: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .news{
        width: 900px;
        margin: 60px auto;
    }
    .news .news-list{
        margin-top: 10px;
    }
    .news .news-item .news-item-title{
        font-size: 16px;
        line-height: 24px;
    }
    .news .news-item .news-item-desc{
        margin: 5px 0;
    }
}
@media only screen and (max-width: 1000px) {
    .news{
        width: 700px;
        margin: 40px auto;
    }
    .news .news-list{
        margin-top: 10px;
    }
    .news .news-list .news-item{
        margin-top: 10px;
    }
    .news .news-item .news-item-content{
        padding: 0 10px;
    }
    .news .news-item .news-item-title{
        font-size: 14px;
        line-height: 21px;
    }
    .news .news-item .news-item-desc{
        font-size: 12px;
        line-height: 18px;
        margin: 0;
    }
    .news .news-item .news-item-date{
        font-size: 12px;
    }
    .news .news-item .news-item-img .news-item-img-icon img{
        width: 20px;
        height: 20px;
    }
}