.proType_main {
    margin-top: 5%;
}

.proType_main .cate_list {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.proType_main .cate_list .cate_item {
    width: 31%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 18%;
    margin-bottom: 30px;
    margin-right: 30px;
    -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_list .cate_item::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(190, 5, 11, .5);
    z-index: 80;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.proType_main .cate_list .cate_item:hover::before {
    opacity: 1;
}

.proType_main .cate_list .cate_item:nth-child(3n) {
    margin-right: 0;
}

.proType_main .cate_list .cate_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 9;
}

.proType_main .cate_list .cate_item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.proType_main .cate_list .cate_item .item_info {
    width: 100%;
    padding: 0 50px;
    position: absolute;
    top: 85%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 1;
    transition: top .5s ease-in-out;
}


.proType_main .cate_list .cate_item .item_info .item_title {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.proType_main .cate_list .cate_item .item_info:hover .item_title a {
    text-decoration: underline;
}

.proType_main .cate_list .cate_item .item_info .item_title a {
    display: inline-block;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}


.proType_main .cate_list .cate_item .item_info .item_desc {
    transform: translateY(100%);
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: transform .5s ease-in-out;
}

.proType_main .cate_list .cate_item:hover .item_info {
    top: 50%;
}


.proType_main .cate_list .cate_item:hover .item_info .item_desc {
    transform: translateY(0);
}

.proType_main .cate_list .cate_item .item_info .item_desc a {
    display: inline-block;
    color: #FFFFFF;
}

.proType_main .cate_list .cate_item .item_btn a {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    padding: 10px 25px;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-color: #333333;
    display: flex;
    align-items: center;
}

.proType_main .cate_list .cate_item:hover .item_btn a {
    background-color: var(--conmmonColor);
}

.proType_main .cate_list .cate_item .item_btn a:after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../img/other/read_more3.png) no-repeat center center / cover;
    margin-left: 10px;
}

.proType_solution {
    margin-top: 5%;
}

.proType_solution .top_wrap {
    justify-content: center;
    align-items: center;
}

.proType_solution .top_wrap .top_left {
    width: 62.5%;
    position: relative;
    height: 476px;
    overflow: hidden;
    -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_solution .top_wrap .top_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.proType_solution .top_wrap .top_left:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}



.proType_solution .top_wrap .top_right {
    width: 37.5%;
    padding: 0 50px;
}

.proType_solution .top_wrap .top_right .top_title {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 50px;
    color: var(--conmmonColor);
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.proType_solution .top_wrap .top_right .top_desc {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_solution .solution_list {
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
}

.proType_solution .solution_list .solution_item {
    width: 48%;
    padding: 20px 65px;
    margin-right: 35px;
    background: #000000;
    transition: all .3s ease-in-out;
}

.proType_solution .solution_list .solution_item:hover {
    background-color: var(--conmmonColor);
}

.proType_solution .solution_list .solution_item:nth-child(3n) {
    margin-right: 0;
}

.proType_solution .solution_list .solution_item .item_title {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 18px;
    color: var(--conmmonColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all .3s ease-in-out;
}

.proType_solution .solution_list .solution_item .item_title:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/pro_icon1.png) no-repeat center center / contain;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.proType_solution .solution_list .solution_item:hover .item_title:before {
    background: url(../img/pro_icon2.png) no-repeat center center / contain;
}

.proType_solution .solution_list .solution_item:hover .item_title {
    color: #FFFFFF;
}

.proType_solution .solution_list .solution_item .item_desc {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all .3s ease-in-out;
}

.proType_line {
    margin-top: 5%;
}

.proType_line .line_title {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 50px;
    color: var(--conmmonColor);
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 45px;
}

.proType_line .line_desc {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 950px) {


    .proType_main .cate_list .cate_item {
        width: 48%;
        margin-right: 30px !important;
        padding-bottom: 29%;
    }

    .proType_main .cate_list .cate_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .proType_main .cate_list .cate_item:before {
        opacity: 1 !important;
    }

    .proType_main .cate_list .cate_item .item_info {
        top: 50%;
        padding: 0 30px;
        opacity: 1 !important;
    }

    .proType_main .cate_list .cate_item .item_info .item_desc,
    .proType_main .cate_list .cate_item:hover .item_info .item_desc {
        transform: unset;
    }
    .proType_solution .top_wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .proType_solution .top_wrap .top_left{
        width: 100%;
        height: 0;
        padding-bottom: 54%;
        margin-bottom: 30px;
    }
    .proType_solution .top_wrap .top_right .top_title{
        font-size: 30px;
        line-height: 35px;
    }
    .proType_solution .top_wrap .top_right{
        width: 100%;
        padding: 0;
    }
    .proType_solution .solution_list{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 25px;
    }
    .proType_solution .solution_list .solution_item{
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
    .proType_line .line_title{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .proType_main .cate_list {
        flex-direction: column;
    }

    .proType_main .cate_list .cate_item {
        width: 100%;
        margin-right: 0 !important;
        padding-bottom: 61%;
    }
}