﻿.containerCenter .wrap{
    overflow: visible;
}

.partner_banner {  

     background: url('../image/header4.png') no-repeat center center;
    height:500px;
    width: 100%;
    
    background-size: auto 100%;
}


.partner {
    margin-bottom: 0.6rem;
}

.partnerHeader {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partnerHeader h2 {
    font-size: 0.32rem;
    color: #4669B7;
    margin-top: 0.7rem
}

.partnerHeader p {
    font-size: 0.16rem;
    color: #B2BDDD;
    text-align: center;
    margin-bottom: 0.56rem;
}


.partnerContent {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.partnerItem {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 21%;
    padding: 0.5rem 0;
    

    height: 1.0rem;
    margin-bottom: 0.3rem;
    border: 0.01rem solid #f9f9f9;
     position:relative;
 
}

.partner_panel {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 2;
    height: auto;
    width: 4.5rem;
    border: 1px solid #F1F1F1;
    left:50%;
    margin-left:-2.25rem;
    top:-25%;


}

.partner_panel:first-child {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.panel_content {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    
    flex-direction: column;
}
.panel_content img{
    width: 50%;
    margin:0 auto;
}

.panel_content p {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.44rem;
    text-align: center;
}

.panel_content p:last-child {
    text-indent: 0.2rem;
    line-height: 0.24rem;
    padding: 0.3rem 0.3rem;
}

@media screen and (min-width: 540px){
 
    .partnerItem:hover .partner_panel {
        display: block;
        box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
    }
}



@media screen and (max-width: 540px) {
        .partner_banner{              
        height:2.3rem;
        background: url('../image/partner_banner.png') no-repeat center center;    
        width: 100%;
        
        background-size: auto 100%;
    }        
    
    
    



    .partnerItem > img {
        width: 80%;
    }

    .partnerItem .partner_point {
        width: 50%;
    }

    .partnerItem {
        width: 30%;
        height: auto;
        padding: 0;
    }

    .partnerContent {
        position: relative;
    }

    .partner_panel {
        width: auto;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        border: 0;
    }


    .panel_content p{
        font-size: 0.3rem;
    }
    .panel_content p:last-child {
        line-height: 0.35rem;
        font-size: 0.22rem;
    }
}
@media screen and (max-width: 375px) {
    .partner_banner{
        height:2.3rem;      
        background: url('../image/partner_banner.png') no-repeat center center;    
        width: 100%;
        
        background-size:100% 100%;
}