.banner {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.plate-title {
    color: #00428f;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    padding: 10px 0;
    position: relative;
    -moz-user-select: none;
    /*ç«ç‹*/
    -webkit-user-select: none;
    /*webkitæµè§ˆå™¨*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*æ—©æœŸæµè§ˆå™¨*/
    user-select: none;
}

.zxBtn {
    width: 200px;
    padding: 10px 0;
    /* height: 30px; */
    background: #00428f;
    color: #fff;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 20px;
}

.title-content {
    position: relative;
    z-index: 2;
}

.plate-title .bg-text {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    transform: translate(-50%, -80%);
    z-index: 1;
    color: #cccccc6b;
    font-weight: 400;
}


.teachers-wrap {
    position: relative;
    height: 380px;
    width: 100%;
    /* width: 280px; */
    /* background: #a5a5a5; */
    border-radius: 5px;
    overflow: hidden;
}

.teachers-wrap .swiper {
    position: relative;
    width: 100%;
    height: 380px;
}

.teachers-wrap .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
}

.t-info {
    width: 100%;
    height: 380px;
    display: flex;
}

.t-info-img {
    height: 380px;
    width: auto;
    max-width: 320px;
    object-fit: cover;
}

.t-info-content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    padding: 10px 0;
}

.tic-title {
    margin-bottom: 10px;
}

.tic-title span:nth-child(1) {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
}

.tic-title span:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 80%;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #000;
}

.tic-title span:nth-child(2) {
    font-size: 22px;
    color: #555555;
}

.tic-des {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 6;
    /*设置多行的行数*/
    font-size: 18px;
    line-height: 35px;
    color: #646464 !important;
}

.teacher-tabs {
    position: absolute;
    left: 340px;
    bottom: 1px;
    display: flex;
    height: 80px;
    z-index: 999;
}

.teacher-tabs li {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.teacher-tabs li img {
    width: 100%;
    height: 100%;
}

.tea-tab-item-active {
    opacity: 1 !important;
}

.tea-tab-item {
    opacity: .5;
}