@charset "utf-8";

/* 客户列表 */



.khlbbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.khlbbox .khlbbox_item {
    width: 16%;
    margin-right: 0.8%;
    margin-bottom: 30px;
}

.khlbbox .khlbbox_item:nth-child(6n) {
    margin-right: 0;
}

.khlbbox_itemimg {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.khlbbox_itemimg>img {
    width: 90%;
    margin: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.khlbbox .khlbbox_item:hover img {
    /* transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); */
}

.khlbbox .khlbbox_item:hover .khlbbox_itemp {
    color: #315ba0;
}

.khlbbox_itemp {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #333333;
}

.ntfy {
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .khlbbox .khlbbox_item {
        width: 23.5% !important;
        margin-right: 2% !important;
    }
    .khlbbox_item:nth-child(4n) {
        margin-right: 0!important;
    }
}

@media screen and (max-width: 992px) {
    .khlbbox_itemp {
        font-size: 14px;
        padding: 10px;
    }
    .khlbbox .khlbbox_item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .khflbox .khflbox_item {
        font-size: 14px;
        width: 33.33%;
    }
    .khlbbox .khlbbox_item {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .khlbbox_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .foot {
        margin-top: 50px;
    }
}