.supply_list {
    display: flex;
    flex-wrap: wrap;
}

.supply_lone {
    width: 31.6%;
    margin-right: 2.6%;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.supply_ltop {
    background-color: #F2F2F2;
    overflow: hidden;
    padding: 2vw;
    overflow: hidden;
}

.supply_ltext {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.supply_lt_img {
    transition: .5s;
    height: 17.2vw;
    min-height: 290px;
}

.supply_lone:hover .supply_lt_img {
    transition: .5s;
    transform: scale(1.09);
}


/*详情*/

.supply_info_all {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.suinfo_top {
    display: flex;
    align-items: center;
}

.supply_info {
    border: 1px solid #D9D9D9;
    width: 100%;
    text-align: center;
    padding: 4vw;
}

.sinfo_jt {
    width: 64px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.sinfo_jtl {
    margin-right: -32px;
}

.sinfo_jtr {
    margin-left: -32px;
}

.sinfo_jt image {
    width: 100%;
}

.suinfo_list {
    display: flex;
}

.suinfo_listall {
    margin: 20px 30px;
}

.suinfo_one {
    background: #F2F2F2;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.suinfo_one .suinfo_oimg {
    width: 85px;
    height: 60px;
}

.suinfo_text {
    margin: 20px 30px;
}

.suinfo_tit {
    position: relative;
    color: #333333;
    font-size: 24px;
    padding-left: 10px;
}

.suinfo_tit::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #0070C0;
}

.suinfo_desc {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    margin-top: 10px;
}

.no_img {
    display: none;
}

.sinfo_jt:hover .no_img {
    display: block;
}

.sinfo_jt:hover .mo_img {
    display: none;
}

.stione img {
    max-height: 96%;
}

.stione {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(min-width:1024px) {
    .supply_lone:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:1024px) {
    .supply_list {
        display: block;
        /* padding-left: 0;
        padding-right: 0; */
    }
    .supply_lone {
        width: 100%;
        margin-bottom: 5px;
    }
    .supply_ltext {
        font-size: 14px;
        padding: 15px 0;
    }
    .supply_ltop {
        padding: 25px;
    }
    .supply_info_all {
        max-width: 100%;
    }
    .suinfo_top {
        position: relative;
    }
    .sinfo_jt {
        width: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .sinfo_jtl {
        margin-right: 0px;
        left: -12px;
    }
    .sinfo_jtr {
        margin-left: 0px;
        right: -12px;
    }
    .supply_info {
        width: 93%;
    }
    .stione {
        height: 267px;
    }
    .stione img {
        width: 82%;
    }
    .suinfo_listall,
    .suinfo_text {
        margin: 12px 10px;
    }
    .suinfo_tit {
        font-size: 16px;
        margin-top: 20px;
    }
    .suinfo_tit::after {
        width: 2px;
        height: 16px;
    }
    .suinfo_desc {
        font-size: 12px;
        line-height: 24px;
        margin-top: 5px;
    }
}