.flex1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex0 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_all {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 20%;
}
.index_title {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: bold;
}
.index_title .img {
    min-width: 20px;
    margin-right: 5px;
}
.teacher_title_unit {
    background-color: white;
}
.teacher_title {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: bold;
}
.teacher_title .img {
    min-width: 20px;
    margin-right: 5px;
}
.teacher_title.bor {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f0f5;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28%;
    height: 128px;
    position: relative;
	float: left;
    margin-right: 26px;
}
.swiper-slide:last-child{
	margin-right: 0;
}
.teacher_swiper {
    margin-top: 15px;
    width: 100%;
}
.teacher_swiper .swiper-slide a {
    display: block;
}
.teacher_swiper .img-box {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.teacher_swiper .img-box img{
	height: 96px;
}
.teacher_swiper .swiper-slide .job {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
    font-size: 12px;
    position: absolute;
    color: white;
    font-weight: lighter;
    bottom: 3px;
    right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.teacher_swiper .swiper-slide .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #494949;
    text-align: center;
    margin-top: 10px;
}
.more_teacher{
    font-size: 13px;
    font-weight: normal;
}