/* banner start */
.prevent {
    padding-top: 0;
}

.nav-bar-item:nth-child(3) .nav-img-con {
    background: url(../../images/layout/nav-icon3-active.png) no-repeat center;
}

.navbar-default .navbar-nav .course p {
    color: #076a81;
    font-weight: 700;
}

.special-banner {
    width: 100%;
    position: relative;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/* 读经教育 */

.feature-courses-list {
    display: flex;
    margin-top: 40px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-courses-item {
    margin: 15px;
    width: 350px;
    border-radius: 6px;
    border: 6px solid #fff;
}

.feature-pad:hover .classly-text {
    opacity: 1;
}

.feature-pad {
    position: relative;
    cursor: pointer;
}

.classly-text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 15%;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.classly-title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .classly-title:before {
        position: absolute;
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        left: 0;
        background: #fff;
    }

.feature-courses-item img {
    width: 100%;
    height: 248px;
}
/* 读经教育 end */

/* 六艺熏习 start*/
.six-arts-container {
    background: #fff;
    padding: 10px;
    max-width: 1170px;
    border-radius: 10px;
    margin:50px auto 0; 
}
.course-nav {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding:10px 0;
    background-image: url('../../images/course/six-arts-header-bg.jpg');
}
    .course-nav li {
        height: 79px;
        width: 79px;
        margin: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
        .course-nav li.active {
            background-image: url('../../images/course/art-tit-bg.png');
        }

            .course-nav li.active .arts-tit-icon-1 {
                background-image: url('../../images/course/art-tit-act-1.png');
            }
            .course-nav li.active .arts-tit-icon-2 {
                background-image: url('../../images/course/art-tit-act-2.png');
            }
            .course-nav li.active .arts-tit-icon-3 {
                background-image: url('../../images/course/art-tit-act-3.png');
            }
            .course-nav li.active .arts-tit-icon-4 {
                background-image: url('../../images/course/art-tit-act-4.png');
            }
            .course-nav li.active .arts-tit-icon-5 {
                background-image: url('../../images/course/art-tit-act-5.png');
            }
            .course-nav li.active .arts-tit-icon-6 {
                background-image: url('../../images/course/art-tit-act-6.png');
            }
.arts-tit-icon {
    width: 40px;
    height: 40px;
   
}
.arts-tit-icon-1 {
    background-image: url('../../images/course/art-tit-default-1.png');
}

.arts-tit-icon-2 {
    background-image: url('../../images/course/art-tit-default-2.png');
}

.arts-tit-icon-3 {
    background-image: url('../../images/course/art-tit-default-3.png');
}

.arts-tit-icon-4 {
    background-image: url('../../images/course/art-tit-default-4.png');
}

.arts-tit-icon-5 {
    background-image: url('../../images/course/art-tit-default-5.png');
}

.arts-tit-icon-6 {
    background-image: url('../../images/course/art-tit-default-6.png');
}
@media(max-width: 768px) {
    .course-nav{
        display: none;
    }
    .six-arts-container {
       border-radius: 0;
        margin: 20px auto 0;
    }

}
/* 六艺熏习 end*/

/* 特色课程 start */

.featured-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
    .featured-box li {
        position: relative;
    }
    .featured-coures-icon {
        width: 164px;
        height: 44px;
        margin: 0px 40px 10px 40px;
        cursor: pointer;
    }
.featured-coures-icon-1 {
    background: url('../../images/course/feature-nav-defalt-1.png') no-repeat center;
    background-size: 90%;
}
.featured-coures-icon-2 {
    background: url('../../images/course/feature-nav-defalt-2.png') no-repeat center;
    background-size: 90%;
}
.featured-coures-icon-3 {
    background: url('../../images/course/feature-nav-defalt-3.png') no-repeat center;
    background-size: 90%;
}
.featured-coures-icon-4 {
    background: url('../../images/course/feature-nav-defalt-4.png') no-repeat center;
    background-size: 90%;
}
.featured-box li.active .featured-coures-icon-1 {
    background: url('../../images/course/feature-nav-active-1.png') no-repeat center;
    background-size: 90%;
}
.featured-box li.active .featured-coures-icon-2 {
    background: url('../../images/course/feature-nav-active-2.png') no-repeat center;
    background-size: 90%;
}
.featured-box li.active .featured-coures-icon-3 {
    background: url('../../images/course/feature-nav-active-3.png') no-repeat center;
    background-size: 90%;
}
.featured-box li.active .featured-coures-icon-4 {
    background: url('../../images/course/feature-nav-active-4.png') no-repeat center;
    background-size: 90%;
}
.featured-line {
    position: absolute;
    display: none;
    width: 176px;
    height: 13px;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../../images/course/feature-nav-line.png') no-repeat 16px center;
    background-size: 90%;
}
.featured-box li.active .featured-line {
    display: block;
}
.featured-box.featured1-m {
    display: none;
}

    .featured-box.featured1-m li {
        text-align: center;
        box-sizing: border-box;
        height: 40px;
        width: 25%;
        float: left;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .featured-box.featured1-m li p {
        line-height: 40px;
        font-size: 14px;
    }
    .featured-box.featured1-m li.active {
        background: #1d5461;
    }
    .featured-box.featured1-m li.active p{
        color: #fff;
    }

/* 特色课程 end */
.filial-container {
    max-width: 1170px;
    margin: 60px auto 0;
    overflow: hidden;
}
.filial-list {
    margin-right: -60px;
}
    .filial-item-pad {
        box-sizing: border-box;
        padding: 10px;
        background: #fff;
        border: 2px solid #9c2a36;
    }
    .filial-item-pad img {
        box-sizing: border-box;
        border: 2px solid #9c2a36;
    }
    .filial-item {
        float: left;
        width: 33.3333%;
        padding-right: 60px;
        text-align: center;
    }

.filial-piety {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
}


@media(max-width: 768px) {
    .featured-box {
        display: none;
    }
        .featured-box.featured1-m {
            display: block;
            margin:20px auto 0;
        }
    .filial-container {
        margin: 20px auto 0
    }

    .filial-item-pad img {
        border: none;
    }

    .filial-list {
        padding: 0 10px;
        margin-right: -10px;
    }

    .filial-item {
        padding-right: 10px;
    }

    .filial-item-pad {
        padding: 0;
        border: none;
    }
    .filial-piety {
        font-size: 14px;
    }
}