.team-banner{
    position: relative;
    width: 100%;
    min-height: 2rem;
}
.team-banner>img{
    width: 100%;
}

/*----------------*/
.team-em {
}

.team-em > p {
    line-height: 0.33rem;
    font-size: 0.24rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: normal;
    color: #4C4C4C;
    text-align: center;
    margin-bottom: 1.24rem !important;
}

.team-em-main {

}

.team-em-main-up {
    position: relative;
    width: 100%;
    height: 5rem;
    background: url("/static/img/team/teacher-bg.png") no-repeat;
    background-size: cover;
}

.team-em-main div.m12 {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
}

.team-em-main-up > div > div:first-of-type {
    width: 100%;
    height: 100%;
}

.team-em-main-up ul {
    height: 100%;
    position: relative;
}

.team-em-main-up ul li {
    flex-shrink: 0;
    width: 3.5rem;
    visibility: hidden;
    transition: visibility, width .2s linear;
}

.team-em-main-up ul li img {
    display: block;
    width: 100%;
    transition: width .5s linear;
}

.team-em-main-up ul li.active {
    width: 4.5rem;
    visibility: visible !important;
    z-index: 3;
}

.team-em-main-up ul li.active-prev {
    visibility: visible !important;
    margin-right: -2.3rem;
    z-index: 1;
}

.team-em-main-up ul li.active-next {
    visibility: visible !important;
    margin-left: -2.3rem;
    z-index: 1;
}

.team-em-main-btn {
    position: absolute;
    top: calc(50% - 0.9rem);
    width: 0.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    background: #D8D8D8;
    font-size: 0.32rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #FFFFFF;
    cursor: pointer;
    user-select:none;
}

.team-em-main-left {
    left: 0;
}

.team-em-main-right {
    right: 0;
}

.team-em-main-down {
    position: relative;
    width: 100%;
    height: 6.95rem;
    background: #FAFAFB;
    display: none;
}

.team-em-main-down::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: calc(50% - 0.1rem);
    width: 0;
    height: 0;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    border-bottom: 0.35rem solid #3991CA;
}

.team-em-main-down h4 {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.64rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #383737;
    margin: 1.5rem 0 -0.4rem;
}

.team-em-main-down h5 {
    display: inline-block;
    min-width: 2.42rem;
    height: 0.51rem;
    line-height: 0.51rem;
    text-align: center;
    background: #3991CA;
    border-radius: 0.08rem;
    font-size: 0.31rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0.8rem;
    padding: 0 0.2rem;
}

.team-em-main-down p {
    position: relative;
    width: 9.85rem;
    line-height: 0.29rem;
    font-size: 0.24rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: normal;
    color: #6B6B6B;
}

.team-em-main-down p::before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.5rem;
}
/*--------------------------*/
.team-map{
    position: relative;
    width: 100%;
    height: 17.45rem;
}
.team-map>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.team-map ul li,.team-map ul li img{
    display: block;
    width: 2.18rem;
    height: 1.21rem;
    transition: all .2s linear;
}
.team-map ul li.active img{
    margin-top: -0.2rem;
}
.team-map ul li{
    margin-bottom: 0.42rem;
}
/*------------------------*/
.team-ju {
    width: 100%;
    height: 9rem;
    background: #FAFAFB;
}

.team-ju ul {
    padding-top: 0.3rem;
}

.team-ju ul li {
    width: 40%;
    margin-top: 0.81rem;
}

.team-ju ul li h5 {
    position: relative;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.31rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #3991CA;
    padding-left: 0.22rem;
    margin-bottom: 0.35rem;
    white-space: nowrap;
    cursor: default;

}
.team-ju ul li h5 span{
    display: block;
    transition: all 0.15s linear;
}
.team-ju ul li h5 span:hover{
   transform: scale(1.2);
}

.team-ju ul li h5 i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0.05rem;
    height: 100%;
    background: #3991CA;
    border-radius: 0.05rem;
}

.team-ju ul li > p {
    height: 0.33rem;
    line-height: 0.33rem;
    font-size: 0.24rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #777777;
    margin-bottom: 0.15rem;
    white-space: nowrap;
}

.team-ju ul li > p img {
    width: 0.2rem;
    height: 0.2rem;

}

.team-ju ul li > div img {
    display: block;
    width: 1.81rem;
}

.team-ju ul li > div p {
    height: 0.29rem;
    line-height: 0.42rem;
    font-size: 0.21rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #777777;
    margin-bottom: 0;
    white-space: nowrap;
}

.team-ju ul li > div p span {
    color: #3991CA;
}
