/* 合作客户 */

.aboutCustBox {
    padding: 0.8rem 0.3rem;
    background:url(../images/custBg.png)no-repeat center center;
    background-size:cover;
}
.aboutCustBox .custTitle{
    text-align:center;
}
.aboutCustBox .custTitle p{
    margin-top:0.16rem;
}
.custTitle h2{
    color:#064675;
}


.custCon{
    margin-top:0.8rem;
}
.custCon ul{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
}
.custCon ul li{
    width:24%;
    margin:0.16rem 0rem;

}
.custCon ul li img{
    display:block;
    margin: auto;
}





/* ===================适配=================== */
@media (max-width: 800px) {
    




}

