/**
 * banner styles
 **/
.banner .swiper{
    position: relative;
    height: 39vw;
}
.swiper-slide{
    position: relative;
}
.swiper-slide-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
}
.swiper-slide-content .swiper-slide-title{
    font-size: 50px;
    line-height: 75px;
    color: #FFFFFF;
    font-weight: bold;
}
.swiper-slide-content .swiper-slide-btn{
    margin-top: 50px;
}
.swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item{
    width: 204px;
    height: 58px;
    background: #0070D9;
    float: left;
    margin-right: 30px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}
.custom-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50%; /* 视口高度的一半 */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    background-color: #FFFFFF;
}

/* 页码样式 */
.page-number {
    font-size: 16px;
    color: #152230;
    margin-top: 30px;
    text-align: center;
}

/* 自定义滚动条 */
.custom-scrollbar {
    flex: 1;
    background: #E8E8EF;
    width: 2px;
}

/* 导航按钮容器 */
.navigation-btns {
    width: 100%;
    margin-top: 20px;
}

/* 自定义按钮样式 */
.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 100%;
    height: 20px;
    margin: 0;
    text-align: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 12px;
}

.swiper-button-prev::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.swiper-button-next::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .swiper-slide-content{
        width: 900px;
    }
    .swiper-slide-content .swiper-slide-title{
        font-size: 40px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 1000px) {
    .swiper-slide-content{
        width: 700px;
    }
    .swiper-slide-content .swiper-slide-title{
        font-size: 30px;
        line-height: 45px;
    }
    .swiper-slide-content .swiper-slide-btn{
        margin-top: 30px;
    }
    .swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item{
        width: 144px;
        height: 48px;
        line-height: 48px;
    }
}




/**
 * about  styles
 **/
.about{
    width: 100%;
}
.about .about-content{
    width: 1200px;
    margin: 80px auto;
}
.about .about-content .about-company{
}
.index-title{
    font-weight: bold;
    font-size: 46px;
    color: #211641;
    line-height: 52px;
    text-align: center;
}
.title-line{
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background-color: #0070D9;
    margin: 20px auto 40px;
}
.about .about-content .about-company .about-company-desc{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
}
.more{
    width: 86px;
    height: 32px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #2980D3;
    font-size: 14px;
    color: #2980D3;
    line-height: 32px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}
.more:hover{
    background: #2980D3;
    color: #FFFFFF;
}
.about .culture{
    margin: 60px auto;
}
.about .culture .culture_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0 27px 46px 1px rgba(0,0,0,0.19);
}
.about .culture .culture_list .culture_item{
    width: 33.3%;
    height: 270px;
    cursor: pointer;
    text-align: center;
    padding: 38px 30px;
}
.about .culture .culture_list .culture_item:nth-child(2){
    background-size: 100% 100%;
}
.about .culture .culture_list .culture_item .culture_item_icon{
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    transition: all ease 0.3s;
}
.about .culture .culture_list .culture_item .culture_item_icon img{
    width: 100%;
    height: 100%;
}
.about .culture .culture_list .culture_item .culture_item_title{
    font-weight: bold;
    font-size: 20px;
    color: #10263B;
    line-height: 22px;
    margin: 20px 0;
    text-align: center;
}
.about .culture .culture_list .culture_item .culture_item_desc{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 24px;
    text-align: center;
}
.about .culture .culture_list .culture_item:nth-child(2) .culture_item_title,
.about .culture .culture_list .culture_item:nth-child(2) .culture_item_desc{
    color: #FFFFFF;
}
.about .culture .culture_list .culture_item:hover .culture_item_icon{
    transform: rotateY(180deg);
}

.choose-warp{
    width: 100%;
    background-size: 100% 100%;
    padding: 80px 0;
}
.choose-warp .choose{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.choose .choose-title{
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 62px;
}
.choose .choose-desc{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 30px;
}
.choose .choose-list{
    margin-top: 70px;
}
.choose .choose-list .choose-item{
    width: 50%;
    float: left;
    margin-top: 18px;
    line-height: 22px;
    padding-left: 100px;
    text-align: left;
    margin-bottom: 40px;
}
.choose .choose-list .choose-item .choose-item-icon{
    width: 20px;
    height: 20px;
    float: left;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}
.choose .choose-list .choose-item .choose-item-icon::after{
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 50%;
}
.choose .choose-list .choose-item .choose-item-title{
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about .about-content{
        width: 900px;
        margin: 60px auto;
    }
    .index-title{
        font-size: 36px;
        line-height: 48px;
    }
    .title-line{
        height: 5px;
        margin: 15px auto 25px;
    }
    .about .about-content .about-company .about-company-desc{
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .about .culture{
        margin: 50px auto;
    }
    .about .culture .culture_list .culture_item{
        padding: 28px 20px;
    }

    .choose-warp{
        padding: 60px 0;
    }
    .choose-warp .choose{
        width: 900px;
    }
    .choose .choose-title{
        font-size: 36px;
        line-height: 48px;
    }
    .choose .choose-desc{
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .choose .choose-list{
        margin-top: 50px;
    }
    .choose .choose-list .choose-item{
        padding-left: 80px;
    }
    .choose .choose-list .choose-item .choose-item-icon{
        margin-right: 15px;
    }
    .choose .choose-list .choose-item .choose-item-title{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .about .about-content{
        width: 700px;
        margin: 40px auto;
    }
    .index-title{
        font-size: 30px;
        line-height: 45px;
    }
    .title-line{
        height: 4px;
        margin: 10px auto 20px;
    }
    .about .about-content .about-company .about-company-desc{
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .about .culture{
        margin: 40px auto;
    }
    .about .culture .culture_list .culture_item{
        padding: 18px 10px;
    }

    .choose-warp{
        padding: 40px 0;
    }
    .choose-warp .choose{
        width: 700px;
    }
    .choose .choose-title{
        font-size: 30px;
        line-height: 45px;
    }
    .choose .choose-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
    .choose .choose-list{
        margin-top: 40px;
    }
    .choose .choose-list .choose-item{
        padding-left: 40px;
    }
    .choose .choose-list .choose-item .choose-item-icon{
        margin-right: 10px;
    }
    .choose .choose-list .choose-item .choose-item-title{
        font-size: 16px;
    }
}


/**
 * hot products styles
 **/
.hot-products{
    width: 100%;
    padding: 60px 0;
}
.hot-products .hot-products-content{
    width: 1200px;
    margin: 0 auto;
}
.hot-products .hot-products-list{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hot-products .hot-products-list .hot-products-item{
    width: 24%;
    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 .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-title{
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-products .hot-products-list .hot-products-item .hot-products-item-category{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-top: 10px;
}
.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;
}
.hot-products .hot-products-list .hot-products-item:hover .hot-products-item-title{
    color: #0070D9;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products .hot-products-content{
        width: 900px;
    }
    .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) {
    .hot-products .hot-products-content{
        width: 700px;
    }
    .hot-products .hot-products-list .hot-products-item .hot-products-item-title{
        font-size: 12px;
        line-height: 16px;
    }
    .hot-products .hot-products-list .hot-products-item .hot-products-item-category{
        font-size: 12px;
        margin-top: 4px;
    }
}


.quote-warp{
    width: 100%;
    padding: 80px 0;
    background-size: 100% 100%;
}
.quote-warp .quote{
    width: 1200px;
    margin: 0 auto;
}
.quote-warp .quote .quote-title{
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
}
.quote-warp .quote .quote-description{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: 40px auto 0;
}
.quote-warp .quote .quote-content {
    display: flex;
    margin-top: 70px;
}
.quote-warp .quote .quote-content .quote-content-item{
    width: 360px;
    height: 60px;
    margin-right: 12px;
}
.quote-warp .quote .quote-content .quote-content-item input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 16px;
}
.quote-warp .quote .quote-content .quote-content-item .intl-tel-input{
    width: 100%;
    height: 100%;
}
.quote-warp .quote .quote-content .quote-content-item .intl-tel-input input{
    padding-left: 50px;
}
.quote-warp .quote .quote-content .quote-content-item .intl-tel-input .country-list{
    background-color: #FFFFFF;
}
.quote-warp .quote .quote-content .quote-content-btn{
    width: 90px;
    height: 60px;
    background: #0070D9;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .quote-warp .quote{
        width: 900px;
    }
    .quote-warp .quote .quote-title{
        font-size: 36px;
        line-height: 48px;
    }
    .quote-warp .quote .quote-description{
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
    }
    .quote-warp .quote .quote-content{
        margin-top: 50px;
    }
    .quote-warp .quote .quote-content .quote-content-item{
        height: 50px;
    }
    .quote-warp .quote .quote-content .quote-content-btn{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1000px) {
    .quote-warp .quote{
        width: 700px;
    }
    .quote-warp .quote .quote-title{
        font-size: 30px;
        line-height: 45px;
    }
    .quote-warp .quote .quote-description{
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .quote-warp .quote .quote-content{
        margin-top: 40px;
    }
    .quote-warp .quote .quote-content .quote-content-item{
        height: 40px;
    }
    .quote-warp .quote .quote-content .quote-content-btn{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


/**
 * brands styles
 **/
.brands{
    width: 100%;
    padding: 38px 0;
    background: #EDEEF2;
}
.brands .brands-content{
    width: 1200px;
    margin: 0 auto;
}
.brands .brands-content .brands-list{
}
.brands .brands-content .brands-list .brands-item{
    width: 20%;
    aspect-ratio: 240 / 104;
    background: #FFFFFF;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.brands .brands-content .brands-list .brands-item img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.brands .brands-content .brands-list .brands-item:hover img{
    transform: scale(1.1);

}


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