.partner-wrapper{
    background:#F7F9FA;
    padding-top: 80px;
    position: relative;
}
.partner-banner{
    height: 454px;
    background:url(../img/partner/banner.png) center center no-repeat;
    background-size: cover;
    
}
.partner-intro{
    background: #fff;
}
.partner-title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding: 60px 0 20px 0;
    text-align: center;
    letter-spacing: 2px;
}
.partner-intro-content{
    padding-bottom: 120px;
}
.partner-intro-content p{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: left;
}
.content{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.partner-team{
    background: #FBFBFB;
}
.team-title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 54px;
    text-align: left;
}
.team-search{
    background: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.team-search-left ul.search-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.team-search-left ul.search-box li.search-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330px;
    margin-top: 16px;
    margin-left: 20px;
}
.search-list label{
    margin-bottom: 0;
}
.team-search-left ul.search-box li.search-list #name,.team-search-left ul.search-box li.search-list select{
    width: 256px;
    height: 32px;
    background: #F7F8FA;
    border: 0;
}
.team-search-left ul.search-box li.search-list #name{
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding-left: 10px;
}
.select2-selection--multiple{
    background: #F7F8FA!important;
    height: 36px;
}
.team-search-right{
    position: relative;
}
.team-search-right::before{
    display: inline-block;
    content: '';
    width: 1px;
    height: 80px;
    background: #E5E6EB;
    position: absolute;
    left: 0px;
    top: 16px;
}
.team-search-right p{
    width: 84px;
    height: 32px;
    margin: 16px 20px;
    cursor: pointer;

}
.team-search-right p.search-btn{
    background: url(../img/partner/search.png) no-repeat center;
    background-size: cover;
}
.team-search-right p.reset-btn{
    background: url(../img/partner/reset.png) no-repeat center;
    background-size: cover;
}
.team-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.team-info-item a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 20px;
    width: 600px;
    height: 246px;
    text-align:left;
}
.team-info-item a:hover{
    background:#F2F3F5;
    text-decoration: none;
    cursor: pointer;
}
.item-left{
    width:356px;
    box-sizing:border-box;
    padding:0 30px;
}
.item-top{
    margin-top: 37px;
}
.item-top .partner-name{
    font-size: 20px;
    color: #1C56A0;
}
.item-top .partner-addr{
    font-size: 12px;
    color: #666666;
    margin-left: 30px;
    position: relative;
}
.item-top .partner-addr::before{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/partner/position-icon.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: -18px;

}
.item-left .partner-type{
    font-size: 12px;
    color: #666666;
    margin: 12px 0;
    display: inline-block;
}
.item-left .partner-desc{
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
}
.item-right{
    width: 246px;
    height: 246px;
    
}
.item-right img{
    display: block;
    width: 100%;
    height: 100%;
}



.partner-code{
    width: 100%;
    height: 308px;
    background: url('../img/partner/code.png') no-repeat center;
    background-size: cover;
}





/* detail */
.partner-bottom{
    padding-bottom: 600px;
}
.partner-banner-shade{
    height: 500px;
    background:url(../img/partner/banner-shadow.png) center center no-repeat;
    background-size: cover;
}
.partner-detail-box{
    width: 1200px;
    box-sizing: border-box;
    padding: 60px;
    height: 944px;
    background: #FFFFFF;
    box-shadow: 0px 2px 32px 0px rgba(117,117,117,0.15);
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -600px;

}
.partner-detail-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.detail-left{
    width: 310px;
    

}
.head-photo{
    width: 310px;
    height: 310px;
    background: #1B57A0;
}
.head-photo img{
    display: block;
    width: 100%;
    height: 100%;
}

.partner-bottom .partner-name-info{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.partner-name-info span:first-child{
    font-size: 36px;
    font-weight: bold;
    color: #1C56A0;
}
.partner-name-info span:last-child{
    font-size: 16px;
    color: rgb(127, 127, 127);
    letter-spacing: 1px;
    position: relative;
}
.partner-name-info span:last-child::before{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/partner/position-icon.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: -18px;
}
.partner-info{
    font-size: 16px;
    color: rgb(127, 127, 127);
    letter-spacing: 1px;
}
.margintop{
    margin-top: 30px;
}
.detail-right{
    width: 715px;
}
.detail-right .type-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 40px;
}
.detail-right .type-title:first-child{
    margin-top: 0;
}
.detail-p{
    font-size: 14px;
    color: rgb(127, 127, 127);
    line-height: 28px;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}
.detail-p a{
    color: rgb(127, 127, 127);
}


.page-case{
    width: 1200px;
    margin: 50px auto 0;
    text-align: center;
    padding-bottom:80px;
}
.page-case .spage-number span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #F7F8FA;
    font-size: 14px;
    background: #fff;
    color: #333;
}
.spage-number span.active {
    border: 1px solid #1C56A0;
    color: #333;
}
.page-case .spage-number span:last-child{
    margin-right: 0;
}
.no-customer{
    width: 480px;
    height: 340px;
    margin: 30px auto;
}
.no-customer img{
    display:block;
    width: 100%;
    height: 100%;
}
.no-customer p{
    margin-top: 54px;
    color:#1c56a0;
    font-size: 20px;
    text-align:center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 256px;
}
.dropdown-menu>li>a{
    text-align: left;
}


