.left {
    float: left;
}

.right {
    float: right;
}

.fnone {
    float: none;
}

.middle {
    float: left;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.sanjiao {
    border-width: 20px;
    border-color: transparent transparent #ccc transparent;
    border-style: dashed dashed solid dashed;
    width: 0;
    height: 0;
    overflow: hidden;
}

.blk20 {
    width: 100%;
    padding-top: 20px;
}

    .blk20:after {
        content: " ";
        clear: both;
        display: table;
    }

.blk30 {
    width: 100%;
    padding-top: 30px;
}

    .blk30:after {
        content: " ";
        clear: both;
        display: table;
    }

.blk40 {
    width: 100%;
    padding-top: 40px;
}

    .blk40:after {
        content: " ";
        clear: both;
        display: table;
    }

.blk50 {
    width: 100%;
    padding-top: 50px;
}

    .blk50:after {
        content: " ";
        clear: both;
        display: table;
    }

.blk60 {
    width: 100%;
    padding-top: 60px;
}

    .blk60:after {
        content: " ";
        clear: both;
        display: table;
    }

.hr {
    margin: 10px auto;
    border-bottom: 1px solid #ddd;
}

@media (min-width:640px) {
    .hr {
        margin: 20px auto;
    }
}

.topTitle {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

    .topTitle .slideBoxIndex {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }

        .topTitle .slideBoxIndex .bdIndex {
            position: relative;
        }

            .topTitle .slideBoxIndex .bdIndex li {
                height: 100%;
                position: relative;
                text-align: center;
            }

                .topTitle .slideBoxIndex .bdIndex li img {
                    vertical-align: top;
                    width: 180%;
                    height: 240px;
                }

                .topTitle .slideBoxIndex .bdIndex li a {
                    -webkit-tap-highlight-color: transparent;
                }

        .topTitle .slideBoxIndex .hdIndex {
            display: none;
            position: absolute;
            bottom: 30px;
            left: 45%;
        }

            .topTitle .slideBoxIndex .hdIndex ul li {
                float: left;
                width: 20px;
                height: 20px;
                cursor: pointer;
                background: #fff;
                line-height: 20px;
                text-align: center;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                margin: 5px;
            }

            .topTitle .slideBoxIndex .hdIndex ul .on {
                background: #666;
                color: #fff;
            }

@media (min-width:768px) {
    .topTitle .slideBoxIndex .hdIndex {
        display: block;
    }
}

.g-fadeSlide {
    position: relative;
}

.g-fadeSlide-list {
    position: relative;
}

    .g-fadeSlide-list li {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .g-fadeSlide-list li img {
            vertical-align: top;
        }

.ie8 .g-fadeSlide-list li {
    background-color: #fff;
}

.wallpaper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

    .wallpaper ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .wallpaper li {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

        .wallpaper li a {
            width: 100%;
            height: 100%;
            display: block;
        }

@media (min-width:480px) {
    .topTitle {
        height: 240px;
    }

        .topTitle .slideBoxIndex {
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
        }

            .topTitle .slideBoxIndex .bdIndex {
                height: 100%;
            }

                .topTitle .slideBoxIndex .bdIndex li img {
                    width: 100%;
                    height: 240px;
                }
}

@media (min-width:768px) {
    .topTitle {
        height: 320px;
    }

        .topTitle .slideBoxIndex .bdIndex li img {
            height: 320px;
        }
}

@media (min-width:992px) {
    .topTitle {
        height: 350px;
    }

        .topTitle .slideBoxIndex .bdIndex li img {
            height: 350px;
        }
}

@media (min-width:1200px) {
    .topTitle {
        height: 400px;
    }

        .topTitle .slideBoxIndex .bdIndex li img {
            height: 400px;
        }
}

.ctn .information:last-child {
    display: none;
}

.information {
    padding: 0 20px 30px;
}

    .information:after {
        content: " ";
        clear: both;
        display: table;
    }

    .information h2 {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        padding-bottom: 10px;
    }

        .information h2 a {
            color: #333;
        }

        .information h2 i {
            color: #999;
            line-height: 30px;
        }

    .information ul {
        overflow: hidden;
    }

    .information li {
        margin-bottom: 20px;
    }

        .information li:after {
            content: " ";
            clear: both;
            display: table;
        }

        .information li a {
            display: block;
            overflow: hidden;
            box-sizing: border-box;
            border: solid 1px #ddd;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

        .information li:nth-child(4), .information li:nth-child(5) {
            display: none;
        }

    .information img {
        width: 100%;
        padding-right: 10px;
        height: 180px;
    }

    .information h3 {
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #333;
        font-size: 16px;
        margin: 10px;
        height: 45px;
    }

    .information p {
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #999;
        font-size: 12px;
        padding: 5px 10px;
        height: 52px;
    }

    .information h4 {
        bottom: 12px;
        width: 100%;
        border-top: solid 1px #ddd;
        box-sizing: border-box;
        padding-left: 10px;
        background-color: #f0f0f0;
        line-height: 40px;
    }

@media (min-width:480px) {
    .information {
        padding: 0 0 30px;
    }

        .information li {
            width: 50%;
            float: left;
            box-sizing: border-box;
        }

            .information li:nth-child(3) {
                display: none;
            }

        .information a {
            margin: 10px;
        }
}

@media (min-width:640px) {
    .information li {
        width: 33.33%;
    }

        .information li:nth-child(3) {
            display: block;
        }

    .information img {
        height: 150px;
    }
}

@media (min-width:768px) {
    .information li {
        width: 25%;
        margin-bottom: 0;
    }

        .information li:nth-child(3), .information li:nth-child(4) {
            display: block;
        }

    .information img {
        width: 100%;
        height: 130px;
        float: none;
        padding-right: 0;
    }

    .information p {
        margin-bottom: 10px;
    }
}

@media (min-width:992px) {
    .information {
        padding: 0 0 60px;
    }

        .information li {
            width: 20%;
        }

            .information li:nth-child(5) {
                display: block;
            }

        .information img {
            height: 150px;
        }
}

.recommend {
    background-color: #f0f0f0;
    padding: 30px 0 20px;
    margin-bottom: 30px;
}

    .recommend:after {
        content: " ";
        clear: both;
        display: table;
    }

    .recommend .hd {
        padding-bottom: 10px;
    }

        .recommend .hd h2 {
            font-size: 24px;
            color: #333;
            padding-left: 20px;
        }

        .recommend .hd span {
            display: none;
            float: right;
            padding-right: 10px;
        }

            .recommend .hd span a {
                line-height: 40px;
            }

        .recommend .hd a {
            text-decoration: none;
        }

    .recommend .bd {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .recommend .madegame {
        width: 100%;
        height: 190px;
        overflow: hidden;
    }

    .recommend #kwod {
        position: relative!important;
    }

        .recommend #kwod li {
            position: relative;
            float: left;
        }

    .recommend ul {
        overflow: hidden;
        zoom: 1;
    }

    .recommend li {
        float: left;
        padding: 10px 15px;
        overflow: hidden;
    }

        .recommend li img {
            width: 210px;
            height: 135px;
            margin: 0 auto;
            padding-bottom: 5px;
        }

        .recommend li h3 {
            margin: 0 auto;
            font-size: 16px;
            color: #333;
            line-height: 30px;
        }

        .recommend li span {
            float: right;
            font-size: 12px;
            color: #666;
        }

        .recommend li:hover {
            background-color: #fff;
        }

@media (min-width:1200px) {
    .recommend {
        margin-bottom: 60px;
    }

        .recommend section {
            width: 1200px;
            margin: 0 auto;
        }

        .recommend .hd span {
            display: block;
        }
}

.coursecenter {
    padding: 0 5px 30px;
}

    .coursecenter h2 {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        padding-bottom: 10px;
        padding-left: 0;
    }

        .coursecenter h2 a {
            color: #333;
        }

        .coursecenter h2 i {
            color: #999;
            line-height: 30px;
        }

    .coursecenter .reccourese {
        display: none;
    }

    .coursecenter li {
        width: 100%;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        height: 140px;
    }

        .coursecenter li:after {
            content: " ";
            clear: both;
            display: table;
        }

        .coursecenter li a {
            border: solid 1px #ddd;
            display: block;
            height: 120px;
            position: relative;
        }

        .coursecenter li img {
            width: 150px;
            height: 120px;
            float: left;
            padding-right: 10px;
        }

        .coursecenter li h3 {
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 40px;
            color: #333;
        }

        .coursecenter li p {
            font-size: 12px;
            color: #999;
        }

        .coursecenter li h4 {
            position: absolute;
            color: #666;
            bottom: 10px;
            right: 20px;
        }

            .coursecenter li h4 i {
                padding-right: 5px;
            }

        .coursecenter li:nth-child(4), .coursecenter li:nth-child(5), .coursecenter li:nth-child(6) {
            display: none;
        }

@media (min-width:480px) {
    .coursecenter li img {
        width: 180px;
    }
}

@media (min-width:768px) {
    .coursecenter {
        padding-bottom: 40px;
    }

        .coursecenter h2 {
            padding-left: 20px;
        }

        .coursecenter .reccourese {
            display: block;
            padding: 30px 10px 60px;
        }

            .coursecenter .reccourese:after {
                content: " ";
                clear: both;
                display: table;
            }

            .coursecenter .reccourese dt {
                float: left;
            }

            .coursecenter .reccourese dd {
                overflow: hidden;
                padding-left: 40px;
                padding-top: 20px;
            }

            .coursecenter .reccourese h3 {
                font-size: 30px;
                padding-bottom: 20px;
            }

                .coursecenter .reccourese h3 span {
                    font-size: 12px;
                    color: #d73240;
                    display: block;
                }

                .coursecenter .reccourese h3 em {
                    color: #999;
                    padding: 0 10px;
                }

            .coursecenter .reccourese p {
                overflow: hidden;
                display: -webkit-box;
                word-break: break-all;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                font-size: 14px;
                line-height: 30px;
                margin-bottom: 20px;
                color: #999;
                max-height: 90px;
            }

            .coursecenter .reccourese h4 {
                height: 50px;
                line-height: 50px;
                border-radius: 20px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                -ms-border-radius: 20px;
                -o-border-radius: 20px;
                border: solid 1px #ddd;
                width: 200px;
                text-align: center;
                font-size: 16px;
            }

                .coursecenter .reccourese h4 i {
                    padding-right: 10px;
                }

        .coursecenter ul:after {
            content: " ";
            clear: both;
            display: table;
        }

        .coursecenter li {
            width: 50%;
            padding: 10px;
            float: left;
            height: 160px;
            box-sizing: border-box;
        }

            .coursecenter li:nth-child(4), .coursecenter li:nth-child(5), .coursecenter li:nth-child(6) {
                display: block;
            }
}

@media (min-width:992px) {
    .coursecenter .reccourese h3 span {
        display: inline-block;
        padding-left: 20px;
    }

    .coursecenter li {
        width: 33.33%;
    }
}

.learncenter {
    padding: 0 15px 30px;
}

    .learncenter h2 {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        padding-bottom: 20px;
    }

        .learncenter h2 a {
            color: #333;
        }

        .learncenter h2 i {
            color: #999;
            line-height: 30px;
        }

    .learncenter ul {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border: solid 1px #ddd;
    }

        .learncenter ul:after {
            content: " ";
            clear: both;
            display: table;
        }

    .learncenter li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-right: solid 1px #ddd;
        padding: 20px 0;
    }

        .learncenter li i {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            font-size: 48px;
            background-color: #fff;
            width: 80px;
            height: 80px;
            line-height: 80px;
            margin: 0 auto;
            display: block;
            margin-bottom: 15px;
        }

        .learncenter li a {
            color: #fff;
            text-align: center;
        }

        .learncenter li p {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center;
            color: #999;
            font-size: 12px;
        }

        .learncenter li strong {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            text-align: center;
            font-size: 16px;
        }

        .learncenter li:nth-child(1) {
            border-bottom: solid 2px #fe8c7d;
        }

        .learncenter li:nth-child(2) {
            border-bottom: solid 2px #7688aa;
        }

        .learncenter li:nth-child(3) {
            border-bottom: solid 2px #ffb56f;
        }

        .learncenter li:nth-child(4) {
            border-bottom: solid 2px #419eff;
        }

        .learncenter li:nth-child(5) {
            border-bottom: solid 2px #67d69e;
        }

        .learncenter li:nth-child(6) {
            border-bottom: solid 2px #7fd4ee;
        }

        .learncenter li:nth-child(7) {
            border-bottom: solid 2px #568c9b;
        }

        .learncenter li:nth-child(8) {
            border-bottom: solid 2px #8c80b4;
        }

        .learncenter li:nth-child(9) {
            border-bottom: solid 2px #c7a0bf;
        }

@media (min-width:480px) {
    .learncenter li {
        width: 33.33%;
    }
}

.btmads {
    display: none;
}

@media (min-width:768px) {
    .btmads {
        display: block;
        padding-bottom: 60px;
        width: 100%;
    }

        .btmads:after {
            content: " ";
            clear: both;
            display: table;
        }

        .btmads img {
            width: 100%;
        }
}

@media (min-width:1200px) {
    .btmads {
        width: 1200px;
        margin: 0 auto;
    }
}

.career, .recruitment {
    display: none;
}

@media (min-width:768px) {
    .career, .recruitment {
        display: block;
        width: 50%;
        box-sizing: border-box;
        padding-bottom: 60px;
        float: left;
    }

        .career:after, .recruitment:after {
            content: " ";
            clear: both;
            display: table;
        }

        .career h2, .recruitment h2 {
            font-size: 24px;
            color: #333;
            line-height: 30px;
            padding-bottom: 10px;
        }

            .career h2 a, .recruitment h2 a {
                color: #333;
            }

            .career h2 i, .recruitment h2 i {
                color: #999;
                line-height: 30px;
            }

        .career li, .recruitment li {
            position: relative;
        }

            .career li h3, .recruitment li h3 {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #333;
                font-size: 16px;
                line-height: 40px;
            }

            .career li p, .recruitment li p {
                overflow: hidden;
                display: -webkit-box;
                word-break: break-all;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                color: #999;
                max-height: 40px;
            }

    .career {
        padding-right: 30px;
    }

        .career ul {
            border: solid 1px #ddd;
            margin-top: 10px;
        }

        .career li {
            padding: 15px 15px 35px 60px;
            border-bottom: solid 1px #ddd;
        }

            .career li i {
                position: absolute;
                color: #999;
                font-size: 24px;
                top: 20px;
                left: 20px;
            }

            .career li:hover {
                background-color: #f0f0f0;
            }

    .recruitment {
        padding-left: 30px;
    }

        .recruitment li {
            padding: 5px 10px 24px 190px;
        }

            .recruitment li img {
                position: absolute;
                width: 160px;
                height: 80px;
                top: 15px;
                left: 15px;
            }

            .recruitment li:hover {
                background-color: #f0f0f0;
            }
}

.gflinks {
    display: none;
}

@media (min-width:768px) {
    .gflinks {
        display: block;
        width: 100%;
    }

        .gflinks:after {
            content: " ";
            clear: both;
            display: table;
        }
}

@media (min-width:1200px) {
    .gflinks {
        width: 1200px;
        margin: 0 auto;
    }
}

.secTabs {
    display: none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

    .secTabs:after {
        content: " ";
        clear: both;
        display: table;
    }

    .secTabs h2 {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        padding-bottom: 20px;
    }

        .secTabs h2 a {
            color: #333;
        }

        .secTabs h2 i {
            color: #999;
            line-height: 30px;
        }

    .secTabs ul:after {
        content: " ";
        clear: both;
        display: table;
    }

    .secTabs li {
        margin-right: 10px;
        float: left;
        font-size: 20px;
    }

        .secTabs li a {
            color: #333;
            padding: 6px 20px;
            display: block;
        }

        .secTabs li.selected, .secTabs li:hover {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

            .secTabs li.selected a, .secTabs li:hover a {
                color: #fff;
            }

    .secTabs .message {
        line-height: 50px;
        background-color: #f0f0f0;
        padding: 0 20px;
        font-size: 14px;
    }

        .secTabs .message h3 {
            color: #d73240;
        }

        .secTabs .message span {
            float: right;
        }

.secTabs2 {
    margin-bottom: 10px;
}

    .secTabs2:after {
        content: " ";
        clear: both;
        display: table;
    }

    .secTabs2 h2 {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        padding: 0 5px;
    }

        .secTabs2 h2 a {
            color: #333;
        }

        .secTabs2 h2 i {
            color: #999;
            line-height: 30px;
        }

    .secTabs2 ul {
        overflow: hidden;
        padding: 10px 0 10px 5px;
    }

    .secTabs2 li {
        margin-right: 5px;
        float: left;
        font-size: 16px;
    }

        .secTabs2 li a {
            color: #333;
            padding: 6px 10px;
            display: inline-block;
        }

        .secTabs2 li.selected, .secTabs2 li:hover {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

            .secTabs2 li.selected a, .secTabs2 li:hover a {
                color: #fff;
            }

@media (min-width:768px) {
    .secTabs2 h2 {
        padding: 0 30px;
    }
}

.Links, .cooperation {
    padding-bottom: 60px;
}

    .Links:after, .cooperation:after {
        content: " ";
        clear: both;
        display: table;
    }

    .cooperation li {
        width: 20%;
        float: left;
        box-sizing: border-box;
        padding: 10px;
    }

        .cooperation li img {
            width: 100%;
            box-sizing: border-box;
            border: solid 1px #ddd;
        }

.Links {
    display: none;
}

    .Links li {
        width: 16.66%;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }

        .Links li a {
            font-size: 14px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border: solid 1px #ddd;
            display: block;
            margin: 10px;
            line-height: 50px;
        }

.schoolarea {
    display: none;
}

@media (min-width:480px) {
    .secTabs {
        display: block;
    }
}

@media (min-width:640px) {
    .secTabs2 h2 {
        float: left;
    }

    .secTabs2 ul {
        padding: 0;
    }

    .secTabs2 li {
        font-size: 20px;
        margin-right: 10px;
    }

        .secTabs2 li a {
            padding: 6px 20px;
        }
}

@media (min-width:768px) {
    .schoolarea {
        display: block;
        background-color: #f0f0f0;
        font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
    }

        .schoolarea:after {
            content: " ";
            clear: both;
            display: table;
        }

        .schoolarea section {
            padding: 40px 40px 10px 40px;
        }

        .schoolarea i {
            display: block;
            padding-bottom: 10px;
            font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
            font-size: 18px;
        }

        .schoolarea li {
            width: 32.8%;
            padding-bottom: 20px;
            padding-right: 20px;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
        }

            .schoolarea li h3 {
                padding-bottom: 10px;
            }

            .schoolarea li span {
                display: inline-block;
                width: 80px;
                height: 30px;
                line-height: 30px;
                background-color: #222;
                text-align: center;
                font-size: 16px;
                color: #fff;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
            }

            .schoolarea li a {
                display: inline-block;
                padding-left: 20px;
                color: #666;
            }

                .schoolarea li a:hover {
                    color: #333;
                }

            .schoolarea li p {
                color: #666;
                font-size: 12px;
                padding-bottom: 10px;
            }
}

@media (min-width:1200px) {
    .schoolarea section {
        padding: 40px 0 0 0;
        width: 1200px;
        margin: 0 auto;
        position: relative;
        padding-left: 150px;
        box-sizing: border-box;
    }

    .schoolarea i {
        position: absolute;
        left: 40px;
        top: 40px;
        width: 150px;
    }

    .schoolarea li {
        width: 32%;
    }
}

.bshare-custom {
    display: inline-block;
}

.siderbar {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #15657A;
}

    .siderbar li {
        float: left;
        width: 50%;
        padding: 5px 0;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
    }

        .siderbar li a {
            color: #fff;
            font-size: 12px;
        }

        .siderbar li img {
            display: block;
            margin: 0 auto;
        }

        .siderbar li:first-child {
            display: none;
            background-size: 100% 100%;
            width: 100%;
            height: 100px;
            position: relative;
        }

            .siderbar li:first-child img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

            .siderbar li:first-child span {
                position: absolute;
                display: block;
                width: 100%;
                font-size: 14px;
                padding: 6px 0;
                background: #76c000;
                bottom: 0;
            }

    .siderbar .iconsearch {
        background: #0380c4;
        display: none;
    }

    .siderbar .iconwrite {
        background: #008edc;
        display: none;
    }

    .siderbar .iconcomment {
        border-right: 1px solid #ddd;
    }

        .siderbar .iconcomment img {
            padding-top: 10px;
        }

    .siderbar .iconlcok {
        background: #31a6ed;
        display: none;
    }

    .siderbar .iconphone {
        border-bottom: 0;
    }

@media (min-width:768px) {
    .siderbar {
        width: 60px;
        right: 0;
        bottom: 10px;
        background: #4ab1ef;
    }

        .siderbar li {
            width: 100%;
            float: none;
        }

            .siderbar li:first-child {
                display: block;
                height: 80px;
            }

        .siderbar .iconsearch {
            background: #0380c4;
            display: block;
        }

        .siderbar .iconwrite {
            background: #008edc;
            display: block;
        }

        .siderbar .iconcomment {
            background: #129beb;
            border-right: 0;
        }

            .siderbar .iconcomment img {
                padding-top: 10px;
            }

        .siderbar .iconlcok {
            background: #31a6ed;
            display: block;
        }
}

@media (min-width:1380px) {
    .siderbar {
        width: 90px;
        right: 30px;
        bottom: 100px;
    }

        .siderbar li {
            width: 100%;
            float: none;
        }

            .siderbar li:first-child {
                height: 100px;
            }
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?kabozi);
    src: url(fonts/icomoon.eot?#iefixkabozi) format('embedded-opentype'),url(fonts/icomoon.woff?kabozi) format('woff'),url(fonts/icomoon.ttf?kabozi) format('truestype'),url(fonts/icomoon.svg?kabozi#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidefree, .sideguide, .sidelisten, .sideplat, .sideproblem {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: solid 1px #ddd;
    margin-bottom: 30px;
    background-color: #fff;
}

    .sidefree:after, .sideguide:after, .sidelisten:after, .sideplat:after, .sideproblem:after {
        content: " ";
        clear: both;
        display: table;
    }

    .sidefree h2, .sideguide h2, .sidelisten h2, .sideplat h2, .sideproblem h2 {
        border-bottom: solid 1px #ddd;
        background-color: #f0f0f0;
        font-size: 16px;
        padding-left: 15px;
        line-height: 45px;
    }

        .sidefree h2 a, .sideguide h2 a, .sidelisten h2 a, .sideplat h2 a, .sideproblem h2 a {
            color: #333;
        }

        .sidefree h2 i, .sideguide h2 i, .sidelisten h2 i, .sideplat h2 i, .sideproblem h2 i {
            color: #999;
            line-height: 30px;
        }

    .sideguide li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        border-bottom: solid 1px #ddd;
    }

        .sideguide li:nth-child(odd) {
            border-right: solid 1px #ddd;
        }

        .sideguide li a {
            color: #a18f69;
            display: block;
        }

        .sideguide li i {
            font-size: 16px;
            padding-right: 5px;
        }

    .sidefree .sideselected {
        padding: 20px 20px 0;
    }

        .sidefree .sideselected .selectxt {
            color: #666;
            padding: 0 0 10px;
        }

        .sidefree .sideselected select {
            width: 48%;
            height: 40px;
            border: 1px solid #ccc;
            color: #666;
            box-sizing: border-box;
            padding-left: 10px;
        }

            .sidefree .sideselected select:first-child {
                margin-right: 2%;
            }

    .sidefree .sidetest:after {
        content: " ";
        clear: both;
        display: table;
    }

    .sidefree .sidetest li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-left: 24px;
        line-height: 50px;
        font-size: 14px;
        border-bottom: solid 1px #ddd;
    }

        .sidefree .sidetest li:nth-child(odd) {
            border-right: solid 1px #ddd;
        }

    .sidefree #testd {
        display: none;
        padding: 5px 0 0 10px;
        border-right: solid 1px #ddd;
        color: #d73240;
        font-size: 12px;
    }

        .sidefree #testd i {
            font-size: 14px;
            padding-right: 5px;
        }

    .sidefree .sideobtain {
        padding: 20px;
    }

        .sidefree .sideobtain:after {
            content: " ";
            clear: both;
            display: table;
        }

        .sidefree .sideobtain li {
            padding: 5px 0;
            padding-bottom: 15px;
        }

        .sidefree .sideobtain input {
            width: 100%;
            box-sizing: border-box;
        }

            .sidefree .sideobtain input[type=button] {
                background-color: #a18f69;
                font-size: 18px;
            }

    .sidelisten .listenpic {
        position: relative;
        height: 184px;
        overflow: hidden;
    }

        .sidelisten .listenpic:after {
            content: " ";
            clear: both;
            display: table;
        }

        .sidelisten .listenpic #sideleft, .sidelisten .listenpic #sideright {
            position: absolute;
            z-index: 99;
            background-color: #a18f69;
            opacity: .5;
            filter: alpha(opacity=50);
            top: 50%;
            margin-top: -25px;
        }

            .sidelisten .listenpic #sideleft i, .sidelisten .listenpic #sideright i {
                display: block;
                font-size: 40px;
                color: #fff;
                line-height: 50px;
                width: 35px;
                height: 50px;
                text-align: center;
            }

        .sidelisten .listenpic #sideleft {
            left: 0;
        }

        .sidelisten .listenpic #sideright {
            right: 0;
        }

        .sidelisten .listenpic li {
            position: relative;
        }

            .sidelisten .listenpic li i {
                position: absolute;
                top: 50%;
                margin-top: -28px;
                left: 50%;
                margin-left: -28px;
                font-size: 56px;
                color: #fff;
            }

        .sidelisten .listenpic img {
            width: 100%;
        }

    .sidelisten .listentxt {
        padding: 10px 0;
    }

        .sidelisten .listentxt:after {
            content: " ";
            clear: both;
            display: table;
        }

        .sidelisten .listentxt li a {
            width: 100%;
            padding-left: 20px;
            box-sizing: border-box;
            color: #666;
            font-size: 14px;
            line-height: 45px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .sidelisten .listentxt li i {
            font-size: 12px;
            padding-right: 5px;
            color: #999;
        }

    .sideproblem ul {
        padding: 10px 0;
    }

    .sideproblem li a {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
        color: #666;
        font-size: 14px;
        line-height: 45px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sideproblem li i {
        font-size: 12px;
        padding-right: 5px;
        color: #999;
    }

    .sideplat li {
        width: 33.33%;
        float: left;
        box-sizing: border-box;
        text-align: center;
        line-height: 30px;
        padding: 20px 0 10px;
        font-size: 14px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .sideplat li:nth-child(3), .sideplat li:nth-child(6) {
            border-right: none;
        }

        .sideplat li:nth-child(4), .sideplat li:nth-child(5), .sideplat li:nth-child(6) {
            border-bottom: none;
        }

        .sideplat li a {
            color: #999;
            display: block;
        }

        .sideplat li i {
            font-size: 36px;
            display: inherit;
        }

        .sideplat li:hover {
            background: #006c99;
        }

        .sideplat li:hover a {
            color: #fff;
        }

        .proaside .sideplat li {
            padding: 10px 0 5px;
        }
        
        .proaside .sideplat li:hover {
        background-color: transparent !important;
        }
        
        .proaside .sideplat li:hover a {
        color: #999 !important;
        }
        
        .proaside .sideplat img {
        display: block;
        height: 51px;
        margin: 0 auto;
        }

.proaside {
    display: none;
}

@media (min-width:992px) {
    .proaside {
        display: block;
        float: right;
        width: 280px;
        padding-bottom: 30px;
        padding-left: 35px;
    }
}

.clist_crumb {
    display: block;
    padding: 20px 20px 10px;
    font-size: 14px;
}

@media (min-width:640px) {
    .clist_crumb {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    .clist_crumb {
        padding: 10px 20px;
    }
}

.bodygreyish {
    border-top: 1px solid #ddd;
}

    .bodygreyish .ads {
        text-align: center;
        margin: 30px auto 10px;
    }

        .bodygreyish .ads img {
            max-width: 1200px;
            width: 100%;
        }

@media (min-width:640px) {
    .bodygreyish {
        background: #f8f8f8;
    }
}

@media (min-width:1200px) {
    .bodygreyish {
        border-top: 1px solid #ddd;
    }
}

.wrap {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
}

    .wrap .crumb {
        display: block;
        padding: 15px 20px;
        color: #999;
    }

        .wrap .crumb a {
            color: #333;
        }

@media (min-width:768px) {
    .wrap .crumb {
        padding: 0 20px;
    }
}

@media (min-width:1200px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
    }

        .wrap .crumb {
            padding: 0;
        }

            .wrap .crumb p span {
                padding-left: 0;
            }
}

.procontent {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 1365px;
    border: 1px solid #ddd;
}

    .procontent h1 {
        font-size: 18px;
        color: #333;
        padding: 20px 10px;
        text-align: center;
    }

    .procontent .proconinfo {
        padding: 10px 0;
        color: #666;
        text-align: center;
    }

        .procontent .proconinfo time {
            padding: 0 10px;
        }

        .procontent .proconinfo span {
            display: inline-block;
            padding-left: 10px;
            padding-right: 15PX;
        }

            .procontent .proconinfo span a {
                margin-left: 10px;
                color: #666;
            }

                .procontent .proconinfo span a:hover {
                    color: #C00;
                }

                .procontent .proconinfo span a:active {
                    color: #666;
                }

        .procontent .proconinfo img {
            vertical-align: middle;
            padding-right: 5px;
        }

    .procontent .article {
        padding: 15px;
        background: #f8f8f8;
        margin: 15px 0;
        color: #999;
        line-height: 24px;
    }

    .procontent p {
        padding-bottom: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #666;
    }

        .procontent p.proconinfopic {
            text-align: center;
        }

            .procontent p.proconinfopic img {
                width: 100%;
            }

        .procontent p a {
            color: #33b0c4;
        }

            .procontent p a:hover {
                color: #a6946e;
            }

    .procontent h3 {
        font-size: 18px;
        color: #333;
        line-height: 40px;
        margin: 10px 0;
    }

    .procontent .section {
        background: #f8f8f8;
        margin: 10px 0;
        border-top: solid 1px #eee;
        padding: 10px;
    }

        .procontent .section:after {
            content: " ";
            clear: both;
            display: table;
        }

        .procontent .section li {
            width: 50%;
            float: left;
        }

        .procontent .section a {
            font-size: 14px;
            display: block;
            padding: 10px 0;
            color: #262626;
        }

            .procontent .section a:active, .procontent .section a:hover {
                color: #666;
            }

.procontent_clist {
    padding: 10px 0;
    min-height: 600px;
}

.procontent_tlist {
    min-height: 600px;
    padding: 0!important;
}

@media (min-width:640px) {
    .procontent_clist {
        padding: 10px 0 0!important;
    }

        .procontent_clist .listimgtxt1 .img270 {
            padding-left: 270px;
        }

        .procontent_clist .listimgtxt1 dl {
            padding-right: 40px;
        }
}

@media (min-width:992px) {
    .procontent {
        overflow: hidden;
        padding: 40px;
        border-radius: 2px;
        border: solid 1px #ddd;
    }

        .procontent p.proconinfopic {
            text-align: center;
        }

            .procontent p.proconinfopic img {
                width: auto;
                display: block;
                margin: 0 auto;
            }

    .procontent_clist {
        min-height: 1365px;
    }
}

.secnavbar {
    width: 99%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

    .secnavbar li {
        width: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

        .secnavbar li:hover {
            border-bottom: 2px solid #006c99;
            color: #006c99;
        }

    .secnavbar .selected {
        border-bottom: 2px solid #006c99;
        color: #006c99;
    }

        .secnavbar .selected a {
            color: #006c99;
        }

.secNav h5 {
    display: none;
}

@media (min-width:768px) {
    .secNav {
        padding: 0 40px;
    }

    .secnavbar {
        border: 0;
        border-bottom: 1px solid #ddd;
    }

        .secnavbar li {
            font-size: 18px;
            width: 120px;
        }
}

@media (min-width:992px) {
    .secNav h5 {
        display: block;
        float: left;
        width: 100%;
        padding: 22px 5px 5px;
        font-size: 14px;
        color: #999;
    }
}

.listimgtxt {
    border-bottom: dashed 1px #ddd;
    padding: 20px 0 30px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .listimgtxt:after {
        content: " ";
        clear: both;
        display: table;
    }

    .listimgtxt:first-child {
        border-top: 1px solid #ddd;
    }

    .listimgtxt:last-child {
        border-bottom: 1px solid #ddd;
    }

    .listimgtxt:hover {
        background-color: #f0f0f0;
    }

    .listimgtxt img {
        width: 120px;
        height: 80px;
        float: left;
        padding-left: 20px;
    }

    .listimgtxt .img270 {
        width: 270px;
        height: 180px;
        padding: 20px 0;
        float: inherit;
        text-align: center;
    }

    .listimgtxt dl {
        overflow: hidden;
        padding: 0 10px;
    }

    .listimgtxt dt a {
        line-height: 20px;
        font-size: 14px;
        color: #666;
    }

    .listimgtxt dt span {
        display: block;
        font-size: 12px;
        color: #999;
        padding: 5px 0;
    }

    .listimgtxt dd {
        font-size: 0;
        color: #666;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 68px;
    }

.listimgtxtl {
    clear: both;
    text-align: center;
    border-bottom: 0;
    padding: 20px 10px;
}

    .listimgtxtl:after {
        content: " ";
        clear: both;
        display: table;
    }

    .listimgtxtl:hover {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .listimgtxtl dt {
        padding: 10px 0 5px;
        border-bottom: 1px solid #ddd;
    }

        .listimgtxtl dt a {
            font-size: 16px;
            color: #333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .listimgtxtl dd {
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
        font-size: 12px!important;
    }

        .listimgtxtl dd h3 {
            margin: 0;
            text-align: left;
            color: #d76351;
        }

            .listimgtxtl dd h3 s {
                color: #999;
                padding-right: 5px;
            }

        .listimgtxtl dd h4 {
            width: 100%;
            padding-bottom: 0;
        }

            .listimgtxtl dd h4 a {
                width: 119px;
                padding: 8px 0;
                text-align: center;
                display: inline-block;
                color: #fff;
                font-size: 16px;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                margin: 0 10px;
            }

                .listimgtxtl dd h4 a:first-child {
                    background: #006c99;
                }

                .listimgtxtl dd h4 a i {
                    font-size: 18px;
                    padding-right: 5px;
                }

            .listimgtxtl dd h4 .zxline {
                background: #49b19a;
            }

        .listimgtxtl dd:last-child {
            border-bottom: 0;
        }

@media (min-width:480px) {
    .listimgtxt dt a {
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .listimgtxt dd {
        font-size: 12px;
    }

    .listimgtxtl dt {
        text-align: left;
    }

    .listimgtxtl dd h4 a {
        width: 30%;
    }
}

@media (min-width:640px) {
    .listimgtxt .img270 {
        float: left;
        padding-left: 20px;
    }

    .listimgtxt dl {
        padding: 10px;
    }

    .listimgtxtl {
        text-align: left;
    }

        .listimgtxtl dd h4 a {
            width: 120px;
        }

        .listimgtxtl dd h4 .zxline {
            float: left;
            margin-left: 20px;
        }
}

@media (min-width:768px) {
    .listimgtxt {
        padding: 30px 0 40px;
    }

        .listimgtxt img {
            width: 180px;
            height: 120px;
        }

        .listimgtxt dl {
            padding-left: 30px;
            padding-right: 20px;
        }

        .listimgtxt dt a {
            font-size: 16px;
        }

        .listimgtxt dd {
            overflow: hidden;
            display: -webkit-box;
            word-break: break-all;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

    .listimgtxtl .img270 {
        padding-left: 40px;
    }

    .listimgtxtl dl {
        padding-right: 40px;
    }
}

.prorecommend {
    padding: 30px 0 20px;
    margin-bottom: 30px;
}

    .prorecommend:after {
        content: " ";
        clear: both;
        display: table;
    }

    .prorecommend .hd {
        padding-bottom: 10px;
    }

        .prorecommend .hd h2 {
            font-size: 24px;
            color: #333;
            padding-left: 20px;
        }

        .prorecommend .hd span {
            display: none;
            float: right;
            padding-right: 10px;
        }

            .prorecommend .hd span a {
                line-height: 40px;
            }

        .prorecommend .hd a {
            text-decoration: none;
        }

    .prorecommend .bd {
        width: 880px;
        height: 180px;
        overflow: hidden;
    }

    .prorecommend .madegame {
        width: 880px;
        height: 180px;
        overflow: hidden;
    }

    .prorecommend #kwod {
        position: relative!important;
    }

        .prorecommend #kwod li {
            position: relative;
            float: left;
        }

    .prorecommend ul {
        overflow: hidden;
        zoom: 1;
    }

    .prorecommend li {
        float: left;
        padding: 10px;
        overflow: hidden;
    }

        .prorecommend li img {
            width: 180px;
            height: 120px;
            margin: 0 auto;
            padding-bottom: 5px;
        }

        .prorecommend li h3 {
            margin: 0 auto;
            font-size: 14px;
            color: #333;
            line-height: 30px;
        }

        .prorecommend li span {
            float: right;
            font-size: 12px;
            color: #666;
        }

        .prorecommend li:hover {
            background-color: #fff;
        }

@media (min-width:768px) {
    .prorecommend .hd span {
        display: block;
    }
}

.cfacontent {
    display: none;
}

.cfaAll {
    display: block;
}

.banner {
    background: #fafafa url(/images/teacher2019/teacherbg.png) no-repeat 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 30px 10px 50px;
    box-sizing: border-box;
}

    .banner:after {
        content: " ";
        clear: both;
        display: table;
    }

    .banner span {
        text-align: center;
        display: block;
    }

        .banner span:after {
            content: " ";
            clear: both;
            display: table;
        }

        .banner span img {
            max-width: 100%;
            margin: 10px 0;
        }

    .banner span {
        max-width: 1200px;
        margin: auto;
        display: block;
        width: 100%;
    }

        .banner span:after {
            content: " ";
            clear: both;
            display: table;
        }

@media (min-width:768px) {
    .banner span img {
        float: left;
        max-width: 50%;
    }
}

@media (min-width:1200px) {
    .banner {
        padding: 60px 10px;
    }

        .banner span img {
            max-width: 100%;
            margin-left: 50px;
        }
}

.procontent_teacher {
    min-height: 300px;
}

.sbtbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 999;
}

    .sbtbox .sb_content {
        position: relative;
        margin: 6% auto;
        width: 760px;
        background: #f0f0f0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .sbtbox .sb_content .close {
            cursor: pointer;
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #999;
            border: 1px solid #ddd;
            text-align: center;
            position: absolute;
            right: 10px;
            top: 10px;
        }

        .sbtbox .sb_content .sb_contop {
            width: 100%;
            background: #fff url(/images/teacher2019/submit.png);
            height: 275px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            .sbtbox .sb_content .sb_contop i {
                font-size: 56px;
                color: #49b19a;
                float: left;
            }

            .sbtbox .sb_content .sb_contop dl {
                width: 350px;
                margin: 0 auto;
                padding: 60px 0;
            }

                .sbtbox .sb_content .sb_contop dl dt {
                    font-size: 28px;
                    color: #333;
                    font-weight: 700;
                }

                .sbtbox .sb_content .sb_contop dl dd {
                    font-size: 18px;
                }

                    .sbtbox .sb_content .sb_contop dl dd:last-child {
                        cursor: pointer;
                        font-size: 16px;
                        color: #fff;
                        text-align: center;
                        width: 145px;
                        height: 45px;
                        line-height: 45px;
                        background: #666;
                        margin: 30px auto;
                        border-radius: 23px;
                        -moz-border-radius: 23px;
                        -webkit-border-radius: 23px;
                        -ms-border-radius: 23px;
                        -o-border-radius: 23px;
                    }

        .sbtbox .sb_content dl {
            text-align: center;
            padding: 30px 0;
        }

            .sbtbox .sb_content dl dt {
                font-size: 18px;
            }

            .sbtbox .sb_content dl dd a {
                display: inline-block;
                width: 25%;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
            }

.coursebox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    z-index: 999999;
    background-color: rgba(50,50,50,.7);
}

    .coursebox .cbox {
        width: 100%;
        height: 370px;
        background: #fff;
        color: #666;
        padding: 10px;
        box-sizing: border-box;
        margin: 6% auto;
    }

        .coursebox .cbox span {
            cursor: pointer;
            width: 20px;
            height: 20px;
            color: #ccc;
            border: 1px solid #ccc;
            display: inline-block;
            float: right;
            text-align: center;
            line-height: 20px;
        }

        .coursebox .cbox h3 {
            text-align: center;
            font-size: 24px;
            padding: 20px;
        }

        .coursebox .cbox ul {
            width: 290px;
            margin: 0 auto;
        }

            .coursebox .cbox ul li {
                padding: 10px;
            }

                .coursebox .cbox ul li select {
                    height: 30px;
                    border-color: #ccc;
                    color: #999;
                    box-sizing: border-box;
                }

                    .coursebox .cbox ul li select:first-child {
                        width: 270px;
                        height: 40px;
                        padding-left: 10px;
                    }

                .coursebox .cbox ul li .adress {
                    display: none;
                }

                .coursebox .cbox ul li .fl {
                    float: left;
                }

                .coursebox .cbox ul li #city {
                    margin-right: 10px;
                }

                .coursebox .cbox ul li label.fl {
                    height: 30px;
                    line-height: 30px;
                }

        .coursebox .cbox input {
            width: 120px;
            height: 45px;
            color: #fff;
            margin: 30px auto;
            font-size: 16px;
            display: inherit;
        }

@media (min-width:640px) {
    .coursebox .cbox {
        width: 550px;
        height: 360px;
    }

        .coursebox .cbox .cbcont {
            width: 270px;
            margin: 0 auto;
        }
}

.coursedetailbox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    z-index: 999999;
    background-color: rgba(50,50,50,.7);
}

    .coursedetailbox .cbox {
        width: 100%;
        height: 370px;
        background: #fff;
        color: #666;
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        box-sizing: border-box;
    }

        .coursedetailbox .cbox span {
            cursor: pointer;
            width: 20px;
            height: 20px;
            color: #ccc;
            border: 1px solid #ccc;
            display: inline-block;
            float: right;
            text-align: center;
            line-height: 20px;
        }

        .coursedetailbox .cbox h3 {
            text-align: center;
            color: #00348b;
            font-size: 24px;
            padding: 20px;
        }

        .coursedetailbox .cbox ul {
            max-width: 350px;
            width: 100%;
            margin: 0 auto;
        }

            .coursedetailbox .cbox ul li {
                padding: 0 14px 0 20px;
                border: 1px solid #ddd;
                line-height: 36px;
                background: #f8f8f8;
                border-radius: 2px;
                margin-bottom: 11px;
            }

                .coursedetailbox .cbox ul li a {
                    display: block;
                }

                    .coursedetailbox .cbox ul li a i {
                        float: right;
                        line-height: 36px;
                    }

                .coursedetailbox .cbox ul li select {
                    height: 30px;
                    border-color: #ccc;
                    color: #999;
                    box-sizing: border-box;
                }

                    .coursedetailbox .cbox ul li select:first-child {
                        width: 270px;
                        height: 40px;
                        padding-left: 10px;
                    }

                .coursedetailbox .cbox ul li .adress {
                    display: none;
                }

                .coursedetailbox .cbox ul li .fl {
                    float: left;
                }

                .coursedetailbox .cbox ul li #city {
                    margin-right: 10px;
                }

                .coursedetailbox .cbox ul li label.fl {
                    height: 30px;
                    line-height: 30px;
                }

        .coursedetailbox .cbox input {
            width: 120px;
            height: 45px;
            color: #fff;
            margin: 30px auto;
            font-size: 16px;
            background: #00348b;
            display: inherit;
        }

@media (min-width:640px) {
    .coursedetailbox .cbox {
        width: 550px;
        height: 360px;
    }

        .coursedetailbox .cbox .cbcont {
            width: 270px;
            margin: 0 auto;
        }
}

.mainheader .protitle p strong {
    color: #00348b;
}

.mainheader .prosearch input[type=button] {
    background: #00348b;
}

.mainheader .prophone {
    color: #00348b;
}

.mainnav {
    background: #00348b;
}

    .mainnav li ul {
        background: #00348b;
    }

    .mainnav li a:hover, .mainnav li.selecded a {
        background: #008ed6;
    }

.topheadertwo dl dd ul li nav {
    background: #00348b;
}

.topheadertwo dl a span {
    border-bottom: 15px solid #00348b;
}

.paginator a:hover {
    background: #008ed6;
    border-color: #008ed6;
}

.ads {
    background: #00348b;
    text-align: center;
    max-width: 1920px;
    height: 75px;
    overflow: hidden;
    background: url(../images/ads.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position-x: 26%;
    -webkit-background-position-x: 26%;
    -moz-background-position-x: 26%;
    -ms-background-position-x: 26%;
    -o-background-position-x: 26%;
}

    .ads a {
        display: block;
        height: 75px;
    }

@media (min-width:1200px) {
    .ads {
        background-position-x: inherit;
        -webkit-background-position-x: inherit;
        -moz-background-position-x: inherit;
        -ms-background-position-x: inherit;
        -o-background-position-x: inherit;
    }
}

@font-face {
    font-family: icomoon;
    src: url(/fonts/icomoon.eot?-ivr5ln);
    src: url(/fonts/icomoon.eot?#iefix-ivr5ln) format('embedded-opentype'),url(/fonts/icomoon.ttf?-ivr5ln) format('truetype'),url(/fonts/icomoon.woff?-ivr5ln) format('woff'),url(/fonts/icomoon.svg?-ivr5ln#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.proheader .protitle h1 {
    color: #00348b;
}

.proheader .prosearch input[type=text] {
    border: solid 2px #00348b;
}

.proheader .prosearch input[type=button] {
    background-color: #00348b;
}

.navbar {
    background-color: #008ed6;
}

    .navbar li a {
        color: #a6e1fa;
    }

        .navbar li a:hover {
            background-color: #00348b;
        }

    .navbar li.selecded {
        background-color: #00348b;
    }

.listimgtxt:hover dt a {
    color: #00348b;
}

.prorecommend li:hover h3 {
    color: #00348b;
}

.icon-uniEA0F:before {
    content: "\ea0f";
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

    .popup div {
        width: 320px;
        max-width: 600px;
        max-height: 444px;
        background: #ccc;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        overflow: hidden;
    }

        .popup div video {
            width: 100%;
            margin-bottom: -6px;
        }

        .popup div embed {
            width: 100%;
        }

    .popup i {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #ccc;
        text-align: center;
        line-height: 50px;
        font-size: 30px;
        cursor: pointer;
        position: fixed;
        top: 70px;
        right: 20px;
    }

@media (min-width:414px) {
    .popup div#sp {
        width: 480px;
    }
}

@media (min-width:768px) {
    .popup div#sp {
        width: 600px;
    }
}

@media (min-width:1024px) {
    .popup div#sp {
        width: 600px;
    }
}

.prolistrttl {
    padding: 20px 30px 0;
    box-sizing: border-box;
    position: relative;
    outline: 0;
    border-bottom: 1px solid #ddd;
}

    .prolistrttl:after {
        content: " ";
        clear: both;
        display: table;
    }

    .prolistrttl ul {
        width: 100%;
    }

        .prolistrttl ul:after {
            content: " ";
            clear: both;
            display: table;
        }

        .prolistrttl ul li {
            width: auto;
            margin-right: 30px;
            float: left;
            padding: 10px 0 0;
            box-sizing: border-box;
        }

            .prolistrttl ul li a {
                display: inline-block;
                font-size: 18px;
                color: #999;
                box-sizing: border-box;
                text-align: center;
                border-bottom: 2px solid transparent;
                margin-bottom: -2px;
                padding: 10px 1em;
            }

            .prolistrttl ul li.selected a {
                color: #333;
                border-bottom-color: #407ed6;
            }

            .prolistrttl ul li:hover {
                background: #fff;
            }

            .prolistrttl ul li:last-child {
                margin-right: 0;
            }

    .prolistrttl .lookmore {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 45px;
        cursor: pointer;
        background: #fff;
    }

        .prolistrttl .lookmore dl {
            position: absolute;
            right: -10px;
            width: 100px;
            background: #f0f0f0;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box;
            padding: 5px 10px;
            margin-top: 10px;
        }

            .prolistrttl .lookmore dl dd {
                margin: 10px 0;
                text-align: center;
            }

                .prolistrttl .lookmore dl dd a {
                    display: block;
                }

@media (min-width:640px) {
    .prolistrttl ul li {
        margin-right: 40px;
    }

    .prolistrttl .lookmore {
        bottom: 12px;
        right: 40px;
    }

        .prolistrttl .lookmore dl {
            right: -23px;
        }
}

.banner {
    background: url(/images/teacher2019/banner.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 400px 0 0;
}

@media (max-width:1200px) {
    .banner {
        padding-top: 33.33%;
    }
}

.listeacher {
    display: table;
    width: 96%;
    background-color: #f8f8f8;
    margin: 2%;
}

    .listeacher dd, .listeacher dt {
        display: table-cell;
        vertical-align: middle;
    }

    .listeacher dt {
        width: 34.2%;
        background: url(/images/teacher2019/bg_teacher.jpg) center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        vertical-align: bottom;
    }

        .listeacher dt img {
            width: 100%;
            vertical-align: bottom;
        }

    .listeacher dd {
        width: 75.8%;
        color: #999;
        font-size: 12px;
        padding: 0 3% 0 5%;
    }

        .listeacher dd .til {
            margin-bottom: 2em;
        }

            .listeacher dd .til:after {
                content: " ";
                clear: both;
                display: table;
            }

            .listeacher dd .til span {
                display: inline-block;
                margin-top: 10px;
            }

            .listeacher dd .til a {
                float: right;
                display: inline-block;
                text-align: center;
                width: 7.4em;
                padding-left: 1.6em;
                font-size: 1.25em;
                line-height: 2.66;
                border-radius: 1.33em;
                -moz-border-radius: 1.33em;
                -webkit-border-radius: 1.33em;
                -ms-border-radius: 1.33em;
                -o-border-radius: 1.33em;
                color: #3f72ce;
                border: solid 1px #3f72ce;
                background: url(/images/teacher2019/icon_seacherb.png) 1.4em center no-repeat;
            }

        .listeacher dd b {
            font-size: 2.33em;
            color: #333;
            margin-right: 10px;
        }

        .listeacher dd ul li {
            margin-top: 1.2em;
            line-height: 1.8;
            max-height: 3.6em;
            overflow: hidden;
            display: -webkit-box;
            word-break: break-all;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .listeacher dd ul li span {
                font-size: 16px;
                color: #333;
            }

    .listeacher:hover dd {
        background: url(/images/teacher2019/bg_tear.png) left repeat-y;
        color: #fff;
    }

        .listeacher:hover dd .til a {
            border-color: #fff;
            color: #fff;
            background-image: url(/images/teacher2019/icon_seacherw.png);
        }

        .listeacher:hover dd b {
            color: #fff;
        }

        .listeacher:hover dd ul li span {
            color: #fff;
        }

@media (max-width:768px) {
    .listeacher dd {
        padding: 3%;
    }

        .listeacher dd .til span {
            margin-top: 0;
        }

            .listeacher dd .til span em {
                display: none;
            }

        .listeacher dd .til a {
            font-size: 1em;
            line-height: 2;
            width: 6.4em;
            background-position: 1em center;
        }

        .listeacher dd b {
            font-size: 1.4em;
        }

        .listeacher dd ul li span {
            font-size: 14px;
        }
}

@media (max-width:568px) {
    .listeacher dd .til {
        margin-bottom: 0;
    }

    .listeacher dd ul li {
        margin-top: .3em;
        line-height: 1.2;
    }
}

.pagelist {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .pagelist input {
        width: 2.8em;
    }

        .pagelist input.number {
            padding: 0;
            margin-left: 4px;
        }

    .pagelist input, .pagelist span {
        display: inline-block;
        vertical-align: middle;
        min-width: 2.8em;
        height: 2.4em;
        line-height: 2.4em;
        color: #666;
        text-align: center;
        background-color: #fff;
        border: solid 1px #dedede;
        cursor: pointer;
        margin-top: 4px;
        margin-bottom: 4px;
        box-sizing: border-box;
    }

@media (max-width:640px) {
    .pagelist input:nth-of-type(4), .pagelist span:nth-of-type(4) {
        display: none;
    }

    .pagelist input:nth-of-type(5), .pagelist span:nth-of-type(5) {
        display: none;
    }
}

.pagelist input a, .pagelist span a {
    display: block;
}

    .pagelist input a:hover, .pagelist span a:hover {
        color: #407ed6;
    }

.pagelist input:hover, .pagelist span:hover {
    color: #407ed6;
}

.pagelist input.on, .pagelist span.on {
    background-color: #407ed6;
}

    .pagelist input.on a, .pagelist span.on a {
        color: #fff;
    }

.pagelist input.next, .pagelist span.next {
    padding: 0 5px;
}

    .pagelist input.next img, .pagelist span.next img {
        vertical-align: baseline;
        margin-left: 5px;
    }

.pagelist input.prev, .pagelist span.prev {
    padding: 0 5px;
}

    .pagelist input.prev img, .pagelist span.prev img {
        vertical-align: baseline;
        margin-right: 5px;
    }

.pagelist input.jump, .pagelist span.jump {
    margin-left: -6px;
    background-color: #f6f6f6;
    border: solid 1px #e5e5e5;
}

.pagelist span + span {
    margin-left: 4px;
}

@media (max-width:640px) {
    .pagelist {
        font-size: 12px;
    }
}
