.header-img {
    width: 100%;
    height: auto;

}

.content-txt {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.swiper-container {
    width: 90%;
    margin: 0 auto;
}

.swiper-slide {
    margin: 0 auto;
    width: 100%;
    height: 87px;
    background-image: url('../image/swipergj.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.swiper-slide-conl {
    width: 60px;
    height: 100%;
}

.swiper-slide-conl>img {
    width: 100%;
    height: 100%;
}

.swiper-slide-conr {
    flex: 1;
    margin-left: 10px;
}

.swiper-slide-conr_bt {
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #0F6CF5;
    line-height: 20px;
}

.swiper-slide-conr_js {
    width: 100%;
    height: 36px;
    font-size: 13px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-slide-conr_cz {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.swiper-slide-conr_name {
    width: 60px;
    height: 20px;
    font-size: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.swiper-slide-conr_btn {
    width: 60px;
    text-align: center;
    height: 20px;
    font-size: 10px;
    background: #0F6CF5;
    border-radius: 13px;
    color: #FFFFFF;
    line-height: 20px;
}

.header-img1 {
    width: 95%;
    margin: 10px auto;
}

/* 名师团队样式 */
.carousel-item {
    height: 220px;
    background-image: url('../image/mstd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.carousel-item-con {
    display: flex;
    width: 80%;
    height: 204px;
    margin: 0 auto;
    margin-top: 16px;
}

.con-l {
    width: 130px;
    height: 204px
}

.con-l>img {
    width: 100%;
    height: 100%;
}

.con_r {
    margin-left: 3px;
    width: 170px;
    height: 100%;
}

.con_r_txt1 {
    width: 170px;
    height: 98px;
    font-size: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin-bottom: 5px;
}

.con_r_txt2,
.con_r_txt3 {
    width: 76px;
    font-size: 10px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #FFFFFF;
    background-image: url('../image/zxwls.png');
    background-repeat: no-repeat;
    background-size: 100%100%;
    margin-bottom: 5px;
}

.con_r_txt3 {
    background-image: url('../image/jlswx.png');
}

.laoshi_type {
    position: absolute;
    display: flex;
    background-image: url('../image/msjs.png');
    background-repeat: no-repeat;
    background-size: 100%100%;
    width: 203px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    bottom: 0;
    left: 0;
}

.laoshi_type1 {
    font-size: 15px;
    margin-left: 43px;
}

.laoshi_type2 {
    margin-left: 10px;
    font-size: 10px;
}

/* 名师团队样式 */