﻿body
{
    background-color: #1C77AC;
    background-image: url('../image/light.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.index_bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-image: url('../image/bg.png');
    background-position: center center;
    background-repeat: no-repeat;
}
#cloud
{
    width: 400px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -300px;
    z-index: 1;
    background-image: url('../image/index_cloud.png');
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.index_top
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    background-image: url('../image/topbg.png');
    background-repeat: repeat-x;
    color: #CCCCCC;
}
.index_top .left
{
    float: left;
    margin-left: 15px;
}
.index_top .left img
{
    vertical-align: middle;
}
.index_top .left .text
{
    vertical-align: middle;
    margin-left: 5px;
}
.index_top .left .desc
{
    vertical-align: middle;
    color: #FFFFFF;
}
.index_top .right
{
    float: right;
    margin-right: 15px;
}
.index_top .right a
{
    color: #CCCCCC;
}
.index_top .right a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.index_logo
{
    width: 330px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -165px;
    margin-top: -240px;
    z-index: 2;
    background-image: url('../image/index_logo.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.index_login
{
    width: 692px;
    height: 336px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -346px;
    margin-top: -145px;
    z-index: 2;
    background-image: url('../image/index_loginbg.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.index_login .userName
{
    width: 343px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -100px;
    z-index: 0;
    background-image: url('../image/index_userNamebg.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.index_login .userName input
{
    width: 293px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -129px;
    margin-top: -17px;
    z-index: 0;
    text-indent: 7px;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
}
.index_login .passWord
{
    width: 343px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -40px;
    z-index: 0;
    background-image: url('../image/index_passWordbg.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.index_login .passWord input
{
    width: 293px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -129px;
    margin-top: -17px;
    z-index: 0;
    text-indent: 7px;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
}
.index_login .checkCode
{
    width: 343px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: 20px;
    z-index: 0;
}
.index_login .checkCode .left
{
    width: 208px;
    height: 34px;
    float: left;
    background-image: url('../image/index_passWord2bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 7px;
}
.index_login .checkCode .left #checkCode
{
    width: 100%;
    height: 100%;
    line-height: 34px;
    text-indent: 7px;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
}
.index_login .checkCode #checkCodeImg
{
    width: 109px;
    height: 100%;
    float: right;
    cursor: pointer;
}
.index_login .bottom
{
    width: 343px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: 80px;
    z-index: 0;
}
.index_login .bottom .loginButton
{
    width: 111px;
    height: 100%;
    float: left;
    background-image: url('../image/index_buttonbg.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 14px;
    color: #FFFFFF;
    border-width: 0px 0px 0px 0px;
    cursor: pointer;
}
.index_login .bottom .right
{
    width: 232px;
    height: 100%;
    float: right;
    text-align: right;
}
.index_login .bottom .right .savePassWord
{
    vertical-align: middle;
    cursor: pointer;
}
.index_login .bottom .right .savePassWord_text
{
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 64px;
    cursor: pointer;
}
.index_bottom
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    background-image: url('../image/index_bottombg.png');
    background-repeat: repeat-x;
    color: #0B3A58;
}
.index_bottom a
{
    color: #0B3A58;
}
.index_bottom .jztd
{
    text-decoration: underline;
}