.page-wrap{
    background: #f5f5f5;
}
.header{
    width: 100%;
}
.banner{
    height: 393px;
    width: 100%;
}
.banner div{
    width: 100%;
    height: 100%;
}
.content{
    /*width: 1012px;
    margin: 0 auto;*/
    padding-bottom: 60px;
}
.nowat-wrap{
    border-bottom: 1px solid #e6e2e2;
}
.nowat{
    width: 1012px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 60px;
}
.nowat a{
    color: #999;
}
.nowat a:last-child{
    color: #6a1319;
}
.content-inner{
    width: 1012px;
    margin: 0 auto;
}
.managementTeam-intro{
    margin-top: 80px;
}
.intro-left{
    width: 550px;
    display: inline-block;
}
.all-icon p{
    font-size: 16px;
    color: #333;
}
.all-icon span{
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #6a1319;
}
.managementTeam-intro-tit{
    font-size: 32px;
    color: #333;
    padding: 24px 0 24px;
}
.managementTeam-intro-content{
    color: #333;
    font-size: 16px;
    line-height: 40px;

}
.intro-right{
    float: right;
}
.managementTeam-list{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    padding-top: 152px;
}
.managementTeam-list a{
    position: relative;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    width: 288px;
    margin-bottom: 70px;
    margin-right: 70px;
}
.managementTeam-list a:nth-child(3n+0){
    margin-right: 0px;
}
.managementTeam-list a img{
    width: 288px;
    height: 346px;
}
.managementTeam-list a:hover .m-mask{
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.m-mask{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 346px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.name{
    text-align: center;
    margin-top: 17px;
    font-size: 18px;
    color: #333;
}
.job{
    text-align: center;
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 14px;
    color: #333;
}

/*datail*/
.detail-wrap{
    background: #fff;
    padding-top: 13px;
    padding-bottom: 15px;
    margin-top: 60px;
}
.detail-wrap img{
    width: 288px;
    height: 346px;
}
.detail{
    display: inline-block;
    width: 596px;
    padding: 0 62px;
}
.detail-name{
    font-size: 24px;
    color: #333;
    margin-top: 40px;
}
.detail-job{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.detail-intro{
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    line-height: 40px;
}

@media screen and (max-width: 768px) {

    .banner {
        height: 2.1rem;
        margin-top: 0.96rem;
    }
    .banner div{
        background-position: -2.9rem -0.74rem!important;
        background-size:auto 140% !important;
    }
    .nowat-wrap{
        display: none;
    }
    .content {
        padding:0.3rem;
        background: #f5f5f5;
    }
    .content-inner {
        padding:0;
        width: auto;
        background: none;
        margin:0;
    }
    .managementTeam-intro {
        margin-top: 0px;
    }
    .intro-left {
        width: 100%;
        display: block;
    }
    .all-icon{
        line-height: 1em;
    }
    .all-icon p {
        font-size: 0.24rem;
    }
    .all-icon span {
        display: inline-block;
        width: 0.52rem;
        height: 3px;
        margin-top: 0;
    }
    .managementTeam-intro-tit {
        font-size: 0.36rem;
        margin: 0.2rem 0 0.2rem;
        padding:0;
    }
    .managementTeam-intro-content {
        font-size: 0.26rem;
        padding-bottom: 0.2rem;
        line-height: 2em;
    }
    .intro-right {
        display: none;
    }
    .managementTeam-list {
        padding-top: 0.2rem;
    }
    .managementTeam-list a {
        width: 2.85rem;
        margin:0 0.25rem 0.25rem 0.25rem;
    }
    .managementTeam-list a:nth-child(3n+0) {
        margin-right:0.25rem;
    }
    .managementTeam-list a img {
        width: 100%;
        height: auto;
    }
    .m-mask {
        display: none;
    }
    .name {
        margin-top: 0.2rem;
        font-size: 0.2rem;
    }
    .job {
        margin-top: 0.1rem;
        margin-bottom: 0.2rem;
        font-size: 0.14rem;
    }
    .detail-wrap {
        padding: 0.2rem;
        margin-top: 0px;
        text-align: center;
    }
    .detail-wrap img {
        width: 2.9rem;
        height: auto;
    }
    .detail {
        display: block;
        width: auto;
        padding: 0;
    }
    .detail-name {
        font-size: 0.32rem;
        margin-top: 0.2rem;
    }
    .detail-job {
        font-size: 0.24rem;
        margin-top: 0.1rem;
    }
    .detail-intro {
        font-size: 0.26rem;
        margin-top: 0.4rem;
        line-height: 2em;
    }


}