@charset "gb2312";
.login{
    width: 100%;
    height: 100%;
    background: url("../../images/login/login_bg.png") center top no-repeat;
    position: relative;
}
.login_form{
    width: 420px;
    height: 460px;
    background: url("../../images/login/login_form.png");
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.input_block{
    width: 308px;
    height: 41px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    line-height: 41px;
}
.input_block input{
    width: 205px;
    float: right;
    height: 46px;
    background: none;
    margin-right: 10px;
}
.input_block1{
    top: 230px;
}
.input_block2{
    top: 290px;
}
.input_block span{
    margin-left: 12px;
}
.login_lost {
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    bottom: 97px;
    right: 40px;
}
.icon29{
    width: 15px;
    height: 15px;
    background: url("../../images/login/icon29.png");
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
}
.icon29.li_h{
    background: url("../../images/login/icon28.png");
}
.login_btn{
    width: 310px;
    height: 42px;
    background: url("../../images/login/login_btn1.png");
    position: absolute;
    margin: auto;
    left: 4px;
    right: 0;
    line-height: 42px;
    bottom: 45px;
    color: white;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.login_btn:hover{
    background: url("../../images/login/login_btn2.png");
}
.logo_title{
    width: 300px;
    line-height: 43px;
    font-size: 36px !important;
    font-family: RuiHeiJ !important;
    color: #003780;
    margin: 110px auto;
    /*text-align: center;*/
}
.logo_title .fir_p{
    letter-spacing: 14px;
}