html,
body {
    font-family: MicrosoftYaHei;
    background: #ffffff
}

.leadership-content {
    min-width: 120rem;
    margin: 0 auto
}

.leadership-content .content-nav {
    height: 6.9rem;
    width: 120rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.leadership-content .content-nav a {
    display: inline-block;
    height: 6.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.5rem;
    text-align: center;
    margin-left: 5.6rem;
    line-height: 6.9rem;
    text-decoration: none;
    position: relative;
    font-size: 1.8rem;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.leadership-content .content-nav a.active,
.leadership-content .content-nav a:hover {
    color: #009aff
}

.leadership-content .content-nav a.active::after,
.leadership-content .content-nav a:hover::after {
    width: 14.8rem
}

.leadership-content .content-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0rem;
    height: .4rem;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: .4rem solid #009aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.leadership-content .content-nav a.one {
    margin-left: 0rem
}

.leadership-content .content-info {
    width: 100%;
    padding-bottom: 4rem;
    background: #f2f5fa url(../images/bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    padding-top: 2rem
}

.leadership-content .content-info .info {
    width: 120rem;
    height: 98rem;
    background-color: #ffffff;
    margin: 0 auto 0
}

.leadership-content .content-info .info .info-top {
    height: 11.4rem;
    width: 106.7rem;
    border-bottom: 0.1rem solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    line-height: 11.3rem;
    font-size: 2.4rem;
    color: #333333
}

.leadership-content .content-info .info .info-center {
    margin-left: 7.9rem;
    margin-right: 10rem;
    margin-top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.leadership-content .content-info .info .info-center .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0
}

.leadership-content .content-info .info .info-center .name+p {
    margin: 0;
    font-family: AdobeHeitiStd-Regular;
    font-size: 1.8rem;
    color: #000000;
    margin-top: 1rem;
    height: 10rem
}

.leadership-content .content-info .info .info-center .name .one {
    display: inline-block;
    height: 4.6rem;
    font-family: AdobeHeitiStd-Regular;
    font-size: 2.2rem;
    padding-top: .7rem;
    color: #333333;
    position: relative;
    text-align: left;
    font-weight: bold
}

.leadership-content .content-info .info .info-center .name .one::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9rem;
    height: .2rem;
    background: #009aff
}

.leadership-content .content-info .info .info-center .name .two {
    display: inline-block;
    font-size: 1.8rem;
    color: #333333;
    line-height: 4.2rem;
    margin-left: 1.5rem
}

.leadership-content .content-info .info .info-center>div {
    float: left;
    width: 38rem;
    height: 15.8rem;
    margin-right: 12.8rem
}