.box-gray{
    background-color: #f8fafc;
}
/*banner����css*/
.site-banner{
    width: 100%;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

.site-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.site-pagi > li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,.5);
    background: none;
    cursor: pointer;
    transition: all .3s ease;
}
.site-pagi > li.active{
    background: rgba(255,255,255,1);
    border: 2px solid rgba(255,255,255,1);
}

.site-slider {
    z-index: 1;
    position: relative;
    height: 801px;
}
.site-slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}


.site-slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.site-slide > a{
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
   /* .site-banner{
        height: 420px;
    }
    .site-slide {
        background-size: 85%;
    }*/
}
@media (max-width: 767px) {
    /*.site-banner{
        height: 207px;
    }*/

    .site-pagi {
        bottom: 10px;
    }
    .site-pagi > li{
        width: 8px;
        height: 8px;
        margin: 0 3px;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,.5);
    }
    .site-pagi > li.active{
        border: 1px solid rgba(255,255,255,1);
    }

}
@media (max-width: 320px) {
    /*.site-banner{
        height: 160px;
    }*/
}


/*��ҳ�б�*/
.site-list-main{
    width: 100%;
}
.site-list-con{
    width: 100%;
}
/*����*/
.site-list-title{
    width: 100%;
    margin: 40px 0;
}
.site-list-title > h1{
    font-size: 32px;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
    margin: 0;
}
.site-list-title > h5{
    font-size: 16px;
    color: #aaaaaa;
    text-align: center;
    margin: 12px 0 0 0;
}
@media (max-width: 767px) {
    .site-list-title{
        margin: 26px 0;
    }
    .site-list-title > h1{
        font-size: 18px;
    }
    .site-list-title > h5{
        font-size: 12px;
        margin: 8px 0 0 0;
    }
}

/*list-filter*/
.list-filter{
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    height: 70px;
}

.list-filter .filter-btn-wap{
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    border-radius: 34px;
    background: #26caac;
    color: #ffffff;
    z-index: 7;
}
.list-filter .filter-btn-wap > span{
    height: 34px;
    display: inline-block;
    line-height: 34px;
    padding: 0 30px 0 15px;
    cursor: pointer;

}
.list-filter .filter-btn-wap > i{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
}

.list-filter .filter-nav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.list-filter .filter-nav li{
    float: left;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
}
.list-filter .filter-nav li > a{
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0);
}
.list-filter .filter-nav li > a:hover{
    color: #26caac;
}
.list-filter .filter-nav li.active > a{
    color: #ffffff;
    background: #26caac;
}

.list-filter .filter-small-nav{
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 5;
    border-radius: 34px;
    height: 34px;
    background: #f8fafc;
    border: 1px solid #efefef;
    font-size: 0;
    overflow: hidden;
}
.list-filter .filter-small-nav > a{
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border-right: 1px solid #efefef;
    color: #555;
    font-size: 12px;
    text-decoration: none;
}
.list-filter .filter-small-nav > a:hover,.list-filter .filter-small-nav > a.active{
    background: #ffffff;
    color: #999;
}
.list-filter .filter-small-nav > a:last-child{
    border-right: 0;
}

.list-filter .filter-nav.active{
    display: block;
}

@media (max-width: 768px) {
    .list-filter{
        padding-bottom: 20px;
        height: 54px;
    }


    .list-filter .filter-nav{
        z-index: 8;
        width: 140px;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0 0 6px rgba(0,0,0,.1);
        display: none;
    }
    .list-filter .filter-nav li{
        float: left;
        width: 100%;
        margin-right: 0;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
    .list-filter .filter-nav li > a{
        width: 100%;
        padding: 0;
        height: 36px;
        line-height: 36px;
        color: #777;
        font-size: 13px;
        border-radius: 0;
    }
    .list-filter .filter-nav li > a:hover{
        color: #777;
    }
    .list-filter .filter-nav li.active > a{
        border: 0;
        background: #26caac;
        color: #ffffff;
    }

    .list-filter .filter-small-nav{
        top: 0;
    }
}



/*�б��*/
.lists-con{
    width: 100%;
}

.course-list-type{
    width: 100%;
	position: relative;
    margin-bottom: 20px;
	border: 1px solid #eeeeee;
    border-radius: 4px;
    background: #fff;
    transition: all .3s ease;
}
.course-list-type .list-img{
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
	padding: 10px;
}
.course-list-type:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.course-list-type > .list-cont{
    width: 100%;
    padding: 16px 8px;
}
.course-list-type > .list-cont h3{
    margin: 0;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.course-list-type > .list-cont h3 > a{
    color: #333;
    text-decoration: none;
}
.course-list-type > .list-cont h3 > a:hover{
    color: #26caac;
}
.course-list-type .list-datas{
    width: 100%;
    height: 20px;
    margin: 6px 0 0 0;
    font-size: 0;
}
.course-list-type .list-datas > span{
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
    margin-right: 10px;
    font-size: 13px;
    color: #aaa;
}
.course-list-type .list-datas > span > img{
    position: absolute;
    top: 3px;
    left: 2px;
    width: 14px;
    height: 14px;
}
.course-list-type .list-datas > h5{
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0;
    font-size: 13px;
}
.course-list-type .list-datas > h5.prices{
    color: #ff5656;
}
.course-list-type .list-datas > h5.free{
    color: #26caac;
}

@media (max-width: 767px) {
    .course-list-type{
        margin-bottom: 10px;
    }
    .course-list-type .list-img{
        border-radius: 3px;
    }
    .course-list-type > .list-cont h3{
        font-size: 14px;
    }
    .course-list-type .list-datas{
        width: 100%;
        height: 20px;
        margin: 6px 0 0 0;
        font-size: 0;
    }
    .course-list-type .list-datas > span{
        font-size: 12px;
    }
    .course-list-type .list-datas > h5{
        font-size: 12px;
    }
}

/*�������ʽ*/
.list-more{
    width: 100%;
    margin: 20px 0 40px 0;
    text-align: center;
}
.list-more > a{
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #999999;
    text-decoration: none;
}
.list-more > a:hover{
    background: #ffffff;
    color: #26caac;
    border: 1px solid rgba(38,202,172,.6);
    box-shadow: 0 0 0 3px rgba(38,202,172,.15);
}
@media (max-width: 767px) {
    .list-more{
        margin: 30px 0;
    }
    .list-more > a{
        padding: 0 20px;
        height: 34px;
        line-height: 32px;
        border-radius: 34px;
    }
}



/*�༶�����css*/
.class-list-type{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 0 14px rgba(0,36,100,.08);
    transition: all .3s ease;
}
/*.class-list-type:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}*/
.class-list-type .list-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.class-list-type .list-img > div{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .3s ease;
    text-align: center;
}
.class-list-type:hover .list-img > div{
    opacity: 1;
}
.class-list-type .list-img > div > a{
    margin-top: 80%;
    margin-left: 0;
    transition: all .3s ease;
}
.class-list-type:hover .list-img > div > a{
    margin-top: 28%;
}

.class-list-type > h1,.class-list-type > h5{
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.class-list-type > h1{
    font-size: 15px;
    margin: 20px 0 0 0;
}
.class-list-type > h1 > a{
    text-decoration: none;
    color: #777;
}
.class-list-type > h1 > a:hover{
    color: #26caac;
}
.class-list-type > h5{
    font-size: 12px;
    color: #9a9a9a;
    margin: 8px 0 20px 0;
}
.class-list-type .class-list-btn{
    width: 100%;
    padding: 0 40px;
    margin-bottom: 30px;
}
.class-list-type .class-list-btn > a{
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    background: #26caac;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 767px) {
    .class-list-type{
        border-radius: 3px;
    }

    .class-list-type > h1{
        font-size: 14px;
        margin: 12px 0 0 0;
    }
    .class-list-type > h5{
        font-size: 12px;
        color: #9a9a9a;
        margin: 5px 0 12px 0;
    }

    .class-list-type .class-list-btn{
        padding: 0 30px;
        margin-bottom: 24px;
        font-size: 12px;
    }

    .class-list-type .class-list-btn > a{
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
    }

    .class-list-type:hover .list-img > div > a{
        margin-top: 23%;
    }
}


/*�м�banner��css*/
.site-center-banner{
    width: 100%;
}



/*��ʦ�б�*/
.teacher-list-type{
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    transition: all .3s ease;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}
.teacher-list-type:hover{
    /*box-shadow: 0 0 14px rgba(0,36,100,.08);*/
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}

.teacher-list-type .head-pic{
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 20px;
    background: #f8fafc;
}
.teacher-list-type .head-pic > a{
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
}
.teacher-list-type .head-pic > a:hover{
    border: 3px solid #26caac;
}
.teacher-list-type .head-pic > a img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.teacher-list-type .head-pic > a > i{
    width: 28px;
    height: 28px;
    background-size: 28px;
}
.teacher-list-type .teacher-names{
    padding: 5px 20px 0 20px;
    margin: 0;
    text-align: center;
    font-size: 15px;
    background: #f8fafc;
}
.teacher-list-type .teacher-names > a{
    color: #313131;
    text-decoration: none;
}
.teacher-list-type .teacher-names > a:hover{
    color: #26caac;
}

.teacher-list-type .teacher-lab{
    font-weight: normal;
    text-align: center;
    padding: 10px 20px 0 20px;
    width: 100%;
    height: 50px;
    font-size: 0;
    background: #f8fafc;
}
.teacher-list-type .teacher-lab > span{
    display: inline-block;
    padding: 0 15px;
    /*background: #f8fafc;*/
    border-radius: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #c1c1c1;
}

.teacher-list-type .teacher-details{
    width: 100%;
    color: #919191;
    line-height: 190%;
    padding: 0 20px;
    margin:16px 0;
    height: 100px;
    overflow: hidden;
}
.teacher-list-type .follows{
    width: 100%;
    position: absolute;
    bottom: -70px;
    left: 0;
    text-align: center;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 14px 0;
    transition: bottom .3s ease;
    font-size: 0;
}
.teacher-list-type:hover .follows{
    bottom:0;
}
.teacher-list-type .follows > a{
    display: inline-block;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    background: #26caac;
    color: #ffffff;
    font-size: 14px;
    margin: 0 5px;
}
.teacher-list-type .follows > .active{
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #777;
}
@media (max-width: 767px) {
    .teacher-list-type{
        border-radius: 3px;
    }
    .teacher-list-type .head-pic{
        height: 116px;
    }
    .teacher-list-type .head-pic > a{
        width: 76px;
        height: 76px;
        border-radius: 76px;
        border: 2px solid #ffffff;
    }
    .teacher-list-type .head-pic > a:hover{
        border: 2px solid #26caac;
    }
    .teacher-list-type .head-pic > a img{
        width: 72px;
        height: 72px;
    }
    .teacher-list-type .head-pic > a i{
        width: 22px;
        height: 22px;
        background-size: 22px;
    }
    .teacher-list-type .teacher-names{
        font-size: 14px;
    }

    .teacher-list-type .teacher-details{
        margin:12px 0 10px 0;
        font-size: 12px;
        height: 90px;
    }
    .teacher-list-type .follows{
        bottom: -70px;
        padding: 14px 0;
        transition: bottom .3s ease;
    }
    .teacher-list-type .follows > a{
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        font-size: 13px;
    }
}


/*��ҳģ��*/
.site-module-con{
    width: 100%;
    background: #26caac;
}
.site-module{
    width: 100%;
}
.site-module-list{
    width: 100%;
    padding: 0 30px;
    text-align: center;
    margin: 90px 0;
}
.site-module-list > span{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    /*border: 2px solid #ffffff;*/
    text-align: center;
    line-height: 100px;
}
.site-module-list > span > img{
   /* width: 60px;
    height: 60px;*/
}
.site-module-list > h2{
    margin: 30px 0 0 0;
    font-size: 18px;
    color: #ffffff;
}
.site-module-list > p{
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 180%;
}

@media (max-width: 767px) {
    .site-module{
        padding: 30px 0;
    }
    .site-module-list{
        padding: 0 30px;
        margin: 50px 0;
    }
    .site-module-list > h2{
        font-size: 16px;
    }
}


/*��������*/
.site-links{
    width: 100%;
    padding: 30px 0;
}
.site-links .links-con{
    width: 100%;
    padding-left: 100px;
    position: relative;
}
.site-links .links-con > label{
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: normal;
    margin: 0;
    color: #999;
}
.site-links .links-con > a{
    display: inline-block;
    text-decoration: none;
    color: #aaaaaa;
    margin-right: 30px;
}
.site-links .links-con > a:hover{
    color: #26caac;
}

@media (max-width: 767px) {
    .site-links{
        padding: 50px 0 20px 0;
    }
    .site-links .links-con{
        padding-left: 0;
        font-size: 0;
    }
    .site-links .links-con > label{
        top: -28px;
        font-size: 14px;
        color: #555;
    }
    .site-links .links-con > a{
        font-size: 12px;
        margin: 0 20px 6px 0;
    }
    .site-links .links-con > a:hover{
        color: #26caac;
    }
}





/*二级页面（课程中心、班级中心、师资力量）公用css*/


.second-header{
    width: 100%;
    /*background: #f8fafc;*/
    padding: 20px 0 20px 0;
}
.second-header-con{
    width: 100%;
}
.second-header-con > h2{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    /*color: #868f97;*/
    color: 333;
    margin: 0;
}
.second-header-con > a{
    display: inline-block;
    float: right;
    padding: 0 30px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #21ae94;
    background: #26caac;
    color: #ffffff;
    border-radius: 40px;
    margin-left: 10px;
    text-decoration: none;
    transition: background .3s ease;
}
.second-header-con > a:hover{
    background: #21ae94;
}

/*分类*/
.tabs-wrapper{
    min-height: 100px;
    padding: 20px 0;
}
.tabs-con{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background: #ffffff;

}
.tabs-con > div{
    width: 100%;
    padding: 12px 15px 8px 15px;
    border-bottom: 1px dashed #eeeeee;
    /*color: #868f97;*/
    color: #333333;
}
.tabs-con li{
    position: relative;
    color: #868f97;
    padding-left: 100px;
    padding-bottom: 10px;
}
.tabs-con li > label{
    position: absolute;
    top: 12px;
    left: 15px;
    font-weight: normal;
    color: #333;
}
.tabs-con li > a{
    color: #555;
    text-decoration: none;
    display: inline-block;
    margin: 12px 50px 0 0;
}
.tabs-con li > a:hover,.tabs-con li > a.active{
    color: #26caac;
}


.filter-con{
    width: 100%;
    background: #ffffff;
    margin-top: 20px;
}
.filter-con > ul{
    float: left;
}
.filter-con > ul > li{
    height: 42px;
    line-height: 42px;
    float: left;
}
.filter-con > ul > li > a{
    display: block;
    padding: 0 18px;
    color: #868f97;
    text-decoration: none;
}
.filter-con > ul > li.active{
    background: #26caac;
}
.filter-con > ul > li.active > a,.filter-con > ul > li.active:hover > a{
    color: #FFFFFF;
}
.filter-con > ul > li:hover > a{
    color: #26caac;
}


.filter-con > div{
    float: right;
    padding: 12px 15px 0 0;
}
.filter-con > div > label{
    position: relative;
    padding-left: 20px;
    font-weight: normal;
    color: #868f97;
    margin: 0;
}
.filter-con > div > label > input{
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .second-header-con > h2{
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }
    .second-header-con > a{
        padding: 0 20px;
        font-size: 12px;
        height: 34px;
        line-height: 34px;
    }
    .filter-con > div{
        display: none;
    }

    .filter-con > ul > li{
        height: 38px;
        line-height: 38px;
        float: left;
    }
}

.second-pad-20{
    padding: 20px 0;
}

.class-list-type2{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 0 14px rgba(0,36,100,.08);
}
.class-list-type2 > .list-img{
    overflow: hidden;
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.class-list-type2 > .list-img > a{
    color: #FFFFFF;
    text-decoration: none;
}
.class-list-type2 > .list-img span{
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 15px;
    font-size: 15px;
}
.class-list-type2 > .list-img .bg-translucent{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,.1);
    transition: background .3s ease;
}
.class-list-type2 > .list-img:hover .bg-translucent{
    background: rgba(0,0,0,.01);
}
.class-list-type2 > .list-item{
    padding: 20px;
}
.class-list-type2 > .list-item > span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ccc;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    border-radius: 2px;
    margin-right: 5px;
}
.class-list-type2 > .list-item > span.active{
    background: #26caac;
    color: #FFFFFF;
}
.class-list-type2 .popover{
    border: 0;
    padding: 0;
    color: #868f97;
    max-width: 270px;
    box-shadow: 0 10px 14px rgba(0,36,100,.08);
}
.class-list-type2 .popover-title {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 14px 8px 14px;
    color: #555;
}
.class-list-type2 .popover.top .arrow {
    border-top-color: #fff;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.class-list-type2 > .list-other{
    background: #f8fafc;
    color: #868f97;
    padding: 10px 0;
    border-radius: 0 0 8px 8px;
}
.class-list-type2 > .list-other > li{
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 33.333%;
    border-right: 1px solid #eeeeee;
    font-size: 14px;
}
.class-list-type2 > .list-other > li:last-child{
    border-right: 0;
}
.class-list-type2 > .list-other > li > i{
    font-size: 12px;
    margin-right: 2px;
}
