﻿.login_teacher {
    float: left;
    width: 35%;
    padding: 3% 2%;
    border: 2px #337ab7 solid;
    background: #fff;
    border-radius: 8px;
}
.loginOver {
    float: left;
    width: 35%;
    background: #fff;
    display: none;
}
    .loginOver h4 {
        width: 100%;
        background-image: url(/New/img/login_pic/apps.png);
        background-repeat: no-repeat;
        background-color: #0e6eb8;
        padding-left: 50px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #b4b4b4 dashed;
        border-top: 1px #b4b4b4 dashed;
        margin: 0;
        color: #fff;
    }
.loginInfo{
    font-size: 1.2em;
    padding: 0.4em 2em 0em 2em;
}
.loginInfo a{
    color:#337ab7;
    margin-left:2em;
    cursor:pointer;
}
    .login_teacher .form-control1 {
        width: 100%;
        border: 1px #dadada solid;
        background-image: url(/New/img/login_pic/login_icon.jpg);
        background-repeat: no-repeat;
        padding-left: 42px;
        height: 45px;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .login_teacher .form-control2 {
        width: 100%;
        border: 1px #dadada solid;
        background-image: url(/New/img/login_pic/password_icon.jpg);
        background-repeat: no-repeat;
        padding-left: 42px;
        height: 45px;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .login_teacher a {
        clear: both;
        float: right;
        color: #27c5d2;
        margin-top: 10px;
    }

        .login_teacher a:hover {
            color: #039aa6;
        }

    .login_teacher button {
        margin: 10px 0 15px 0;
        background: #337ab7;
        color: #fff;
        font-size: 2em;
        line-height: 50px;
        height: 50px;
        text-align: center;
        border-radius: 5px;
        border: none;
        width: 100%;
    }

        .login_teacher button:hover {
            background: #0661a7;
            color: #eee;
        }

.not_teacher {
    float: right;
    width: 63%;
    padding: 4%;
    background: #e2f4ff;
    border-radius: 8px;
    background-image: url(/New/img/login_pic/nono_di.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 1.8em;
    line-height: 35px;
    border: 2px #fff solid;
    min-height: 364px;
}
.semester {
    float: right;
    width: 63%;
    min-height: 364px;
    display: none;
}
    .semester h4 {
        width: 100%;
        background-image: url(/New/img/login_pic/calc.png);
        background-repeat: no-repeat;
        background-color: #0e6eb8;
        padding-left: 50px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #b4b4b4 dashed;
        border-top: 1px #b4b4b4 dashed;
        margin: 0;
        color: #fff;
    }
.semester div{
    border-left:2px solid #fff;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
}
.often_teacher, .often_student {
    float: left;
    width: 35%;
    min-height: 250px;
}

    .often_teacher h4 {
        width: 100%;
        background-image: url(/New/img/login_pic/often_icon.png);
        background-repeat: no-repeat;
        background-color: #0e6eb8;
        padding-left: 50px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #b4b4b4 dashed;
        border-top: 1px #b4b4b4 dashed;
        margin: 0;
        color: #fff;
    }

    .often_teacher span {
        display: block;
        float: left;
        margin: 0.5em 2%;
        min-width: 20%;
        font-size: 1.6em;
        border: dotted 1px #ccc;
        border-radius: 3em;
        padding: 0.2em 1em;
        text-align: center;
        background-color:#fff;
    }

    .often_student h4 {
        width: 100%;
        background-image: url(/New/img/login_pic/often_icon.png);
        background-repeat: no-repeat;
        background-color: #ff9900;
        padding-left: 50px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #fff dashed;
        border-top: 1px #fff dashed;
        margin: 0;
        color: #fff;
    }

.often_teacher_list {
    background: #fff;
    width: 100%;
    padding: 0 10px 10px 10px;
}

    .often_teacher_list ul {
        width: 48%;
        margin-top: 10px;
    }

    .often_teacher_list img {
        width: 100%;
        height: auto;
    }

    .often_teacher_list button {
        width: 100%;
        margin-top: 6px;
        background: #e2f4ff;
        border: 1px #b9c7d2 solid;
        border-radius: 4px;
        font-size: 1.3em;
    }

        .often_teacher_list button:hover {
            background: #91def4;
            color: #fff;
        }

.impor_teacher {
    float: right;
    width: 63%;
    min-height: 250px;
    background-color: #fff;
}

    .impor_teacher h4 {
        width: 100%;
        background-image: url(/New/img/login_pic/impor_icon.png);
        background-repeat: no-repeat;
        background-color: #0e6eb8;
        padding-left: 50px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #b4b4b4 dashed;
        border-top: 1px #b4b4b4 dashed;
        margin: 0;
        color: #fff;
    }

    .impor_teacher .more {
        float: right;
        margin-right: 0.5em;
        font-size: 0.8em;
    }

        .impor_teacher .more a {
            color: #fff;
        }

.impor_list {
    width: 100%;
    background: #fff;
    margin: 0px;
    font-size:1.2em;
}

    .impor_list ul {
        clear: both;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        border-bottom: 1px #b4b4b4 dashed;
    }

        .impor_list ul:hover {
            background: #f1f1f1;
            cursor: pointer;
        }

    .impor_list .float_left {
        width: 78%;
        overflow: hidden;
        font-size: 1.3em;
        line-height: 40px;
        height: 40px;
    }
    .impor_list .float_right {
        font-size:1.3em;
    }

.impor_teacher .impor_list a {
    color: #333;
}

    .impor_teacher .impor_list a:hover {
        color: #27c5d2;
    }

.login_student {
    float: left;
    width: 35%;
    padding: 3% 2%;
    border: 2px #ff9900 solid;
    background: #fff;
    border-radius: 8px;
}

    .login_student .form-control1 {
        width: 100%;
        border: 1px #dadada solid;
        background-image: url(/New/img/login_pic/login_icon.jpg);
        background-repeat: no-repeat;
        padding-left: 42px;
        height: 45px;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .login_student .form-control2 {
        width: 100%;
        border: 1px #dadada solid;
        background-image: url(/New/img/login_pic/password_icon.jpg);
        background-repeat: no-repeat;
        padding-left: 42px;
        height: 45px;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .login_student a {
        clear: both;
        float: right;
        color: #333;
        margin-top: 10px;
    }

        .login_student a:hover {
            color: #ff9900;
        }

    .login_student button {
        margin: 10px 0 15px 0;
        background: #ff9900;
        color: #fff;
        font-size: 2em;
        line-height: 50px;
        height: 50px;
        text-align: center;
        border-radius: 5px;
        border: none;
        width: 100%;
    }

        .login_student button:hover {
            background: #e99311;
            color: #fffb00;
        }

.not_student {
    float: right;
    width: 63%;
    padding: 4%;
    background: #fff5e5;
    border-radius: 8px;
    background-image: url(/New/img/login_pic/nono_di.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 1.3em;
    line-height: 35px;
    border: 2px #fff solid;
}


.often_student_list {
    background: #fff5e5;
    width: 100%;
    margin: auto;
    padding: 5px;
}

    .often_student_list ul {
        width: 33.3%;
        float: left;
        padding: 1% 2%;
    }

    .often_student_list img {
        width: 100%;
        height: auto;
    }

.often_student_a {
    margin-top: -25px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    background: rgba(0, 176, 190, 0.7);
    text-align: center;
}

    .often_student_a a {
        color: #fff;
    }

        .often_student_a a:hover {
            color: #e99311;
        }

.impor_student {
    float: right;
    width: 63%;
}

    .impor_student h4 {
        width: 100%;
        background-image: url(/New/img/login_pic/impor_icon.png);
        background-repeat: no-repeat;
        background-color: #ff9900;
        padding-left: 50px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px #fff dashed;
        border-top: 1px #fff dashed;
        margin: 0;
        color: #fff;
    }

.impor_list {
    width: 100%;
    background: #fff;
    margin: 0px;
}

    .impor_list ul {
        clear: both;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
        border-bottom: 1px #b4b4b4 dashed;
    }

        .impor_list ul:hover {
            background: #f1f1f1;
            cursor: pointer;
        }


.impor_student .impor_list a {
    color: #333;
}

    .impor_student .impor_list a:hover {
        color: #ff9900;
    }

.speedWay1, .speedWay3{text-align: center;}
.speedWay1 p{font-size: 2em;background: url(/New/img/login_pic/te_login.png); background-position: center top;background-repeat: no-repeat;padding: 110px 10px 10px 10px;}
.speedWay3 p{font-size: 2em;background: url(/New/img/login_pic/stu_login.png); background-position: center top;background-repeat: no-repeat;padding: 110px 10px 10px 10px;}

		.speedWay1 a{font-size: 1.3em;color: #27c5d2;text-align: center;}
		.speedWay1 a:hover{color: #00a7b5;}
		.speedWay span{font-size: 1.3em;padding-left: 10px;color: #27c5d2;}
		.marginLeft10{margin-left: 10px;}

#divSplit{
    float: left;
    width: 2px;
    background-color: #3b88c4;
    margin: 0 0 0 1.2%;
}

@media (max-width: 1024px) {
    .login_teacher, .not_teacher ,.often_teacher, .often_student,.impor_teacher,.semester,.loginOver{
        width: 100%;
    }

    .not_teacher,.impor_list .float_left, .impor_list .float_right{
        font-size:1em;
    }

    #divSplit{
        display:none;
    }
}
    
.speedWay1 div, .speedWay3 div{
    width:100%;
    overflow:auto;
    text-align:center;
}
.speedWay1 a, .speedWay3 a{
    font-weight: bolder;
    font-size: 1.5em;
    display: inline-block;
    cursor: pointer;
    float: none;
    clear: none;
    margin: 0 5%;
}
#div2, #div3, #div4, #div45, #div5{
    border: dashed 1px #ccc;
}
        .footer {
            display:none;
            clear: both;
            width: 100%;
            text-align: center;
            padding: 20px 0;
            color: #fff;
            background: #0e6eb8;
            position: fixed;
            bottom: 0;
        }

        .top {
            display:none;
            position: fixed;
            top: 0;
            width: 100%;
            color: #0e6eb8;
            border-bottom: #0e6eb8 2px solid;
        /*    background-image: url(//www.ppzz1.com/New/img/home_pic/logo.png);*/
            min-height: 7em;
            background-repeat: no-repeat;
            background-size: 350px;
            background-position-x: 6%;
            background-position-y: center;
            background-color: #f5f5f5;
            height: 85px;
            z-index:100;
        }

            .top a {
                color: #0e6eb8;
                vertical-align: middle;
                font-size: 14px;
            }

        .divWelcome {
            position: fixed;
            top: 1em;
            right: 6%;
            font-size: 14px;
            font-weight: 600;
        }

        .divBtns {
            position: fixed;
            top: 4em;
            right: 6%;
            font-weight: 600;
        }

        .divSubMenuList {
            margin-top: 85px;
            overflow-y: auto;
        }

        .divMenus {
           /* overflow: auto;*/
        }
.divCommonLink{
    background-color:#fff;
    min-height: 200px;
    overflow:auto;
}
.divSubMenuList h4{
    background-color: #3b88c4 !important;
}
.divSubMenuList .divCommonLink{
    background-color: #fff5e5 !important;
}
.divSubMenu p{
    display:none;
    position: absolute;
    width: 14em;
    left: -6px;
    z-index:10;
}
.divSubMenu{
    position: relative;
}
.spTitle{
    position:fixed;
    top: 1.2em;
    font-size:3.5em;
    font-weight: bolder;
    color:#1954a5;
    margin-left: 1em;
}
@media screen and (max-width:960px) {
    .top img {
        width: 50%;
        height:auto !important;
    }
    .spTitle{
        font-size:2.5em !important;
        top:0.7em;
        margin-left:0.5em;
    }
}

@media screen and (max-width:660px) {
    .spTitle{
        font-size: 2em !important;
        top: 2.5em;
        margin-left: 0.5em;
        left: 1em;
    }
    .semester{
        width:100%;
        overflow-x:auto;
    }
    iframe{
        min-width:870px;
    }
}

