*
{
    margin: 0 auto;
    padding: 0;
}

body
{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666;
    background: #f2f2f2;
    font: 14px/20px "Î¢ÈíÑÅºÚ", "ËÎÌå", Arial, sans-serif, Verdana, Tahoma;
}

.top
{
    width: 100%;
    border-bottom: 2px solid #052148;
    height:70px;
}

.logo
{
    width: 80%;
}

.mainbg
{
    width: 100%;
    background-image:url(../images/Login/loginbg_big.jpg); 
    background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    border-bottom: 2px solid #052148;
    height:500px;
}

.main
{
    width: 100%;
    position: relative;
}

.loginbg
{
    width: 307px;
    height: 306px;
    float: right;
    position: absolute;
    top: 105px;
    right: 120px;
    background: url(../images/Login/loginbg.png) no-repeat;
}

.loginmenu
{
    width: 100%;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
}

.login
{
    width: 222px;
    padding: 42px;
}

.input_user
{
    width: 193px;
    height: 35px;
    float: left;
    margin-left: 0px;
    background: url(../images/Login/icon_yh.png) no-repeat left;
    background-color: #fff;
    padding-left: 30px;
    font-size: 14px;
    line-height: 35px;
    border: 0;
}

.input_password
{
    width: 193px;
    height: 35px;
    float: left;
    margin-top: 25px;
    background: url(../images/Login/icon_mm.png) no-repeat left;
    background-color: #fff;
    padding-left: 30px;
    font-size: 14px;
    line-height: 35px;
    border: 0;
}

.button1
{
    width: 223px;
    height: 34px;
    border-radius: 5px;
    background: url(../images/Login/icon_bg.png) no-repeat center;
    color: #fff;
    line-height: 35px;
    margin-top: 40px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
}

.footer
{
    width: 100%;
    text-align: center;
    height:60px;
}
