@charset "utf-8";
html {
    font-family: '微软雅黑';
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 750px;
    background: url("../images/back.png") center center no-repeat;
}

.logo {
    width: 562px;
    height: 78px;
    background: url("../images/logo.png") no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -484px;
    top: 50%;
    margin-top: -376px;
}

.slogan {
    width: 600px;
    height: 186px;
    background: url("../images/slogan.png");
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 50%;
    margin-top: -216px;
}

.login_box {
    width: 600px;
    height: 39px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 50%;
    margin-top: 55px;
    /*background: white;*/
}

/*.login_box {*/
/*width: 626px;*/
/*height: 39px;*/
/*position: absolute;*/
/*left: 50%;*/
/*margin-left: -171px;*/
/*top: 50%;*/
/*margin-top: 56px;*/
/*/!*background: white;*!/*/
/*}*/

.logbox {
    height: 100%;
    display: inline-block;
}

.role {
    width: 80px;
    padding: 10px 0 10px 10px;
    line-height: 1;
    background: none;
    border: none;
    outline: none;
    font-family: '微软雅黑';
    color: #555555;
    vertical-align: middle;
}

.role > option {
    line-height: 39px;
}

.username {
    width: 140px;
    height: 100%;
    display: inline-block;
    margin-left: -40px;
    float: left;
}

.username input {
    width: 150px;
    height: 100%;
    background: none;
    border: none;
    outline: none;
}

.password {
    width: 140px;
    height: 100%;
    display: inline-block;
    POSITION: RELATIVE;
    LEFT: 107PX;
    float: left;
}

.password input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
}

.login_btn {
    color: white;
    width: 100px;
    height: 39px;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    display: block;
    float: right;
    border: solid 1px #0087ae;
    margin-right: 65px;
    /*margin-top: 14px;*/
    background: url("../images/btnback.png");
}

/*.login_btn {*/
/*color: white;*/
/*width: 100px;*/
/*height: 39px;*/
/*font-size: 18px;*/
/*line-height: 39px;*/
/*text-align: center;*/
/*display: block;*/
/*float: right;*/
/*border: solid 1px #0087ae;*/
/*margin-right: 12px;*/
/*margin-top: -2px;*/
/*background: url("../images/btnback.png");*/
/*}*/

.login_btn:hover {
    background: url("../images/btnback_hover.png");
}

.footer {
    width: 460px;
    color: #888888;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -183px;
    top: 50%;
    margin-top: 286px;
}

.province {
    width: 21px;
    height: 45px;
    background: url("../images/province.png") no-repeat;
    text-align: center;
    font-size: 12px;
    color: white;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
}

.province div {
    height: 45px;
}

.dbline {
    /*line-height: 22px;*/
}