/**banner*/
.teachers_banner{
    width: 100%;
    height: 520px;
    background: url('../../images/teachers/banner_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/***为什么是我们*/
.teachers_next{
    width: 100%;
    height: 1060px;
    background: url(../../images/teachers/map.png) no-repeat;
    background-size: 70% 44%;
    background-position: 57% 150px;
    clear: both;
    overflow: hidden;
}
.teachers_next_title{
    text-align: center;
    margin-top: 60px;
    font-size: 28px;
}
.teachers_next_title_left_img{
    position: relative;
    top: 3px;
    right: 10px;
}
.teachers_next_title_right_img{
    position: relative;
    top: 3px;
    left: 8px;
}
.teachers_next_text1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    font-size: 46px;
    color: #38DAA6;
    margin-top: 100px;
}
.teachers_next_text1 div{
    flex: 1;
}
.teachers_next_dian{
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}
.teachers_next_dian_img1{
    margin-left: 81px;
}
.teachers_next_dian_img2{
    margin-left: 292px;
}
.teachers_next_dian_img3{
    margin-left: 280px;
}
.teachers_next_dian_img4{
    margin-left: 291px;
}
.teachers_next_heng{
    background: #E6E6E6;
    width: 1200px;
    margin: 0 auto;
    height: 1px;
    position: relative;
    bottom: 13px;
}
.teachers_next_text2{
    width: 1118px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    font-size: 18px;
    margin-top: 20px;
}
.teachers_next_text2_li1{
    float: left;
    margin-left: 39px;
}
.color_d{
    color: #38DAA6;
}
.teachers_next_text2_li2{
    float: left;
    margin-left: 170px;
}
.teachers_next_text2_li3{
    float: left;
    margin-left: 180px;
}
.teachers_next_text2_li4{
    float: left;
    margin-left: 211px;
}

.teachers_next_text3{
    text-align: center;
    font-size: 30px;
    margin-top: 140px;
}
.teachers_next_text3_heng{
    width: 45px;
    height: 4px;
    background: #38DAA6;
    margin: 0 auto;
    margin-top: 10px;
}
.teachers_next_img{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 10px;
    margin-top: 50px;
}
.teachers_next_img_li{
    float: left;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    margin-left: 30px;
}
.teachers_next_img_li:nth-of-type(1){
    margin-left: 0;
}
.teachers_next_img_li_text{
    padding: 20px;
    font-size: 18px;
}

/**严格筛查**/
.teachers_screening{
    background: #FAFAFA;
    width: 100%;
    height: 580px;
    clear: both;
    overflow: hidden;
}
.teachers_screening_title{
    text-align: center;
    font-size: 27px;
    margin-top: 60px;
}
.teachers_screening_heng{
    width: 45px;
    height: 4px;
    background: #38DAA6;
    margin: 0 auto;
    margin-top: 10px;
}
.teachers_screening_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    margin-top: 95px;
    font-size: 17px;
}
.teachers_screening_content_li{
    flex: 1;
}

.teachers_screening_content_li div{
    width: 234px;
    margin: 0 auto;
    margin-top: 35px;
    text-align: left;
}




/****名师团队*/
.teachers_famous_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
    height: 730px;
}
.teachers_famous_content_div{
    position: absolute;
    padding: 65px;
    border-radius: 8px;
    background: #38DAA6;
    left: 520px;
    top: 227px;
    width: 515px;
}
.teachers_famous_content_div_li{
    margin-top: 40px;
    font-size: 18px;
    color: #fff;
}
.teachers_famous_content_div_li_text{
    position: relative;
    bottom: 5px;
    margin-left: 13px;
}


/**经验丰富**/
.teachers_experience{
    clear: both;
    overflow: hidden;
    background: #FAFAFA;
    height: 435px;
}
.teachers_experience_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    text-align: center;
}
.teachers_experience_content_li{
    flex: 1;
}
.teachers_experience_content_li div{
    margin-top: 50px;
    font-size: 16px;
}

/****底部通栏*/
.teachers_bottom{
    width: 100%;
    height: 300px;
    background: #FAFAFA;
}
.teachers_bottom_content{
    width: 100%;
    height: 300px;
    background: url('../../images/teachers/bottom_bg.png') no-repeat;
    background-size: 100% 100%;
    clear: both;
    overflow: hidden;
}
.teachers_bottom_content_text1{
    text-align: center;
    color: #fff;
    margin-top: 110px;
    font-size: 32px;
}
.teachers_bottom_content_text2{
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
}