@charset "utf-8";

/* CSS Document */
.hd-2a {
    float: left;
    width: 162px;
    display: inline;
    font-size: 25px;
    color: #141313;
    margin: 12px 26px 0px 16px;
}

    .hd-2a a {
        color: #141313;
    }

.hd-2r span {
    float: left;
    display: inline;
    width: auto;
    overflow: hidden;
    margin: 7px 0px 0px 22px;
}

.chanLearn {
    width: 1200px;
    position: relative;
    color: #777777;
    margin: 0 auto;
    font-size: 14px;
}

.chan_banner {
    width: 100%;
    height: 231px;
    background-image: url("../../images/chan_banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.chanLearn .learn1, .chanLearn .learn2 {
    width: 1189px;
    position: relative;
    height: 439px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.chanLearn .learn1 {
    background-image: url("../../images/chan_learn1.jpg");
    margin: 40px auto 40px;
}

.chanLearn .learn2 {
    background-image: url("../../images/chan_learn2.jpg");
    margin-bottom: 40px;
}

.chanLearn .btn_review, .chanLearn .btn_resit {
    width: 195px;
    height: 50px;
    border-radius: 5px;
    background-color: #EA5E23;
    color: white;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    transition: 1s;
}

    .chanLearn .btn_review:hover, .chanLearn .btn_resit:hover {
        background-color: #ffb849;
    }

.chanLearn .learn1 span.btn_courseTable1, .chanLearn .learn2 span.btn_courseTable2 {
    width: 170px;
    height: 42px;
    border-radius: 5px;
    color: white;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 42px;
    position: absolute;
    transition: 1s;
}

.chanLearn .learn1 span.btn_courseTable1 {
    left: 728px;
    top: 337px;
    background-color: #ff8b24;
}

.chanLearn .learn2 span.btn_courseTable2 {
    left: 190px;
    left: 106px;
    top: 339px;
    background-color: #ff8b24;
}

    .chanLearn .learn2 span.btn_courseTable2:hover, .chanLearn .learn1 span.btn_courseTable1:hover {
        background-color: #ffb948;
    }

.chanLearn .learn1 span {
    left: 276px;
    top: 252px;
}

.chanLearn .learn2 span {
    left: 725px;
    top: 254px;
}

.chanLearn .courseTable1, .chanLearn .courseTable2 {
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.chanLearn .courseTable1 {
    height: 689px;
    background-image: url("../../images/courseTable1.jpg");
}

.chanLearn .courseTable2 {
    height: 729px;
    background-image: url("../../images/courseTable2.jpg");
}

.chanLearn .learn1 .btn_enter1, .chanLearn .learn2 .btn_enter2 {
    width: 170px;
    height: 42px;
    border-radius: 5px;
    color: white;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 42px;
    position: absolute;
    background-color: #EA5E23;
}

.chanLearn .learn1 .btn_enter1 {
    left: 924px;
    top: 337px;
}

.chanLearn .learn2 .btn_enter2 {
    left: 308px;
    top: 339px;
}
/*立即报名弹出框开始*/
.chan_chuji_dialog {
    width: 400px;
    background-color: white;
    height: 315px;
    border-radius: 5px;
    font-size: 16px;
    color: #777777;
    position: relative;
    display: none;
}

    .chan_chuji_dialog .title {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        color: #EA5E23;
    }

    .chan_chuji_dialog .user_info {
        width: 300px;
        margin: 0 auto;
    }

        .chan_chuji_dialog .user_info .item {
            height: 50px;
        }

            .chan_chuji_dialog .user_info .item span {
            }

            .chan_chuji_dialog .user_info .item input {
                border: 1px #e5e5e5 solid;
                height: 25px;
                line-height: 25px;
                outline: none;
                background-color: #e5e5e5;
                width: 214px;
                margin-left: 15px;
            }

            .chan_chuji_dialog .user_info .item .btn_getCode {
                background-color: #EA5E23;
                color: white;
                font-size: 14px;
                padding: 5px 10px;
                border-radius: 5px;
                margin-left: 6px;
                cursor: pointer;
            }

    .chan_chuji_dialog .btn_cancel, .chan_chuji_dialog .btn_ok {
        float: left;
        width: 120px;
        height: 30px;
        color: white;
        border-radius: 5px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
        margin-top: 8px;
    }

    .chan_chuji_dialog .btn_cancel {
        background-color: #aaaaaa;
        margin-left: 63px;
        margin-right: 40px;
    }

    .chan_chuji_dialog .btn_ok {
        background-color: #EA5E23;
    }
/*立即报名弹出框结束*/
