.partner_banner_bg {
    background: url(../images/par_banner.png) no-repeat center;
}
/* 合作伙伴 */
.coop_partner {
    padding: 80px 0 40px;
}
.coop_partner_list {
    padding: 40px 0;
}
.coop_partner_list li {
    float: left;
    width: 270px;
    margin: 0 15px  30px 15px;
}
.coop_partner_list li .img_con {
    position: relative;
     height: 200px;
     cursor: pointer;
     height:160px;
     border:1px solid #009DA0;
}
.img_con img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 215px;
    box-shadow: 0px 0px 6px 0px rgba(224,224,224,0.8);
    height: 160px;
    background-color: #fff;
}
.imgP30{
    padding: 30px 0;
    box-sizing: border-box;
}
.coop_partner_list li span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #102E2F;
}
h3.tit {
    display: inline-block;
    border-bottom: 1px solid #E3E3E3;
}
h6.sub_tit {
    color: #102E2F;
    font-size: 16px;
    line-height: 40px;
}

@media screen and (min-width:960px) and (max-width:1200px){
    .coop_partner_list {
        padding: 60px 50px 0;

    }
    .coop_partner_list li {
        width: 29%;
    }
    .coop_partner_list li .img_con {
        height: 165px;
    }


}
@media screen and (min-width:760px) and (max-width:960px){
    .coop_partner_list li {
        width: 216px;
    }
    .coop_partner_list li .img_con {
        height: 169px;
    }

}
@media screen  and (max-width:760px){
    .coop_partner_tit {
        text-align: center;
    }
    .coop_partner {
        padding: 30px 0 20px;
    }
    .coop_partner_list li {
        width: 270px;
    }
    .coop_partner_list li .img_con {
        height: 160px;
    }
    .coop_partner_list li span {
        font-size: 12px;
        line-height: 50px;
    }
    .coop_partner_list {
        padding: 20px 20px 0;
    }
}
