
/* 添加 banner 样式 */
.banner {
    background-color: #f4f4f4;
    padding: 0;
    height: 240px;
    background-image: url('/static/index/img/banner-talent.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.banner .container p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.banner .container .underline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    background-color: #FFEF39;
    margin-top: 25px;
}


/* 三位一体 */

.additional-content {
    padding: 20px 0;
    background-color: #fff;
}

.additional-content .container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.content-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.text-content h3{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    line-height: 70px;
    margin-bottom: 20px;
}
.text-content {
    padding: 0 20px;
    width: 36%;
}
.text-content .additional-title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    opacity: 0.6;
}
.image-content img {
    max-width: 100%;
    height: auto;
}


/* 数量 */
.num-intro {
    background-color: #F9FBFF;
    padding: 20px 0;
}

.num-intro .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-around;
}


.num-intro .container .repair {
    background-image: url('/static/index/img/num-rapair.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 265px;
    height: 140px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
}

.num-intro .container .repair .number span{
    height: 30px;
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #B43033;
    line-height: 24px;
}

.num-intro .new-in{
    color: #B43033;
}
/* 专业培训 */


/* Add this to your existing CSS file or create a new one */

.training-section {
    padding: 20px 0;
    background-color: #F9FBFF;
}
.training-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}


.training-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.training-content {
    text-align: center;;
    width: 70%;
    margin: 50px auto 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
    padding: 50px;
}

.training-content p {
    width: 62%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-bottom: 40px;
}

.training-images {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.training-images img {
    max-width: 45%;
    height: auto;
}

/* 课程表 */
.pers {
    padding: 20px 0;
    background-color: #fff;
}
.pers .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}


.pers h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.pers .outline {
    text-align: center;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
    background-color: #B43033;
    margin: 40px 0px 20px;
}
.pers .outline span{
    padding: 0px 20px;
    letter-spacing:2px
}

.pers .outline.shi {
    background-color: #2F3542;
}
/* 加入我们 */

.join {
    padding: 20px 0;
    background-color: #B43033;
}
.join .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

.join .container .join-title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.join .container .join-title span{
    color: #FFE92F;
    font-size: 40px;
}
.join .container .join-bot{
    width: 310px;
    background: rgba(255,255,255,0);
    border: 2px solid #D1DBF5;
    border-radius: 8px;
    margin: 25px auto 0px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;

}

/* 精英师资 */

/* 添加精英师资部分的样式 */
.teachers-section {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}

.teachers-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.teachers-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.teachers-images {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.teachers-item {
    text-align: center;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
}

.teachers-item img {
    
}

.teachers-item p {
    font-size: 17px;
    background-color: #fff;
    color: #333333;
    padding: 10px 0px;
    font-family: Source Han Sans CN;
    font-weight: 600;
}


/* 教学环境 */

/* 添加教学环境部分的样式 */
.ambient-section {
    background-color: #F9FBFF;
    padding: 20px 0;
}

.ambient-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.ambient-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.ambient-section p {
    text-align: center;
    margin: 20px 0px 50px;
}

.ambient-images {
    display: flex;
    justify-content: space-around;
}

.ambient-images img {
    width: 345px;
}


/* 书籍著作 */

/* 添加书籍著作部分的样式 */
.books-section {
    background-color: #ffffff;
    padding: 20px 0;
}

.books-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.books-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.books-section p {
    text-align: center;
    margin: 20px 0px 50px;
}

.books-images {
    text-align: center;
}

.kebiao,.zongjie{
    display: none;
}


/*课表 begin*/
.kebiao{

}
.kebiao .container{
    padding: 0 1rem;
}
.kebiao .line-title{
    text-align: center;
    margin-top: 20px;
}
.kebiao .container .blue{
    background: #B43033;
}

.kebiao .container .black{
    background: #2F3542;
}

.kebiao .container .kebiao-title{
    margin:1rem 0rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kebiao .container .kebiao-title .ll{
    position: relative;
    height: 1px;
    background: #ffffff;
    width: 3rem;
}

.kebiao .container .kebiao-title .ll::after{
    content: ' ';
    height: 3px;
    width: 3px;
    border-radius:50% ;
    color: #ffffff;
    background: #ffffff;
    position: absolute;
    top:-1px;
    right: -8px;
}

.kebiao .container .kebiao-title .rr{
    position: relative;
    height: 1px;
    background: #ffffff;
    width: 3rem;
}

.kebiao .container .kebiao-title .rr::before{
    content: ' ';
    height: 3px;
    width: 3px;
    border-radius:50% ;
    color: #ffffff;
    background: #ffffff;
    position: absolute;
    top:-1px;
    left: -8px;
}

.kebiao .container .kebiao-title .txt{
    text-align: center;
    font-size: 0.875rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.1875rem;
    margin: 0 1rem;
}

.kebiao .container .kebiao-title .ll{

}

.kebiao .container .kebiao-title .rr{

}


.kebiao .container .list{

}

.kebiao .container .list .list-item{
    display: flex;
    justify-content: space-between;
    background: #EFF2FA;
    margin-top: 0.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.kebiao .container .list .list-item .name{
    width: 3rem;
    font-size: 0.75rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 2.1875rem;
}

.kebiao .container .list .list-item div p{
    width: 17.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.1875rem;
}

.kebiao .container .list .list-item div p.tit{
    font-size: 0.875rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 2.1875rem;
}


.kebiao .container .desc{
    font-size: 0.875rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #B43033;
    line-height: 1.375rem;
    margin: 1.5rem 0 1.5rem;
    text-align: center;
}

.zongjie{
    height: 8.625rem;
    background: #B43033;

}

.zongjie div{
    color: #0c0909;
    font-size: 0.75rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.25rem;
}

.zongjie div span{
    color: #fff300;
    font-size: 1.5rem;
}

.zongjie div.huanying{
    margin-top: 1rem;
    line-height: 2.1875rem;
    background: rgba(255,255,255,0);
    border: 2px solid #D1DBF5;
    border-radius: 8px;

    font-size: 0.75rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 2rem;
}

/* 响应式设计 - 断点1024px */
@media (max-width: 1024px) {

}

/* 响应式设计 - 断点768px */
@media (max-width: 768px) {
    .banner {
        height: 31rem;
        background-image: url('/static/index_wap/img/rencai_banner.png');

    }
    .additional-content{
        padding: 0;
    }
    .content-block{
        flex-wrap: wrap;
    }
    .additional-content .container{
        margin-top: 20px;
    }
    .text-content{
        width: 100%;
        text-align: center;
    }
    .text-content h3{
        font-size: 28px;
        line-height: 60px;
        margin-bottom: 14px;
    }
    .image-content{
        margin-top: 20px;
    }

    .num-intro{
        padding: 0px;
    }
    .num-intro .container{
        padding: 20px 10px;
        flex-wrap: wrap;
        gap: 14px;
    }
    .num-intro .container .repair{
        width: 47%;
        height: 100px;
        background-image: url('/static/index_wap/img/weixiu_bg.png');
    }

    .ambient-section .container{
        padding: 0px 10px;

    }
    .ambient-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .ambient-section p{
        margin: 18px 20px;
    }
    .ambient-images img{
        width: 33%;
    }

    .books-section .container{
        padding: 0px 10px;
    }
    .books-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .books-section p{
        margin: 18px 20px;
    }
    .training-section .container{
        padding: 0px 10px;
    }
    .training-section h2{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .training-content{
        margin: 30px auto;
        padding: 10px;
        width: 94%;
    }
    .training-content p{
        width: 100%;
        margin-bottom: 20px;
    }
    .pers h2{
        font-size: 28px;
    }
    .kebiao,.zongjie{
        display: none;
    }
    .pers, .join{
        display: block;
    }
    .zongjie{
        height: 8.625rem;
        background: #B43033;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .join{
        margin-bottom: 80px;
    }

}

/* 响应式设计 - 断点480px */
@media (max-width: 480px) {
    .banner {
        height: 20rem;
        background-image: url('/static/index_wap/img/rencai_banner.png');

    }
    .additional-content{
        padding: 0;
    }
    .content-block{
        flex-wrap: wrap;
    }
    .additional-content .container{
        margin-top: 20px;
    }
    .text-content{
        width: 100%;
        text-align: center;
    }
    .text-content h3{
        font-size: 28px;
        line-height: 60px;
        margin-bottom: 14px;
    }
    .image-content{
        margin-top: 20px;
    }

    .num-intro{
        padding: 0px;
    }
    .num-intro .container{
        padding: 20px 10px;
        flex-wrap: wrap;
        gap: 14px;
    }
    .num-intro .container .repair{
        width: 47%;
        height: 100px;
        background-image: url('/static/index_wap/img/weixiu_bg.png');
    }

    .ambient-section .container{
        padding: 0px 10px;

    }
    .ambient-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .ambient-section p{
        margin: 18px 20px;
    }
    .ambient-images img{
        width: 33%;
    }

    .books-section .container{
        padding: 0px 10px;
    }
    .books-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .books-section p{
        margin: 18px 20px;
    }
    .training-section .container{
        padding: 0px 10px;
    }
    .training-section h2{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .training-content{
        margin: 30px auto;
        padding: 10px;
        width: 94%;
    }
    .training-content p{
        width: 100%;
        margin-bottom: 20px;
    }

    .kebiao,.zongjie{
        display: block;
    }
    .pers, .join{
        display: none;
    }
    .zongjie{
        height: 8.625rem;
        background: #B43033;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }


}
/* 响应式设计 - 断点425px */
@media (max-width: 425px) {
        .banner {
        height: 20rem;
        background-image: url('/static/index_wap/img/rencai_banner.png');

    }
    .additional-content{
        padding: 0;
    }
    .content-block{
        flex-wrap: wrap;
    }
    .additional-content .container{
        margin-top: 20px;
    }
    .text-content{
        width: 100%;
        text-align: center;
    }
    .text-content h3{
        font-size: 28px;
        line-height: 60px;
        margin-bottom: 14px;
    }
    .image-content{
        margin-top: 20px;
    }

    .num-intro{
        padding: 0px;
    }
    .num-intro .container{
        padding: 20px 10px;
        flex-wrap: wrap;
        gap: 14px;
    }
    .num-intro .container .repair{
        width: 47%;
        height: 100px;
        background-image: url('/static/index_wap/img/weixiu_bg.png');
    }

    .ambient-section .container{
        padding: 0px 10px;

    }
    .ambient-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .ambient-section p{
        margin: 18px 20px;
    }
    .ambient-images img{
        width: 33%;
    }

    .books-section .container{
        padding: 0px 10px;
    }
    .books-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .books-section p{
        margin: 18px 20px;
    }
    .training-section .container{
        padding: 0px 10px;
    }
    .training-section h2{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .training-content{
        margin: 30px auto;
        padding: 10px;
        width: 94%;
    }
    .training-content p{
        width: 100%;
        margin-bottom: 20px;
    }

    .kebiao,.zongjie{
        display: block;
    }
    .pers, .join{
        display: none;
    }
    .zongjie{
        height: 8.625rem;
        background: #B43033;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }


}
/* 响应式设计 - 断点375px */
@media (max-width: 375px) {
    .banner {
        height: 20rem;
        background-image: url('/static/index_wap/img/rencai_banner.png');

    }
    .additional-content{
        padding: 0;
    }
    .content-block{
        flex-wrap: wrap;
    }
    .additional-content .container{
        margin-top: 20px;
    }
    .text-content{
        width: 100%;
        text-align: center;
    }
    .text-content h3{
        font-size: 28px;
        line-height: 60px;
        margin-bottom: 14px;
    }
    .image-content{
        margin-top: 20px;
    }

    .num-intro{
        padding: 0px;
    }
    .num-intro .container{
        padding: 20px 10px;
        flex-wrap: wrap;
        gap: 14px;
    }
    .num-intro .container .repair{
        width: 47%;
        height: 100px;
        background-image: url('/static/index_wap/img/weixiu_bg.png');
    }

    .ambient-section .container{
        padding: 0px 10px;

    }
    .ambient-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .ambient-section p{
        margin: 18px 20px;
    }
    .ambient-images img{
        width: 33%;
    }

    .books-section .container{
        padding: 0px 10px;
    }
    .books-section h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .books-section p{
        margin: 18px 20px;
    }
    .training-section .container{
        padding: 0px 10px;
    }
    .training-section h2{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .training-content{
        margin: 30px auto;
        padding: 10px;
        width: 94%;
    }
    .training-content p{
        width: 100%;
        margin-bottom: 20px;
    }

    .kebiao,.zongjie{
        display: block;
    }
    .pers, .join{
        display: none;
    }
    .zongjie{
        height: 8.625rem;
        background: #B43033;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }


}

/* 响应式设计 - 断点320px */
@media (max-width: 320px) {

}