﻿/*首页-合作伙伴*/
.cooperation_head{
    margin-bottom: 40px;
    margin-top: 45px;
}
.cooperation_head h2{
    text-align: center; 
    margin-top: 30px; 
    font-size:32px;
    color: #333;
    font-weight: bold;
}
.cooperation_head p{
    text-align: center;
    color: #999999;
    margin-top:15px;
}
.cooperation_head p{
    margin-top:0px;
}
.cooperation_img{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;

}
.cooperation_img a{border: 1px solid #eee;  padding: 10px; display:block;}
.cooperation_img img{	
    margin-right: auto;
    margin-left: auto;
    display: block;
	width:100%;
	height:60px;
}
/*小屏幕样式*/
@media screen and (max-width: 768px) {

	
	 /*手机-首页合作客户*/
    .cooperation_head{
        margin-top: 40px;
    }
    .cooperation_head h2{
        font-size: 26px; 
    }
    .cooperation_head p{
        font-size: 12px; 
        margin-top:8px;
    }
    .cooperation_img{
        min-height: 80px;
    }

	
	}
