﻿ * {
    font-size: 9pt;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑';
    margin: 0 auto;
    min-width: 980px;
} 
cite {
    font-style: normal;
}

h2 {
    font-weight: normal;
} 
a, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:hover {
        color: #00a4ac;
        text-decoration: none;
    }
/* cloud

#mainBody {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.cloud {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/cloud.png) no-repeat;
    z-index: 1;
    opacity: 0.5;
}

#cloud2 {
    z-index: 2;
}
login
.logintop {
    height: 47px;
    position: absolute;
    top: 0;
    background: url(images/loginbg1.png) repeat-x;
    z-index: 100;
    width: 100%;
}

    .logintop span {
        color: #fff;
        line-height: 47px;
        background: url(images/loginsj.png) no-repeat 21px 18px;
        text-indent: 44px;
        color: #afc5d2;
        float: left;
    }

    .logintop ul {
        float: right;
        padding-right: 30px;
    }

        .logintop ul li {
            float: left;
            margin-left: 20px;
            line-height: 47px;
        }

            .logintop ul li a {
                color: #afc5d2;
            }

                .logintop ul li a:hover {
                    color: #fff;
                }

.loginbody {
    background: url(images/loginbg3.png) no-repeat center center;
    width: 100%;
    height: 585px;
    overflow: hidden;
    position: absolute;
    top: 47px;
}

.systemlogo {
    background: url(images/loginlogo.png) no-repeat center;
    width: 100%;
    height: 71px;
    margin-top: 75px;
}

.loginbox {
    width: 692px;
    height: 336px;
    background: url(images/logininfo.png) no-repeat;
    margin-top: 30px;
}

    .loginbox ul {
        margin-top: 88px;
        margin-left: 285px;
    }

        .loginbox ul li {
            margin-bottom: 25px;
        }

            .loginbox ul li label {
                color: #687f92;
                padding-left: 25px;
            }

                .loginbox ul li label a {
                    color: #687f92;
                }

                    .loginbox ul li label a:hover {
                        color: #3d96c9;
                    }

                .loginbox ul li label input {
                    margin-right: 5px;
                }

.loginuser {
    width: 299px;
    height: 48px;
    background: url(images/loginuser.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    font-weight: bold;
}

.loginpwd {
    width: 299px;
    height: 48px;
    background: url(images/loginpassword.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginbtn {
    width: 111px;
    height: 35px;
    background: url(images/buttonbg.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
}

.loginbm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(images/loginbg2.png) repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #0b3a58;
}

    .loginbm a {
        font-weight: bold;
        color: #0b3a58;
    }

        .loginbm a:hover {
            color: #fff;
        } */
 .loading {
    background: url(images/loading_bg.gif) no-repeat;
    background-position: -30px -29px;
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

    .loading i {
        background: url(images/loading.gif) no-repeat;
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 23px;
        left: 27px;
    }  
  
    

html{ overflow:hidden;}
  
.login_box{ position: absolute; top:295px; left:50%; margin:0 0 0 -270px;}
.login_box .login{ width:420px; padding:10px 0 0 80px;}
.login_box .login h2{ width:400px; color:#879299; font-size:30px; font-weight:bold; text-align:center;}
.login_box .login i{ margin:0 5px 0 0;}
.login_box .login .user{ position:relative; width:342px;}
.login_box .login .password{ position:relative; width:342px; margin:30px 0 0 0;}
.login_box .login .user label,
.login_box .login .password label{ float:left; display:inline-block; width:80px; height:44px; line-height:44px; text-align:right; font-size:14px; color:#333;}
.login_box .login .user input,
.login_box .login .password input{ float:left; width:200px; height:22px; margin:0; padding:10px 5px 10px 35px; border:1px solid #ccc; border-radius:2px; background:#fff; line-height:22px; outline:none;}
.login_box .login .user input.user_icon{ background:#fff url(../img/input.png) no-repeat 10px 13px;}
.login_box .login .password input.password_icon{ background:#fff url(../img/input.png) no-repeat 10px -37px;}
.login_box .login .company .select{ float:left; display:inline-block; width:18px; height:44px; padding:0 0 0 2px; border-radius:0 2px 2px 0; line-height:44px; background:#70a8e0; font-size:16px; color:#fff; cursor:pointer;}
.login_box .login .company .list{ position:absolute; left:80px; top:43px; width:200px; border:1px solid #ccc; border-radius:2px; background:#fff; z-index:5;}
.login_box .login .company .list a{ display:block; padding:0 5px; line-height:24px; color:#333;}
.login_box .login .company .list a:hover{ background:#70a8e0; color:#fff;}

.login_box .login .btn{ padding:48px 0 0 80px;}
.login_box .login .btn a{ display:block; width:242px; height:44px; border-radius:3px; line-height:44px; background:#70a8e0; font-size:20px; color:#fff; text-align:center;}
.login_box .login .tip{ position:absolute; top:140px; left:165px; color:#e65639;}
.login_box .login .tip i{ margin:0 4px 0 0; font-size:14px;}

.clearfix:after { content: '\20'; display: block; height: 0; clear: both }
.clearfix { zoom: 1 }
.clearleft { clear:left; }
 