/* student start */
.student {
    position: relative;
    /*overflow: hidden;*/
}

.student .bg {
    position: absolute;
    z-index: -1;
}

.student .student_main {
    padding: .55rem 0;
}
.student_main ul {
    margin-bottom: .26666667rem;
    overflow: hidden;
}
.student_main ul li {
    float: left;
    margin: 0 .133333333rem;
    margin-bottom: .133333333rem;
    padding:  .26666667rem .133333333rem;
    width: calc(100% / 3 - .26666667rem);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    background: #fff;
}
.student_main ul li h2 {
    margin-bottom: .133333333rem;
    color: rgb(51, 51, 51);
    font-size: .3733333333rem;
}
.student_main ul li p {
    color: rgb(102, 102, 102);
    font-size: .22rem;
}
.student_main img {
    display: none;
    width: 97%;
}
.student_main .click-btn {
    background:  rgb(159, 8, 17);
}
.student_main .click-btn h2,
.student_main .click-btn p {
    color: #fff;
}

.student_main .click-img {
    display: block;
}
/* student end */

/* curriculum start */
.curriculum {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}
.curriculum .bg {
    position: absolute;
    z-index: -1;
}

.curriculum-main {
    padding: 0 .6rem;
    padding-top: 35%;
}
.curriculum-main ul {
    margin-left: -.2rem;
}
.curriculum-main ul li {
    float: left;
    margin-left: .2rem;
    padding: .2rem 0;
    width: calc(100% / 5 - .2rem);
    background: #fff;
}
.curriculum-main ul li p {
    font-size: .2rem;
    text-align: center;
}
.curriculum-main .click-btn {
    color: #fff;
    background:  rgb(159, 8, 17);
}
.curriculum-main .click-btn p {
    color: #fff;
}
.curriculum-main .img {
    float: left;
    margin-top: .2rem;
}
.curriculum-main .img img {
    display: none;
}
.curriculum-main .img .click-img {
    display: block;
}

/* curriculum end */


/* teacher start */
.teacher {
    position: relative;
}

.teacher .bg {
    position: absolute;
    min-height: 550px;
}
.teacher .teacher-main {
    padding-top: .8rem;
    padding-bottom: .2rem;
    min-height: 550px;
    box-sizing: border-box;
}
.teacher .teacher-main img {
    width: 90%;
}

.teacher .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}
.teacher .swiper-pagination-bullet-active {
    background: rgb(159, 8, 17);
}
.teacher .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
}
/* teacher end */

/* video start */
.video {
    position: relative;
}
.video-main {
    position: absolute;
    padding: 0 20px;
    top: 0;
    margin-left: -20px;
}
.video-main img {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% / 2 - 20px);
}

/* video end */
