@media all and (max-width: 768px) {
    .supply-banner, .energy-banner{
        height: 580px;
    }
    .industry-mainBox .col-12:nth-child(1), .industry-mainBox .col-12:nth-last-child(2),.industry-mainBox .col-12:nth-last-child(1){
        border: none;
    }

    /* 客户案例 */
    .caseWrap{
        width: auto;
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .application-case-next{
        transform: none;
    }
    #nextPageIcon, .indicationWrap{
        display: none;
    }
}