/* 客户案例控制表 */

.case_con .case_top {
    margin-top: 30px;
    border-bottom: #E5E5E5 1px solid;
}

.case_con .case_right {
    /* float: left; */
    /* width: 80%; */
}

.case_con .case_right .img_list {
    overflow: hidden;
}

.case_con .case_right .img_list>li {
    float: left;
    margin: 20px 0 20px 50px;
    width: 240px;
    height: 280px;
    border: 1px #e5e5e5 solid;
}

.case_con .case_right .img_list>li>a>img {
    width: 100%;
    height: 100%;
}

.case_con .case_right .img_list>li a h6 {
    font-size: 14px;
    text-align: center;
}


/*  产品*/

.cp_t .case_right {
    /* float: left;
    width: 78%; */
}

.cp_t .case_right .honour_list {
    overflow: hidden;
}

.cp_t .case_right .honour_list>li {
    float: left;
    margin: 20px 0 20px 50px;
    width: 240px;
    height: 336px;
    border: 1px #e5e5e5 solid;
}

.cp_t .case_right .honour_list>li a {
    width: 100%;
    height: 100%;
    max-height: 300px;
    display: flex;
    align-items: center;
}

.cp_t .case_right .honour_list>li a img {
    width: 100%;
    max-height: 300px;
    display: flex;
    align-items: center;
}

.cp_t .case_right .honour_list>li p {
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 5px;
    text-align: center;
}