﻿/*---------- CSS 公共部分 样式格式化--------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, form, select, input, div, table, td, th {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: PingFang SC,Microsoft Yahei;
    font-size: 14px;
    min-width: 1000px;
    width: expression(document.body.clientWidth <1000 ? "1000px" : "100%" );
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.2s
}

    a:hover {
        color: #f52f3e;
    }

ul, li {
    list-style: none;
}

img, fieldset {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, code, em, th, i, strong {
    font-weight: normal;
    font-style: normal;
}

input, button, textarea, select {
    vertical-align: middle;
    font-family: Microsoft Yahei;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both
}

.search_search {
    display: flex;
}

    .search_search > input {
        padding-left: 6px;
        outline: none;
        height: 30px;
        box-sizing: border-box;
        border: #ff403a 1px solid;
        border-radius: 4px 0 0 4px;
    }

    .search_search .search_search_but {
        cursor: pointer;
        height: 30px;
        width: 38px;
        background: linear-gradient(to right,#ff403a,#ff6a49);
        border-radius: 0 6px 6px 0;
        outline: none;
        border: none;
    }

.topNavBg {
    height: 56px;
    background: #00021e
}

.topNav {
    width: 1200px;
    margin: auto;
    height: 56px;
}

    .topNav .logo {
        width: 148px;
        height: 39px;
        float: left;
        margin-top: 4px;
    }

.navCont {
    float: left;
    line-height: 53px;
}

    .navCont li {
        float: left;
        font-size: 16px;
        color: #b1b2ba;
    }

        .navCont li a {
            color: #b1b2ba;
            padding: 0 20px;
            display: block
        }

            .navCont li a:hover {
                color: #f52f3e;
            }

                .navCont li a:hover::after {
                    background: #f52f3e;
                    content: "";
                    display: block;
                    width: 30px;
                    height: 3px;
                    margin: auto;
                }

        .navCont li.on a {
            color: #f52f3e
        }

            .navCont li.on a::after {
                background: #f52f3e;
                content: "";
                display: block;
                width: 30px;
                height: 3px;
                margin: auto;
            }

.course_list .c-list, .period, .service_part, .advantage_part, .tiku_part_cont, .pdf_part_cont {
    background: rgba(255,255,255,.7);
    border-radius: 8px;
    padding: 15px;
    margin: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.pdf_part dl {
    padding: 0 0 5px 0
}

    .pdf_part dl dd {
        padding: 5px 0 0 19px;
        color: #666
    }

    .pdf_part dl dt {
        font-weight: bold;
    }

.service_part {
    padding: 20px 10px 10px 0px;
    position: relative;
    height: 105px;
    background: url(/Content/images/s_plan.png) no-repeat 200px 32px;
    background-size: 90px;
    border: none
}

    .service_part .small_hd {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .service_part p {
        margin-bottom: 5px;
    }

        .service_part p i {
            display: inline-block;
            background: #427cff;
            width: 16px;
            height: 16px;
            line-height: 16px;
            border-radius: 50%;
            margin-right: 5px;
            text-align: center;
            color: #fff
        }

/* 试听下拉分类 */
.classSelectWhite {
    float: left;
    margin: 0px 30px 0 0px;
    position: relative;
    z-index: 99999;
}

    .classSelectWhite h2 {
        display: block;
        padding: 15px 0 15px 20px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }

        .classSelectWhite h2 i {
            display: inline-block;
            width: 15px;
            height: 10px;
            background: #fff;
            margin-left: 10px
        }

        .classSelectWhite h2 i {
            background: url(/content/images/introduce/chuji/sel-s-ico.png) no-repeat 0 0 /16px;
            transition: all 0.3s;
        }

#navbox.current-white h2 i {
    background: url(/content/images/introduce/chuji/sel-s-ico.png) no-repeat 0 -70px /16px;
}

.classSelectWhite .subnav {
    display: none;
    background: #000;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 420px;
    padding: 20px 30px;
    opacity: .9;
}

#navbox.current-white .subnav {
    display: block;
}

.classSelectWhite .subnav li {
    float: left;
    margin-right: 60px;
    width: 120px;
}

    .classSelectWhite .subnav li:last-child {
        margin-right: 0px;
    }

.classSelectWhite .subnav h3 {
    color: #fff;
    margin-bottom: 15px;
    opacity: .5;
    font-size: 14px;
}

    .classSelectWhite .subnav h3::after {
        background: #b1b2ba;
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        margin-top: 10px
    }

.classSelectWhite .subnav a {
    display: block;
    color: #fff;
    line-height: 38px;
    opacity: 0.8;
    font-size: 14px;
}

    .classSelectWhite .subnav a:hover {
        opacity: 1;
        color: #f52f3e;
        padding-left: 5px
    }

.classSelectWhite .subnav del {
    display: block;
    color: #fff;
    line-height: 38px;
    opacity: 0.5;
    font-size: 14px;
}
/*------400--------*/
.hotLineWhite {
    float: right;
    font-size: 22px;
    color: #f52f3e;
    margin-top: 12px;
    background: url(/content/images/introduce/chuji/hotline-w.png) no-repeat left 10px;
    padding-left: 25px;
}

    .hotLineWhite b {
        transform: scale(1,1.2);
        display: block;
        letter-spacing: -1px;
    }

.so {
    float: right;
    width: 170px;
    border-radius: 3px;
    margin-top: 10px;
    height: 34px;
    background: #fff
}

    .so .input-text {
        background: none;
        border: none;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        color: #666;
        padding-left: 8px;
        width: 127px;
        float: left;
    }

    .so .so-btn {
        background: url(/content/images/introduce/chuji/search-bg.png) top center;
        width: 34px;
        height: 34px;
        display: block;
        float: right;
    }

        .so .so-btn:hover {
            background: url(/content/images/introduce/chuji/search-bg.png) bottom center;
        }

.video-area {
    height: 840px;
    background: url(/content/images/introduce/chuji/2025_chuji_st.jpg) no-repeat center -60px;
}

.video-b-bg {
    background: url(/content/images/introduce/chuji/topic-video-bg.png) no-repeat center 700px;
}

.video-cont {
    width: 1200px;
    margin: auto;
}

.video-above {
    height: 260px;
    overflow: hidden
}

.video-tit {
    float: left;
    width: 740px;
    padding: 60px 0 0 0;
}

    .video-tit img {
        display: block;
        margin: auto;
    }

.video-teacher {
    float: left;
    width: 423px;
    height: 282px;
    background: url(/content/images/introduce/chuji/junior-topic-teacher.png) no-repeat left 45px;
    position: relative
}

    .video-teacher .left {
        position: absolute;
        left: 0;
        top: 65px;
        z-index: 1
    }

    .video-teacher .center {
        position: absolute;
        left: 110px;
        top: 50px;
        z-index: 2;
        width: 165px;
    }

    .video-teacher .right {
        position: absolute;
        right: 0;
        top: 65px;
        z-index: 1
    }

.video {
    width: 1200px;
    margin: auto;
    display:flex;
    /*border-radius:8px;*/
    overflow:hidden;
}

#video {
    float: left;
    width: 780px;
    height: 440px;
}

.video-list {
    float: right;
    width: 348px;
    height: 440px;
    background: #222
}

    .video-list .list {
        height: 342px;
        overflow-y: scroll
    }

        .video-list .list .cont {
            padding-bottom: 20px;
        }

.left-part {
    float: left;
    width: 780px;
    background: #222;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #666;
}
/*滚动条整体部分,必须要设置*/
.scrollbar::-webkit-scrollbar-track {
    background-color: #666;
}
/*滚动条的轨道*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #014d80;
    box-shadow: inset 0 0 5px #014d80;
}
/*滚动条的滑块按钮*/
.scrollbar::-webkit-scrollbar-button {
    height: 0;
    background-color: #666;
}
/*滚动条的上下两端的按钮*/
.video-list h3 {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    background: #111;
    color: #ccc
}

.video-list dl {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #444
}

    .video-list dl dt {
        font-weight: bold;
        color: #aaa
    }

    .video-list dl:hover dt {
        color: #fff
    }

    .video-list dl dd {
        padding: 5px 0 0 0
    }

    .video-list dl a {
        color: #777;
        display: block;
        padding: 6px 0px 6px 15px;
        border-left: 3px solid #222;
        margin-left: 10px
    }

        .video-list dl a span {
            color: #fff;
            background: #ff8400;
            padding: 0 5px 1px 5px;
            border-radius: 2px;
            line-height: 14px;
            font-size: 12px;
            margin-left: 5px;
        }

    .video-list dl dd a:hover {
        background: #111;
        color: #eee;
        border-left: 3px solid #e00
    }

    .video-list dl dd a.select {
        background: #111;
        color: #eee;
        border-left: 3px solid #e00
    }

.video-bar {
}

.top_cover {
    display: flex;
    justify-content: space-between;
}

    .top_cover span {
        width: 24.5%;
    }

        .top_cover span img {
            display: block;
            border-radius: 8px;
        }

.left-bar {
    overflow: hidden;
    background: #333;
}

    .left-bar li {
        float: left;
        font-size: 16px;
        width: calc(50%);
    }

        .left-bar li a {
            color: #fff;
            line-height: 38px;
            display: block;
            text-align: center;
            margin-right: 1px
        }

    .left-bar .check {
        background: #f52f3e;
    }

    .left-bar li a:hover {
        color: #fff;
        background: #bf323d;
    }

    .left-bar li a.on {
        color: #fff;
        background: #f52f3e;
    }

.my-btn {
    padding: 11px 15px;
    background: #111;
    clear: both;
    display: flex;
}

    .my-btn a {
        display: inline-block;
        border-radius: 3px;
        width: 46%;
        text-align: center;
        padding: 8px 0;
        font-size: 16px;
        color: #fff;
        background: #1a91c9;
        margin: 0 2%;
    }

        .my-btn a:hover {
            background: #1eaaeb
        }

        .my-btn a:last-child {
            background: #094
        }

            .my-btn a:last-child:hover {
                background: rgb(3, 185, 85)
            }
/*..........班级............*/
.class-main {
    background: #f0f0f0;
    padding-bottom: 50px;
    padding-top: 50px;
}
/*..........板块标题............*/
.hd-wrap {
    clear: both;
    height: 100px;
    margin-top: 100px;
    position: relative;
}

    .hd-wrap::before {
        content: "Junior Level Accountish";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 65px;
        color: #fff;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        text-transform: uppercase
    }

    .hd-wrap .hd {
        width: 389px;
        height: 100px;
        background: url(/content/images/introduce/chuji/try-ico-562.png) no-repeat center;
        margin: auto;
        text-align: center;
        position: relative;
    }

        .hd-wrap .hd h2 {
            font-size: 50px;
            font-weight: 700;
            padding-top: 12px;
            color: #333;
            letter-spacing: 6px;
            text-shadow: 0px 3px 10px rgba(0,0,0,.3);
        }

        .hd-wrap .hd i {
            display: block;
            width: 51px;
            height: 59px;
            background: url(/content/images/introduce/chuji/try-ico-563.png) no-repeat center;
            position: absolute;
            left: 170px;
            top: -35px;
            font-size: 38px;
            color: #fff;
            line-height: 59px;
            font-weight: bold;
            letter-spacing: -2px;
        }

        .hd-wrap .hd span {
            color: #333;
            font-size: 16px;
            display: block;
            letter-spacing: 2px;
            opacity: 0.8;
        }


/*..........班级内容............*/
.class-block {
    clear: both;
    margin: 20px auto 0 auto;
    width: 1250px;
    position: relative;
    font-size: 13px;
}


.class-cont {
    color: #333;
}

    .class-cont ul {
        display: flex;
        justify-content: space-between;
    }

        .class-cont ul li {
            width: 24.5%;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

            .class-cont ul li:first-child {
                background: #e8e8e8;
            }

            .class-cont ul li:nth-child(2) {
                background: #f0e9e2;
            }

            .class-cont ul li:nth-child(3) {
                background: #dadbe8;
            }

            .class-cont ul li:nth-child(4) {
                background: #e3d6d6;
            }


.special {
    background: linear-gradient(180deg,#9c6c5b,#f8ece5);
    padding: 5px;
    border-radius: 8px;
    margin: 5px 10px 0 10px;
    position: relative;
}

    .special::after {
        background: url(/Content/images/myj_book_ico.png) no-repeat right center / 65px;
        display: block;
        content: "";
        width: 80px;
        height: 75px;
        position: absolute;
        right: 14px;
        top: 11px;
    }

    .special p {
        background: rgba(255,255,255,.8);
        padding: 10px 0 10px 15px;
        border-radius: 5px;
    }

        .special p span {
            font-size: 15px;
            margin-bottom: 5px;
            display: block;
        }

        .special p em {
            display: flex;
            align-items: center;
        }

            .special p em b {
                font-size: 20px;
            }

                .special p em b::before {
                    font-size: 14px;
                    content: "¥";
                }


.book_b {
    border-radius: 8px;
    background: rgba(255,255,255,.6);
    margin: 0 10px 0 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.book_pic {
    height: 140px;
    background: url(/Content/images/introduce/chuji/cj_4book.jpg) no-repeat center / 100%;
}

.book_b p {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    line-height: 24px;
}

    .book_b p span {
        width: 48%;
    }

.course_list {
}

    .course_list .small_hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .course_list .small_hd em {
            font-size: 14px;
        }

    .course_list .c-list {
        padding: 0;
        overflow: hidden;
        padding-bottom: 10px;
    }

        .course_list .c-list dl {
            padding: 0 0 10px 0px;
            font-size: 13px;
        }

        .course_list .c-list dt {
            color: #8494c6;
            position: relative;
            padding: 6px 12px;
            background: linear-gradient(to right, #fff, rgba(255,255,255,0));
            font-size: 14px;
            font-weight: bold;
        }

            .course_list .c-list dt::before {
                conte nt: "";
                position: absolute;
                left: -17px;
                background: #f09090;
                display: block;
                width: 3px;
                height: 14px;
                top: 3px
            }

        .course_list .c-list dd {
            padding: 5px 0 0 12px;
            display: flex;
            flex-wrap: wrap;
        }

            .course_list .c-list dd p {
                width: 44%;
                margin: 5px 14px 0 0;
                display: flex;
            }

                .course_list .c-list dd p::before {
                    display: block;
                    content: "";
                    background: url(/Content/images/icons/icon_sx_zs4.png) no-repeat left center / 16px;
                    width: 20px;
                    height: 20px;
                    opacity: .5;
                }

            .course_list .c-list dd span em {
                padding: 0 2px;
                color: #04ad67;
                border: 1px solid #04ad67;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6;
                display: none;
            }

            .course_list .c-list dd span i {
                padding: 0 2px;
                color: #f52f3e;
                border: 1px solid #f52f3e;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6;
                display: none;
            }

            .course_list .c-list dd p {
                margin-top: 5px;
            }
/*..........套餐说明............*/
.class-block {
    clear: both;
    margin: 20px auto 0 auto;
    width: 1300px;
    position: relative;
    font-size: 13px;
}

    .class-block .tip-tit {
        height: 55px;
        position: relative;
        letter-spacing: 2px;
        z-index: 0;
    }

        .class-block .tip-tit span {
            display: block;
            width: 190px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            font-size: 28px;
            float: left;
            background: #fe2478;
            color: #fff;
            border-top-left-radius: 15px;
            border-top-right-radius: 55px;
            position: absolute;
            left: 10px;
            top: 0;
            z-index: 2;
            box-shadow: 0 0 10px rgba(0,0,0, 0.4);
            background: linear-gradient(to right, #fe43dc, #fc0306);
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 4px;
        }

        .class-block .tip-tit i {
            display: block;
            width: 200px;
            padding: 0 0 0 40px;
            height: 40px;
            font-size: 16px;
            line-height: 40px;
            float: left;
            background: #fafafa;
            border-top-right-radius: 55px;
            position: absolute;
            left: 170px;
            top: 15px;
            z-index: 1;
            color: #ff1d5f
        }

    .class-block li {
        float: left;
        background: #fff;
        color: #444;
        width: 33.333%;
    }

        .class-block li .hd-tit {
            padding: 25px 20px;
            background: #fb8f55 url(../images/hd-tit-bg.png) no-repeat right bottom;
            color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0, 0.2);
            position: relative;
            z-index: 1;
        }

            .class-block li .hd-tit .tit-wrap {
                backgr ound: #000;
                height: 34px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .class-block li .hd-tit .tit-wrap h3 {
                    font-size: 30px;
                    float: left;
                    height: 34px;
                    line-height: 34px;
                    font-weight: bold;
                    letter-spacing: 2px;
                    font-weight: bold;
                    font-family: "微软雅黑"
                }

                .class-block li .hd-tit .tit-wrap em {
                    font-size: 16px;
                    font-weight: bold;
                    background: #fff;
                    padding: 2px 10px;
                    color: #fb8f55;
                    margin-left: 10px;
                    display: block;
                    float: left;
                    border-top-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                    border-top-right-radius: 2px;
                    border-bottom-left-radius: 2px;
                    font-weight: bold;
                    display: none;
                }

            .class-block li .hd-tit span {
            }

            .class-block li .hd-tit i {
                font-weight: bold;
                line-height: 20px;
                font-size: 24px;
                font-family: "微软雅黑";
                display: flex;
            }

                .class-block li .hd-tit i::before {
                    content: "¥";
                    font-size: 18px;
                    font-weight: bold;
                }

            .class-block li .hd-tit span del {
                font-size: 18px
            }

                .class-block li .hd-tit span del::before {
                    content: "¥";
                    font-size: 14px
                }

    .class-block .left {
    }

    .class-block .center {
        box-shadow: 0 0 20px rgba(0,0,0, 0.1);
        position: relative;
        z-index: 9;
    }

    .class-block li.center .hd-tit {
        background: #04ad67 url(../images/hd-tit-bg.png) no-repeat right bottom
    }

    .class-block li.right .hd-tit {
        background: #a125ef url(../images/hd-tit-bg.png) no-repeat right bottom
    }

    /*..........包含班级............*/
    .class-block .class {
        padding: 20px 0 20px 20px;
        border-bottom: 10px solid #f5f5f5;
        position: relative;
    }

    .class-block .tit {
        position: absolute;
        background: #fff;
        font-size: 16px;
        width: 40px;
        top: 0;
        left: -40px;
        color: #666;
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
        text-align: center;
        padding: 30px 0 0 0;
    }


.small_hd {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    margin-right: 50px;
}



.class-text {
    line-height: 30px;
    display: flex;
    align-items: center;
}

    .class-text p {
        padding: 15px 30px 0 30px;
    }

        .class-text p b {
            color: #f35e5e
        }

        .class-text p em {
            color: #004fff;
            font-size: 16px
        }

        .class-text p span {
            display: block;
            width: 200px;
            float: left
        }

        .class-text p i {
            display: inline-block;
            font-weight: bold;
            background: linear-gradient(to right, #e00, #f35e5e);
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            border-radius: 50%;
            margin-right: 10px;
            text-align: center;
            color: #fff
        }

    .class-text .zero {
        width: 60px;
        height: 60px;
        color: #333;
        border-radius: 50%;
        border: 3px solid #f0f0f0;
        margin: 0px 10px 0 0px;
        text-align: center;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .class-text .list {
        padding: 0px 0 0 0;
        line-height: 22px;
        flex: 1;
    }


.class-block .class .c-list {
    clear: both;
    padding: 5px 20px 0 0;
    height: 475px;
}

    .class-block .class .c-list dl {
        padding: 0 0 10px 15px;
        font-size: 13px;
        border-left: 1px solid #ffe5e5;
        margin-left: 3px;
    }

    .class-block .class .c-list dt {
        color: #999;
        position: relative;
    }

        .class-block .class .c-list dt::before {
            content: "";
            position: absolute;
            left: -17px;
            background: #f09090;
            display: block;
            width: 3px;
            height: 21px;
            top: 0
        }

    .class-block .class .c-list dd {
        padding: 0 0 0 10px
    }

        .class-block .class .c-list dd span {
        }

            .class-block .class .c-list dd span em {
                padding: 0 2px;
                color: #04ad67;
                border: 1px solid #04ad67;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6;
            }

            .class-block .class .c-list dd span i {
                padding: 0 2px;
                color: #f52f3e;
                border: 1px solid #f52f3e;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6
            }

    .class-block .class .c-list p {
        margin-top: 5px;
    }


.class-block .class .sc-list {
    clear: both;
    padding: 15px 0 0 0;
    height: 190px;
    border-top: 1px dotted #ccc
}

    .class-block .class .sc-list dl {
        overflow: hidden;
        margin-bottom: 10px;
        display: flex;
    }

    .class-block .class .sc-list dt {
        color: #999;
    }

    .class-block .class .sc-list dd {
        flex: 1;
    }

        .class-block .class .sc-list dd span {
            background: #fff;
            border: 1px solid #eee;
            padding: 2px 8px;
            margin-right: 6px;
            display: inline-block;
        }

    .class-block .class .sc-list p {
        line-height: 30px;
        width: 40%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin-bottom: 10px;
        padding: 0 0 0 10px;
        font-size: 13px;
    }



.class-block .btn {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 20px;
    display: flex;
    justify-content: space-between;
}

    .class-block .btn a {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: bold;
        border: 2px solid #427cff;
        color: #427cff;
        border-radius: 20px;
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }

        .class-block .btn a:hover {
            background: #f52f3e;
            color: #fff;
            border: 2px solid #f52f3e;
        }

        .class-block .btn a:last-child {
            background: #427cff;
            color: #fff;
        }

            .class-block .btn a:last-child:hover {
                background: #f52f3e;
                color: #fff;
                border: 2px solid #f52f3e;
            }
/*  */
.period {
    padding: 15px;
    background: linear-gradient(220deg, #ffe9d3, rgba(255, 255, 255, .5));
    border: none;
    position: relative;
    margin-top: 30px;
}

    .period::before {
        display: block;
        content: "保障";
        background: #768ce6;
        color: #fff;
        position: absolute;
        top: -20px;
        right: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 1px 10px
    }

    .period p {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .period .small_hd {
        margin: 0;
        display: none;
    }

.small_hd {
    font-weight: bold;
    margin: 15px 10px 10px 10px;
    font-size: 18px;
}

.period p span {
    display: flex;
    align-items: center;
}

    .period p span em {
        width: 17px;
        height: 19px;
    }

    .period p span b {
        color: #666;
        font-weight: normal;
    }

    .period p span em.days {
        background: url(/Content/images/baozhang.png) no-repeat 2px top / 42px;
    }

    .period p span em.huabai {
        background: url(/Content/images/baozhang.png) no-repeat right top / 42px;
        margin-right: 5px;
    }



.sc_books {
    height: 218px;
    position: relative;
}

.sc_book_pic {
    height: 180px;
    background: #fff url(/Content/images/introduce/chuji/cj_2h.jpg) no-repeat -10px center / 130%;
    border-radius: 8px;
    margin: 0 10px 0 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 20px 0 130px;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .sc_book_pic span {
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 900;
    }

        .sc_book_pic span:first-child {
            color: #594ba3;
        }

        .sc_book_pic span:nth-child(2) {
            color: #0073d0;
        }

#hover-on {
    position: absolute;
    top: 200px;
    left: 10px;
    display: none;
    z-index: 99999;
    width: 299px;
    padding: 5px;
    box-sizing: border-box;
    background: linear-gradient(180deg,#5ba0df,#cedfee);
    border-radius: 8px;
}

    #hover-on .cont {
        background: rgba(255,255,255,.8);
        border-radius: 5px;
        padding: 15px 0;
    }

    #hover-on dl dd i {
        display: inline-block;
        width: 50%;
    }

.sc_books:hover #hover-on {
    display: block;
}

.sc-list {
    clear: both;
    padding: 15px 0 0 0;
    border: none
}

    .sc-list h4 {
        margin: 0 15px 10px 15px;
        font-size: 16px;
        font-weight: 900;
        background: linear-gradient(to right, #fb4343, rgba(255,255,255,0));
        color: #fff;
        padding-left: 5px
    }

    .sc-list dl {
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .sc-list dt {
        color: #577ebb;
        margin-bottom: 5px;
        font-weight: 900;
        font-size: 14px;
    }

    .sc-list dd {
        line-height: 20px;
    }

        .sc-list dd span {
            background: #fff;
            border: 1px solid #eee;
            padding: 2px 8px;
            margin-right: 6px;
            display: inline-block;
        }

    .sc-list p {
        line-height: 30px;
        width: 40%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin-bottom: 10px;
        padding: 0 0 0 10px;
        font-size: 13px;
    }
/*..........服务保障............*/
.class-block .service {
    padding: 20px 20px 10px 20px;
    height: 130px;
    border-bottom: 10px solid #f5f5f5;
    position: relative;
}

    .class-block .service p {
        margin-bottom: 8px;
        line-height: 20px
    }

        .class-block .service p i {
            display: inline-block;
            background: #427cff;
            width: 16px;
            height: 16px;
            line-height: 16px;
            border-radius: 50%;
            margin-right: 5px;
            text-align: center;
            color: #fff
        }

    .class-block .service dl {
        padding: 0 0 5px 0
    }

        .class-block .service dl dd {
            padding: 5px 0 0 19px;
            color: #666
        }

        .class-block .service dl dt {
            background: #fff;
            font-weight: bold;
        }

    .class-block .service .tag {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

        .class-block .service .tag b {
            display: block;
            padding: 0 0 0 18px;
            margin-bottom: 10px;
            position: relative;
            font-weight: normal;
            width: 50%;
            box-sizing: border-box;
        }

            .class-block .service .tag b:after {
                content: "√";
                font-family: "宋体";
                width: 11px;
                font-size: 11px;
                height: 11px;
                overflow: hidden;
                border: 1px solid #777;
                display: block;
                position: absolute;
                left: 0;
                top: 4px;
                font-weight: normal;
                border-radius: 1px;
            }

.class-block .price {
    clear: both;
    padding: 20px;
    height: 35px;
    display: flex;
    justify-content: space-between;
}

    .class-block .price span {
        display: block;
        float: left;
        font-size: 22px;
        line-height: 35px
    }

    .class-block .price strong {
        color: #427cff;
        font-size: 22px;
        font-weight: bold;
        font-family: "微软雅黑";
    }

    .class-block .price em {
        float: right;
        display: none;
    }

        .class-block .price em a {
            display: block;
            padding: 0 15px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            background: #ff8400;
            border-radius: 30px;
            font-size: 16px;
            color: #fff;
            border: none
        }

    .class-block .price:hover {
        background: #f5f5f5
    }
/*--------实操课----------*/
.practical {
    background: #f6f6f6 url(/content/images/introduce/chuji/shicao_bg.png) no-repeat center bottom;
    padding: 60px 0 70px 0;
}

    .practical .hd {
        text-align: center;
        padding: 0 0 30px 0;
    }

        .practical .hd h2 {
            font-size: 46px;
            color: #09092b;
            font-weight: bold;
            text-shadow: 0 5px 5px rgba(70, 0, 0, 0.2);
            letter-spacing: 2px;
            display: inline-block;
            position: relative;
        }

        .practical .hd span {
            font-size: 28px;
            position: absolute;
            white-space: nowrap;
            background: linear-gradient(to right, #f78a6f, #ff2e1c);
            color: #fff;
            padding: 3px 13px;
            top: -20px;
            right: -145px;
            border-radius: 3px;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    .practical ul {
        width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

        .practical ul li {
            overflow: hidden;
            box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.3);
            background: linear-gradient(to bottom, #20c43f, #085925);
            ;
            width: 49%;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 30px;
            opacity: .7;
        }

            .practical ul li.red {
                background: linear-gradient(to bottom, #f4900d, #f5302f);
                float: right;
            }

            .practical ul li .tit {
                padding: 15px 30px;
                color: #fff;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .practical ul li .tit h3 {
                    font-size: 28px;
                    font-weight: bold;
                }

                .practical ul li .tit em {
                    display: block;
                    margin: 5px 0 0px 0
                }

                .practical ul li .tit i {
                    font-size: 32px;
                    font-weight: bold;
                    display: block;
                    clear: both;
                }

                .practical ul li .tit a {
                    margin-top: 25px;
                    font-size: 18px;
                    color: #fff;
                    font-weight: bold;
                    display: block;
                    border: 1px solid #fff;
                    padding: 3px 15px 4px 15px;
                    float: right;
                    transition: all 0.2s;
                }

                    .practical ul li .tit a:hover {
                        margin-top: 23px;
                        background: #fff;
                        color: #f5302f;
                        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
                    }

            .practical ul li .text {
                height: 520px;
                padding: 20px;
                background: #fff;
                box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3);
                flex: 1;
            }

                .practical ul li .text dl {
                    margin-bottom: 15px;
                }

                    .practical ul li .text dl dt {
                        margin-bottom: 5px;
                        color: #427cff
                    }

                    .practical ul li .text dl dd {
                        padding-left: 10px
                    }

                        .practical ul li .text dl dd span {
                            width: 260px;
                            display: inline-block;
                            margin-bottom: 5px;
                        }
/*..........授课体系............*/
.system {
    clear: both;
    background: #444 url(/content/images/introduce/chuji/cj-system-bg.jpg) repeat-y center -200px;
    overflow: hidden;
}

.container {
    width: 1080px;
    margin: 50px auto 0 auto
}

.single {
    clear: both;
    margin-bottom: 60px;
}

    .single ul {
        clear: both;
        display: flex;
        margin-bottom: 30px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

        .single ul.ul-wrap {
            background: #fff;
            border-top: 1px dotted #bbb;
            height: 170px;
            margin: 0 50px
        }

    .single li {
        float: left;
        display: flex;
    }

        .single li.num {
            width: 100px;
            height: 180px;
        }

            .single li.num em {
                background: url(/content/images/introduce/chuji/ico-num.png) no-repeat left top;
                display: block;
                width: 36px;
                height: 86px;
                margin: 43px 0 0 40px;
                opacity: .3;
            }

                .single li.num em.one {
                    background-position: 0 0;
                }

                .single li.num em.two {
                    background-position: 0 -96px;
                }

                .single li.num em.three {
                    background-position: 0 -192px;
                }

                .single li.num em.four {
                    background-position: 0 -284px;
                }

                .single li.num em.five {
                    background-position: -46px 0;
                }

                .single li.num em.six {
                    background-position: -46px -96px;
                }

                .single li.num em.seven {
                    background-position: -46px -192px;
                }

                .single li.num em.eight {
                    background-position: -46px -289px;
                }

                .single li.num em.ninth {
                    background-position: 0px -385px;
                }

                .single li.num em.ten {
                    background-position: 0px -485px;
                }

        .single li.major {
            flex: 1;
        }

            .single li.major .big_name {
                margin: 30px 40px 0 0;
                float: left;
                width: 350px;
            }

                .single li.major .big_name h3 {
                    font-size: 28px;
                    color: #181830;
                    font-weight: bold;
                    margin-right: 20px;
                    line-height: 30px;
                    ;
                }

.open_time {
    overflow: hidden;
    margin: 10px 0 10px 0
}

.single li.major .big_name span {
    font-size: 18px;
    background: #f5302f;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    float: left;
    display: block;
}

.single li.major .big_name b {
    font-size: 18px;
    border: 1px solid #f5302f;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    color: #f5302f;
    float: left;
    display: block;
}

.single li.major .big_name p {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    color: #666
}

.main_intro {
    float: left;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

    .main_intro dl {
        float: left;
        flex: 1;
        padding: 25px 0 20px 25px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .main_intro dt {
        font-size: 16px;
        margin-bottom: 15px;
        color: #3f6add;
    }

    .main_intro dd {
        margin-bottom: 5px;
        font-size: 13px;
    }

        .main_intro dd span {
            display: inline-block;
            border: 1px solid #f0f0f0;
            padding: 3px 8px;
        }

            .main_intro dd span em {
                color: #004fff;
            }

            .main_intro dd span i {
                color: #096;
            }


.single li.minor {
    width: 430px;
    height: 170px;
}

    .single li.minor table {
        margin: 30px 30px 0 40px;
        color: #444
    }

        .single li.minor table td {
            vertical-align: top;
            padding-bottom: 15px;
            line-height: 24px;
        }

        .single li.minor table th {
            vertical-align: top;
            padding-bottom: 15px;
            color: #888;
            background: url(/content/images/introduce/chuji/ico-635.png) no-repeat left 6px;
            padding-left: 20px;
            line-height: 24px;
        }

        .single li.minor table td p {
            line-height: 24px;
        }
/*..........考试内容............*/
.test-content {
    height: 660px;
    background: url(/content/images/introduce/chuji/try-test-bg.jpg) repeat-y center top;
    padding-top: 30px;
    overflow: hidden;
}
/*..........板块标题............*/
.hd-wrap-test {
    clear: both;
    height: 100px;
    margin-top: 60px;
    position: relative;
}

    .hd-wrap-test::before {
        content: "Junior Level Accountish";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 65px;
        color: #000;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        text-transform: uppercase
    }

    .hd-wrap-test .hd {
        width: 389px;
        height: 100px;
        background: url(/content/images/introduce/chuji/try-ico-562.png) no-repeat center -114px;
        margin: auto;
        text-align: center;
        position: relative;
    }

        .hd-wrap-test .hd h2 {
            font-size: 50px;
            font-weight: 700;
            padding-top: 12px;
            color: #09092b;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 6px
        }

        .hd-wrap-test .hd i {
            display: none;
            width: 51px;
            height: 59px;
            background: url(/content/images/introduce/chuji/try-ico-563.png) no-repeat center;
            position: absolute;
            left: 170px;
            top: -35px;
            font-size: 38px;
            color: #fff;
            line-height: 59px;
            font-weight: bold;
            letter-spacing: -2px;
        }

        .hd-wrap-test .hd span {
            color: #09092b;
            font-size: 16px;
            font-weight: bold;
            display: block;
            letter-spacing: 5px;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
        }

.test {
    width: 1350px;
    margin: 80px auto 0 auto
}

    .test li {
        width: 210px;
        height: 300px;
        padding: 30px 30px 20px 30px;
        float: left;
        margin: 0 30px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        position: relative;
    }

        .test li i {
            display: block;
            width: 80px;
            height: 80px;
            background: #fff url(/content/images/introduce/chuji/study01.png) center;
            position: absolute;
            left: -15px;
            top: -20px;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            transition: all 0.2s
        }

        .test li:nth-child(2) i {
            background: #fff url(/content/images/introduce/chuji/study02.png) center
        }

        .test li:nth-child(3) i {
            background: #fff url(/content/images/introduce/chuji/study03.png) center
        }

        .test li:nth-child(4) i {
            background: #fff url(/content/images/introduce/chuji/study04.png) center
        }

        .test li h3 {
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px
        }

        .test li dl {
            overflow: hidden;
            margin: 0px 0 10px 0;
        }

        .test li dt {
            float: left;
            font-size: 16px;
        }

        .test li dd {
            float: right;
            color: #427cff
        }

            .test li dd a {
                background: #427cff;
                color: #fff;
                padding: 2px 10px;
                border-radius: 20px;
                font-size: 12px;
            }

                .test li dd a:hover {
                    background: #f52f3e
                }

        .test li p {
            font-size: 16px;
            line-height: 30px;
            margin-top: 20px;
            height: 110px;
            color: #666
        }

        .test li span {
            display: block;
        }

            .test li span a {
                width: 200px;
                display: block;
                margin: auto;
                text-align: center;
                border-radius: 30px;
                background: linear-gradient(to right, #fe43dc, #fc0306);
                color: #fff;
                padding: 7px 0;
                font-size: 16px;
            }

                .test li span a:hover {
                    background: linear-gradient(to right, #f84d4d, #fc0306);
                }

/*..........初级题库............*/
.exam {
    height: 909px;
    background: url(/content/images/introduce/chuji/try-exam-bg.jpg) no-repeat center top;
    overflow: hidden
}
/*..........板块标题............*/
.hd-wrap-exam {
    clear: both;
    height: 100px;
    margin-top: 120px;
    position: relative;
}

    .hd-wrap-exam::before {
        content: "Examination database";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 65px;
        color: #fff;
        opacity: 0.03;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        text-transform: uppercase
    }

    .hd-wrap-exam .hd {
        width: 389px;
        height: 100px;
        background: url(/content/images/introduce/chuji/try-ico-562.png) no-repeat center -228px;
        margin: auto;
        text-align: center;
        position: relative;
    }

        .hd-wrap-exam .hd h2 {
            font-size: 50px;
            font-weight: 700;
            padding-top: 12px;
            color: #fff;
            letter-spacing: 6px;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
        }

        .hd-wrap-exam .hd i {
            display: none;
            width: 51px;
            height: 59px;
            background: url(/content/images/introduce/chuji/try-ico-563.png) no-repeat center;
            position: absolute;
            left: 170px;
            top: -35px;
            font-size: 38px;
            color: #fff;
            line-height: 59px;
            font-weight: bold;
            letter-spacing: -2px;
        }

        .hd-wrap-exam .hd span {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
            letter-spacing: 3px;
        }

.exam-cont {
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 540px;
}

    .exam-cont .left-part {
        width: 600px;
        float: left;
        background: #1c28b4;
        height: 540px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px
    }

    .exam-cont .right-part {
        width: 600px;
        float: left;
        background: #e0052e;
        height: 540px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px
    }

.exam-hd {
    padding: 30px 0 20px 0;
    font-weight: bold;
    text-align: center;
    position: relative
}

    .exam-hd h3 {
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
        font-size: 36px;
        background-image: -webkit-gradient(linear,left top,right top,from(#fffdcd),to(#ffb7b7));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        t ext-shadow: 3px 6px 15px rgba(1, 12, 117, 0.4);
    }

    .exam-hd span {
        font-size: 18px;
        background: linear-gradient(to right, #fffdcd, #ffb7b7);
        padding: 2px 10px 2px 10px;
        color: #1424b7;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        margin-left: 10px;
        position: absolute;
        left: 410px;
        top: 44px;
    }

.exam-menu {
    height: 48px;
    line-height: 48px;
    border-radius: 40px;
    font-size: 16px;
    margin: 0 30px;
    overflow: hidden;
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
}

    .exam-menu li {
        float: left;
        text-align: center;
        width: 25%;
    }

        .exam-menu li a {
            display: block;
            background: #fff
        }

        .exam-menu li:first-child a {
            background: #ff4d4d;
            color: #fff
        }

.exam-list {
    background: #fff;
    margin: 10px 40px 0 40px;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
}

    .exam-list table {
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

        .exam-list table th {
            font-weight: bold;
            padding: 20px 0 15px 20px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd
        }

        .exam-list table td {
            padding: 18px 0 18px 20px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd
        }

        .exam-list table th:last-child {
            border-right: none
        }

        .exam-list table td:last-child {
            border-right: none
        }

        .exam-list table td a {
            color: #1c28b4
        }

.more-exam {
    padding: 60px 0 50px 0;
    text-align: center;
}

    .more-exam a {
        border: 2px solid #1c28b4;
        font-size: 16px;
        padding: 12px 40px;
        border-radius: 30px;
        box-shadow: 3px 6px 15px rgba(1, 12, 117, 0.4);
        color: #1c28b4;
    }

        .more-exam a:hover {
            background: #1d2aca;
            color: #fff
        }

.exam-list tr:hover {
    background: #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.exam-cont .right-part .more-exam a {
    border-color: #f52f3e;
    color: #f52f3e;
}

    .exam-cont .right-part .more-exam a:hover {
        background: #f52f3e;
        color: #fff
    }

.exam-cont .right-part .exam-list table td a {
    color: #f52f3e
}

.two-bg-block {
    background: #000 url(/content/images/introduce/chuji/try-bg086.jpg) center top;
    padding-bottom: 70px;
}
/*..........证书价值............*/
.certificate {
    overflow: hidden;
}

    .certificate .tip-bg {
        background: url(/content/images/introduce/chuji/try-certif-tip-bg.png) no-repeat bottom center;
        height: 36px;
        width: 1366px;
        position: absolute;
        left: -83px;
        bottom: 0;
        z-index: 9
    }
/*..........板块标题............*/
.hd-wrap-certif {
    clear: both;
    height: 100px;
    margin: 90px 0 40px 0;
    position: relative;
}

    .hd-wrap-certif::before {
        content: "Certificate Worth";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 65px;
        color: #000;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        text-transform: uppercase
    }

    .hd-wrap-certif .hd {
        width: 389px;
        height: 100px;
        background: url(/content/images/introduce/chuji/try-ico-562.png) no-repeat center -114px;
        margin: auto;
        text-align: center;
        position: relative;
    }

        .hd-wrap-certif .hd h2 {
            font-size: 48px;
            font-weight: 700;
            padding-top: 14px;
            color: #09092b;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 6px
        }

        .hd-wrap-certif .hd i {
            display: block;
            width: 51px;
            height: 59px;
            background: url(/content/images/introduce/chuji/try-ico-563.png) no-repeat center;
            position: absolute;
            left: 170px;
            top: -35px;
            font-size: 38px;
            color: #fff;
            line-height: 59px;
            font-weight: bold;
            letter-spacing: -2px;
        }

        .hd-wrap-certif .hd span {
            color: #434344;
            font-size: 16px;
            display: block;
            letter-spacing: 3px;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
        }

.certif-block {
    height: 599px;
    background: url(/content/images/introduce/chuji/try-certif-bg.jpg) no-repeat center;
}

    .certif-block .cont {
        width: 1200px;
        height: 599px;
        margin: auto;
        position: relative;
    }

.try-certif-500 {
    width: 453px;
    height: 130px;
    background: url(/content/images/introduce/chuji/try-certif-500.png);
    position: absolute;
    left: 210px;
    top: 100px
}

.certif-block li {
    width: 108px;
    height: 190px;
    float: left;
    background: url(/content/images/introduce/chuji/try-certif-list.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 190px;
    transition: all 0.8s
}

    .certif-block li:nth-child(2) {
        left: 380px;
        height: 230px
    }

        .certif-block li:nth-child(2):hover {
            height: 270px
        }

    .certif-block li:nth-child(3) {
        left: 565px;
        height: 270px
    }

        .certif-block li:nth-child(3):hover {
            height: 310px
        }

    .certif-block li:nth-child(4) {
        left: 750px;
        height: 320px
    }

        .certif-block li:nth-child(4):hover {
            height: 360px
        }

    .certif-block li:nth-child(5) {
        left: 930px;
        height: 380px
    }

        .certif-block li:nth-child(5):hover {
            height: 420px
        }

    .certif-block li:hover {
        height: 230px;
    }

    .certif-block li p {
        position: relative;
        text-align: center
    }

        .certif-block li p span {
            display: block;
            position: absolute;
            top: -55px;
            left: 0;
            color: #f67a0d;
            font-size: 18px;
            font-weight: bold;
            width: 110px;
        }

.certif-block .cont h4 {
    position: absolute;
    bottom: 30px;
    left: 190px;
    font-size: 16px;
    font-weight: bold;
    color: #c60c0d;
    width: 90px;
    text-align: center
}

.lecturer-team {
    height: 740px;
    background: #fff url(/content/images/introduce/chuji/try-line-bg.png) no-repeat center 200px;
    transition: all 4s;
    z-index: 9999;
    position: relative;
    overflow: hidden;
}
/*..........板块标题............*/
.hd-wrap-lecturer {
    clear: both;
    height: 100px;
    margin: 80px 0 40px 0;
    position: relative;
}

    .hd-wrap-lecturer::before {
        content: "Lecturer Team";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 65px;
        color: #000;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        text-transform: uppercase
    }

    .hd-wrap-lecturer .hd {
        width: 389px;
        height: 100px;
        background: url(/content/images/introduce/chuji/try-ico-562.png) no-repeat center -114px;
        margin: auto;
        text-align: center;
        position: relative;
    }

        .hd-wrap-lecturer .hd h2 {
            font-size: 48px;
            font-weight: 700;
            padding-top: 14px;
            color: #09092b;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 6px
        }

        .hd-wrap-lecturer .hd i {
            display: block;
            width: 51px;
            height: 59px;
            background: url(/content/images/introduce/chuji/try-ico-563.png) no-repeat center;
            position: absolute;
            left: 170px;
            top: -35px;
            font-size: 38px;
            color: #fff;
            line-height: 59px;
            font-weight: bold;
            letter-spacing: -2px;
        }

        .hd-wrap-lecturer .hd span {
            color: #434344;
            font-size: 16px;
            display: block;
            letter-spacing: 3px;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
        }

.lecturer-team:hover {
    background: #fff url(/content/images/introduce/chuji/try-line-bg.png) no-repeat center 150px
}

.lecturer {
    width: 1240px;
    margin: 100px auto 0 auto;
}

    .lecturer li {
        float: left;
        width: 280px;
        height: 390px;
        background: url(/content/images/introduce/chuji/try-pic-bg.png) no-repeat center;
        position: relative;
        margin: 0 15px;
    }

        .lecturer li:hover .pic {
            left: -10px;
            transition: all 0.4s
        }

        .lecturer li .pic {
            width: 280px;
            height: 355px;
            overflow: hidden;
            position: absolute;
            left: 0;
            bottom: 94px;
            transition: all 0.4s
        }

            .lecturer li .pic img {
                display: block;
                margin: auto;
                width: 200px;
            }

        .lecturer li h3 {
            position: absolute;
            bottom: 45px;
            left: 25px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 2px
        }

        .lecturer li p {
            position: absolute;
            bottom: 20px;
            left: 25px;
            font-size: 16px;
            color: #fff;
        }

        .lecturer li:hover span {
            right: -10px;
            transition: all 0.4s
        }

        .lecturer li span {
            display: block;
            width: 110px;
            height: 38px;
            position: absolute;
            bottom: 25px;
            right: -5px;
            transition: all 0.4s
        }

            .lecturer li span a {
                display: block;
                padding: 5px 0 6px 13px;
                color: #fff;
                font-size: 16px;
                background: #fb0735 url(/content/images/introduce/chuji/play-ico-w.png) no-repeat 83px center;
            }

.app-down {
    height: 655px;
    background: #222 url(/content/images/introduce/chuji/try-app-down.jpg) no-repeat center;
    position: relative;
    z-index: 9999999;
}

.try-advantage {
    height: 410px;
    background: url(/content/images/introduce/chuji/try-ico096.jpg) no-repeat center
}

.advantage {
    width: 1200px;
    margin: auto;
}

    .advantage li {
        width: 25%;
        float: left;
        height: 410px;
        text-align: center;
        color: #fff;
        opacity: 0.7;
    }

        .advantage li em {
            display: block;
            font-size: 18px;
            margin: 55px 0 0 0;
            letter-spacing: 2px
        }

        .advantage li h3 {
            width: 125px;
            height: 100px;
            padding-top: 25px;
            font-size: 40px;
            line-height: 40px;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 50%;
            margin: 40px auto 0 auto;
            letter-spacing: 2px;
            font-family: "宋体";
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: all 0.2s
        }

        .advantage li i {
            width: 60px;
            height: 3px;
            background: #fff;
            display: block;
            margin: 30px auto 0 auto;
            border-radius: 3px
        }

        .advantage li p {
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 26px;
            margin-top: 25px;
            transition: all 0.8s
        }

        .advantage li:hover h3 {
            margin: 30px auto 0 auto;
        }

        .advantage li:hover p {
            margin: 30px auto 0 auto;
            margin-top: 20px;
        }



.lecturer-list {
    position: relative;
    overflow: hidden;
    width: 1260px;
    margin: auto;
    padding-top: 30px;
    z-index: 99999;
}

    .lecturer-list li {
        float: left;
        width: 300px;
        margin-right: 20px;
        overflow: hidden;
    }

        .lecturer-list li .pic {
            height: 280px;
            overflow: hidden;
        }

        .lecturer-list li img {
            width: 60%;
            display: block;
            margin: 30px auto 0 auto;
            transition: all 0.2s;
        }

        .lecturer-list li:hover img {
            margin-top: 20px;
        }

        .lecturer-list li .describe {
            background: linear-gradient(to bottom, #eee, #fff);
            box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            height: 150px;
        }

            .lecturer-list li .describe h3 {
                font-size: 20px;
                position: absolute;
                top: -190px;
                writing-mode: tb-rl;
                right: 55px;
                font-family: "宋体";
                font-weight: bold;
            }

            .lecturer-list li .describe span {
                font-size: 15px;
                position: absolute;
                top: -170px;
                writing-mode: tb-rl;
                right: 35px;
                color: #666;
            }

            .lecturer-list li .describe dl {
                padding: 20px;
            }

                .lecturer-list li .describe dl dt {
                    height: 28px;
                    font-weight: bold
                }

                    .lecturer-list li .describe dl dt em {
                        font-size: 14px;
                        background: #545c7b;
                        height: 28px;
                        padding: 0 10px;
                        line-height: 28px;
                        color: #fff;
                        float: left;
                        display: block;
                    }

                    .lecturer-list li .describe dl dt b {
                        font-size: 14px;
                        border: 1px solid #545c7b;
                        height: 26px;
                        padding: 0 10px;
                        line-height: 26px;
                        color: #545c7b;
                        float: left;
                        display: block;
                    }

                .lecturer-list li .describe dl dd {
                    color: #666;
                    font-size: 12px;
                    margin-top: 10px;
                    line-height: 20px;
                }




#lect-scroll {
    z-index: 0;
}

.lecturerUL {
    position: relative;
    width: 2800px;
    float: left
}

.prev {
    left: 0px;
    top: 180px;
    align-items: center;
}

.next {
    right: 0px;
    top: 180px;
    align-items: center;
}

.prev, .next {
    width: 30px;
    height: 60px;
    display: flex;
    color: #000;
    background: #333;
    text-align: center;
    font-family: "宋体";
    font-size: 50px;
    position: absolute;
    justify-content: center;
    font-weight: normal;
    opacity: 0;
    z-index: 99999;
}

    .prev:hover, .next:hover {
        color: #000
    }

.lecturer-list:hover .prev, .lecturer-list:hover .next {
    opacity: .3;
    color: #fff
}





.footer {
    overflow: hidden;
    background: #242424
}

.footer-cont {
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
    padding: 0 0 30px 240px;
    background: url(/content/images/introduce/chuji/footer-logo.png) no-repeat left 50px;
    position: relative;
    overflow: hidden
}

    .footer-cont .fix-up {
        position: absolute;
        right: 0;
        top: 55px;
        transition: all 0.1s
    }

        .footer-cont .fix-up a {
            border: 1px solid #f52f3e;
            padding: 2px 3px;
            font-size: 9px;
            color: #f52f3e;
        }

        .footer-cont .fix-up:hover {
            position: absolute;
            right: 0;
            top: 53px;
        }

.lightspot {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

    .lightspot li {
        float: left;
        width: 185px;
        height: 55px;
        color: #ccc;
        background: url(/content/images/introduce/chuji/lightspot-ico.png) no-repeat left 0px;
        padding-left: 65px;
        margin-right: 15px;
        overflow: hidden;
        box-sizing: border-box
    }

        .lightspot li:nth-child(2) {
            background: url(/content/images/introduce/chuji/lightspot-ico.png) no-repeat left -71px
        }

        .lightspot li:nth-child(3) {
            background: url(/content/images/introduce/chuji/lightspot-ico.png) no-repeat left -146px
        }

        .lightspot li:nth-child(4) {
            background: url(/content/images/introduce/chuji/lightspot-ico.png) no-repeat left -219px
        }

        .lightspot li em {
            display: block;
            font-size: 15px;
            margin: 5px 0;
            color: #888;
        }

        .lightspot li i {
            display: block;
            font-size: 12px;
            color: #666;
        }

.links {
    margin-top: 30px;
}

    .links a {
        font-size: 12px;
        color: #666
    }

    .links span {
        padding: 0 20px;
        font-size: 11px;
        color: #333;
    }

.copyright {
    color: #555;
    font-size: 12px;
    line-height: 22px
}

    .copyright a {
        color: #555;
    }
/*----------右侧漂浮客服----------*/
.fixed-btn {
    width: 106px;
    top: 25%;
    position: fixed;
    left: 50%;
    margin-left: 610px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 20%;
    z-index: 9999;
    display: none
}

    .fixed-btn dl {
    }

    .fixed-btn dt {
        height: 80px;
        position: relative;
    }

        .fixed-btn dt .pic {
            width: 106px;
            height: 88px;
            position: absolute;
            top: 0
        }

    .fixed-btn dd {
        width: 72px;
        height: 200px;
        margin: auto;
        text-align: center;
    }

        .fixed-btn dd li:nth-child(2) a {
            background: linear-gradient(to bottom,#f52f3e,#fb8f55);
            color: #fff
        }

        .fixed-btn dd a {
            width: 72px;
            padding-top: 13px;
            height: 75px;
            display: block;
            box-sizing: border-box;
            font-size: 12px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 1px;
            color: #555;
            border-radius: 5px;
            ;
        }

            .fixed-btn dd a:hover {
                color: #d03e9f;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
            }

        .fixed-btn dd i {
            display: block;
            width: 24px;
            height: 24px;
            margin: 0px auto 5px auto;
            background: url(/content/images/introduce/chuji/fixed-ico.png) no-repeat left center;
            opacity: 0.5;
            transition: all 0.2s;
        }

            .fixed-btn dd i.online {
                background: url(/content/images/introduce/chuji/fixed-ico-ser.png) no-repeat center center;
                opacity: 1;
            }

            .fixed-btn dd i.app-ico {
                background: url(/content/images/introduce/chuji/fixed-ico.png) no-repeat -58px center
            }

            .fixed-btn dd i.code {
                background: url(/content/images/introduce/chuji/fixed-ico.png) no-repeat right center
            }

        .fixed-btn dd a:hover i {
            opacity: 1;
        }

.app-code {
    position: relative;
    width: 72px;
}

    .app-code .app-cont {
        width: 247px;
        height: 129px;
        padding: 13px 0 0 13px;
        background: url(/content/images/introduce/chuji/wem_bg2.png) no-repeat;
        left: -265px;
        top: -35px;
        position: absolute;
        display: none;
    }

    .app-code:hover .app-cont {
        display: block;
    }

.app-cont span {
    width: 42%;
    float: left;
    color: #555;
    margin: 0px 18px 0 0px;
    font-size: 12px;
}

    .app-cont span img {
        width: 100%;
        display: block;
        margin: auto
    }

.wxcode {
    position: relative;
    width: 72px;
}

    .wxcode .wx-cont {
        width: 128px;
        height: 120px;
        position: absolute;
        top: -25px;
        left: -135px;
        background: url(/content/images/introduce/chuji/wem_bg.png) no-repeat;
        display: none;
    }

    .wxcode:hover .wx-cont {
        display: block;
    }

    .wxcode .wx-cont span {
        display: block;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

        .wxcode .wx-cont span img {
            width: 100px;
            display: block;
            margin: 10px auto 0 auto
        }
