/**
 * banner styles
 **/
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 0;
    margin: 0 4px;
    opacity: 1;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #1E5CB3;
}

.banner{
    position: relative;
}
.banner .swiper-slide-text{
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 75px;
    z-index: 1;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .banner .swiper-slide-text{
        width: 900px;
        font-size: 40px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 1000px) {
    .banner .swiper-slide-text{
        width: 700px;
        font-size: 30px;
        line-height: 45px;
    }
}

.hot-products {
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    padding: 60px 0;
}
.hot-products .products-category {
    width: 1200px;
    margin: 40px auto;
}
.hot-products .products-category .category-slide{
    width: 180px;
    height: 40px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
}
.hot-products .products-category .category-slide.active{
    background-color: #1562C5;
    color: #FFFFFF;
}
.hot-products .products{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.hot-products .products .products-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hot-products .products .products-list li{
    width: 24%;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s;
}
.hot-products .products .products-list li .products-img{
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.hot-products .products .products-list li .products-img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;

}
.hot-products .products .products-list li .product-list-title{
    height: 60px;
    padding: 5px 10px;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-products .products .products-list li:hover img{
    transform: scale(1.1);
}
.hot-products .products .products-list li:hover .product-list-title{
    color: #1562C5;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products .products-category{
        width: 900px;
    }
    .hot-products .products{
        width: 900px;
    }
    .hot-products .products .products-list li .product-list-title{
        font-size: 14px;
        line-height: 20px;
        height: 50px;
    }
}

@media only screen and (max-width: 1000px) {
    .hot-products .products-category{
        width: 700px;
    }
    .hot-products .products-category .category-slide{
        font-size: 12px;
    }
    .hot-products .products{
        width: 700px;
    }
    .hot-products .products .products-list li .product-list-title{
        font-size: 12px;
        line-height: 18px;
        height: 46px;
    }
}

.about{
    width: 1200px;
    margin: 60px auto;
}
.about .about-content{
    margin-top: 40px;
}
.about .about-content img.about-img{
    width: 54%;
    float: left;
}
.about .about-content .about-right{
    width: 51%;
    box-shadow: 0px 36px 21px 1px rgba(0,0,0,0.08);
    float: left;
    margin-top: 30px;
    margin-left: -5%;
    background-color: #FFFFFF;
    padding: 30px 40px;
}
.about .about-content .about-right .about-title{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
}
.about .about-content .about-right .about-line{
    width: 36px;
    height: 1px;
    margin: 20px 0;
    background-color: #333333;
}
.about .about-content .about-right .about-desc{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.about .more{
    margin: 20px 0 0;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about{
        width: 900px;
    }
    .about .about-content .about-right{
        padding: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .about{
        width: 700px;
    }
    .about .about-content img.about-img{
        width: 100%;
    }
    .about .about-content .about-right{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .about .about-content .about-right .about-title{
        font-size: 16px;
    }
    .about .about-content .about-right .about-line{
        margin: 10px 0;
    }
    .about .about-content .about-right .about-desc{
        font-size: 12px;
        line-height: 18px;
    }
}


.smart{
    width: 1200px;
    margin: 60px auto;
}
.smart .smart-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.smart .smart-content .smart-content-item{
    width: 50%;
    display: flex;
    align-items: center;
    background: #F8F8F8;
}
.smart .smart-content .smart-content-item img{
    width: 60%;
}
.smart .smart-content .smart-content-item .smart-content-text{
    width: 40%;
    padding: 0 20px;
}
.smart .smart-content .smart-content-item .smart-content-text .smart-content-title{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
}
.smart .smart-content .smart-content-item .smart-content-text .smart-content-desc{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .smart{
        width: 900px;
    }
    .smart .smart-content .smart-content-item .smart-content-text{
        padding: 0 10px;
    }
    .smart .smart-content .smart-content-item .smart-content-text .smart-content-title{
        font-size: 16px;
    }
    .smart .smart-content .smart-content-item .smart-content-text .smart-content-desc{
        line-height: 20px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .smart{
        width: 700px;
    }
    .smart .smart-content .smart-content-item{
        width: 100%;
    }
    .smart .smart-content .smart-content-item:nth-child(2),
    .smart .smart-content .smart-content-item:nth-child(3){
        flex-direction: row-reverse;
    }
    .smart .smart-content .smart-content-item img{
        width: 40%;
    }
    .smart .smart-content .smart-content-item .smart-content-text{
        width: 60%;
    }
    .smart .smart-content .smart-content-item .smart-content-text .smart-content-title{
        font-size: 16px;
    }
    .smart .smart-content .smart-content-item .smart-content-text .smart-content-desc{
        line-height: 20px;
        margin-top: 0;
    }
}


.partner{
    width: 1200px;
    margin: 60px auto;
}
.partner .title span{
    color: #1E5CB3;
}
.partner .partner-line{
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin-top: 40px;
}
.partner .partner-content{
    width: 100%;
    overflow: hidden;
    padding-top: 16px;
}
.partner .partner-content .swiper-slide{
    margin-top: 24px!important;
}
.partner .partner-content .swiper-slide img{
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}
.partner .partner-content .swiper-slide:hover img{
    transform: scale(1.1);
}
.partner .partner-content .swiper-pagination-partner{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .partner{
        width: 900px;
    }
    .partner .partner-content .swiper-pagination-partner{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .partner{
        width: 700px;
    }
    .partner .partner-content .swiper-slide{
        margin-top: 16px!important;
    }
    .partner .partner-content .swiper-pagination-partner{
        margin-top: 20px;
    }
}