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

.banner img{
    height: 600px;
}

.banner-item{
    position: relative;
}
.banner-item .slide-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 900px;
    text-align: center;
}
.banner-item .slide-desc{
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 75px;
}
.banner-item .slide-content{
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    line-height: 30px;
    margin-top: 10px;
}
.banner-item .slide-btn{
    width: 200px;
    height: 58px;
    background: #F5B219;
    border-radius: 29px;
    margin: 40px auto 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
}
.banner-item .slide-btn a{
    display: block;
    color: #FFFFFF;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .banner-item .slide-text{
        width: 700px;
    }
    .banner-item .slide-desc{
        font-size: 36px;
        line-height: 48px;
    }
    .banner-item .slide-content{
        font-size: 16px;
        line-height: 24px;
    }
    .banner-item .slide-btn{
        width: 160px;
        height: 50px;
        margin-top: 30px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1000px) {
    .banner-item .slide-text{
        width: 550px;
    }
    .banner-item .slide-desc{
        font-size: 28px;
        line-height: 36px;
    }
    .banner-item .slide-content{
        font-size: 14px;
        line-height: 21px;
    }
    .banner-item .slide-btn{
        width: 120px;
        height: 40px;
        margin-top: 20px;
        line-height: 40px;
    }
}

/**
 * hot products styles
 **/
.products{
    max-width: 1200px;
    width: 100%;
    height: 800px;
    margin: 0 auto;
}
.products .products-title{
    width: 1200px;
    margin: 40px auto;
}
.products .products-title .title{
    float: left;
}

.products .search_warp{
    width: 23.75%;
    height: 720px;
    float: left;
}
.products .search_warp .category{
    width: 100%;
    height: 720px;
}
.products .search_warp .category .category_title{
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    background: #0056B3;
    padding-left: 20px;
}
.products .search_warp .category .category_list{
    width: 100%;
    height: 600px;
    background-color: #F9F9F9;
}
.products .search_warp .category .category_list .category_item{
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 2px;
    cursor: pointer;
}
.products .search_warp .category .category_list .category_item .category_item_title{
    font-size: 16px;
    color: #505050;
    line-height: 50px;
    cursor: pointer;
    padding-left: 10px;
    position: relative;
}
.products .search_warp .category .category_list .category_item .category_item_title .category_item_icon{
    position: absolute;
    width: 8px;
    height: 12px;
    right: 10px;
    top: 19px;
    background: url(/themes/simpleboot3/public/assets/images/arrow.webp) no-repeat;
}
.products .search_warp .category .category_list .category_item .category_item_list{
    width: 100%;
    height: auto;
    display: none;
    background-color: rgba(138, 138, 138, 0.1);
}
.products .search_warp .category .category_list .category_item .category_item_list .category_item_list_item{
    cursor: pointer;
    font-size: 14px;
    color: #505050;
    line-height: 50px;
    border-bottom: 1px solid #C1C1C1;
    margin: 0 10px;
}
.products .search_warp .category .category_list .category_item .category_item_list .category_item_list_item:last-child{
    border-bottom: none;
}
.products .search_warp .category .category_list .category_item.active .category_item_list{
    border-top: 1px solid #C1C1C1;
}
.products .search_warp .category .category_list .category_item.active .category_item_title{
    color: #00367D;
}
.products .search_warp .category .category_list .category_item.active .category_item_title .category_item_icon {
    width: 12px;
    height: 8px;
    right: 9px;
    top: 22px;
    background: url(/themes/simpleboot3/public/assets/images/arrow-active.webp) no-repeat;
}
.products .search_warp .category .category_list .category_item .category_item_list.show{
    display: block;
}
.products .search_warp .category .category_list .category_item.active .category_item_list .category_item_list_item.active{
    color: #00367D;
}
.products .search_warp .category .category_list .category_item .category_item_list .category_item_list_item:hover{
    color: #00367D;
}
.products .search_warp .industries{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.products .search_warp .industries .industries_title{
    width: 100%;
    height: 59px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 59px;
    background: #00367D;
    padding-left: 20px;
}
.products .search_warp .industries .industries_list .industries_list_item {
    margin-top: 2px;
    font-size: 16px;
    color: #505050;
    line-height: 50px;
    padding-left: 52px;
    cursor: pointer;
    position: relative;
    background: #F9FAFB;
}
.products .search_warp .industries .industries_list .industries_list_item::before{
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 20px;
}
.products .search_warp .industries .industries_list .industries_list_item.active{
    color: #00367D;
}
.products .search_warp .industries .industries_list .industries_list_item.active::before{
    border: none;
    background: url("/themes/simpleboot3/public/assets/images/product-checkbox.webp");
}
/******** 通用样式：所有父类生效 ********/
.product_list_warp{
    width: 74.6%;
    height: 660px;
    float: right;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    box-sizing: border-box;
}
.product_list_warp::-webkit-scrollbar{
    width: 4px;
}
.product_list_warp::-webkit-scrollbar-track{
    background: #f5f5f5;
    border-radius: 2px;
}
.product_list_warp::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 2px;
}
.product_list_warp::-webkit-scrollbar-thumb:hover{
    background: #999;
}

.product_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.product_list .product_item{
    width: 32%;
    margin: 0 0.33% 20px 1%;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}
.product_list .product_item a{
    display: block;
    width: 100%;
    height: 100%;
}
.product_list .product_item .product_list_item_img{
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.product_list .product_item .product_list_item_img .lazy-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.product_list .product_item .product_list_item_img .lazy-img.loaded{
    opacity: 1;
}

.product_list .product_item .product_list_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);
}
.product_list .product_item:hover .product_list_item_img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
.product_list .product_item .product_list_item_content{
    width: 100%;
    height: auto;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.product_list .product_item .product_list_item_title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    flex-shrink: 0;
}
.product_list_item_content .product_list_item_capacity{
    display: grid;
    grid-template-columns: 117px 1fr;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}
.product_list_item_content .product_list_item_capacity:last-of-type{
    border-bottom: none;
}
.product_list_item_content .product_list_item_capacity .product_list_item_capacity_title{
    color: #505050;
}
.product_list_item_content .product_list_item_capacity .product_list_item_capacity_value{
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
    }
}



/**
 * SERVICE STYLES
 **/
.service-wrap{
    width: 100%;
    background: url("") no-repeat center bottom;
    background-size: 100%;
}
.service{
    width: 1200px;
    padding-bottom: 0px;
    margin: 40px auto;
}
.service .service-list{
    margin-top: 40px;
    display: flex;
}
.service .service-list .service-item{
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.service .service-list .service-item.active{
    width: 600px;
}
.service .service-list .service-item img{
    height: 100%;
}
.service .service-list .service-item .service-content{
    position: absolute;
    max-width: 440px;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.service .service-list .service-item .service-content .service-title{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}
.service .service-list .service-item .service-content .service-desc{
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 21px;
    margin-top: 10px;
    height: 63px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    visibility: hidden;
    transition: all 0.1s;
}
.service .service-list .service-item .service-content .service-more-normal{
    width: 30px;
    height: 30px;
    margin-top: 16px;
    transition: all 0.1s;
}
.service .service-list .service-item .service-content .service-more-normal img{
    width: 100%;
    height: 100%;
}
.service .service-list .service-item .service-content .service-more-active{
    width: 100px;
    height: 30px;
    background: #F5B219;
    border-radius: 15px;
    margin-top: 16px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    display: none;
    transition: all 0.1s;
}
.service .service-list .service-item .service-content .service-more-active a{
    color: #FFFFFF;
}
.service .service-list .service-item.active .service-content .service-desc{
    visibility: unset;
}
.service .service-list .service-item.active .service-content .service-more-normal{
    display: none;
}
.service .service-list .service-item.active .service-content .service-more-active{
    display: block;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service{
        width: 900px;
        padding-bottom: 100px;
        margin: 60px auto;
    }
    .service .service-list .service-item{
        width: 225px;
        height: 225px;
    }
    .service .service-list .service-item.active{
        width: 450px;
    }
    .service .service-list .service-item .service-content{
        padding: 12px;
    }
    .service .service-list .service-item .service-content .service-desc{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
        height: 54px;
    }
    .service .service-list .service-item .service-content .service-title{
        font-size: 16px;
        line-height: 24px;
    }
    .service .service-list .service-item .service-content .service-more-normal,
    .service .service-list .service-item .service-content .service-more-active{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .service{
        width: 700px;
        padding-bottom: 50px;
        margin: 40px auto;
    }
    .service .service-list .service-item{
        width: 175px;
        height: 175px;
    }
    .service .service-list .service-item.active{
        width: 350px;
    }
    .service .service-list .service-item .service-content{
        padding: 8px;
    }
    .service .service-list .service-item .service-content .service-desc{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
        height: 48px;
    }
    .service .service-list .service-item .service-content .service-title{
        font-size: 14px;
        line-height: 20px;
    }
    .service .service-list .service-item .service-content .service-more-normal{
        width: 24px;
        height: 24px;
        margin-top: 5px;
    }
    .service .service-list .service-item .service-content .service-more-active{
        width: 75px;
        height: 24px;
        line-height: 24px;
        margin-top: 5px;
    }
}

.quote-wrap{
    max-width: 1200px;
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto;
}
.quote{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 60px 0px 80px;
}
.quote .quote-left{
    width: 340px;
    float: left;
}
.quote .quote-left .quote-left-top{
    background: #0070D9;
    padding: 10px 30px 30px;
}
.quote .quote-left .quote-left-top .quote-left-top-title{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 20px;
}
.quote .quote-left .quote-left-top .quote-left-top-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 21px;
    margin-top: 10px;
}
.quote .quote-left .quote-left-top .quote-left-top-desc a{
    color: rgba(255, 255, 255, .8);
}
.quote .quote-left .quote-left-bottom{
    width: 100%;
    background: #005EB7;
    padding: 30px;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-tel{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 30px;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-tel a{
    color: #FFFFFF;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-tel img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
}


.quote .quote-right{
    width: 780px;
    float: right;
}
.quote .quote-right .quote-right-title{
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 27px;
}
.quote .quote-right .quote-right-desc{
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-top: 20px;
}
.quote .quote-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quote .quote-form .quote-form-item{
    width: 48%;
    height: 45px;
    background: #EBEBEB;
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    padding: 0 20px;
}
.quote .quote-form .quote-form-item .quote-form-item-title,
.quote .quote-form .quote-form-message .quote-form-message-title{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 45px;
    white-space: nowrap;
}
.quote .quote-form .quote-form-item .quote-form-item-title span,
.quote .quote-form .quote-form-message .quote-form-message-title span{
    color: #FF0000;
}
.quote .quote-form .quote-form-item .quote-form-item-input,
.quote .quote-form .quote-form-item .contact-product{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    line-height: 45px;
}
.quote .quote-form .quote-form-message{
    width: 100%;
    background: #EBEBEB;
    margin-top: 20px;
}
.quote .quote-form .quote-form-message .quote-form-message-title{
    margin-left: 10px;
    line-height: 24px;
}
.quote .quote-form .quote-form-message .quote-form-item-textarea{
    width: 100%;
    height: 109px;
    padding: 0 10px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
}
.quote .quote-form .quote-form-submit{
    width: 214px;
    height: 45px;
    background: #1A1A1A;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.quote .quote-form .quote-form-submit img{
    width: 26px;
    height: 16px;
    margin-left: 16px;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .quote .quote-left{
        width: 260px;
    }
    .quote .quote-left .quote-left-top{
        padding: 15px 20px 25px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-title{
        margin-top: 13px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-desc{
        margin-top: 5px;
    }
    .quote .quote-left .quote-left-bottom{
        padding: 25px;
    }
    .quote .quote-left .quote-left-bottom .quote-left-bottom-tel{
        margin-top: 20px;
    }
    .quote .quote-right{
        width: 580px;
    }
    .quote .quote-right .quote-right-title{
        font-size: 27px;
        line-height: 30px;
    }
    .quote .quote-right .quote-right-desc{
        margin-top: 10px;
    }
    .quote .quote-form .quote-form-item{
        margin-top: 10px;
        padding: 0 10px;
    }
    .quote .quote-form .quote-form-message{
        margin-top: 10px;
    }
    .quote .quote-form .quote-form-submit{
        margin-top: 10px;
    }
    .quote .quote-line{
        width: 820px;
    }
}
@media only screen and (max-width: 1000px) {
    .quote .quote-left{
        width: 220px;
    }
    .quote .quote-left .quote-left-top{
        padding: 5px 15px 15px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-title{
        margin-top: 10px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-desc{
        margin-top: 5px;
    }
    .quote .quote-left .quote-left-bottom{
        padding: 15px;
    }
    .quote .quote-left .quote-left-bottom .quote-left-bottom-tel{
        margin-top: 15px;
    }
    .quote .quote-right{
        width: 460px;
    }
    .quote .quote-right .quote-right-title{
        font-size: 24px;
        line-height: 27px;
    }
    .quote .quote-right .quote-right-desc{
        margin-top: 5px;
    }
    .quote .quote-form .quote-form-item{
        width: 49%;
        margin-top: 10px;
        padding: 0 5px;
    }
    .quote .quote-form .quote-form-item .quote-form-item-title,
    .quote .quote-form .quote-form-message .quote-form-message-title{
        font-size: 12px;
    }
    .quote .quote-form .quote-form-message{
        margin-top: 10px;
    }
    .quote .quote-form .quote-form-submit{
        margin-top: 10px;
        width: 180px;
        font-size: 14px;
    }
    .quote .quote-form .quote-form-submit img{
        width: 20px;
        height: 12px;
        margin-left: 10px;
    }
    .quote .quote-line{
        width: 660px;
    }
}
