
.lbanner-pp .lbanner-btn {display: block;}

.proType_main .cate_item {width: 100%; margin-top: 5%;}

.cate_box{display: block; position: relative;}
.cate_box .pic{padding-bottom: 32%;}
.cate_box .cate_wrap{position: absolute; top: 0; height: 100%; right: 0; width: 50%; padding: 4% 8%; padding-left: 10%; background: linear-gradient(to right, transparent, rgba(3,11,30, 0.7) 35%, #030a1b 70%);}
.cate_box .cate_wrap .title{font-family: 'Roboto-Bold'; font-size: 30px; font-weight: bold; line-height: 1.25; color: #fff;}
.cate_box .cate_wrap .brief{color: #fff; line-height: 30px; font-family: 'Roboto-Regular'; font-size: 18px; margin: 10px 0 24px;}

.cate_box .cate_wrap .more{display: inline-block; padding: 8px 40px; background: var(--commonColor); border: 2px solid var(--commonColor); font-family: 'Roboto-Regular'; text-transform: uppercase; line-height: 30px; color: #fff; transition: all 0.4s ease;}
.cate_box .cate_wrap .more:hover{background: #fff; color: var(--commonColor);}

.cate_item:nth-child(2n) .cate_box .cate_wrap{right: unset; left: 0; background: linear-gradient(to left, transparent, #030B1E 60%); padding-left: 8%; padding-right: 10%;}

.cate_box:hover .cate_wrap .title{color: var(--commonColor);}


.pro_box .pro_list {margin-top: 4%;}
.pro_list .pro_item{background: #fff; width: calc((100% - 36px) / 4); margin-right: 12px;}
.pro_list .pro_item:nth-child(4n) {margin-right: 0;}

.pro_list .pro_item>a{display: block; padding: 20px;}

.pro_list .pro_item .pic{padding-bottom: 100%;}
.pro_list .pro_item .title{margin: 18px 0 4px; font-family: 'Roboto-Regular'; font-size: 18px; color: #666; line-height: 28px; text-transform: capitalize;}

.pro_list .pro_item:hover {background: var(--commonColor);}
.pro_list .pro_item:hover .title{color: #fff;}


@media only screen and (max-width: 1200px) {
    .pro_list .pro_item>a{padding: 18px 16px;}
    .pro_list .pro_item .title{font-size: 17px; margin: 16px 0 0;}
    .cate_box .cate_wrap .title{font-size: 26px;}
}
@media only screen and (max-width: 980px) {
    .above_description{margin-top: 28px;}
    .cate_box .pic{padding-bottom: 40%;}
    .cate_box .cate_wrap{width: 100%; padding: 20px 20px; background: linear-gradient(to right, rgba(3,11,30, 0.2), rgba(3,11,30, 0.6) 50%, #030a1b 90%);}
    .cate_box .cate_wrap .title{font-size: 22px; margin-bottom: 12px;}
    .cate_box .cate_wrap .brief{display: none;}
    .cate_box .cate_wrap .more{padding: 6px 30px;}

    .proType_main .cate_item{margin-top: 22px;}
    .pro_box .pro_list{margin-top: 18px;}
    .pro_list .pro_item{width: calc(50% - 6px); margin-right: 12px;}
    .pro_list .pro_item:nth-child(2n){margin-right: 0;}
    .pro_list .pro_item:nth-child(n+3){margin-top: 14px;}
    .pro_list .pro_item .title{font-size: 16px; line-height: 26px;}
}

/* proType_solutions */
.proType_solutions {margin: 5% 0 0;}
.proType_solutions .swiper-button-next,
.proType_solutions .swiper-button-prev{
border-radius: 50% !important;
}

.proType_solutions .com_th{margin-bottom: 4%;}

.solutions_item{position: relative;}
.solutions_item .pic{padding-bottom: 60%;}
.solutions_item .item_info{position: absolute; left: 0; top: 0; height: 100%; width: 36%; background: var(--commonColor); color: #fff; z-index: 1; padding: 9% 4% 6%; opacity: 0; transition: all 0.5s ease;}
.solutions_item .item_info .item_title{font-family: 'Roboto-Bold'; font-size: 20px; font-weight: bold; line-height: 1.35;}
.solutions_item .item_info .item_desc{font-family: 'Roboto-Regular'; line-height: 28px; margin-top: 15px;}

.solutions_item.swiper-slide-active .item_info{opacity: 1;}

.proType_solutions .solutions_wrap {
    padding-bottom: 80px;
}

.proType_solutions .swiper-pagination {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: var(--txtColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 824px;
    width: calc((100% - 45px) / 2.2);
    left: 50%;
    padding-bottom: 15px;
    transform: translateX(-50%);
    bottom: 0;
}

.proType_solutions .swiper-pagination:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 267px;
    height: 1px;
    background: var(--commonColor);
}


.proType_solutions .swiper-pagination span {
    color: var(--commonColor);
    font-size: 22px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 1 !important;
    width: 50px !important;
    height: 50px !important;
}

.proType_solutions .swiper-button-next {
    top: 43% !important;
    margin-top: -25px !important;
    right: 26.6%;
    background: rgba(2, 12, 30, .86) url(../img/solutions_next.png) center center no-repeat !important;
}

.swiper-button-next:hover {
    background-color: rgba(var(--comColorRgb), .86) !important;
}

.proType_solutions .swiper-button-prev {
    top: 43% !important;
    margin-top: -25px !important;
    left: 26.6%;
    background: rgba(2, 12, 30, .86) url(../img/solutions_prev.png) center center no-repeat !important;
}

.swiper-button-prev:hover {
    background-color: rgba(var(--comColorRgb), .86) !important;
}
/* @media only screen and (max-width: 1600px){
    .proType_solutions .solutions_item.swiper-slide-prev{
        justify-content: center;
        max-width: unset;
    }
    .proType_solutions .solutions_item.swiper-slide-next{
        justify-content: center;
        max-width: unset;
    }
    .proType_solutions .solutions_item.swiper-slide-active{
        min-width: unset !important;
    }
    .swiper-button-prev{
        left: 24% !important;
    }
    .swiper-button-next{
        right: 24% !important;
    }
} */
@media only screen and (max-width: 1200px) {
    .solutions_item .item_info{padding: 6% 4%;}
}
@media only screen and (max-width: 980px) {
    .proType_solutions{margin-top: 28px;}
    .proType_solutions .solutions_wrap{padding: 0 15px 66px;}

    .proType_solutions .solutions_item{
        display: flex; flex-direction: column-reverse; height: auto;
    }
    .solutions_item .item_info{position: static; width: 100%; opacity: 1; padding: 20px 16px; flex: 1;}
    .proType_solutions .swiper-pagination{width: auto; left: 15px; transform: translateX(0); right: 15px;}
    .proType_solutions .swiper-button-prev{left: 0;}
    .proType_solutions .swiper-button-next{right: 0;}
    .solutions_item .pic{padding-bottom: 75%;}

    /* .proType_solutions{
        width: 95%;
        margin: 0 auto ;
    }
    .proType_solutions .solutions_title {
        font-size: 40px;
        line-height: 50px;
    }

    .proType_solutions .solutions_item {
        
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
        max-height: unset;
    }

    .proType_solutions .solutions_item.swiper-slide-active {
        min-width: unset !important;
    }


    .proType_solutions .solutions_item {
        background-color: var(--commonColor) !important;
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
        max-height: unset !important;
        max-width: unset !important;
        min-width: unset !important;
    }

    .proType_solutions .solutions_item .item_info{
        display: block !important;
    }

    .proType_solutions .solutions_item .item_info {
        padding: 20px !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .proType_solutions .solutions_item.swiper-slide-active .item_img {
        width: 100%;
        padding-bottom: 100% !important;
    }
    .swiper-button-next{
        right: 0 !important;
    }
    .swiper-button-prev{
        left: 0 !important;
    }
.proType_solutions .swiper-pagination{
    width: 400px;
    left: 0 !important;
    margin-left: 0 !important;
} */
}

/* @media only screen and (max-width: 480px) {
    .proType_solutions .solutions_title{
        font-size: 30px;
        line-height: 35px;
    }
} */