.swiper-container {
    width: 100%;
    height: 650px
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/**
营销模块
 */
.marketing {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.marketing .item {
    height: 160px;
    width: 390px;
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    padding: 45px 80px;
}

.marketing .item > .left {
    width: 120px;
}

.marketing .item > .right {
    width: calc(100% - 112px);
}

.marketing .item > .right .ico {
    height: 100%;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.marketing .item .title {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
}

.marketing .item .hint {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    padding-top: 10px;
}

.marketing .item.member {
    background: linear-gradient(#fc5342 0%, #fd7280 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.marketing .item.seckill {
    background: linear-gradient(#fc6948 0%, #fda948 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.marketing .item.group {
    background: linear-gradient(#fc4564 0%, #fd6888 100%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.consult > .list .item {
    width: 386px;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    margin-right: 20px;
    cursor: pointer;
}

.consult > .list .item:nth-of-type(3n) {
    margin-right: 0 !important;
}

.consult > .list a:nth-of-type(3n) {
    margin-right: 0 !important;
}
.image_text_list > .list a:nth-of-type(5n){margin-right: 0;}
.consult > .list .item > .middle > .default {
    margin-top: 10px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.consult > .list .item > .bottom {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #969696;
    padding: 0;
    height: 40px;
}

.consult > .list .item > .bottom img {
    width: auto !important;
    height: auto !important;
}

.consult > .list .item > .consult_peak {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.consult > .list .item > .consult_peak > .left > .vertical {
    display: inline-block;
    width: 4px;
    height: 18px;
    opacity: 1;
    background: #38daa6;
    margin-right: 10px;
}

.consult > .list .item > .consult_peak > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.consult > .list .item > .consult_peak > div.left {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.consult > .list .item > .consult_peak > div.right {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
}

.consult > .list .item > .consult_peak > div.right a {
    margin-right: 0 !important;
}

.consult > .list .item > .consult_peak > div.right img {
    vertical-align: sub;
    position: relative;
    bottom: 1px;
}

.consult > .list .item > .middle {
    padding: 0;
}

.consult > .list .item > .top > .img {
    border-radius: 5px;
}

.consult > .list .item > .top {
    margin: 10px auto;
    height: 168px;
}

.consult > .list .item > .middle {
    height: 70px;
}

.teacher > .list .item {
    width: 215px;
    height: 300px;
}

.teacher > .list .item > .top > .head > .border {
    width: 95px;
    height: 95px;
    border: 2px solid #E2E2E2;
    border-radius: 50px;
    margin: auto;
    display: flex;
    display: -webkit-flex;

}

.teacher > .list .item > .top {
    height: auto !important;
    text-align: center;
}

.teacher > .list .item > .top .head {
    padding-top: 15px;
    padding-bottom: 20px;
}

.teacher > .list .item > .top .name {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    padding-bottom: 20px
}

.teacher > .list .item > .top > .tag {
    padding-bottom: 20px;
    min-height: 50px;
}

.teacher > .list .item > .top > .tag > .tag_style {
    background-color: #FC602B;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    padding: 5px 10px;
}

.teacher > .list .item > .top > .head .image {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.teacher > .list .item > .bottom {
    height: 96px;
}

.teacher > .list .item > .bottom .introduce {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}

.image_text_list > .title_v2 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.container_v2 > div:nth-child(2n) {
    background-color: #fafafa;
}

.image_text_list > .more {
    overflow: auto;
}

.image_text_list > .more > .more_info {
    width: 120px;
    height: 44px;
    opacity: 1;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    text-align: center;
    line-height: 44px;
    margin: 20px auto 40px auto;
}

.image_text_list > .more > .more_info a {
    color: #b4b4b4 !important;
}

.image_text_list > .title_v2 > .top {
    font-size: 30px;
    font-weight: 500;
    color: #323232;
}

.image_text_list > .title_v2 > .top span {
    padding: 0 20px;
}

.image_text_list > .title_v2 > .bottom {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    margin-top: 10px;
}

.strength {

}

.strength > .list {
    background-image: url(/static/student/images/v2/index/strength.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.strength > .list > .item_strength {
    width: 25%;
}

.strength > .list > .item_strength > .num {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}

.strength > .list > .item_strength > .num > span {
    font-size: 30px;
}

.strength > .list > .item_strength > .hint {
    font-size: 18px;
    margin-top: 20px;
}

.honor > .list {
    background-image: none;
}

.honor > .list > .item_strength > .certificate > .img {
    display: inline-block;
    height: 130px;
    width: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 -30px;
}

.honor > .list > .item_strength > .certificate > img {
    height: 130px;
}

.teacher_bg {
    background-image: url(/static/student/images/teacher_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.teacher > .title_v2 {
    padding-top: 100px;
}

.teacher > .title_v2 > .top {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

.teacher > .title_v2 > .bottom {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.teacher > .more > .more_info {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.teacher > .more > .more_info > a {
    color: #ffffff !important;
}

.teacher > .list .item > .top .head > .v {
    position: absolute;
    top: 99px;
    right: 94px;
}

.exam > .list .item > .middle {
    height: 50px;
}

.exam > .list .item > .bottom {
    color: #969696;
}
/* banner */
.banner, .banner .list, .banner img {
    height: 700px;
}
.banner {
    width: 100%;
    min-width: 1300px;
    position: relative;
}
.banner .list {
    width: 100%;
}
.banner .list li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}
.banner img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.banner .tip {
    width: 1000px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    bottom: 60px;
    text-align: center;
    left: 50%;
    margin-left: -500px;
    z-index: 99;
}
.banner .tip span {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: none;
    margin: 0 8px;
    cursor: pointer;
}
.banner .tip span.cur {
    background: #fff;
}