/**
 * banner styles
 **/
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #2980D3;
}

.swiper-slide{
    position: relative;
}
.swiper-slide-text{
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
}
.swiper-slide-title{
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    display: inline-block;
}
.swiper-slide-content{
    font-weight: bold;
    font-size: 51px;
    color: #FFFFFF;
    line-height: 90px;
}
.swiper-slide-desc{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
}
.swiper-slide-btn{
    width: 181px;
    height: 50px;
    background: #00367D;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 40px;
}
.swiper-slide-btn:hover{
    color: #FFFFFF;
}
.swiper-slide-btn img{
    width: 20px;
    margin-left: 10px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .swiper-slide-text{
        width: 900px;
    }
    .swiper-slide-title{
        font-size: 18px;
        line-height: 40px;
    }
    .swiper-slide-content{
        font-size: 40px;
        line-height: 65px;
    }
    .swiper-slide-desc{
        font-size: 18px;
        line-height: 40px;
    }
    .swiper-slide-btn{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .swiper-slide-text{
        width: 700px;
    }
    .swiper-slide-title{
        font-size: 16px;
        line-height: 30px;
    }
    .swiper-slide-content{
        font-size: 30px;
        line-height: 45px;
    }
    .swiper-slide-desc{
        font-size: 16px;
        line-height: 30px;
    }
    .swiper-slide-btn{
        margin-top: 20px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}


.service{
    width: 100%;
    padding: 60px 0;
    background: #00367D;
    display: flex;
    justify-content: space-around;
}
.service .service-item{
    width: 33.3333333%;
    text-align: center;
}
.service .service-item .service-item-icon{
    width: 55px;
    height: 55px;
    margin: 0 auto 30px;
}
.service .service-item .service-item-icon img{
    width: 100%;
    height: 100%;
}
.service .service-item .service-item-title{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 33px;
}
.service .service-item .service-item-desc{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 20px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service .service-item .service-item-title{
        font-size: 24px;
    }
    .service .service-item .service-item-desc{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .service .service-item .service-item-title{
        font-size: 20px;
    }
    .service .service-item .service-item-desc{
        font-size: 12px;
        margin-top: 10px;
    }
}

/**
 * hot products styles
 **/
.hot-products{
    width: 1200px;
    margin: 60px auto;
}
.title-warp{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.title{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 33px;
}
.description{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-top: 20px;
}
.title-right .more{
    width: 181px;
    height: 46px;
    background: #00367D;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.title-right .more a{
    color: #FFFFFF;
}

.hot-products .hot-products-category{
    margin-top: 30px;
    border-radius: 4px;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.hot-products .hot-products-category .hot-products-category-item{
    width: 19%;
    height: 50px;
    background: #F8F8F8;
    border-radius: 8px;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.hot-products .hot-products-category .hot-products-category-item.active{
    background: #00367D;
    color: #FFFFFF;
}


.hot-products .hot-products-list{
    margin-top: 30px;
}
.hot-products .hot-products-list .hot-products-list-item{
    display: none;
}
.hot-products .hot-products-list .hot-products-list-item.active{
    display: flex;
    flex-wrap: wrap;
}
.hot-products .hot-products-list .hot-products-item{
    width: 24%;
    height: auto;
    margin-right: 1.33%;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}
.hot-products .hot-products-list .hot-products-item:nth-child(-n+4){
    margin-top: 0;
}
.hot-products .hot-products-list .hot-products-item:nth-child(4n){
    margin-right: 0;
}
.hot-products .hot-products-list .hot-products-item .hot-products-item-img{
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}
.hot-products .hot-products-list .hot-products-item img{
    width: 100%;
    height: 100%;
}
.hot-products .hot-products-list .hot-products-item .hot-products-item-img::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: skewX(-25deg);
}
.hot-products .hot-products-list .hot-products-item:hover .hot-products-item-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}

.hot-products .hot-products-list .hot-products-item .hot-products-item_content{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    z-index: 10;
    padding: 10px;
}
.hot-products .hot-products-list .hot-products-item .hot-products-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-products .hot-products-list .hot-products-item .hot-products-item_more{
    width: 100%;
    height: 30px;
    background: #00367D;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products{
        width: 900px;
    }
    .hot-products .hot-products-category .hot-products-category-item{
        font-size: 14px;
    }
    .hot-products .hot-products-list .hot-products-item .hot-products-item-title {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .title{
        font-size: 24px;
    }
    .description{
        font-size: 12px;
        margin-top: 10px;
    }
    .hot-products{
        width: 700px;
    }
    .hot-products .hot-products-category{
        padding: 5px 0;
    }
    .hot-products .hot-products-category .hot-products-category-item{
        font-size: 12px;
        width: 20%;
        height: 40px;
        line-height: 40px;
    }
    .hot-products .hot-products-list .hot-products-item .hot-products-item_content{
        padding: 5px;
        width: calc(100% - 10px);
        left: 5px;
        bottom: 5px;
    }
    .hot-products .hot-products-list .hot-products-item .hot-products-item-title {
        font-size: 12px;
        line-height: 18px;
    }
    .hot-products .hot-products-list .hot-products-item .hot-products-item_more{
        font-size: 12px;
        margin-top: 5px;
    }
}



.choose-warp{
    width: 100%;
    padding: 60px 0;
    background: #F8F8FA;
}
.choose-warp .choose{
    width: 1200px;
    margin: 0 auto;
}
.choose-warp .choose .choose-list{
    margin-top: 30px;
    display: flex;
}
.choose-warp .choose .choose-list .choose-item{
    width: 24%;
    height: auto;
    margin-right: 1.33%;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 20px;
}
.choose-warp .choose .choose-list .choose-item:last-child{
    margin-right: 0;
}
.choose-warp .choose .choose-list .choose-item .choose-item-icon{
    width: 50px;
    height: 50px;
}
.choose-warp .choose .choose-list .choose-item .choose-item-icon img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.choose-warp .choose .choose-list .choose-item .choose-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 17px;
    margin: 20px 0;
}
.choose-warp .choose .choose-list .choose-item .choose-item-desc{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 21px;
}
.choose-warp .choose .choose-list .choose-item:hover .choose-item-icon img{
    transform: rotateY(180deg);
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .choose-warp .choose{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .choose-warp .choose{
        width: 700px;
    }
    .choose-warp .choose .choose-list .choose-item{
        padding: 10px;
    }
    .choose-warp .choose .choose-list .choose-item .choose-item-title{
        margin: 10px 0;
    }
    .choose-warp .choose .choose-list .choose-item .choose-item-desc{
        font-size: 12px;
        line-height: 18px;
    }
}


.news{
    width: 1200px;
    margin: 60px auto;
}
.news .news-category{
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CECECE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.news .news-category .news-category-item{
    width: 160px;
    height: 50px;
    background: #F8F8F8;
    border-radius: 8px;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.news .news-category .news-category-item:last-child{
    margin-right: 0;
}
.news .news-category .news-category-item.active{
    background: #00367D;
    color: #FFFFFF;
}

.news .news-list{
    margin-top: 30px;
}
.news .news-list .news-list-item{
    display: none;
    position: relative;
}
.news .news-list .news-list-item.active{
    display: block;
}
.news .news-list .news-list-item .news-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-list .news-list-item .news-item-desc{
    font-size: 12px;
    color: #505050;
    line-height: 18px;
    margin-top: 20px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-list .news-list-item .news-item-img{
    margin-top: 20px;
    position: relative;
}
.news .news-list .news-list-item .news-item-img img{
    width: 100%;
}
.news .news-list .news-list-item .news-item-img .more{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 135px;
    height: 40px;
    background: #00367D;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.news .news-swiper-button-prev,
.news .news-swiper-button-next{
    width: 66px;
    height: 60px;

}
.news .news-swiper-button-prev{
    background: url(../images/news-arrow-left.webp) no-repeat center;
    left: -33px;
    top: 60%;
}
.news .news-swiper-button-next{
    background: url(../images/news-arrow-right.webp) no-repeat center;
    right: -33px;
    top: 60%;
}
.news .news-swiper-button-prev::after,
.news .news-swiper-button-next::after{
    content: none;
}
.news .news-swiper-button-prev.swiper-button-disabled,
.news .news-swiper-button-next.swiper-button-disabled{
    opacity: 1;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .news{
        width: 900px;
    }
    .news .news-category .news-category-item{
        width: 140px;
    }
}
@media only screen and (max-width: 1000px) {
    .news{
        width: 700px;
    }
    .news .news-category .news-category-item{
        width: 100px;
        font-size: 12px;
    }
}



/**
 * brands styles
 **/
.brands-warp{
    width: 100%;
    background: #F8F8F8;
    padding: 60px 0;
}
.brands{
    width: 1200px;
    margin: 0 auto;
}
.brands .brands-list{
    margin-top: 30px;
}
.brands .brands-list .brands-item{
    width: 16.66%;
    aspect-ratio: 200 / 100;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
}
.brands .brands-list .brands-item:nth-child(-n+6){
    margin-top: 0;
}
.brands .brands-list .brands-item img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.brands .brands-list .brands-item:hover img{
    transform: scale(1.1);

}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .brands{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .brands{
        width: 700px;
    }
}
