/*导航条*/
        
#nav {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    background: #00a1ea;
    margin-top: 100px;
    font-family: "Arial", "Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

.cat_list ul {
    padding-left: 20px;
    margin-bottom: 0;
    font-family: "Arial", "Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

#nav ul li {
    float: left;
}

#nav ul li:first-child {
    margin-left: 17%;
}

#nav ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 0 35px;
    display: inline-block;
}

#nav ul li a:hover {
    background: #fff000;
    color: #00a1ea;
}

#nav ul li.active a {
    background: #fff000;
    color: #00a1ea;
}
/*banner上面浮层*/

.cat_wrap {
    box-shadow: 1px 1px 2px #bfbcbc;
    box-shadow: 0 -4px 8px 0 rgba(7, 17, 27, .1), 0 4px 8px 0 rgba(7, 17, 27, .1);
    background: #fff;
    width: 180px;
    position: absolute;
    z-index: 999;
    top: -30px;
}

.cat_wrap .cat_title {
    width: 192px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: url(/public/images/juxing.png) no-repeat;
    margin-left: -6px;
    margin-top: -15px;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-family: "Arial", "Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

.cat_wrap .cat_header {
    min-height: 450px;
}

.cat_wrap .cat_list div {
    background: #fff;
    border-left: 3px solid transparent;
}

.cat_wrap .cat_list div li {
    float: left;
    color: #323232;
    font-size: 14px;
    margin: 7px 0px;
}

.cat_wrap .cat_list div li:first-child {
    margin-right: 10px;
}

.cat_wrap .cat_list {
    cursor: pointer;
}

.cat_wrap .cat_list div.active {
    width: 181px;
    padding-left: 1px;
    position: relative;
    z-index: 999;
    border-left: 3px solid #00a1ea;
    border-top: 1px solid #00a1ea;
    border-bottom: 1px solid #00a1ea;
    border-right: none;
}
/*banner浮层滑动显示弹框*/

.cat_subcont {
    display: none;
    font-family: "Arial", "Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
}

.cat_subcont.active {
    display: block;
}

.cat_subcont .cat_sublist {
    position: absolute;
    z-index: 998;
    top: 30px;
    left: 180px;
    padding-top: 5px;
    min-height: 394px;
    width: 740px;
    background: #fff;
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #00a1ea;
    border-bottom: 1px solid #00a1ea;
    border-right: 1px solid #00a1ea;
}

.cat_subcont .cat_sublist .fore1 {
    width: 740px;
}

.cat_subcont .cat_sublist .fore1 .fore_list {
    padding: 0 20px;
}

.cat_subcont .cat_sublist .fore1 .fore_list h3 {
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}

.cat_subcont .cat_sublist .fore1 .fore_list h3 a {
    font-size: 14px;
    color: #00a1ea;
}

.cat_subcont .cat_sublist .fore1 .fore_list li {
    float: left;
    padding: 5px;
}

.cat_subcont .cat_sublist .fore1 .fore_list li a {
    font-size: 12px;
    color: #333;
}

.cat_subcont .cat_sublist .fore1 .fore_list li a:hover {
    color: #00a1ea;
    text-decoration: underline;
}

.teacher .col-md-2{
    padding-right:5px;
    padding-left:5px;
}
.teacher .col-md-2 img{
    max-width: 100%
}
.teacher .col-md-2 p{
    line-height: 30px
}
.mod-sub {
    padding: 10px 0 25px 0
}
.mod-sub h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}
.select-course-desc {
    text-align: center
}