
/* 添加 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;
}
