﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

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(../fonts/glyphicons-halflings-regular.eot);
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.con {
    width: 100%;
    float: left;
}

/*banner*/
.con_sp {
    width: 100%;
    float: left;
    position: relative;
}

.index-main .header-banner .carousel {
    z-index: 10;
}

.index-main .header-banner .carousel-indicators {
    bottom: 0;
}

    .index-main .header-banner .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 20px;
        background-color: rgba(255,255,255,.5);
        border: none;
    }

        .index-main .header-banner .carousel-indicators li.active {
            margin-bottom: 1px;
            height: 16px;
            background-color: #fff;
        }

.index-main .header-banner .carousel-inner .banner {
    height: 370px;
    background-position: center center;
    margin-bottom: 0;
}

.index-main .header-banner .carousel-control {
    top: calc(50% - 13px);
    left: 50px;
    z-index: 16;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    opacity: 0;
    color: #fff;
    transform: rotate(720deg) scale(0);
    text-align: center;
}

    .index-main .header-banner .carousel-control.right {
        calc(50% - 13px);
        right: 50px;
        left: auto;
    }

.index-main .header-banner .carousel:hover .carousel-control {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.index-main .header-banner .carousel-control .upg-icons {
    transform: scale(.8);
}

.index-main .header-banner .course-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
}

.index-main .header-banner .course-classfiy, .index-main .header-banner .course-live {
    position: absolute;
    top: 0;
}

.index-main .header-banner .course-classfiy {
    z-index: 17;
    left: 0;
    width: 224px;
    height: 370px;
    background-color: rgba(51, 51, 51, 0.75);
    background-color: #333\9;
    filter: alpha(opacity=75);
    color: #fff;
}

    .index-main .header-banner .course-classfiy ul > li {
        padding-left: 15px;
        padding-right: 15px;
        height: 67px;
        line-height: 66px;
    }

        .index-main .header-banner .course-classfiy ul > li:after {
            content: "";
            position: absolute;
            left: 15px;
            right: 15px;
            height: 1px;
            background-color: rgba(255,255,255,.2);
        }

        .index-main .header-banner .course-classfiy ul > li:last-child:before {
            display: none;
        }

        .index-main .header-banner .course-classfiy ul > li > a {
            margin-right: 10px;
            font-size: 16px;
            color: #fff;
        }

            .index-main .header-banner .course-classfiy ul > li > a.last {
                margin-right: 0;
            }

        .index-main .header-banner .course-classfiy ul > li > .course-hot {
            font-size: 12px;
            color: #ddd;
        }

        .index-main .header-banner .course-classfiy ul > li:hover {
            background-color: #fff;
            box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
        }

            .index-main .header-banner .course-classfiy ul > li:hover > a {
                color: #333;
            }

.upg-icons {
    display: inline-block;
    background-image: url(../images/upg_icons.png);
}

    .upg-icons.arrow-left {
        width: 8px;
        height: 15px;
        background-position: -2px -2px;
    }

    .upg-icons.arrow-right {
        width: 8px;
        height: 15px;
        background-position: -2px -21px;
    }

/*banner左侧样式*/
.xxfl ul {
    width: 100%;
}

    .xxfl ul h3 {
        font-size: 16px;
        color: #333;
        line-height: 50px;
        border-bottom: 1px solid #f5f5f5;
    }

    .xxfl ul li {
        display: inline-block;
        margin-top: 15px;
        margin-right: 10px;
        width: 125px;
        line-height: 40px;
        background-color: #F7F7F7;
        border-radius: 6px;
        color: #666;
        text-align: center;
        font-size: 14px;
        float: left;
        overflow: hidden;
    }

        .xxfl ul li a {
            width: 100%;
            height: 100%;
            display: block;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.con_dh .dhfl .zfl .flmc .xxfl {
    width: 450px;
    padding-right: 20px;
}

.xxfl ul li a:hover {
    background: #feebed;
    color: #fb465b;
}
/*首页分类导航*/
.con_dh {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .con_dh .dhfl {
        width: 250px;
        height: 370px;
        background-color: rgba(34, 34, 34, 0.75);
        z-index: 17;
        left: 0;
        top: 0;
        position: absolute;
    }

        .con_dh .dhfl .zfl {
            width: calc(100% - 0px);
            padding: 0 12px;
            background: url(../images/xian1.png) repeat-x bottom;
            height: 61.66px;
            cursor: pointer;
        }

            .con_dh .dhfl .zfl:hover {
                background: #fff;
            }

            .con_dh .dhfl .zfl .fltb {
                width: 28px;
                height: 52.8px;
                float: left;
                text-align: left;
                line-height: 53px;
            }

                .con_dh .dhfl .zfl .fltb img {
                    width: 17px;
                }

            .con_dh .dhfl .zfl .flmc {
                width: calc(100% - 28px);
                float: left;
                font-size: 12px;
                line-height: 58px;
                height: 52.8px;
                overflow: hidden;
            }

                .con_dh .dhfl .zfl .flmc > a {
                    padding-right: 10px;
                    color: #eee;
                    font-family: "Source Han Sans CN"
                }

                    .con_dh .dhfl .zfl .flmc > a:hover {
                        text-decoration: underline;
                        color: #333
                    }

                    .con_dh .dhfl .zfl .flmc > a b {
                        font-size: 16px;
                        color: #fff;
                    }

                .con_dh .dhfl .zfl .flmc .xxfl {
                    display: none;
                }

            .con_dh .dhfl .zfl:hover .xxfl {
                display: block;
            }

            .con_dh .dhfl .zfl:hover a b {
                color: #333
            }

            .con_dh .dhfl .zfl:hover a {
                color: #333
            }

            .con_dh .dhfl .zfl .flmc .xxfl {
                width: 630px;
                position: absolute;
                left: 100%;
                top: 0;
                padding-left: 25px;
                padding-right: 25px;
                min-height: 370px;
                box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
                background-color: #fff;
                border-top: 1px solid #ddd;
                padding-bottom: 15px;
            }

                .con_dh .dhfl .zfl .flmc .xxfl dl {
                    padding-bottom: 5px;
                    width: 100%;
                    height: 48px;
                    overflow: hidden;
                    padding-top: 8px;
                    border-bottom: 1px solid #f0f0f0;
                }

                .con_dh .dhfl .zfl .flmc .xxfl .tjfl {
                    height: auto;
                    border-bottom: none;
                }

                .con_dh .dhfl .zfl .flmc .xxfl dl dt {
                    width: 100px;
                    float: left;
                    height: 34px;
                    line-height: 34px;
                    color: #333;
                    font-size: 14px;
                }

                    .con_dh .dhfl .zfl .flmc .xxfl dl dt a {
                        color: #333;
                    }

                        .con_dh .dhfl .zfl .flmc .xxfl dl dt a:hover {
                            color: #ef2d36;
                        }

                .con_dh .dhfl .zfl .flmc .xxfl dl dd {
                    width: calc(100% - 100px);
                    float: left;
                }

                    .con_dh .dhfl .zfl .flmc .xxfl dl dd a {
                        line-height: 33px;
                        margin-right: 25px;
                        font-size: 12px;
                        color: #333;
                    }

                        .con_dh .dhfl .zfl .flmc .xxfl dl dd a:hover {
                            color: #ef2d36;
                            text-decoration: underline;
                        }

                .con_dh .dhfl .zfl .flmc .xxfl .c-rd {
                    width: 20px;
                }

                    .con_dh .dhfl .zfl .flmc .xxfl .c-rd img {
                        width: 17px;
                        margin-right: 3px;
                        margin-bottom: 6px;
                    }

            .con_dh .dhfl .zfl .kctj {
                width: calc(33.3% - 15px);
                margin-right: 15px;
                float: left;
                margin-top: 7px;
                padding-bottom: 7px;
            }

                .con_dh .dhfl .zfl .kctj:hover img {
                    box-shadow: 0 0 10px 0 #aaa;
                }

                .con_dh .dhfl .zfl .kctj img {
                    width: 100%;
                }
/*首页banner上左边介绍*/
.xxfl ul {
    width: 100%;
}

    .xxfl ul h3 {
        font-size: 16px;
        color: #333;
        line-height: 50px;
        border-bottom: 1px solid #f5f5f5;
    }

    .xxfl ul li {
        display: inline-block;
        margin-top: 15px;
        margin-right: 10px;
        width: 125px;
        line-height: 40px;
        background-color: #F7F7F7;
        border-radius: 6px;
        color: #666;
        text-align: center;
        font-size: 14px;
        float: left;
        overflow: hidden;
    }

        .xxfl ul li a {
            width: 100%;
            height: 100%;
            display: block;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: "Source Han Sans CN"
        }

.con_dh .dhfl .zfl .flmc .xxfl {
    width: 450px !important;
    padding-right: 20px !important;
}

.xxfl ul li a:hover {
    background: #feebed;
    color: #fb465b
}
/*首页banner右侧*/
.course-live {
    width: 228px;
    background: rgba(255,255,255,.94);
    height: 330px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 30;
    border-radius: 6px;
}

    .course-live .yhtx {
        width: 100%;
        margin: 19px auto;
        text-align: center;
        overflow: hidden;
    }

        .course-live .yhtx img {
            width: 60px;
            height: 60px;
            border-radius: 100%;
            border: 1px solid #ddd;
        }

        .course-live .yhtx p {
            font-size: 14px;
            color: #545e64;
            line-height: 22px;
            text-align: left;
            display: inline-block;
            vertical-align: middle;
        }

            .course-live .yhtx p span {
                font-size: 16px;
                color: #000;
            }

    .course-live .dlq {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
    }

        .course-live .dlq a {
            width: 40%;
            height: 38px;
            display: inline-block;
            border-radius: 4px;
            text-align: center;
            line-height: 38px;
            position: relative;
        }

        .course-live .dlq .xydl {
            border: 1px solid #ef2d36;
            color: #ef2d36;
            margin-right: 5%;
        }

        .course-live .dlq .xyzc {
            background: #ef2d36;
            color: #fff;
        }

            .course-live .dlq .xyzc .bq {
                width: 63px;
                height: 20;
                position: absolute;
                top: -6px;
                right: -11px;
            }

    .course-live .item-list-box {
        border: 1px solid#eeeeee;
        border-bottom: none;
        padding-bottom: 10px;
    }

    .course-live .guide {
        width: 33.333%;
        height: 70px;
        background: #f7f7f7;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #666;
        border-right: 1px solid#eeeeee;
        border-bottom: 1px solid#eeeeee;
    }

        .course-live .guide img {
            padding: 6px;
        }

    .course-live .ap {
        font-size: 13px;
        color: #545e64;
        cursor: pointer;
        width: 100%;
        text-align: center;
        line-height: 30px;
        position: relative;
    }

        .course-live .ap .gfap_ewm {
            width: 130px;
            height: 120px;
            position: absolute;
            top: -47px;
            left: -128px;
            padding: 6px;
            background: url(../images/wem_bg.png) no-repeat;
            padding-right: 16px;
            display: none;
        }

    .course-live .gfapp .gfap_ewm {
        width: 270px;
        height: 155px;
        background: url(../images/wem_bg2.png) no-repeat;
        left: -270px;
        top: -60px;
    }
        .course-live .gfapp .gfap_ewm img{
            width:100%;
        }

        .course-live .ap:hover {
            color: #ef2d36;
            text-decoration: underline;
        }

    .course-live .gfapp:hover .gfap_ewm {
        display: block;
    }

    .course-live .gfapp .gfap_ewm div {
        width: 50%;
        float: left;
        padding: 6px 10px;
        color: #555;
    }

    .course-live .ap .shaomatk {
        color: #f02c2c;
        text-decoration: underline;
    }


/*banner下方介绍*/
.com_a {
    background-color: #f5f5f5;
}

.con .container {
    width: 1200px;
    padding: 0;
}

    .con .container .white-bg-bord {
        padding: 20px 0;
        padding-left: 25px;
    }

    .con .container dl {
        margin-right: 3%;
        vertical-align: top;
    }

        .con .container dl:nth-child(3n) {
            margin-right: 0;
        }

        .con .container dl dt {
            padding-top: 3px;
            width: 56px;
            height: 56px;
            text-align: center;
            border-radius: 6px;
            color: #fff;
            background: linear-gradient(0deg, #f65252, #f96f6f);
        }

        .con .container dl .icon-shicao {
            background: linear-gradient(0deg, #2bc2b3, #65d9c7);
        }

        .con .container dl .icon-gangwei {
            background: linear-gradient(0deg, #3f9ce8, #5ebcf2);
        }

        .con .container dl dt img {
            padding-top: 4px;
        }

.inline-block {
    display: inline-block;
}

.con .container dl ul {
    margin-left: 70px;
}

    .con .container dl ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

    .con .container dl ul div {
        line-height: 28px;
    }


/*近期直播*/
/*近期直播*/
.index_mk {
    width: 100%;
    background: #fff;
    padding: 0px 20px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 3px #efefef;
    border-radius: 6px;
}

.col-sm-4 {
    float: left;
    position: relative;
    width: 33.33333333%!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff;
    background-color: #d9d9d9;
    padding: 6px;
    border-radius: 2px;
}

.selected-solution {
    position: relative;
}

    .selected-solution .swiper-container {
        width: 1200px;
    }

    .selected-solution .layer-title {
        color: #393b40;
        padding: 50px 0 30px;
        text-align: center;
        font-size: 30px;
        letter-spacing: 1.09px
    }
    /*主体列表*/
    .selected-solution .solution-cardlist {
        max-width: 1200px;
        margin: 20px auto 0
    }

        .selected-solution .solution-cardlist .col-sm-4 {
            padding: 0 10px;
            top: 0;
            transition: all .15s linear;
            box-sizing: border-box
        }

            .selected-solution .solution-cardlist .col-sm-4 .solution-card {
                height: 400px;
                background: #fff;
                border-radius: 6px;
                text-align: left;
                overflow: hidden;
                transition: all .15s linear
            }

            .selected-solution .solution-cardlist .col-sm-4:hover {
                position: relative;
/*                top: -20px;*/
                transition: all .25s linear
            }

.cf:after, .cf:before {
    content: " ";
    display: table;
    line-height: 0
}

.cf:after {
    clear: both
}

/*重置swiper*/
.swiper-container-horizontal > .swiper-pagination-bullets.solution-pagination {
    bottom: 15px
}

.solution-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 100px;
    overflow: hidden;
    background: #dfe1f1;
    border: none;
    cursor: pointer;
    content: '';
    display: inline-block;
    box-sizing: border-box;
    opacity: 1;
    vertical-align: middle
}

    .solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f66f6a;
        box-sizing: border-box
    }

.swiper-container-solution .swiper-button-prev {
    left: -10px;
    width: 14.5px;
    height: 20px;
    transition: background-image .15s;
    top: 80px
}

.swiper-container-solution .swiper-button-next {
    right: -10px;
    width: 14.5px;
    height: 20px;
    transition: background-image .15s;
    top: 80px
}

    .swiper-container-solution .swiper-button-next:hover, .swiper-container-solution .swiper-button-prev:hover {
        background-image: url(../fonts/marketplace-home-arrow_big_hover.svg);
        transition: background-image .2s
    }



.swiper-container-solution .swiper-container ul {
    display: flex;
}

    .swiper-container-solution .swiper-container ul li .zbkctp {
        display: inline-block;
        background-color: #f0f0f0;
        float: left;
        border-radius: 6px;
    }

        .swiper-container-solution .swiper-container ul li .zbkctp img {
            width: 117px;
            height: 70px;
            border-radius: 6px 6px 0 0;
        }

        .swiper-container-solution .swiper-container ul li .zbkctp p {
            padding: 2px 6px;
            color: #666;
            font-size:12px;
        }

    .swiper-container-solution .swiper-container ul li .zbkcjs {
        height: 94px;
        padding-left: 18px;
        display: inline-block;
        line-height: 32px;
    }

        .swiper-container-solution .swiper-container ul li .zbkcjs span {
            color: #999;
        }

            .swiper-container-solution .swiper-container ul li .zbkcjs span i {
                padding-right: 6px;
            }

        .swiper-container-solution .swiper-container ul li .zbkcjs .p1 {
            color: #333;
        }

        .swiper-container-solution .swiper-container ul li .zbkcjs .p2 {
            color: #666;
        }

.rvc-prv, .rvc-next {
    position: absolute;
    height: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rvc-prv {
    left: 0px;
    cursor: pointer;
}

.rvc-next {
    right: 0px;
    cursor: pointer;
}



.section .index_bt h2 {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: normal;
    position: relative;
}

    .section .index_bt h2 span {
        font-size: 14px;
        color: #666;
        padding-left: 10px;
    }

    .section .index_bt h2 a {
        float: right;
        font-size: 14px;
        color: #999;
    }

/*免费体验*/
.main_in .index_bt h2 a:hover {
    color: #ef2d36;
}

.main_in .index_bt h2 .nav {
    position: absolute;
    top: 0;
    left: 100px;
}

    .main_in .index_bt h2 .nav li {
        float: left;
        text-align: center;
        margin: 0 15px;
    }

        .main_in .index_bt h2 .nav li a {
            padding: 0;
            margin: 0;
            background: none;
            color: #666;
            width: 100%;
            text-align: center;
        }

            .main_in .index_bt h2 .nav li a .h-hot {
                position: absolute;
                top: 4px;
            }

            .main_in .index_bt h2 .nav li a:focus, .index_mk4 .index_bt h2 .nav li a:hover {
                background: none;
            }

    .main_in .index_bt h2 .nav .active a {
        color: #ef2d36;
    }

.index_mk2 {
    width: 100%;
    padding: 14px 0px 10px;
}

    .index_mk2 .fr_ct1 ul li {
        width: 225px;
        float: left;
        position: relative;
        margin-right: 18.75px;
        background-color: #fff;
        box-shadow: 2px 2px 4px #e0e0e0;
        border-radius: 6px;
    }

        .index_mk2 .fr_ct1 ul li:last-child {
            margin-right: 0px;
        }

        .index_mk2 .fr_ct1 ul li img {
            border-radius: 6px 6px 0 0;
        }

        .index_mk2 .fr_ct1 ul li h3 {
            font-size: 14px;
            font-weight: normal;
            color: #545e64;
            padding: 12px 10px 8px;
            letter-spacing: 1px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .index_mk2 .fr_ct1 ul li h3 a {
                color: #333;
            }

                .index_mk2 .fr_ct1 ul li h3 a:hover {
                    color: #ef2d36;
                }

        .index_mk2 .fr_ct1 ul li p {
            font-size: 12px;
            color: #999;
            line-height: 22px;
            padding: 0 10px 10px;
        }

            .index_mk2 .fr_ct1 ul li p span {
                float: right;
            }

    .index_mk2 .fr_ct1 .biaoqian1 {
        position: absolute;
        top: 17px;
        left: 17px;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        padding: 2px 8px;
        border-radius: 4px;
    }

    /*系统班*/
.main_in .section .con2 {
    max-width: 1200px;
    margin: 0 auto;
    display: flow-root;
}
.index_mk2{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;
}

    .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;
        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;
            }


/*行业专题*/
.index_mk3 {
    width: 100%;
    padding: 14px 0px 0px;
    overflow: hidden;
}

    .index_mk3 .index_bt h2 a {
        float: right;
        font-size: 13px;
        color: #999;
    }

        .index_mk3 .index_bt h2 a:hover {
            color: #ef2d36;
        }

    .index_mk3 .index_bt h2 span {
        font-size: 14px;
        color: #9fadb5;
        padding-left: 10px;
    }

    .index_mk3 > ul {
        width: 100%;
        overflow: hidden;
    }

        .index_mk3 > ul li {
            width: 156px;
            float: left;
            margin-right: 18px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            height: 170px;
            cursor: pointer;
        }

            .index_mk3 > ul li div {
                width: 156px;
                height: 170px;
                position: absolute;
            }

                .index_mk3 > ul li div img {
                    width: 100%;
                }

            .index_mk3 > ul li .hy_mk1 {
                top: 0;
                left: 0;
                z-index: 9
            }

            .index_mk3 > ul li .hy_mk2 {
                top: 0;
                left: 0;
                display: none;
                z-index: 10;
                background: rgba(0,0,0,0.65)
            }

            .index_mk3 > ul li:hover .hy_mk2 {
                display: block;
            }

            .index_mk3 > ul li .hy_mk2 > a {
                width: 100px !important;
                height: 36px !important;
                border-radius: 4px;
                border: 1px solid #fff;
                color: #fff;
                text-align: center;
                line-height: 36px;
                font-size: 14px;
                margin: 65px auto;
                display: block;
            }

/*实务中心*/
.index_mk2 .index_bt h2 a:hover {
    color: #ef2d36;
}

.index_mk2 .fr_left {
    width: 198px;
    float: left;
    margin-right: 10px;
}

    .index_mk2 .fr_left img {
        width: 100%;
    }

.index_mk2 .fr_ct {
    width: calc(100% - 468px);
    float: left;
    padding-right: 10px;
}

.index_mk2 .sx2 {
    width: calc(100% - 208px);
}

    .index_mk2 .sx2 ul li {
        width: calc(25% - 20px);
    }

.index_mk2 .fr_ct ul li img {
    width: 100%;
}

.index_mk2 .fr_ct ul li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #545e64;
    padding: 12px 0 8px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .index_mk2 .fr_ct ul li h3 a {
        color: #545e64;
    }

        .index_mk2 .fr_ct ul li h3 a:hover {
            color: #ef2d36;
        }

.index_mk2 .fr_ct ul li p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

    .index_mk2 .fr_ct ul li p span {
        font-size: 18px;
        color: #ff8330;
        float: right;
    }

.index_mk2 .fr_right {
    width: 260px;
    float: right;
}

    .index_mk2 .fr_right h3 {
        font-size: 15px;
        margin-bottom: 8px;
        background: url(../images/icon_xian2.png) no-repeat left center;
        padding-left: 12px;
        font-weight: normal;
    }

    .index_mk2 .fr_right ul li {
        width: 100%;
        height: 114px;
        margin-bottom: 12px;
        float: left;
        overflow: hidden;
    }

        .index_mk2 .fr_right ul li img {
            width: 100%;
            height: 114px;
        }

.index_mk4 .index_bt h2 {
    margin-bottom: 18px;
}

    .index_mk4 .index_bt h2 a {
        float: right;
        font-size: 13px;
        color: #999;
    }

        .index_mk4 .index_bt h2 a:hover {
            color: #ef2d36;
        }

    .index_mk4 .index_bt h2 .nav {
        position: absolute;
        top: 0;
        left: 100px;
    }

        .index_mk4 .index_bt h2 .nav li {
            float: left;
            text-align: center;
            margin: 0 15px;
        }

            .index_mk4 .index_bt h2 .nav li a {
                padding: 0;
                margin: 0;
                background: none;
                color: #666;
                width: 100%;
                text-align: center;
            }

                .index_mk4 .index_bt h2 .nav li a:focus, .index_mk4 .index_bt h2 .nav li a:hover {
                    background: none;
                }

.index_mk5 .index_bt h2 .nav {
    position: absolute;
    top: 0;
    left: 100px;
}

    .index_mk5 .index_bt h2 .nav li {
        float: left;
        text-align: center;
        margin: 0 15px;
    }

        .index_mk5 .index_bt h2 .nav li a {
            padding: 0;
            margin: 0;
            background: none;
            color: #666;
            width: 100%;
            text-align: center;
        }

            .index_mk5 .index_bt h2 .nav li a:focus, .index_mk4 .index_bt h2 .nav li a:hover {
                background: none;
            }

.index_mk4 .index_bt h2 .nav .active a {
    color: #ef2d36;
}

.sw_right {
    width: 260px;
    float: right;
}

    .sw_right ul li {
        width: 100%;
        float: left;
        height: 72px;
        margin-bottom: 10px;
        background-size: 100%;
    }

        .sw_right ul li a {
            width: 80px;
            height: 26px;
            display: block;
            float: right;
            margin-top: 23px;
            margin-right: 13px;
            border-radius: 26px;
            text-align: center;
            line-height: 26px;
            color: #fff;
            font-size: 12px;
        }

.index_mk2 .fr_ct .biaoqian1 {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.sw_right .cnsx {
    background: url(../images/sx_cn.png) no-repeat;
}

    .sw_right .cnsx a {
        background: #90d368;
    }

        .sw_right .cnsx a:hover {
            box-shadow: 0 0 6px 0 #90d368;
        }

.sw_right .kjsx {
    background: url(../images/sx_kj.png) no-repeat;
}

    .sw_right .kjsx a {
        background: #f8b84d;
    }

        .sw_right .kjsx a:hover {
            box-shadow: 0 0 6px 0 #f8b84d;
        }

.sw_right .swsx {
    background: url(../images/sx_sw.png) no-repeat;
}

    .sw_right .swsx a {
        background: #fba7b6;
    }

        .sw_right .swsx a:hover {
            box-shadow: 0 0 6px 0 #fba7b6;
        }

.sw_right .sgzsx {
    background: url(../images/sx_sgz.png) no-repeat;
}

    .sw_right .sgzsx a {
        background: #60bfe5;
    }

        .sw_right .sgzsx a:hover {
            box-shadow: 0 0 6px 0 #60bfe5;
        }

.sw_right .flsx {
    background: url(../images/sx_kjfl.png) no-repeat;
}

    .sw_right .flsx a {
        background: #c28feb;
    }

        .sw_right .flsx a:hover {
            box-shadow: 0 0 6px 0 #c28feb;
        }
/*实务轮播图样式*/
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ft-carousel .carousel-inner .carousel-item {
        float: left;
        height: 100%;
    }

    .ft-carousel .carousel-item img {
        width: 100%;
    }

    .ft-carousel .carousel-indicators {
        position: absolute;
        left: 12px;
        bottom: 10px;
        width: 100%;
        text-align: right;
    }

        .ft-carousel .carousel-indicators span {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 4px;
            border-radius: 50%;
            cursor: pointer;
        }

            .ft-carousel .carousel-indicators span.active {
                background-color: #de3a3a;
            }

    .ft-carousel .carousel-btn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 45px;
        margin-top: -25px;
        cursor: pointer;
    }

    .ft-carousel .carousel-prev-btn {
        left: 0;
    }

    .ft-carousel .carousel-next-btn {
        right: 0;
    }

/*考证中心*/
.index_mk2 .fr_ct ul li {
    float: left;
    padding: 0 0 10px;
    margin: 0 10px 20px;
    cursor: pointer;
    position: relative;
}

.index_mk5 .index_bt h2 {
    margin-bottom: 18px;
}

    .index_mk5 .index_bt h2 a {
        float: right;
        font-size: 13px;
        color: #999;
    }

        .index_mk5 .index_bt h2 a:hover {
            color: #ef2d36;
        }

    .index_mk5 .index_bt h2 .nav {
        position: absolute;
        top: 0;
        left: 100px;
    }

        .index_mk5 .index_bt h2 .nav li {
            float: left;
            text-align: center;
        }

            .index_mk5 .index_bt h2 .nav li a {
                padding: 0;
                margin: 0;
                background: none;
                color: #666;
            }

                .index_mk5 .index_bt h2 .nav li a:focus, .index_mk4 .index_bt h2 .nav li a:hover {
                    background: none;
                }

        .index_mk5 .index_bt h2 .nav .active a {
            color: #ef2d36;
        }

.index_mk5 .kz_lft {
    width: calc(100% - 262px);
    overflow: hidden;
    float: left;
    padding-right: 10px;
}

.index_mk5 .fr_ct {
    width: 100%;
    float: left;
    padding-right: 0;
}

    .index_mk5 .fr_ct ul {
        height: 210px;
        overflow: hidden;
        width: 100%;
    }

        .index_mk5 .fr_ct ul li {
            width: calc(25% - 18px);
        }

            .index_mk5 .fr_ct ul li:first-child {
                margin-left: 0px;
            }

.index_mk5 .zx {
    width: 100%;
    float: left;
    overflow: hidden;
}

    .index_mk5 .zx .zxtk {
        width: 60%;
        float: left;
        padding-right: 15px;
    }

        .index_mk5 .zx .zxtk .zxtkbt {
            margin-bottom: 18px;
            border-bottom: 1px solid#e5e5e5;
        }

    .index_mk5 .zx h3 {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        border-bottom: 2px solid#f02c2c;
        display: inline-block;
        padding-bottom: 10px;
    }

    .index_mk5 .zx .more {
        float: right;
        font-size: 13px;
        color: #f02c2c;
    }

    .index_mk5 .zx .zxtk .tkmk {
        position: relative;
    }

        .index_mk5 .zx .zxtk .tkmk .white-bg-bord {
            padding-top: 15px;
        }

    .index_mk5 .zx .zxtk .act_lt {
        margin-right: 4%;
    }

    .index_mk5 .zx .zxtk .act_lt, .index_mk5 .zx .zxtk .act_rt {
        float: left;
        width: 48%;
        height: 56px;
        background-color: #e9e9e9;
    }

        .index_mk5 .zx .zxtk .act_lt a, .index_mk5 .zx .zxtk .act_rt a {
            display: inline-block;
            padding-left: 20px;
        }

    .index_mk5 .zx .zxtk .sy_act_img {
        width: 56px;
        height: 56px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

    .index_mk5 .zx .zxtk .sy_act_info {
        display: inline-block;
    }

    .index_mk5 .zx .zxtk .sy_hotAct_cont a span {
        background: linear-gradient(to right,#ff403a,#ff6a49);
        padding: 6px 18px;
        border-radius: 50px;
        color: #fff;
        font-size: 12px;
        box-shadow: 1px 1px 4px #ca0000;
        float: left;
    }

    .index_mk5 .zx .zxtk .sy_act_img img {
        height: 100%;
    }

    .index_mk5 .zx .zxtk .syAct_infoBd {
        height: 22px;
        line-height: 22px;
        margin-top: 3px;
        font-size: 13px;
        color: #999;
    }

    .index_mk5 .zx .zxtk .syAct_infoHd {
        font-size: 15px;
        color: #333;
        font-weight: 600;
        margin-top: 4px;
    }

    .index_mk5 .zx .zxtk .white-bg-bord a {
        width: 33.3%;
        display: block;
        float: left;
        padding: 10px;
        border-right: 1px dashed#ddd;
        border-bottom: 1px dashed#ddd;
    }

        .index_mk5 .zx .zxtk .white-bg-bord a:nth-child(3n) {
            border-right: 0px;
        }

        .index_mk5 .zx .zxtk .white-bg-bord a:nth-child(4n) {
            border-bottom: 0px;
        }

        .index_mk5 .zx .zxtk .white-bg-bord a:nth-child(5n) {
            border-bottom: 0px;
        }

        .index_mk5 .zx .zxtk .white-bg-bord a:nth-child(6n) {
            border-bottom: 0px;
        }

    .index_mk5 .zx .zxtk .white-bg-bord .zjlx {
        display: inline-block;
        width: 284px;
    }

        .index_mk5 .zx .zxtk .white-bg-bord .zjlx dt {
            display: inline-block;
            float: left;
            padding: 5px 5px 0 0;
        }

        .index_mk5 .zx .zxtk .white-bg-bord .zjlx dd p {
            font-size: 14px;
            color: #333;
        }

        .index_mk5 .zx .zxtk .white-bg-bord .zjlx dd span {
            font-size: 12px;
            color: #999;
        }

    .index_mk5 .zx .zxlb {
        width: 40%;
        float: left;
        padding-left: 15px;
    }

    .index_mk5 .zx .zxtk .zjtk {
        background: #fdf3fb;
    }

        .index_mk5 .zx .zxtk .zjtk h4 {
            color: #e264cd;
        }

        .index_mk5 .zx .zxtk .zjtk a {
            background: #f5a6e8;
        }

    .index_mk5 .zx .zxtk .zktk {
        background: #f2f2ff;
    }

        .index_mk5 .zx .zxtk .zktk h4 {
            color: #6a73ed;
        }

        .index_mk5 .zx .zxtk .zktk a {
            background: #a9aff4;
        }

    .index_mk5 .zx .zxlb .zxtkbt {
        margin-bottom: 18px;
        border-bottom: 1px solid#e5e5e5;
    }

    .index_mk5 .zx .zxlb ul {
        height: auto;
    }

        .index_mk5 .zx .zxlb ul li {
            width: 100%;
            line-height: 32px;
            padding: 0;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 18px;
            background: url(../images/icon_dian2.png) no-repeat center left;
        }

            .index_mk5 .zx .zxlb ul li a {
                color: #666;
            }

                .index_mk5 .zx .zxlb ul li a:hover {
                    color: #ef2d36;
                }

.index_mk5 .kszx {
    width: 260px;
    float: right;
}

    .index_mk5 .kszx .djs {
        width: 100%;
        height: 108px;
        background: url(../images/bj_djs.png) no-repeat center; /* 标准的语法 */
    }

        .index_mk5 .kszx .djs p {
            font-size: 15px;
            color: #fff;
            text-align: center;
            width: 100%;
            padding: 12px 5px;
            letter-spacing: 1px;
        }

        .index_mk5 .kszx .djs .colockbox {
            width: 218px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 15px;
            color: #fff;
            border-radius: 50px;
            border: 1px dashed #fff;
            margin: 0 auto;
        }

            .index_mk5 .kszx .djs .colockbox span {
                font-size: 38px;
                font-weight: bold;
                line-height: 50px;
                padding-right: 5px;
                font-family: "Arial";
                letter-spacing: 1px;
            }

    .index_mk5 .kszx .sjzz {
        padding: 15px 0px 20px 6px;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        box-shadow: -1px 1px 4px #dcdcdc;
    }

    .index_mk5 .kszx .sjz {
        width: calc(100%);
        height: 302px;
        overflow-y: auto;
        padding: 6px;
    }

        .index_mk5 .kszx .sjz .bz1 {
            width: 100%;
            padding-left: 15px;
            float: left;
            position: relative;
            border-left: 1px solid #eee;
            padding-bottom: 10px;
        }

            .index_mk5 .kszx .sjz .bz1 .circl {
                width: 8px;
                height: 8px;
                background: #ff8827;
                border-radius: 100%;
                position: absolute;
                top: 3px;
                left: -4px;
            }

            .index_mk5 .kszx .sjz .bz1 h2 {
                font-size: 14px;
                font-weight: normal;
                margin-bottom: 10px;
                color: #000;
            }

                .index_mk5 .kszx .sjz .bz1 h2 span {
                    font-size: 12px;
                    color: #ef2d36;
                    padding-left: 10px;
                }

            .index_mk5 .kszx .sjz .bz1 ul {
                height: auto;
            }

                .index_mk5 .kszx .sjz .bz1 ul li {
                    width: 64px;
                    height: 26px;
                    text-align: center;
                    display: block;
                    padding: 0;
                    margin: 0 10px 6px 0;
                }

                    .index_mk5 .kszx .sjz .bz1 ul li a {
                        color: #666;
                        width: 100%;
                        height: 100%;
                        display: block;
                        text-align: center;
                        line-height: 24px;
                        border: 1px solid #ddd;
                        border-radius: 4px;
                        font-size: 12px;
                    }

                        .index_mk5 .kszx .sjz .bz1 ul li a:hover {
                            background: #ff4d4d;
                            border: none;
                            color: #fff;
                        }

        .index_mk5 .kszx .sjz::-webkit-scrollbar {
            width: 4px;
            height: 16px;
            background-color: #ccc;
        }

        .index_mk5 .kszx .sjz::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0);
            border-radius: 5px;
            background-color: #f2f2f2;
        }

        .index_mk5 .kszx .sjz::-webkit-scrollbar-thumb {
            height: 20px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0);
            background-color: #ccc;
        }

/**/
.index_mk6 .index_bt h2 span {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

.index_mk6 .dy_ct {
    width: calc(100% - 262px);
    float: left;
    padding-right: 25px;
    height: 468px;
}

    .index_mk6 .dy_ct > ul > li {
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 6px;
        overflow: hidden;
        cursor: pointer;
        margin-top: 12px;
        margin-bottom: 8px;
        float: left;
        height: 76px;
    }

    .index_mk6 .dy_ct .dytx {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        overflow: hidden;
        margin-right: 20px;
        float: left;
    }

        .index_mk6 .dy_ct .dytx img {
            width: 100%;
        }

    .index_mk6 .dy_ct .dynr {
        width: calc(100% - 60px);
        float: left;
        overflow: hidden;
    }

        .index_mk6 .dy_ct .dynr h4 {
            font-size: 14px;
            font-weight: normal;
            color: #ff8330;
            padding-bottom: 8px;
        }

            .index_mk6 .dy_ct .dynr h4 span {
                padding-left: 25px;
                color: #9fadb5;
            }

        .index_mk6 .dy_ct .dynr p {
            font-size: 14px;
            color: #666;
            padding-bottom: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .index_mk6 .dy_ct .dynr p a {
                color: #666;
            }

                .index_mk6 .dy_ct .dynr p a:hover {
                    color: #000;
                }

        .index_mk6 .dy_ct .dynr .staion {
            width: 100%;
            overflow: hidden;
        }

            .index_mk6 .dy_ct .dynr .staion li {
                float: right;
                line-height: 20px;
                font-size: 12px;
                color: #9fadb5;
                padding-left: 25px;
            }

                .index_mk6 .dy_ct .dynr .staion li span {
                    margin-left: 6px;
                }

                .index_mk6 .dy_ct .dynr .staion li img {
                    width: 17px;
                    margin-bottom: 2px;
                }

.index_mk6 .wd_right {
    width: 260px;
    float: right;
}

    .index_mk6 .wd_right .wdq {
        width: 100%;
        height: 128px;
        margin-bottom: 10px;
        background: #fde4eb;
        position: relative;
    }

        .index_mk6 .wd_right .wdq .bq2 {
            width: 62px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            color: #fff;
            background: #ff4545;
            font-size: 13px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            padding-right: 5px;
        }

        .index_mk6 .wd_right .wdq h3 {
            font-size: 26px;
            color: #1b1b1b;
            text-align: center;
            width: 100%;
            padding: 3px 0 9px;
            letter-spacing: 2px;
            font-weight: 400
        }

        .index_mk6 .wd_right .wdq p {
            width: 100%;
            text-align: center;
            font-size: 13px;
            color: #666666;
            letter-spacing: 2px;
        }

        .index_mk6 .wd_right .wdq a {
            width: 154px;
            height: 30px;
            display: block;
            margin: 7px auto 0;
            text-align: center;
            line-height: 30px;
            color: #f92c2c;
            background: #ffc5c5;
            border-radius: 30px;
        }

            .index_mk6 .wd_right .wdq a:hover {
                background: #fa5d5d;
                color: #fff;
            }

    .index_mk6 .wd_right .kstw {
        width: 100%;
        height: 330px;
        background: linear-gradient(to bottom right, #ffbfce, #d9cdfe)
    }

        .index_mk6 .wd_right .kstw h3 {
            width: 100%;
            height: 33px;
            text-align: center;
            margin: 17px 0 12px;
            float: left;
        }

        .index_mk6 .wd_right .kstw > div {
            width: 230px;
            height: 245px;
            background: #fff;
            border-radius: 10px;
            float: left;
            margin-left: calc(50% - 115px);
            padding: 18px 13px;
        }

            .index_mk6 .wd_right .kstw > div select {
                width: 100%;
                height: 38px;
                border: 1px solid #ddd;
                color: #666;
                padding: 0 4px;
                outline: none;
                cursor: pointer;
                margin-bottom: 9px;
            }

            .index_mk6 .wd_right .kstw > div textarea {
                width: 100%;
                height: 100px;
                border: 1px solid #ddd;
                padding: 4px;
                outline: none;
                margin-bottom: 12px;
            }

            .index_mk6 .wd_right .kstw > div .tjwd {
                width: 100%;
                height: 38px;
                background: #fa5d5d;
                display: block;
                border-radius: 38px;
                color: #fff;
                text-align: center;
                line-height: 38px;
                font-size: 15px;
            }

/*师资力量*/

.index_mk7 {
    padding: 18px 0px 30px;
    margin-top: 0px;
}

    .index_mk7 .index_bt h2 span {
        font-size: 14px;
        color: #666;
        padding-left: 10px;
    }

    .index_mk7 .rvc {
    }



.swiper-container2 {
    margin: auto;
    overflow: hidden
}

    .swiper-container2 ul li:hover {
        box-shadow: 0 0 15px 0 #e5e5e5;
    }

    .swiper-container2 ul li {
        float: left;
        background: #fff;
        border: 1px solid #eee;
        cursor: pointer;
        height: 300px;
        width: 18.4% !important;
        margin-right:2%;
    }
        .swiper-container2 ul li:nth-child(5n){
            margin-right:0;
        }
        .swiper-container2 ul li a {
            display: block;
            width: 100%;
            height: auto;
            text-decoration: none
        }

            .swiper-container2 ul li a .img-wrapper {
                height: 150px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center
            }

            .swiper-container2 ul li a h2 {
                margin-top: 10px;
                text-align: center
            }

            .swiper-container2 ul li a p {
                padding: 10px;
                height: 80px
            }

        .swiper-container2 ul li .tc_mk1 {
            width: 100%;
            height: 100%;
            display: flow-root;
        }

            .swiper-container2 ul li .tc_mk1 > a {
                width: 100%;
                height: 100%;
                display: block;
            }

            .swiper-container2 ul li .tc_mk1 .lstx {
                width: 80px;
                height: 80px;
                border: 7px solid #f5f7fa;
                overflow: hidden;
                border-radius: 100%;
                margin: 26px auto 12px;
            }

                .swiper-container2 ul li .tc_mk1 .lstx img {
                    width: 100%;
                }

            .swiper-container2 ul li .tc_mk1 h3 {
                font-size: 20px;
                color: #ff6c60;
                text-align: center;
                font-weight: normal;
                line-height: 24px;
                padding-bottom: 5px;
            }

                .swiper-container2 ul li .tc_mk1 h3 span {
                    font-size: 14px;
                    color: #4cc5cd;
                }

            .swiper-container2 ul li .tc_mk1 p {
                width: 100%;
                padding: 0 25px 30px;
                overflow: hidden;
                color: #828282;
                font-size: 13px;
                line-height: 22px;
            }

        .swiper-container2 ul li .tc_mk2 {
            width: 180px;
            height: 100%;
            display: none;
            overflow:hidden;
        }

            .swiper-container2 ul li .tc_mk2 h3 span {
                font-size: 14px;
                color: #4cc5cd;
            }

            .swiper-container2 ul li .tc_mk2 h3 {
                font-size: 20px;
                color: #ff6c60;
                text-align: center;
                font-weight: normal;
                line-height: 24px;
                padding-bottom: 2px;
                padding-top: 15px;
            }

            .swiper-container2 ul li .tc_mk2 p {
                width:210px;
                padding: 0 15px;
                /*overflow: hidden;*/
                color: #828282;
                font-size: 10px;
                line-height: 20px;
                text-align: justify;
                text-indent: 2em;
                height: 200px;
                letter-spacing: 0.5px
            }

        .swiper-container2 ul li:hover .tc_mk1 {
            display: none;
        }

        .swiper-container2 ul li:hover .tc_mk2 {
            display: block;
        }

.swiper-button-prev2 {
    left: 0px;
    transition: background-image .15s;
    top: 140px;
    position: absolute;
    z-index: 66;
    display: flex;
}

.swiper-button-next2 {
    right: 0px;
    transition: background-image .15s;
    top: 140px;
    position: absolute;
    z-index: 66;
    display: flex;
    transform: rotate(180deg);
}

    .swiper-button-next2:hover, .swiper-button-prev2:hover {
        background-image: url(../fonts/marketplace-home-arrow_big_hover.svg);
        transition: background-image .2s
    }

    .swiper-button-next2:after, .swiper-button-prev2:after {
        font-size: 20px !important;
        color: #fff;
        background-color: #d9d9d9;
        padding: 6px;
        border-radius: 2px;
    }

    .swiper-button-prev2:after, .swiper-button-next2:after {
        content: 'prev';
    }

    .swiper-button-next2:after, .swiper-button-prev2:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }


/*悬浮*/
.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;
    }


.con ul li {
    position: relative;
}

    .con ul li .img {
        position: relative;
    }

    .con ul li .show_mask {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
    }

        .con ul li .show_mask span {
            display: block;
            width: 60px;
            height: 60px;
            transform: scale(2);
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -30px -30px;
            z-index: 1;
            background: url(../images/hk_new_index_icons3.png) no-repeat 0 -115px;
            transition: all .25s ease-in;
            opacity: 0;
            filter: alpha(opacity=10);
            -moz-opacity: 0.1;
            -khtml-opacity: 0.1;
        }

    .con ul li:hover .show_mask {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

        .con ul li:hover .show_mask span {
            transform: scale(1);
            opacity: 1;
            -moz-opacity: 0.1;
        }




.aui-content-max {
    width: 1200px;
    height: 290px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.aui-content-box-ovf {
    overflow: hidden;
    position: relative;
    margin-left: 0px;
    height: 290px;
}

.aui-content-box-list {
    width: 6950px;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .aui-content-box-list ul li {
        float: left;
        width: 224px;
        margin-right: 10px;
        margin-left: 10px;
        height: 290px;
    }

        .aui-content-box-list ul li:first-child {
            margin-left: 0px;
        }

.prev1 {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.next1 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.prev1 a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}

.next1 a {
    background: #2f3430;
    position: absolute;
    right: 0px;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}

.prev1 img {
    display: block;
    border: none;
    position: absolute;
    left: 5px;
    top: 12px;
}

.next1 img {
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 5px;
}

.prev1 a:hover {
    opacity: 1;
}

.next1 a:hover {
    opacity: 1;
}
