.NavigationBar_partner {
    margin-bottom: 70px;
    background-color: #fafafc;
}

/* 合作伙伴文字内容 */
 .partner_title p {
    color: #999DB1;
    font-size: 14px;
    font-weight: 400;
}


.partner_detail{
    margin: 30px -6px 0;
}

.detail_container .information{
    float: left;
    width: 20%;
    height: 92px;
    padding: 0 6px;
}

.detail_container .information .img_box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: all ease 0.3s;
}

.detail_container .information .img_box:hover {
    box-shadow: 0  2px 2px 0 rgba(0, 0, 0, 0.1);
}



.detail_container .information img{
    height: 60px;
}
