
    .partner {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
        padding: 60px 0;
        display: flex;
    }
    .partner .logo-show {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }
    .partner .logo-show .box {
        width: 800%;
    }

    .partner .logo-show .box .pic {
        float: left;
    }

    .partner .logo-show .box .pic .img-box {
        margin-right: 20px;
    }

    .partner .logo-show .box .pic ul li {
        float: left;
        width: 220px;
        height: auto;
        overflow: hidden;
        /* margin-left: 20px; */
        border:1px solid #dcd9d9;
        position: relative;
    }

    .partner .logo-show .box .pic ul li:first-child {
        margin-left: 0;
    }

    .partner .logo-show .box .pic ul li img {
        display: block;
        width: 100%;
    
    }

    .partner .logo-show .box .pic ul li .info {
        width: 93%;
        height: 60px;
        background: rgba(255,255,255,.9);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        z-index: 1;
        display: flex;
        padding: 0 30px;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
    }

    .partner .logo-show .box .pic ul li .info p {
        color: #000000;
        font-size: 16px;
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .partner .logo-show .box .pic ul li .info i {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #575757;
        box-sizing: border-box;
        text-align: center;
        line-height: 30px;
        color: #555555;
        font-size: 14px;
    }
    

    @media screen and (max-width:767px) {
    .partner .logo-show .box {
        width: 600%;
        display: flex;
        flex-wrap: nowrap;
    }

    .partner .logo-show .box .pic ul {
        display: flex;
    }

    .partner .logo-show .box .pic ul li {
        width: 3.4rem;
        margin-right: .15rem;
    }

    .partner .logo-show .box .pic ul li .info {
        height: .8rem;
        line-height: .8rem;
        font-size: .28rem;
        padding: 0 .2rem;
    }
}