@charset "utf-8";

body {
    background: #eff1f3;
    font-family: "微软雅黑", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '微软雅黑', "arial black";
    color: #272727;
}

a {
    cursor: pointer;
}

ul {
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    zoom: 1;
}

li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

header {
    width: 100%;
    background: #3582c5;
    min-height: 100px;
    padding: 10px;
    overflow: auto;
}

    header img {
        height: 80px;
    }

    header .float_right {
        margin-top: 20px;
    }

    header li {
        float: left;
        font-size: 15px;
    }

        header li a {
            width: 105px;
            height: 40px;
            color: #fff;
            float: left;
            line-height: 40px;
            text-align: center;
        }

            header li a:hover, .pxtzCon a:hover {
                color: #65bcff;
                text-decoration: none;
                font-weight: bold;
            }

    header .active {
        background: #08102a;
        width: 105px;
        height: 40px;
        border-radius: 5px;
        font-weight: bold;
    }

.marginTop10 {
    margin-top: 10px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight2 {
    margin-right: 2%;
}

.marginLeft15 {
    margin-left: 15px;
}

.text-gray {
    color: #CCCCCC;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.carousel-inner {
    position: relative;
    min-height: 400px;
    background: #fff;
}

kouhao {
    line-height: 40px;
    font-size: 32px;
    min-width: 448px;
    max-width: 1440px;
    display: block;
    z-index: 20;
    color: orange;
    margin: 80px auto;
    text-shadow: 5px 5px 5px black, 0px 0px 2px black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 华文行楷;
}

.carousel-inner .item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    display: block;
}

.affix {
    z-index: 1000;
    width: 500px;
    right: 0%;
    position: absolute !important;
    margin-top: 80px;
}

.login {
    width: 340px;
    height: 215px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    /*position: fixed;*/
    /*    border: 1px #fff solid;*/
    /*background: rgba(255, 255, 255, .9);*/
    /*width: 340px;*/
    /*height: 280px;*/
    /*position: fixed;*/
    /*z-index: 1000;*/
    /*right: 10px;
    top: 65px;
    border-radius: 8px;*/
    /* padding: 10px 20px;
    border: 1px solid #ccc;*/
}

#studentInfo {
    padding: 10px 20px;
}

    #studentInfo li {
        float: left;
        line-height: 55px;
    }

.login img {
    width: 53px;
    height: 53px;
    border-radius: 53px;
}

.theme_color {
    color: #2060a7;
}

.studentInfoName {
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.studentInfoProgramme {
    width: 260px;
    height: 28px;
    line-height: 28px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    font-size: 16px;
}

    .studentInfoProgramme i {
        line-height: 30px;
        width: 1em;
        margin-right: 0.5em;
        font-size: 1.2em;
        text-align: center;
        color: #ff000077;
    }

#studentInfoCenter a {
    cursor: pointer;
    width: 8em;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    border: 1px solid;
}

.bold {
    font-weight: bold;
}

.font16 {
    font-size: 16px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.login_c {
    color: #fff;
    border: solid 1px #0090ff;
    background: #0090ff;
}

.login_con {
    padding: 20px 0 0 22px;
    clear: both;
}

.button_login, .button_login2:active {
    position: relative;
    top: 1px;
}

.button_login {
    display: inline;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    width: 295px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-family: "微软雅黑";
}

.input_loginName {
    width: 295px;
    background-image: url(/Student/img/login_id.jpg);
    background-repeat: no-repeat;
    line-height: 40px;
    height: 45px;
    padding-left: 35px;
    background-color: #fff;
    border: 1px #ccc solid;
    color: #999;
    font-size: 14px;
    border-radius: 5px;
}

.input_loginPassword {
    width: 295px;
    background-image: url(/Student/img/login_password.jpg);
    background-repeat: no-repeat;
    line-height: 40px;
    height: 45px;
    padding-left: 35px;
    background-color: #fff;
    border: 1px #ccc solid;
    color: #999;
    font-size: 14px;
    border-radius: 5px;
}

h1 {
    color: #34a1dc;
    font-weight: bold;
    margin-top: 30px;
}

.chatu {
    clear: both;
    margin: 40px auto;
    text-align: center;
    width: 1340px;
}

    .chatu img {
        width: 100%;
    }

.pxtz_title {
    border-bottom: #dadada 1px solid;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

    .pxtz_title span {
        padding: 0 10px;
    }

    .pxtz_title .active {
        border-bottom: 2px #0090ff solid;
        padding-bottom: 5px;
    }

    .pxtz_title a {
        color: #333;
        cursor: pointer;
    }

    .pxtz_title .active a {
        color: #0090ff;
    }

    .pxtz_title a:hover {
        text-decoration: none;
        color: #3582c5;
        font-weight: bold;
    }

.aDownload {
    display: block;
    height: 50px;
}

.pxtzCon {
    width: 32%;
    background: #ededed;
    text-align: center;
    float: left;
    height: 292px;
}

    .pxtzCon p, .pxtzCon a {
        line-height: 30px;
        padding: 10px 0;
    }

    .pxtzCon li img {
        width: 100%;
    }


.ztpxCon {
    width: 49.5%;
    background: #ededed;
    padding: 10px;
    height: 165px;
    margin-top: 20px;
}

    .ztpxCon .img {
        width: 145px;
        height: 145px;
        overflow: hidden;
        float: left;
        margin-right: 15px;
    }

    .ztpxCon img {
        max-height: 145px;
        margin: auto;
        text-align: center;
    }


.hktjCon {
    border: 1px #dadada solid;
    width: 33.33%;
    float: left;
    margin-top: 20px;
}

    .hktjCon .img {
        width: 100%;
        height: 258px;
        overflow: hidden;
    }

    .hktjCon img {
        width: 100%;
        margin: auto;
        text-align: center;
        max-height: 100%;
    }

    .hktjCon li {
        padding: 15px 20px;
        height: 258px;
    }

.text {
    background: #dde6fc;
    padding: 5px 10px;
    color: #0836e0;
    border-radius: 3px;
    border: none;
    font-weight: bold;
}

.hktjCon button {
    font-size: 12px;
}

.hktjCon h3 {
    padding: 10px 0;
}

.hktjCon a {
    color: #333;
}

    .hktjCon a:hover {
        text-decoration: none;
        color: #3582c5;
    }


.dzkpCon {
    width: 50%;
    float: left;
    margin-top: 20px;
}

    .dzkpCon .img {
        width: 50%;
        float: left;
        height: 345px;
        overflow: hidden;
    }

    .dzkpCon img {
        width: 100%;
    }

    .dzkpCon h3 {
        margin-top: 40px;
        line-height: 35px;
    }

    .dzkpCon li {
        padding: 0 20px;
        float: left;
        width: 50%;
    }

    .dzkpCon p {
        margin-top: 40px;
        max-height: 150px;
        overflow: hidden;
        line-height: 30px;
        height: calc(100% - 75px);
        font-size: 18px;
        float: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        overflow: hidden;
        width: 100%;
        text-indent: 2em;
    }


.jzmore {
    text-align: center;
    color: #ccc;
    padding: 20px;
}







footer {
    background: #e5e8ec;
    padding: 35px 0;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    padding: 0px 40px 5px 0;
    border-right: 2px #07337b solid;
    width: 30%;
    float: left;
}

footer .footer_mass {
    line-height: 26px;
    padding-left: 40px;
    float: left;
    margin-top: 4px;
}

.QRcodeImgText {
    width: 150px;
    height: 100px;
    float: right;
    margin-top: -15px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#menuArea a {
    cursor: pointer;
}

#onlineTrainArea h3, #offlineTrainArea h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
}

#menuArea {
    background: #3582c5;
}
