﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: '微软雅黑',;
    color: #333;
}

body, dd, dl, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: none;
}

    a:hover {
        text-decoration: none;
        border: none;
    }

    a:active, a:hover, a:focus {
        text-decoration: none;
    }

li {
    list-style: none;
}

    li:hover {
        padding: 0;
        margin: 0;
        border: none;
    }

h1, h2, h3, h4 {
    font-weight: bold;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.bx1 {
    max-width: 1200px;
    margin: 0 auto;
}

.con {
    width: 100%;
    float: left;
}

.bx {
    margin: 0 auto;
    position: relative;
/*    box-shadow: 1px 1px 2px #dcdcdc;*/
}

.tab-content-t {
    max-width: 1200px;
    margin: 0 auto;
}
/**/
.con .bx .kmsx {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0 30px;
}

    .con .bx .kmsx .kmfl {
        width: 100%;
        border-bottom: 1px dashed #eee;
        overflow: hidden;
    }

        .con .bx .kmsx .kmfl .dkm {
            width: 48px;
            float: left;
            font-size: 14px;
            color: #666;
            height: 48px;
            line-height: 48px;
        }

        .con .bx .kmsx .kmfl ul {
            width: calc(100% - 48px);
            float: left;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .con .bx .kmsx .kmfl ul li {
                padding: 0 15px;
                float: left;
                line-height: 32px;
            }

                .con .bx .kmsx .kmfl ul li a {
                    color: #333;
                }

                    .con .bx .kmsx .kmfl ul li a:hover {
                        color: #ef2d36;
                    }

        .con .bx .kmsx .kmfl .active a {
            color: #ef2d36;
        }
/*banner*/
.zbk_banner {
    width: 100%;
    background: url(../images/zbk_xbanner.jpg)no-repeat center;
    display: table;
    height: 130px;
}

    .zbk_banner .zbk_wzjs {
        max-width: 1200px;
        margin: 0 auto;
    }

        .zbk_banner .zbk_wzjs .zbk_wzjs_left {
            width: 30%;
            float: left;
        }

        .zbk_banner .zbk_wzjs .zbk_wzjs_right {
            width: 45%;
            float: right;
            padding-top: 40px;
        }

            .zbk_banner .zbk_wzjs .zbk_wzjs_right a {
                height: 32px;
                background: linear-gradient(to right,#ff403a,#ff6a49);
                border-radius: 0 6px 6px 0;
                width: 42px;
                float: right;
                line-height: 32px;
                padding-left: 10px;
            }

            .zbk_banner .zbk_wzjs .zbk_wzjs_right input {
                width: calc(100% - 42px);
                height: 32px;
                border: none;
                padding-left: 12px;
                outline: none;
                border-radius: 6px 0 0 6px;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

        .zbk_banner .zbk_wzjs h3 {
            font-size: 32px;
            color: #fff;
            line-height: 130px;
            padding-right: 23px;
            display: inline-block;
        }

        .zbk_banner .zbk_wzjs img {
            padding-right: 14px;
            margin-top: -5px;
        }

        .zbk_banner .zbk_wzjs p {
            font-size: 12px;
            color: #ddd;
            display: inline-block;
            line-height: 20px;
            vertical-align: sub;
        }

        .zbk_banner .zbk_wzjs .zbk_wzjs_right p {
            padding-top: 10px;
        }

            .zbk_banner .zbk_wzjs .zbk_wzjs_right p span {
                padding-top: 10px;
                padding-right:20px;
                cursor:pointer;
            }
                .zbk_banner .zbk_wzjs .zbk_wzjs_right p span:last-child{padding-right:0;}
                /**/
                .list_left {
                    width: 100%;
                    margin-top: 20px;
                    padding-bottom: 40px;
                    /*    overflow: hidden;*/
                }

    .list_left .lbsx {
        width: 100%;
        border-bottom: 1px solid #eee;
        height: 44px;
        line-height: 44px;
        padding: 0 20px;
        background: #fff;
    }

        .list_left .lbsx ul li {
            float: left;
            padding: 0 10px;
            margin-right: 12px;
            height: 40px;
            line-height: 40px;
        }

            .list_left .lbsx ul li .dropdown-menu {
                min-width: 100px;
                margin: 0;
                padding: 0;
            }

        .list_left .lbsx ul .gyngjc {
            float: right;
            color: #666;
            font-size: 14px;
        }

            .list_left .lbsx ul .gyngjc b {
                color: #f02c2c;
                font-size: 14px;
            }

        .list_left .lbsx ul li a {
            color: #666;
        }

        .list_left .lbsx .active a {
            color: #ff8330
        }

        .list_left .lbsx ul li .rq {
            background: url(../images/icon_renqi_n.png) no-repeat;
        }

        .list_left .lbsx ul li .jg {
            background: url(../images/icon_jiage_n.png) no-repeat;
        }

        .list_left .lbsx .active .rq {
            background: url(../images/icon_renqi_s.png) no-repeat;
        }

        .list_left .lbsx .active .jg {
            background: url(../images/icon_jiage_s.png) no-repeat;
        }

        .list_left .lbsx ul li a:hover {
            color: #ff8330;
        }

            .list_left .lbsx ul li a:hover .rq {
                background: url(../images/icon_renqi_s.png) no-repeat;
            }

            .list_left .lbsx ul li a:hover .jg {
                background: url(../images/icon_jiage_s.png) no-repeat;
            }

    .list_left > ul {
        width: 100%;
        padding: 20px 0px;
        overflow: hidden;
    }

        .list_left > ul li {
            width: 228px;
            float: left;
            margin-right: 15px;
            cursor: pointer;
            margin-bottom: 14px;
            position: relative;
        }

            .list_left > ul li .hymf {
                position: absolute;
                top: 10px;
                left: 10px;
                z-index: 22;
            }

                .list_left > ul li .hymf b {
                    font-size: 12px;
                    color: #fff;
                    background-color: #e0b26d;
                    padding: 2px 10px;
                    border-radius: 4px;
                }

            .list_left > ul li .kecheng_fl {
                background-color: #fff;
                padding: 10px;
                border-radius: 0 0 8px 8px;
            }

            .list_left > ul li:nth-child(5n) {
                margin-right: 0px;
            }

            .list_left > ul li > img {
                width: 100%;
                border-radius: 8px 8px 0 0;
            }

            .list_left > ul li h4 {
                font-size: 14px;
                color: #333;
                padding-bottom: 8px;
                font-weight: normal;
            }

                .list_left > ul li h4:hover {
                    color: #ef2d36
                }

            .list_left > ul li p {
                font-size: 12px;
                color: #999;
/*                padding-bottom: 15px;*/
            }

                .list_left > ul li p span {
                    font-size: 12px;
                    color: #999;
                    padding-left: 15px;
                    float: right;
                }

            .list_left > ul li div {
                font-size: 12px;
                color: #999;
            }

                .list_left > ul li div .fa-user {
                    padding-right: 4px;
                }

                .list_left > ul li div .jiage {
                    color: #f02c2c;
                    font-size: 14px;
                    float: right;
                }

.fenye {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
}

    .fenye a {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        margin: 0 5px;
        color: #666;
    }

        .fenye a span {
            padding: 0 5px;
        }

    .fenye .slct {
        background: #ef2d36;
        border: 1px solid #ef2d36;
        color: #fff;
    }

    .fenye a:hover {
        background: #f9f9f9;
    }

/**/


/**/
.weizhi {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

    .weizhi a {
        color: #666;
    }

/**/
.kc_detl_info {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    overflow: hidden;
}

    .kc_detl_info .kc_d_left {
        width: 382px;
        float: left;
        margin-right: 38px;
    }

        .kc_detl_info .kc_d_left img {
            width: 100%;
        }

    .kc_detl_info .kc_d_right {
        width: calc(100% - 420px);
        float: right;
    }

        .kc_detl_info .kc_d_right .kcbt {
            position: relative;
            width: 100%;
        }

            .kc_detl_info .kc_d_right .kcbt h2 {
                font-size: 18px;
                padding: 5px 0 10px;
                font-weight: 600;
                letter-spacing: 1px;
            }

            .kc_detl_info .kc_d_right .kcbt .hdty {
                width: 160px;
                position: absolute;
                right: 0;
                top: 0;
            }

                .kc_detl_info .kc_d_right .kcbt .hdty .share {
                    width: 55px;
                    height: 22px;
                    float: right;
                }

                    .kc_detl_info .kc_d_right .kcbt .hdty .share a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        background: url(../images/icon_share_n.png) no-repeat center left;
                        padding-left: 21px;
                        line-height: 22px;
                        color: #555;
                    }

                        .kc_detl_info .kc_d_right .kcbt .hdty .share a:hover {
                            color: #ff4d4d;
                            background: url(../images/icon_share_s.png) no-repeat center left;
                        }

                .kc_detl_info .kc_d_right .kcbt .hdty .collect {
                    width: 55px;
                    height: 22px;
                    float: right;
                    margin-right: 20px;
                }

                    .kc_detl_info .kc_d_right .kcbt .hdty .collect a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        background: url(../images/icon_collection_n.png) no-repeat left 0 top 4px;
                        padding-left: 20px;
                        line-height: 22px;
                        color: #555;
                    }

                        .kc_detl_info .kc_d_right .kcbt .hdty .collect a:hover {
                            color: #ff4d4d;
                            background: url(../images/icon_collection_s.png) no-repeat left 0 top 4px;
                        }

        .kc_detl_info .kc_d_right .zhushi {
            width: 100%;
            padding-bottom: 7px;
            font-size: 12px;
            color: #999;
            letter-spacing: 0.5px;
        }

            .kc_detl_info .kc_d_right .zhushi span {
                padding-right: 3px;
            }

            .kc_detl_info .kc_d_right .zhushi img {
                margin-bottom: 3px;
                margin-right: 2px;
            }

        .kc_detl_info .kc_d_right .price_bx {
            width: 100%;
            padding: 12px 16px 16px;
            background: #f6f6f6;
        }

            .kc_detl_info .kc_d_right .price_bx .jiage {
                width: 100%;
                font-size: 14px;
                color: #999;
                padding-bottom: 10px;
            }

                .kc_detl_info .kc_d_right .price_bx .jiage .price {
                    color: #ff6029;
                    font-size: 24px;
                    padding-left: 15px;
                    padding-right: 12px;
                }

                .kc_detl_info .kc_d_right .price_bx .jiage .yuanjia {
                    text-decoration: line-through;
                    padding: 0;
                }

                .kc_detl_info .kc_d_right .price_bx .jiage span {
                    padding: 0 15px;
                    color: #999;
                }

                .kc_detl_info .kc_d_right .price_bx .jiage .hymf {
                    padding: 0;
                    color: #57bc4c;
                    font-size: 16px;
                }

            .kc_detl_info .kc_d_right .price_bx .youhui {
                width: 100%;
                font-size: 14px;
                color: #999;
                position: relative;
            }

                .kc_detl_info .kc_d_right .price_bx .youhui .yhnr {
                    padding-left: 20px;
                    color: #333;
                }

                    .kc_detl_info .kc_d_right .price_bx .youhui .yhnr img {
                        margin-bottom: 3px;
                        margin-right: 5px;
                    }

                .kc_detl_info .kc_d_right .price_bx .youhui .jxyh {
                    float: right;
                    color: #666;
                    cursor: pointer;
                }

                    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh b {
                        color: #ff6029;
                    }

                    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh .icon-angle-up {
                        display: none;
                        padding-left: 5px;
                    }

                    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh .icon-angle-down {
                        padding-left: 5px;
                    }

                    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh:hover .icon-angle-up {
                        display: block;
                        float: right;
                        padding-top: 3px;
                        padding-left: 5px;
                    }

                    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh:hover .icon-angle-down {
                        display: none;
                        padding-left: 5px;
                    }

                .kc_detl_info .kc_d_right .price_bx .youhui .yh_list {
                    width: 100%;
                    background: #fff;
                    padding: 8px 10px;
                    box-shadow: 0 0 15px 0 #e5e5e5;
                    border-radius: 4px;
                    position: absolute;
                    bottom: -68px;
                    right: 0;
                    display: none;
                }

                    .kc_detl_info .kc_d_right .price_bx .youhui .yh_list p {
                        width: 100%;
                        font-size: 13px;
                        color: #777;
                        line-height: 24px;
                        letter-spacing: 1px;
                    }

                        .kc_detl_info .kc_d_right .price_bx .youhui .yh_list p span {
                            padding: 1px 5px;
                            background: #ffac8f;
                            border-radius: 100%;
                            margin-right: 8px;
                            color: #fff;
                            font-size: 12px;
                        }

                .kc_detl_info .kc_d_right .price_bx .youhui .jxyh:hover .yh_list {
                    display: block;
                }

        .kc_detl_info .kc_d_right .hdzn {
            width: 100%;
            overflow: hidden;
        }

            .kc_detl_info .kc_d_right .hdzn a {
                width: 140px;
                height: 42px;
                float: left;
                display: block;
                margin-right: 30px;
                text-align: center;
                line-height: 42px;
                font-size: 16px;
                border-radius: 4px;
                margin-top: 13px;
            }

            .kc_detl_info .kc_d_right .hdzn .gmkc {
                border: 1px solid #ef2d36;
                color: #ef2d36;
            }

            .kc_detl_info .kc_d_right .hdzn .gmhy {
                background: #ef2d36;
                border: #ef2d36 1px solid;
                color: #fff;
            }

        .kc_detl_info .kc_d_right .kcts {
            width: 100%;
            overflow: hidden;
            color: #999;
            font-size: 12px;
            padding-top: 12px;
        }

            .kc_detl_info .kc_d_right .kcts a {
                color: #ef3939;
                padding-left: 15px;
                text-decoration: underline;
            }

/*免费试听*/
.mfst {
    width: 100%;
    background: #fff;
    border-top: 15px solid #f5f5f5;
    float: left;
}

    .mfst h2 {
        width: 100%;
        height: 52px;
        line-height: 56px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 0 22px;
        font-size: 16px;
        font-weight: normal;
    }

        .mfst h2 img {
            margin-bottom: 3px;
            margin-right: 5px;
        }

    .mfst ul {
        width: 100%;
        overflow: hidden;
        padding: 20px 16px 0;
    }

        .mfst ul li {
            width: 25%;
            float: left;
            padding: 0 10px;
        }

            .mfst ul li > img {
                width: 100%;
                float: left;
                margin-bottom: 8px;
            }

            .mfst ul li h4 {
                font-size: 14px;
                color: #333;
                font-weight: normal;
                padding-bottom: 10px;
            }

            .mfst ul li p {
                font-size: 12px;
                color: #888;
            }

                .mfst ul li p a {
                    padding: 2px 8px;
                    border-radius: 25px;
                    border: 1px solid #ff4d4d;
                    color: #ff4d4d;
                    float: right;
                }

                    .mfst ul li p a img {
                        margin-bottom: 2px;
                        margin-left: 3px;
                    }

/**/
.det_left {
    width: calc(100% - 265px);
    float: left;
    background: #fff;
    margin-top: 20px;
    min-height: 600px;
    padding-bottom: 30px;
}

    .det_left .nav {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

        .det_left .nav li {
            float: left;
            margin: 0 30px;
            line-height: 66px;
            font-size: 16px;
        }

            .det_left .nav li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 0;
                margin: 0;
                border: none;
                color: #333;
            }

                .det_left .nav li a:hover, .det_left .nav li a:focus {
                    background: none;
                }

        .det_left .nav .active a {
            color: #000;
            font-weight: 600;
            border-bottom: 2px solid #ef2d36;
        }

.catalog-box {
    width: 100%;
    padding: 0 30px;
}

    .catalog-box .panel-heading {
        padding: 0;
        height: 56px;
        border-bottom: 1px dashed #eee;
    }

        .catalog-box .panel-heading .panel-title {
            height: 56px;
            line-height: 56px;
            font-weight: normal;
            font-size: 14px;
            letter-spacing: 1px;
            cursor: pointer;
        }

            .catalog-box .panel-heading .panel-title img {
                margin-bottom: 3px;
                margin-right: 8px;
            }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 0;
}

.panel-body .list-unstyled li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
    padding: 0 0 0 26px;
}

    .panel-body .list-unstyled li img {
        margin-bottom: 3px;
        margin-right: 6px;
    }

    .panel-body .list-unstyled li:hover {
        background: #f9f9f9;
    }

.panel-body .list-unstyled .mfsk {
    width: 65px;
    height: 25px;
    display: block;
    float: right;
    text-align: center;
    line-height: 23px;
    border-radius: 4px;
    border: 1px solid #ef2d36;
    color: #ef2d36;
    margin-top: 15px;
    margin-right: 10px;
}

.panel {
    box-shadow: none;
    border: none;
}

.panel-body .list-unstyled .mfxz {
    width: 65px;
    height: 25px;
    display: block;
    float: right;
    text-align: center;
    line-height: 23px;
    border-radius: 25px;
    border: 1px solid #ef2d36;
    margin-top: 15px;
    margin-right: 10px;
    background: #ff4d4d;
    color: #fff;
    font-size: 13px;
}

    .panel-body .list-unstyled .mfxz img {
        margin-bottom: 5px;
        margin-right: 3px;
    }

.det_left .kcxq {
    width: 100%;
    padding: 10px 30px 20px;
}

    .det_left .kcxq p {
        font-size: 14px;
        color: #555;
        line-height: 28px;
        text-align: justify;
    }

        .det_left .kcxq p img {
            width: 100%;
            margin: 10px 0;
        }

.det_left .kcbj {
    width: 100%;
    padding: 10px 30px 20px;
}

    .det_left .kcbj ul li {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .det_left .kcbj ul li .zjk {
            width: 100%;
            height: 36px;
            line-height: 36px;
            background: #f6f6f6;
            padding: 0 15px;
            font-weight: 600;
            border: 1px solid #eee;
            border-bottom: none;
        }

            .det_left .kcbj ul li .zjk a {
                float: right;
                margin-top: 10px;
            }

        .det_left .kcbj ul li .bjnr {
            width: 100%;
            padding: 10px;
            border: #eee 1px solid;
        }

            .det_left .kcbj ul li .bjnr p {
                font-size: 14px;
                color: #555;
                line-height: 24px;
                text-align: justify;
                padding-bottom: 10px;
                padding-top: 7px;
                text-indent: 2em;
            }

/**/
.det_right {
    width: 250px;
    float: right;
}

    .det_right .lsjs {
        width: 100%;
        background: #fff;
        padding: 20px;
        margin-top: 20px;
    }

        .det_right .lsjs .lsjj {
            width: 100%;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            padding-bottom: 12px;
            margin-bottom: 10px;
        }

            .det_right .lsjs .lsjj .teacher {
                width: 50px;
                height: 50px;
                border-radius: 100%;
                overflow: hidden;
                float: left;
                margin-right: 15px;
            }

                .det_right .lsjs .lsjj .teacher img {
                    width: 100%;
                }

            .det_right .lsjs .lsjj h4 {
                width: calc(100% - 65px);
                float: left;
                font-size: 16px;
                color: #555;
                padding-bottom: 7px;
                padding-top: 5px;
            }

            .det_right .lsjs .lsjj p {
                width: calc(100% - 65px);
                float: left;
                font-size: 12px;
                color: #ff4d4d;
            }

        .det_right .lsjs .ls_info {
            font-size: 12px;
            color: #444;
            line-height: 22px;
            text-indent: 2em;
            text-align: justify;
            letter-spacing: 1px;
        }


/*系统班*/
.main_in .index_bt .nav li {
    float: left;
    text-align: center;
    margin: 0 55px 0 0;
    line-height: 50px;
    padding-top: 10px;
}

    .main_in .index_bt .nav li a {
        padding: 0;
        margin: 0;
        background: none;
        color: #333;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

        .main_in .index_bt .nav li a .h-hot {
            position: absolute;
            top: 10px;
        }

        .main_in .index_bt .nav li a:focus, .index_mk4 .index_bt h2 .nav li a:hover {
            background: none;
        }

.main_in .index_bt .nav .active a {
    color: #ef2d36;
    border-bottom: 2px solid #ef2d36;
}

.main_in .section .xtb_qh {
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 2px 4px #e0e0e0;
    height: 70px;
}

.main_in .section .index_bt {
    max-width: 1200px;
    margin: 0 auto;
}

.main_in .section .con2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 0 5px;
    display: flow-root;
}

.index_mk2 .fr_ct2 ul li {
    width: 384px;
    float: left;
    position: relative;
    margin-right: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 2px #e0e0e0;
    border-radius: 6px;
    margin-bottom: 50px;
}

    .index_mk2 .fr_ct2 ul li:nth-child(3n) {
        margin-right: 0px;
    }

    .index_mk2 .fr_ct2 ul li .xtban .Class_type {
        background: linear-gradient(to right,#efddce,#f3eae3);
        padding: 20px 18px;
        height: 84px;
    }

        .index_mk2 .fr_ct2 ul li .xtban .Class_type .Class_type_bt {
            display: flex;
            align-items: center;
        }

        .index_mk2 .fr_ct2 ul li .xtban .Class_type .type {
            margin-left: 10px;
            margin-top: -10px;
        }

            .index_mk2 .fr_ct2 ul li .xtban .Class_type .type p {
                background: linear-gradient(to right,#da4638,#f06a4a);
                border-radius: 12px 0 12px 0;
                padding: 2px 10px;
                color: #fff;
            }

        .index_mk2 .fr_ct2 ul li .xtban .Class_type .xxjd_kctx {
            color: #444;
            padding-top: 10px;
        }

    .index_mk2 .fr_ct2 ul li .xtban .p1 {
        display: flex;
        align-items: center;
        padding: 10px 20px;
    }

        .index_mk2 .fr_ct2 ul li .xtban .p1 .no_Basics {
            text-align: center;
            border: 2px solid#dbcfb5;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            color: #f02c2c;
            line-height: 66px;
        }

        .index_mk2 .fr_ct2 ul li .xtban .p1 .Basics {
            margin-left: 16px;
        }

            .index_mk2 .fr_ct2 ul li .xtban .p1 .Basics p {
                color: #333;
                line-height: 24px;
                font-size: 13px;
            }

            .index_mk2 .fr_ct2 ul li .xtban .p1 .Basics i {
                font-style: normal;
                margin-right: 4px;
            }

    .index_mk2 .fr_ct2 ul li h3 {
        font-size: 18px;
        color: #6a5748;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 200px;
    }

    .index_mk2 .fr_ct2 ul li .jpqzbjj {
        padding: 0px 16px 20px;
        border-bottom: 1px solid#eee;
    }

        .index_mk2 .fr_ct2 ul li .jpqzbjj a {
            padding: 4px;
            border: 1px solid#e6e6e6;
            color: #999;
            display: inline-block;
        }

            .index_mk2 .fr_ct2 ul li .jpqzbjj a:last-child {
                margin-right: 0;
            }

        .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t {
            margin: 10px 0;
            display: flex;
            height: 40px;
        }

            .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t p img {
                vertical-align: bottom;
                margin-right: 4px;
            }

            .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t .yxq {
                padding-left: 20px;
            }

                .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t .yxq span {
                    color: #f02c2c;
                }

        .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t2 {
            padding: 16px 0;
            height: 160px;
        }

            .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t2 p {
                line-height: 26px;font-size:13px;
            }

                .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t2 p span {
                    color: #999;
                }

                .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t2 p i {
                    font-style: normal;
                    color: #357dff;
                }

                .index_mk2 .fr_ct2 ul li .jpqzbjj .bjfl_t2 p em {
                    font-style: normal;
                    color: #009966;
                }

    .index_mk2 .fr_ct2 ul li h3 img {
        margin-top: -35px;
    }

    .index_mk2 .fr_ct2 ul li .xtban .p2 {
        background: linear-gradient(to right,#f4efe4,#fff);
        padding: 4px 10px;
        color: #a88c6f;
    }

    .index_mk2 .fr_ct2 ul li .kcjg {
        padding: 10px 16px;
        text-align: center;
    }

        .index_mk2 .fr_ct2 ul li .kcjg p {
            display: inline;
            color: #666;
        }

        .index_mk2 .fr_ct2 ul li .kcjg .dkkcjg {
            margin-left: 16px;
        }

        .index_mk2 .fr_ct2 ul li .kcjg p span {
            font-size: 18px;
            color: #f02c36;
        }

    .index_mk2 .fr_ct2 ul li .p3 {
        background-color: #f9f9f9;
        border-top: 1px solid#eeeeee;
        height: 65px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        color: #f02c36;
        font-size: 22px;
        padding: 13px 20px 0px;
        text-align: center;
    }

        .index_mk2 .fr_ct2 ul li .p3 span {
            font-size: 14px;
            padding: 5px 20px;
            border-radius: 50px;
        }

        .index_mk2 .fr_ct2 ul li .p3 .ckxq {
            border: 1px solid#f02c36;
            margin-right: 40px;
        }

            .index_mk2 .fr_ct2 ul li .p3 .ckxq a {
                color: #f02c36;
            }

        .index_mk2 .fr_ct2 ul li .p3 .ligm {
            background: linear-gradient(to right,#ff403a,#ff6a49);
            box-shadow: 2px 2px 4px #d84022;
        }

            .index_mk2 .fr_ct2 ul li .p3 .ligm a {
                color: #fff;
            }
/*岗位*/
.main_in .section .conn2 {
    padding: 0px 0 5px;
    display: contents;
}

.index_mk2 .fr_ct2 ul li .xtban .jszppl {
    padding: 20px 17px 10px;
    display: flex;
}

.index_mk2 .fr_ct2 ul li .xtban .p2 {
    font-size: 12px;
    color: #999;
}

.index_mk2 .fr_ct2 ul li .xtban ul .jszp {
    width: 49px;
    box-shadow: none;
    margin-right: 17px;
    margin-bottom: 0;
}

    .index_mk2 .fr_ct2 ul li .xtban ul .jszp p {
        text-align: center;
        font-size: 13px;
        color: #666;
        line-height: 30px;
    }

    .index_mk2 .fr_ct2 ul li .xtban ul .jszp:last-child {
        margin-right: 0px;
    }

    .index_mk2 .fr_ct2 ul li .xtban ul .jszp .fa-ellipsis-h {
        width: 49px;
        background-color: #eeeeee;
        height: 49px;
        border-radius: 50px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        color: #fff7f7;
        font-size: 25px;
        padding-top: 2px;
    }

    .index_mk2 .fr_ct2 ul li .xtban ul .jszp img {
        width: 49px;
    }

.index_mk2 .fr_ct2 ul li .p4 {
    background-color: #f9f9f9;
    border-top: 1px solid#eeeeee;
    height: 65px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #f02c36;
    font-size: 22px;
    padding: 13px 20px 0px;
}

    .index_mk2 .fr_ct2 ul li .p4 i {
        font-size: 14px;
        color: #666;
        font-style: normal;
    }

    .index_mk2 .fr_ct2 ul li .p4 span {
        font-size: 14px;
        background: linear-gradient(to right,#ff403a,#ff6a49);
        padding: 8px 24px;
        border-radius: 50px;
        box-shadow: 2px 2px 4px #666;
        box-shadow: 2px 2px 4px #d84022;
        float: right;
    }

        .index_mk2 .fr_ct2 ul li .p4 span a {
            color: #fff;
        }

.index_mk2 .fr_ct2 ul li .xtban .pp {
    padding: 16px 20px 0;
}

    .index_mk2 .fr_ct2 ul li .xtban .pp i {
        float: right;
        font-weight: normal;
        font-style: normal;
    }
/*悬浮*/
.xuanfu {
    width: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: -1px 1px 4px #e8e8e8;
    padding-top: 120px;
    padding-bottom: 140px;
}

    .xuanfu > div {
        margin-bottom: 2px;
        padding: 0 10px;
        text-align: center;
    }

        .xuanfu > div > a > img {
            padding-top: 4px;
        }

        .xuanfu > div > a > p {
            padding: 4px 0;
            line-height: 18px;
            font-size: 12px;
            color: #666;
        }

    .xuanfu ul {
        idth: 50px;
        margin: 0 auto;
    }

        .xuanfu ul li {
            width: 100%;
            height: 74px;
            border-top: 1px solid #e2e2e2;
            text-align: center;
            position: relative;
        }

            .xuanfu ul li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 32px 10px 0;
                color: #666;
                font-size: 12px;
            }

            .xuanfu ul li .qqdd {
                padding: 42px 10px 0;
            }

            .xuanfu ul li:hover a {
                color: #fff;
            }

    .xuanfu .zxkf {
        text-align: center;
        background: url(../images/icon_kefu.png) no-repeat center top 6px;
    }

        .xuanfu .zxkf:hover {
            background: url(../images/icon_kefu2.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .qiandao {
        background: url(../images/icon_qiandao.png) no-repeat center top 12px #fff;
    }

        .xuanfu .qiandao:hover {
            background: url(../images/icon_qiandao2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .zhuanqian {
        background: url(../images/icon_zhuanqian.png) no-repeat center top 12px #fff;
    }

        .xuanfu .zhuanqian:hover {
            background: url(../images/icon_zhuanqian2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .tieba {
        background: url(../images/icon_tieba.png) no-repeat center top 12px #fff;
    }

        .xuanfu .tieba:hover {
            background: url(../images/icon_tieba2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .fankui {
        background: url(../images/icon_fankui.png) no-repeat center top 12px #fff;
    }

        .xuanfu .fankui:hover {
            background: url(../images/icon_fankui2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .apxz {
        background: url(../images/icon_app2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .apxz:hover {
            background: url(../images/icon_app2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .gzh2 {
        background: url(../images/icon_gzh2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .gzh2:hover {
            background: url(../images/icon_gzh2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .apxz .appm {
        width: 270px;
        height: 155px;
        background: url(../images/wem_bg2.png) no-repeat;
        left: -270px;
        top: -35px;
        position: absolute;
        padding-right: 16px;
        padding-left: 5px;
        display: none;
    }

    .xuanfu .apxz:hover .appm {
        display: block;
    }

    .xuanfu .apxz .appm div {
        width: 50%;
        float: left;
        padding: 14px 10px;
        color: #555;
    }

        .xuanfu .apxz .appm div img {
            width: 100%;
            margin-bottom: 4px;
        }

    .xuanfu .gzh2 .gzhm {
        width: 130px;
        height: 120px;
        position: absolute;
        top: -25px;
        left: -130px;
        padding: 6px;
        background: url(../images/wem_bg.png) no-repeat;
        padding-right: 16px;
        display: none;
    }

    .xuanfu .gzh2:hover .gzhm {
        display: block;
    }

    .xuanfu .gzh2 .gzhm img {
        width: 100%;
        margin-bottom: 4px;
    }

.course_block {
    margin-bottom: 20px;
    background: #fff;
}

.course_sort_hd {
    padding: 0 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

    .course_sort_hd h2 {
        font-size: 18px;
        position: relative;
        padding: 16px 0 0 0;
        font-weight: 400;
    }

        .course_sort_hd h2::after {
            content: "";
            display: block;
            height: 20px;
            background: #f52f3e;
            width: 4px;
            position: absolute;
            left: -20px;
            top: 15px;
        }

    .course_sort_hd .active a {
        color: #f52f3e
    }


.list_leftt > ul {
    padding: 20 16px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_leftt > .luss-l li {
    width: 217.5px;
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

    .list_leftt > .luss-l li a {
        display: block;
        width: 100%;
        height: 192px;
        background: #fff;
    }

        .list_leftt > .luss-l li a span {
            display: block;
            width: 100%;
            height: 117px;
        }

            .list_leftt > .luss-l li a span img {
                width: 100%;
                height: 100%;
            }

        .list_leftt > .luss-l li a h3 {
            display: block;
            padding: 0 12px;
        }

.course {
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
}

    .course > ul {
        padding: 16px 0 0 20px;
        display: flex;
        flex-wrap: wrap;
        transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        overflow: hidden;
        box-sizing: border-box;
    }

    .course > .luss-l li {
        margin-right: 16px;
        margin-bottom: 16px;
        overflow: hidden;
        border-radius: 5px;
        background: #f9f9f9;
        width: 219px;
        height: 190px;
    }

        .course > .luss-l li a span {
            width: 219px;
            height: 130px;
            overflow: hidden;
            display: flow-root;
        }

            .course > .luss-l li a span:hover img {
                transform: scale(1.14);
                transition: all 0.4s ease 0s;
            }

            .course > .luss-l li a span img {
                width: 100%;
                transition: all 0.4s ease 0s;
            }

        .course > .luss-l li a h3 {
            padding: 0 10px;
            font-size: 14px;
            font-weight: 400;
        }

            .course > .luss-l li a h3 p:first-of-type {
                padding-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .course > .luss-l li a h3 p:last-of-type {
                display: flex;
                padding-top: 10px;
                justify-content: space-between;
            }

                .course > .luss-l li a h3 p:last-of-type em {
                    display: inline-block;
                    font-size: 12px;
                    color: #999;
                    font-style: normal;
                }

                .course > .luss-l li a h3 p:last-of-type .jqi {
                    color: #999;
                    font-style: normal;
                    font-size:12px;
                }

        .course > .luss-l li :hover {
            box-shadow: none !important;
        }

.see-more {
    padding: 10px 16px 0 16px;
    text-align: center;
}

    .see-more a.tl_morebtn {
        padding-right: 12px;
        background-image: url("../images/icon_xxlcd.png");
        background-repeat: no-repeat;
        background-position: 55px;
        background-size: 12px;
        display: inline-block;
        color: #666;
        white-space: nowrap;
        cursor: pointer;
        border: #ddd 1px solid;
        padding: 2px 35px 2px 20px;
        border-radius: 100px;
    }