.proType_main {
    margin-top: 5%;
}

.proType_main .cate_item {
    width: 100%;
    margin-bottom: 30px;
}

.proType_main .cate_item .cate_box {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
}

.proType_main .cate_item .cate_box .cate_img .cate_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 9;
}

.proType_main .cate_item .cate_box .cate_wrap {
    position: absolute;
    top: 20%;
    right: 7%;
    z-index: 99;
}


.proType_main .cate_item:nth-child(2n) .cate_box .cate_wrap {
    left: 7%;
}

.proType_main .cate_item .cate_box .cate_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_main .cate_item .cate_box .cate_title a {
    display: inline-block;
    color: #FFFFFF;
    max-width: 415px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proType_main .cate_item .cate_box .cate_title a:hover {
    color: var(--conmmonColor);
}

.proType_main .cate_item .cate_box .cate_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 415px;
    margin: 20px 0 30px;

}

.proType_main .cate_item .cate_box .cate_desc a {
    display: inline-block;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proType_main .cate_item .cate_box .cate_btn a {
    display: inline-block;
    padding: 8px 40px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.proType_main .cate_item .cate_box .cate_btn a:hover {
    background-color: transparent;
}

.proType_main .cate_item .pro_box .pro_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}

.proType_main .cate_item .pro_box .pro_list .pro_item {
    width: 24%;
    padding: 20px;
    margin-right: 12px;
    margin-bottom: 30px;
    background: #FFFFFF;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.proType_main .cate_item .pro_box .pro_list .pro_item:hover {
    background-color: var(--conmmonColor);
}

.proType_main .cate_item .pro_box .pro_list .pro_item:nth-child(4n) {
    margin-right: 0;
}

.proType_main .cate_item .pro_box .pro_list .pro_item .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: 22px;
}

.proType_main .cate_item .pro_box .pro_list .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.proType_main .cate_item .pro_box .pro_list .pro_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.proType_main .cate_item .pro_box .pro_list .pro_item .item_title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #798190;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_main .cate_item .pro_box .pro_list .pro_item .item_title a {
    display: inline-block;
    color: #798190;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proType_main .cate_item .pro_box .pro_list .pro_item:hover .item_title a {
    color: #FFFFFF;
}

.proType_solutions {
    margin: 5% 0;
}
.proType_solutions .swiper-button-next,
.proType_solutions .swiper-button-prev{
border-radius: 50% !important;
}
.proType_solutions .solutions_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 50px;
    color: #020C1E;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5%;
}

.proType_solutions .solutions_item {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    max-height: 498px !important;
}

.proType_solutions .solutions_item.swiper-slide-prev {
    justify-content: flex-start;
    max-width: 498px;

}

.proType_solutions .solutions_item.swiper-slide-next {
    justify-content: flex-end;
    max-width: 498px;

}

.proType_solutions .solutions_item.swiper-slide-active {
    background-color: var(--conmmonColor);

}

.proType_solutions .solutions_item .item_info {
    display: none;
    height: 100%;
    transition: width 0.5s ease-in-out;
}

.proType_solutions .solutions_item.swiper-slide-active .item_info {
    display: block;
    width: 35%;
    padding: 100px 40px;
}

.proType_solutions .solutions_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.proType_solutions .solutions_item .item_info .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_solutions .solutions_item .item_img {
    width: 100%;
    position: relative;
    height: 498px;
    overflow: hidden;
    /* padding-bottom: 100% !important; */
}

.proType_solutions .solutions_item.swiper-slide-active .item_img {
    max-width: unset;
    width: 65%;
    padding-bottom: 62.7% !important;
    overflow: hidden;

}

.proType_solutions .solutions_item.swiper-slide-active {
    min-width: 824px !important;

}

.proType_solutions .solutions_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    overflow: hidden;

}

.proType_solutions .solutions_wrap {
    padding-bottom: 140px;
}

.proType_solutions .swiper-pagination {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 824px;
    left: 50%;
    margin-left: -400px;
    padding-bottom: 15px;
}

.proType_solutions .swiper-pagination:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 267px;
    height: 1px;
    background: var(--conmmonColor);
}


.proType_solutions .swiper-pagination span {
    color: var(--conmmonColor);
    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;
}

.swiper-button-next {
    top: 43% !important;
    margin-top: -25px !important;
    right: 27% !important;
    background: rgba(2, 12, 30, .66) url(../img/other/solutions_next.png) center center no-repeat !important;
}

.swiper-button-next:hover {
    background-color: rgba(16, 46, 161, .66) !important;
}

.swiper-button-prev {
    top: 43% !important;
    margin-top: -25px !important;
    left: 27% !important;
    background: rgba(2, 12, 30, .66) url(../img/other/solutions_prev.png) center center no-repeat !important;
}

.swiper-button-prev:hover {
    background-color: rgba(16, 46, 161, .66) !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: 950px) {

    .proType_main .cate_item .cate_box .cate_wrap {
        top: 5%;
        right: -5%;
        width: 100%;
    }
    .proType_solutions .solutions_item .item_img{
        height: 0;
        padding-bottom: 100%;
    }

    .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_main .cate_item .cate_box .cate_desc {
        display: none;
    }

    .proType_solutions .solutions_item {
        background-color: var(--conmmonColor) !important;
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
        max-height: unset !important;
        max-width: unset !important;
        min-width: unset !important;
    }

    .proType_main .cate_item .pro_box .pro_list {
       flex-wrap: wrap;
       justify-content: flex-start;
    }

    .proType_main .cate_item .pro_box .pro_list li {
        width: 48% !important;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .proType_main .cate_item .pro_box .pro_list li:nth-child(2n) {
        margin-right: 0;
    }
    .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;
    }
}