html, body {
    height: 100%;
    background-color: #014888;
    font-family: 'Microsoft YaHei', "Segoe UI", Segoe, Tahoma, Arial, Verdana, sans-serif;
}

.login_top{
    height:32px;
    line-height:32px;
    background-color:#15518a;
    border-bottom:1px solid #0D639C;
    z-index:110;
}
.login_top .top_menu li{
    float:right;
    margin-right:10px;
    position:relative;
    z-index:111;
    list-style: none;
}
.top_menu li > a{
    display:block;
    width:auto;
    height:30px;
    padding:0px 20px 1px 10px;
    border:1px solid #15518a;
    border-bottom-width:0px;
    background:url(images/login/top_menu_a.gif) right 0 no-repeat;
    line-height:30px;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    position:relative;
    z-index:111;
}
.top_menu li > a:hover,
.top_menu li > .active{
    background-color:#4087ca;
    background-position:right -31px;
    border-color:#022c54;
    border-bottom-width:1px;
    border-bottom-color:#4087ca;
    color:#fff;
    text-decoration:none;
}
.top_menu li > a:hover + .top_menu_cont,
.top_menu .active + .top_menu_cont{
    display:block;
}
.top_menu_cont{
    display:none;
    width:440px;
    height:auto;
    padding:20px;
    border:1px solid #022c54;
    background-color:#4087ca;
    position:absolute;
    top:32px;
    right:0;
    z-index:100;
    line-height:24px;
}
.top_menu_a{
    line-height:34px;
}
.top_menu_a a{
    display:inline-block;
    padding:0 7px;
    margin-right:4px;
    line-height:24px;
    color:#fff;
    font-size:14px;
    white-space:nowrap;
    text-decoration:none;
}
.top_menu_a a:hover,
.top_menu_a .click_on{
    color:#fff;
    background-color:#cd040c;
    text-decoration:none;
}
.top_menu_cont p{
    line-height:24px;
}

#header {
    /*position: absolute;*/
    /*top: 33px;*/
    /*left: 50%;*/
    /*width: 1368px;*/
    /*height: 120px!important;*/
    /*background-color: #556622;*/
    /*background: url(../img/login_header_bg.png) top center no-repeat;*/
    /*margin-left: -684px;*/
    /*z-index: 100;*/

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 197px!important;
    background-color: #556622;
    background: url(../img/login_header_bg.png) top center no-repeat;
    /* margin-left: -684px; */
    z-index: 100;
}

.login-title {
    /*line-height: 90px;*/
    /*color: #d8edff;*/
    /*font-size: 32px;*/
    /*font-weight: bold;*/
    /*vertical-align:middle;*/
    /*letter-spacing:2px;*/
    line-height: 192px;
    color: #d8edff;
    font-size: 50px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 2px;
    padding-left: 110px;
}

#container {
    /* width: 945px; */
    /* height: 555px; */
    /* background: url(../img/login_container_bg.png) top center no-repeat; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin-left: -495px; */
    /* margin-top: -280px; */
    /* z-index: 98; */
    width: 1000px;
    height: 500px;
    background: url(../img/login_container_bg.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -230px;
    z-index: 98;
}

.loginDiv{
    /* position: absolute; */
    top: 100px;
    left: 545px;
    /* width: 282px; */
    position: absolute;
    /* top: 232px; */
    /* left: 648px; */
    width: 282px
}

#container p{
    margin:0px 0px 10px 0px;
    width: 100%;
}
#container label{
    display: inline-block;
    height:36px;
    line-height:36px;
    width: 80px;
    padding: 0px;
    margin: 0px;
    background-color: #11507C;
    text-align: center;
    color: #FFFFFF;
    vertical-align: top;
}
#container input.login_name,
#container input.login_password {
    height: 34px;
    width: 194px;
    margin: 0px;
    border: transparent 1px solid;
    background-color: #CAD8E8;
    line-height: 34px;
}

.code-image {
    position:absolute;
    top:0px;
    right:0px;
    width:80px;
    height:36px;
    vertical-align:top;
    cursor: pointer;
}

.captcha-success {
    border-color:#2DC237 !important;
    background-color:#C8EFCA !important;
    color:#2DC237;
}

.captcha-failed {
    border-color:#E53935 !important;
    background-color:#f9cecd !important;
    color:#E53935;
}

.fa-check-circle {
    color: #2DC237;
}

.fa-times-circle {
    color: #E53935;
}

.yLost{float:right;text-align:right;}
.yLost a{color:#538abb;margin-left:15px;}
.yLost a:hover{color:#fff;}

.yLnotice{
    width:100%;
    background:#f8d98f;
    height:32px;
    margin-bottom:10px;
}
.yLnotice img{
    width:16px;
    height:16px;
    margin-top: 8px;
    margin-left:8px;
    vertical-align: top;
}
.yLnotice span{
    line-height: 32px;
    color:#ff5f5f;
}

.btn_login1{
    height:36px;
    width:98px;
    border:none;
    cursor:pointer;
}

.btn_remove1{
    margin-left:20px;
    height:36px;
    width:98px;
    border:none;
    cursor:pointer;
}

.we-chat{
    /*position:fixed;*/
    /*z-index:999;*/
    /*width: auto;*/
    /*height:auto;*/
    /*top:140px;*/
    /*left:95px;*/
    position: fixed;
    z-index: 999;
    width: auto;
    height: auto;
    top: 214px;
    left: 130px;
}

.we-chat img {
    width: 227px;
    height: 322px;
}

.mountain {
    /*position: absolute;*/
    /*top: 789px;*/
    /*!*left: 50%;*!*/
    /*width: 100%;*/
    /*height: 165px;*/
    /*!*margin-left: -500px;*!*/
    /*background: url(../img/login_mountain_bg.png);*/
    /*z-index: 97;*/
    position: absolute;
    bottom:0px;
    /* left: 50%; */
    width: 100%;
    height: 165px;
    /* margin-left: -500px; */
    background: url(../img/login_mountain_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 98;
}

#footer {
    /*position:absolute;*/
    /*width:100%;*/
    /*height: 100px;*/
    /*overflow: hidden;*/
    /*line-height:22px;*/
    /*margin:0px;*/
    /*font-size:12px;*/
    /*text-align:center;*/
    /*color:#95bbdd;*/
    /*bottom:0px;*/
    /*left: 0px;*/
    /*z-index: 99;*/

    position: absolute;
    width: 100%;
    height: 130px;
    overflow: hidden;
    line-height: 30px;
    margin: 0px;
    font-size: 17px;
    text-align: center;
    color: #95bbdd;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

#footer p {
    margin: 0px;
    padding: 0px;
}

#footer .yBlue{
    color: #689bc8;
    margin-top: 12px;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity:0.8;
}


.bottomdiv{
    position: absolute;
    right: 1px;
    bottom: 5px;
    z-index: 1000;
    width: 288px;
    height: 254px;
}

.bottomimg{
    position: absolute;
    height: 100%;
    width: 100%;
}

.logodiv{
    position: absolute;
    top: 50px;
    left: 45%;
    margin-left: -330px;
}

.logoimg{
    width: 95px;
    height: 95px;
}

@media screen and (max-width: 1366px) {

    #header {
        /* position: absolute; */
        /* top: 33px; */
        /* left: 50%; */
        /* width: 1368px; */
        /* height: 120px!important; */
        /* background-color: #556622; */
        /* background: url(../img/login_header_bg.png) top center no-repeat; */
        /* margin-left: -684px; */
        /* z-index: 100; */
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1366px;
        height: 140px!important;
        background-color: #556622;
        background: url(../img/login_header_bg.png) top center no-repeat;
        background-size: contain;
        /* margin-left: -684px; */
        z-index: 100;
    }


    .logodiv{
        position: absolute;
        top: 39px;
        left: 50%;
        margin-left: -260px;
    }


    .logoimg{
        width: 61px;
        height: 65px;
    }

    .login-title {
        /* line-height: 90px; */
        /* color: #d8edff; */
        /* font-size: 32px; */
        /* font-weight: bold; */
        /* vertical-align: middle; */
        /* letter-spacing: 2px; */
        line-height: 146px;
        color: #d8edff;
        font-size: 30px;
        font-weight: bold;
        vertical-align: middle;
        letter-spacing: 2px;
        padding-left: 66px;
    }

    .we-chat {
        /* position: fixed; */
        /* z-index: 999; */
        /* width: auto; */
        /* height: auto; */
        /* top: 140px; */
        /* left: 95px; */
        position: fixed;
        z-index: 999;
        width: auto;
        height: auto;
        top: 150px;
        left: 70px;
    }

    .we-chat img {
        width: 164px;
        height: 233px;
    }

    #container {
        /* width: 945px; */
        /* height: 555px; */
        /* background: url(../img/login_container_bg.png) top center no-repeat; */
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* margin-left: -495px; */
        /* margin-top: -280px; */
        /* z-index: 98; */
        width: 830px;
        height: 410px;
        background: url(../img/login_container_bg.png) top center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -416px;
        margin-top: -174px;
        z-index: 98;
    }

    .loginDiv {
        /* position: absolute; */
        top: 100px;
        left: 430px;
        /* width: 282px; */
        position: absolute;
        /* top: 232px; */
        /* left: 648px; */
        width: 282px;
    }

    #footer {
        /* position: absolute; */
        /* width: 100%; */
        /* height: 100px; */
        /* overflow: hidden; */
        /* line-height: 22px; */
        /* margin: 0px; */
        /* font-size: 12px; */
        /* text-align: center; */
        /* color: #95bbdd; */
        /* bottom: 0px; */
        /* left: 0px; */
        /* z-index: 99; */
        position: absolute;
        width: 100%;
        height: 90px;
        overflow: hidden;
        line-height: 24px;
        margin: 0px;
        font-size: 14px;
        text-align: center;
        color: #95bbdd;
        bottom: 0px;
        left: 0px;
        z-index: 99;
    }

    .mountain {
        /* position: absolute; */
        /* top: 789px; */
        /* width: 100%; */
        /* height: 165px; */
        /* background: url(../img/login_mountain_bg.png); */
        /* z-index: 97; */
        position: absolute;
        bottom:0px;
        /* left: 50%; */
        width: 100%;
        height: 100px;
        /* margin-left: -500px; */
        background: url(../img/login_mountain_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 98;
    }


    .bottomdiv {
        position: absolute;
        right: 1px;
        bottom: 5px;
        z-index: 97;
        width: 288px;
        height: 254px;
        width: 202px;
        height: 178px;
    }



}
