﻿/*首页-合作客户*/
.cooperation_head{
    margin-top: 60px;
    margin-bottom: 30px;
}
.cooperation_head h2{
    text-align: center; 
    margin-top: 60px; 
    font-size: 36px; 
    color: #585858;
    font-weight: bold;
}
.cooperation_head span{
    color: #d8d8d8; 
}
.cooperation_head p{
    text-align: center;
    color: #7f7f7f; 
    margin-top:8px;
    margin-bottom: 50px;
}
.cooperation_img{
    padding-left: 15px; 
    padding-right: 15px; 
    min-height: 80px;
}
.cooperation_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 70px; 
    max-width: 100%;
    height: auto; 
    margin-bottom: 10px; 
    padding: 0px 0px 0px 0px;
}


/*小屏幕样式*/
@media screen and (max-width: 768px) {
	
  /*手机-首页合作客户*/
    .cooperation_head{
        margin-top: 0px;
    }
    .cooperation_head h2{
        margin-top: 10px;
        font-size: 30px; 
    }
    .cooperation_head p{
        font-size: 14px; 
        margin-top:8px;
    }
    .cooperation_img{
        min-height: 70px;
    }
}