.lbanner-pp .lbanner-desc {
    display: none !important;
}


.S_Technology_main {
    margin-top: 5%;
}
.S_Technology_main .web_th .brief{text-align: left;}

.S_Technology_main .technology_list {
    justify-content: flex-start;
    flex-wrap: wrap; margin-top: 2.6%;
}

.S_Technology_main .technology_list .technology_item {
    width: 31.5%;
    border-radius: 24px 24px 24px 24px;
    border: 2px solid #D9D9D9;
    padding: 30px 30px;
    margin-right: 2.5%;
    margin-bottom: 36px;
}

.S_Technology_main .technology_list .technology_item:nth-child(3n) {
    margin-right: 0;
}


.S_Technology_main .technology_list .technology_item .item_icon {
    width: 72px;
    height: 72px;
}


.S_Technology_main .technology_list .technology_item:hover .item_icon{
    animation: swing .5s ease-in-out;
}

.S_Technology_main .technology_list .technology_item .item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.S_Technology_main .technology_list .technology_item .item_title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 15px 0;
}

.S_Technology_main .technology_list .technology_item .item_desc {
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    min-height: 56px;
}

@media only screen and (max-width: 1200px) {
    .S_Technology_main .technology_list .technology_item .item_icon{width: 66px; height: 66px;}
    .S_Technology_main .technology_list .technology_item{padding: 24px; border-radius: 20px; margin-bottom: 20px;}
    .S_Technology_main .technology_list .technology_item .item_title{font-size: 22px;}
}
@media only screen and (max-width: 980px) {
    .S_Technology_main .technology_list .technology_item{
        width: 47.5%;
        margin-right: 2.5% !important;
        padding: 20px; border-radius: 16px;
    }
    .S_Technology_main .technology_list .technology_item:nth-child(2n){
        margin-right: 0 !important;
    }
    .S_Technology_main .technology_list .technology_item:last-child{margin-bottom: 0;}
    .S_Technology_main .technology_list .technology_item .item_title{
        height: 60px; margin: 12px 0; font-size: 20px;
    }
}

@media only screen and (max-width: 768px){
    .S_Technology_main .technology_list .technology_item{
        width: 100%;
        margin-right: 0 !important;
    }
    .S_Technology_main .technology_list .technology_item .item_title{
        height: auto;
    }
    .S_Technology_main .technology_list .technology_item .item_desc{
        height: auto; min-height: unset;
    }
}