body{
    background: #ffffff;
}


/*banner*/
.virtual-banner .swiper-slide{
    height: 400px;
    background-position: center;
    background-size: auto 100%;
}
.virtual-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #26caac;
    opacity: 1;
}
.virtual-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: .5;
}
@media (max-width:992px){
    .virtual-banner .swiper-slide{
        height: 300px;
    }
}
@media (max-width:767px){
    .virtual-banner .swiper-slide{
        height: 160px;
    }
    .virtual-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #ffffff;
        opacity: .5;
    }
    .virtual-banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .virtual-banner .swiper-pagination-custom,
    .virtual-banner .swiper-pagination-fraction {
        bottom: 5px;
    }
}

.virtual-modular-panel{
    padding: 50px 0 10px 0;
}
.virtual-modular-panel.bg-color{
    background-image: linear-gradient(to bottom,#eee 20px ,#fff 21px);
    padding-top: 70px;
}
.virtual-modular-panel.bg-img{
    background-image: url("/template/default/images/profession_team_bg.jpg");
    background-position: center;
    padding-bottom: 60px;
}
.virtual-modular-panel .row{
    margin: 0 -20px;
}
.virtual-modular-panel .row > div{
    padding: 0 20px;
}
/*标题*/
.modular-title{
    text-align: center;
    margin-bottom: 40px;
}
.modular-title > h1{
    font-size: 30px;
    color: #333;
    line-height: 140%;
}
.modular-title > h5{
    font-size: 18px;
    color: #888;
    margin-top: 10px;
    line-height: 140%;
}
.modular-title.color-white > h1{
    color: #ffffff;
}
.modular-title.color-white > h5{
    color: #ddd;
}

.modular-more{
    text-align: center;
    padding: 10px 0 20px 0;
}
.modular-more > a{
    display: inline-block;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 35px;
    border: 1px solid #dedede;
    background: #f9f9f9;
    color: #999999;
    font-size: 18px;
}
.modular-more > a:hover{
    border: 1px solid #26caac;
    background: rgba(38,202,172,.1);
    color: #26caac;
}

@media (max-width: 767px) {
    .virtual-modular-panel{
        padding: 30px 0;
    }
    .virtual-modular-panel.bg-color{
        background-image: linear-gradient(to bottom,#eee 10px ,#fff 11px);
        padding-top: 30px;
    }
    .virtual-modular-panel .row{
        margin: 0 -10px;
    }
    .virtual-modular-panel .row > div{
        padding: 0 10px;
    }
    /*标题*/
    .modular-title{
        text-align: center;
        margin-bottom: 30px;
    }
    .modular-title > h1{
        font-size: 22px;
    }
    .modular-title > h5{
        font-size: 14px;
        margin-top: 10px;
    }

    .modular-more{
        padding: 20px 0 10px 0;
    }
    .modular-more > a{
        padding: 8px 40px;
        border-radius: 32px;
        font-size: 16px;
    }
}

/*课程列表*/
.virtual-course-list{
    position: relative;
    border: 1px solid #e8e8e8;
    transition: all .3s ease;
    margin-bottom: 40px;
}
.virtual-course-list:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.virtual-course-list .texts{
    padding: 20px;
}
.virtual-course-list .texts h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.virtual-course-list .texts h2 > a{
    text-decoration: none;
    font-size: 20px;
    color: #333;
}
.virtual-course-list .texts h2 > a:hover{
    color: #26caac;
}
.virtual-course-list .level-label{
    position: absolute;
    top: 5px;
    left: 0;
    padding: 5px 10px;
    background: #ff7a3e;
    color: #ffffff;
    font-size: 11px;
}
.virtual-course-list .texts > div.pull-left{
    font-size: 14px;
    color: #999;
}
.virtual-course-list .texts > .pull-right{
    position: relative;
    padding-left: 16px;
    color: #999;
}
.virtual-course-list .texts > .pull-right:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../images/r1.png);
    background-repeat: no-repeat;
    background-size: 11px;
}
@media (max-width: 767px) {
    .virtual-course-list{
        margin-bottom: 10px;
    }
    .virtual-course-list .texts{
        padding: 18px 12px;
    }
}

/*intro列*/
.virtual-intro-list{
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}
.virtual-intro-list .imgs{
    height: 120px;
}
.virtual-intro-list .imgs img{
    height: 100%;
}
.virtual-intro-list h1{
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.virtual-intro-list p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #999;
    line-height: 180%;
    text-align: left;
    height: 80px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .virtual-intro-list{
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .virtual-intro-list .imgs{
        height: 100px;
    }
    .virtual-intro-list h1{
        margin-top: 15px;
        font-size: 22px;
    }
    .virtual-intro-list p{
        -webkit-line-clamp: 10;
        font-size: 14px;
        height: auto;
        margin-top: 15px;
    }
}

/*分类*/

.virtual-classification > li{
    float: left;
    position: relative;
    /*
	height: 40px;
    line-height: 40px;
    */
	padding: 0 20px 0 30px;
    color: #555;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 15px;
}
.virtual-classification > li a{
	color:#333;
}
.virtual-classification > li a:hover{
	color:#26caac;
}
.virtual-classification > li a:focus{
	text-decoration:none;
}
.virtual-classification > li > span{
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    overflow: hidden;
    background-position: center 20px;
    background-size: 20px auto;
    transition: all .3s ease;
}
.virtual-classification > li:hover a,.virtual-classification > li.active a{
    color:#26caac;
}
@media (max-width: 767px) {
    /*分类*/
    .virtual-classification > li{
        /*height: 30px;
        line-height: 30px;*/
        padding: 0 20px 0 26px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .virtual-classification > li > span{
        width: 18px;
        height: 18px;
        background-position: center 18px;
        background-size: 18px auto;
    }
}

/*学校列表*/
.virtual-school-list{
    margin-bottom: 40px;
}
.virtual-school-list img{
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .virtual-school-list{
        margin-bottom: 16px;
    }
}

/*教师列表*/
.virtual-teacher{
    position: relative;
}
.virtual-teacher .swiper-slide{
    height: 330px;
    background: #ffffff;
    position: relative;
    padding: 40px;
    text-align: center;
}
.virtual-teacher .swiper-slide > a{
    text-decoration: none;
    color: #ffffff;
}
.virtual-teacher .swiper-slide .fg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 10;
    color: #ffffff;
    font-size: 15px;
    overflow: hidden;
    line-height: 190%;
    height: 330px;
    width: 100%;
    opacity: 0;
}
.virtual-teacher .swiper-slide:hover .fg{
    opacity: 1;
}
.virtual-teacher .swiper-slide .fg > div{
    text-align: justify;
    height: 300px;
    word-break: break-all;
    display: table;
    vertical-align: middle;
}
.virtual-teacher .swiper-slide .fg > div p{
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    overflow: hidden;
    padding: 30px;
}
.virtual-teacher .swiper-slide > a > span{
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.virtual-teacher .swiper-slide > a > h1{
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}
.virtual-teacher .swiper-slide > a > h5{
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.virtual-teacher .swiper-button-next,
.virtual-teacher .swiper-button-prev,
.virtual-student .swiper-button-next,
.virtual-student .swiper-button-prev{
    width: 34px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #ffffff;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
    outline: none;
    text-align: center;
}
.virtual-teacher .swiper-button-next > img,
.virtual-teacher .swiper-button-prev > img,
.virtual-student .swiper-button-next > img,
.virtual-student .swiper-button-prev > img{
    width: 14px;
}
.virtual-teacher .swiper-button-prev,.virtual-student .swiper-button-prev{
    left: -40px;
}
.virtual-teacher .swiper-button-next,.virtual-student .swiper-button-next{
    right: -40px;
}
.virtual-teacher .swiper-button-next:after,
.virtual-teacher .swiper-button-prev:after,
.virtual-student .swiper-button-prev:after,
.virtual-student .swiper-button-next:after{
    display: none;
}
@media (max-width: 767px) {
    .virtual-teacher .swiper-slide{
        height: 300px;
    }
    .virtual-teacher .swiper-slide > div{
        font-size: 14px;
    }
    .virtual-teacher .swiper-slide > h1{
        font-size: 20px;
    }
    .virtual-teacher .swiper-slide > h5{
        font-size: 14px;
        margin-top: 12px;
    }

    .virtual-teacher .swiper-button-next,
    .virtual-teacher .swiper-button-prev,
    .virtual-student .swiper-button-next,
    .virtual-student .swiper-button-prev{
        width: 30px;
        height: 50px;
        margin-top: -25px;
        color: #ffffff;
        background: rgba(0,0,0,.4);
        border-radius: 3px;
        outline: none;
    }
    .virtual-teacher .swiper-button-prev,.virtual-student .swiper-button-prev{
        left: 5px;
    }
    .virtual-teacher .swiper-button-next,.virtual-student .swiper-button-next{
        right: 5px;
    }

    .virtual-teacher .swiper-slide > a > h1{
        font-size: 20px;
        margin-top: 15px;
    }
    .virtual-teacher .swiper-slide > a > h5{
        font-size: 14px;
        margin-top: 12px;
    }
}


/*学员列表*/
.virtual-student{
    position: relative;
}
.virtual-student .swiper-slide{
    height: 300px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 40px,#ffffff 41px);
    padding: 0 40px 20px 40px;
    text-align: center;
}
.virtual-student .swiper-slide > span{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.virtual-student .swiper-slide > h1{
    margin-top: 20px;
}
.virtual-student .swiper-slide > h1 > a{
    text-decoration: none;
    font-size: 24px;
    color: #333333;
}
.virtual-student .swiper-slide > h1 > a:hover{
    color: #26caac;
}
.virtual-student .swiper-slide > h5 > a{
	display:block;
    margin-top: 15px;
    font-size: 16px;
    color: #26caac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.virtual-student .swiper-slide > p{
    margin-top: 15px;
    font-size: 15px;
    color: #999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .virtual-student .swiper-slide > h1 > a{
        font-size: 20px;
    }
    .virtual-student .swiper-slide > h5{
        margin-top: 15px;
        font-size: 14px;
        color: #26caac;
    }
    .virtual-student .swiper-slide > p{
        margin-top: 15px;
        font-size: 15px;
        color: #999;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}


div.more-s{
    margin-bottom: 30px;
    text-align: right;
}
div.more-s > a{
    font-size: 16px;
    text-decoration: none;
    color: #999;
}
@media (max-width: 767px) {
    div.more-s{
        text-align: center;
        margin-bottom: 20px;
    }
    div.more-s > a{
        font-size: 14px;
        display: inline-block;
        padding: 5px 14px;
        border-radius: 20px;
        background: #eee;
        text-decoration: none;
        color: #999;
    }
}

/*新闻列表*/
.virtual-news-list{
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 40px;
    transition: all .3s ease;
    margin-bottom: 40px;
}
.virtual-news-list:hover{
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.virtual-news-list > h1{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.virtual-news-list > h1 > a{
    text-decoration: none;
    color: #333;
}

.virtual-news-list > p{
    font-size: 16px;
    color: #999;
    line-height: 170%;
    margin-top: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .virtual-news-list{
        padding: 30px;
        margin-bottom: 10px;
    }
    .virtual-news-list > h1{
        font-size: 18px;
    }

    .virtual-news-list > p{
        font-size: 13px;
        color: #999;
        line-height: 170%;
        margin-top: 10px;
        -webkit-line-clamp: 100;
    }

}

/*点击咨询*/
.consultation-box{
    padding: 20px 0 50px 0;
    text-align: center;
}
.consultation-box >a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 34px;
    background: #26caac;
    color: #ffffff;
    font-size: 22px;
}
.consultation-box > a:hover{
    background: #1fb297;
}
@media (max-width: 767px) {
    .consultation-box{
        padding: 0 0 30px 0;
    }
    .consultation-box >a {
        padding: 10px 40px;
        font-size: 18px;
    }
}

.p-b-50{
    padding-bottom: 50px;
}
.m-t-50{
    margin-top: 50px;
}
@media (max-width: 767px) {
    .p-b-40{
        padding-bottom: 30px;
    }
    .m-t-50{
        margin-top: 30px;
    }
}