.team-banner {
    position: relative;
}
.team-banner img {
    width: 100%;
}
.team-banner .fixBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 971px;
}
.team-banner .fixBox .name {
    font-size: 70px;
    font-weight: 500;

    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}
.team-banner .fixBox .en-name {
    font-size: 36px;
    font-weight: 500;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}
.team-box {
    width: 1200px;
    margin: 100px auto;
    position: relative;
}
.team-box .name {
    font-size: 48px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.team-box .en-name {
    font-size: 48px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.team-box .boss-box {
    display: flex;
    margin-top: 43px;
}
.team-box .boss-box .avatar {
    width: 545px;
    height: 545px;
}
.team-box .boss-box .right {
    flex: 1;
    height: 542px;
    background: #f8f8f8;
    padding: 0 40px;
}
.team-box .boss-box .right .name-box {
    background: #c9151e;
    padding: 8px 10px;
    font-size: 36px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}
.team-box .boss-box .right .boss-name {
    width: 506px;
    height: 96px;
    position: relative;
    z-index: 1;
    transform: translateY(-10px);
}
.team-box .boss-box .right .yinhao {
    width: 42px;
    height: 42px;
}
.team-box .boss-box .right .introduce {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.team-label-box {
    display: flex;
    justify-content: space-between;
    margin-top: 92px;
}
.team-label-box .item {
    width: 285px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
}
.team-label-box .item:hover {
    box-shadow: 0px 0px 30px 0px #f0f0f0;
}
.team-label-box .item .label {
    font-size: 36px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 19px;
}
.team-label-box .item .value {
    font-size: 36px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    margin-top: 10px;
}
.team-label-box .item-active {
    width: 285px;
    height: 120px;
    text-align: center;
    border: 1px solid #c9151e;
    cursor: pointer;
}
.team-label-box .item-active .label {
    font-size: 36px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #c9151e;
    line-height: 36px;
    margin-top: 19px;
}
.team-label-box .item-active .value {
    font-size: 36px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #c9151e;
    line-height: 36px;
    margin-top: 10px;
}
.team-people-box {
    margin-top: 60px;
    flex-wrap: wrap;
    display: flex;
    display: none;
}
.team-people-box .item {
    margin: 0 10px;
    margin-top: 20px;
    position: relative;
}
.team-people-box .item img {
    width: 280px;
    height: 280px;
}
.team-people-box .item .name {
    font-size: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.team-people-box .item .name .item-en-name {
    margin-left: 20px;
}
.team-people-box .item .post {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 20px;
}
.team-people-box .item .fixed-box {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(201, 21, 30, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.team-people-box .item .fixed-box:hover {
    opacity: 1;
}
.team-people-box .item .fixed-box .name {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    margin-top: 30px;
    margin-left: 30px;
}
.team-people-box .item .fixed-box .en-name {
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #f0f0f0;
    margin-left: 30px;
    margin-top: 10px;
}
.team-people-box .item .fixed-box .post {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 30px;
}
.team-people-box .item .fixed-box .introduce {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 19px;
    margin-top: 10px;
    margin-left: 30px;
}
