﻿@charset "utf-8";
/* CSS Document */
/***
 */
* {
    font-size: 9pt;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑';
    margin: 0 auto;
    min-width: 980px;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

dl, dt, dd, span {
    margin: 0;
    padding: 0;
    display: block;
}

a, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

cite {
    font-style: normal;
}

h2 {
    font-weight: normal;
}

/* 清除浮动 */
.clr:after, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clr, .clearfix {
    zoom: 1;
}


/*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;
    position: absolute;
    top: 47px;
}

.systemlogo {
    background: url(images/loginlogo3.png) no-repeat center;
    width: 100%;
    height: 99px;
    margin-top: 35px;
}

.loginbox2 {
    margin: 0 auto;
    width: 692px;
    height: 316px;
    background: url(images/logininfo.png) no-repeat center;
    margin-top: 20px;
}

    .loginbox2 ul {
        margin-top: 75px;
        margin-left: 285px;
    }

        .loginbox2 ul li {
            margin-bottom: 15px;
        }

            .loginbox2 ul li label {
                color: #687f92;
                padding-left: 25px;
                vertical-align: middle;
            }

                .loginbox2 ul li label a {
                    color: #687f92;
                }

                    .loginbox2 ul li label a:hover {
                        color: #3d96c9;
                    }

                .loginbox2 ul li label input {
                    margin-right: 5px;
                }

            .loginbox2 ul li span {
                display: inline-block;
                vertical-align: top;
            }

.loginuser {
    width: 75%;
    height: 42px;
    background: url(images/loginuser.png) no-repeat;
    background-size: cover;
    border: none;
    line-height: 42px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginpwd {
    width: 75%;
    height: 42px;
    background: url(images/loginpassword.png) no-repeat;
    background-size: cover;
    border: none;
    line-height: 42px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginType {
    width: 43%;
    height: 40px;
    background: url(images/logincode.png) no-repeat;
    border: none;
    line-height: 42px;
    padding-left: 15px;
    font-size: 14px;
    color: #90a2bc;
}

.loginCode {
    width: 43%;
    height: 40px;
    background: url(images/logincode.png) no-repeat;
    background-size: 175px 40px;
    border: none;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #90a2bc;
}

.loginbtn {
    width: 100px;
    height: 40px;
    background: url(images/buttonbg.png) repeat-x;
    background-size: 100px 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    margin-left: 10px;
}

.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;
        }

.icon-chat:hover .chat-tips {
    display: block;
}

.chat-tips {
    padding: 20px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 90px;
    top: 40px;
    background-color: #ffffff;
    display: none;
}

    .chat-tips i {
        width: 9px;
        height: 16px;
        display: inline-block;
        position: absolute;
        right: -9px;
        top: 80px;
        background-position: -88px -350px;
    }

    .chat-tips img {
        width: 138px;
        height: 138px;
    }

.mb_con {
    top: 79px;
}
