﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, select {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body, html {
    height: 100%;
    background-color: #ffffff;
}

em, strong {
    font-style: normal;
    font-weight: normal;
}

img {
    border: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearFix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearFix {
    zoom: 1;
}

/*top*/
.top {
    height: 118px;
    border-bottom: 2px solid #136dc6;
    background: url(../images/login_background.png);
    color: #FFFFFF;
}

.banner {
    overflow: hidden;
    width:;
    margin: 0 auto;
    position: relative;
}

    .banner .b_title {
        padding-left: 40px;
        padding-top: 30px;
        float: left;
        text-align: left;
    }

        .banner .b_title b.tet {
            color: #FFFFFF;
            font-weight: bold;
            font: 27px/37px "微软雅黑";
        }

    .banner img {
        float: left;
    }

.top_mid {
    position: absolute;
    right: 27px;
    top: 75px;
    overflow: hidden;
}

.banner p span {
    color: #fff;
    float: left;
}

    .banner p span a {
        color: #fff;
        float: left;
        font-size: 16px;
        display: block;
        margin: 0px 10px;
        padding-left: 27px;
        line-height: 24px;
        text-decoration: none;
    }

        .banner p span a:hover {
            text-decoration: underline;
        }

        .banner p span a.icon1 {
            background: url(../images/home.gif) no-repeat left center;
        }

        .banner p span a.icon2 {
            background: url(../images/return.gif) no-repeat left center;
            padding-left: 28px;
        }

        .banner p span a.icon3 {
            background: url(../images/help.gif) no-repeat left center;
        }

.fav {
    position: absolute;
    right: 35px;
    top: 45px;
    color: #fff;
    font: 16px/24px "微软雅黑";
}

    .fav a {
        color: #fff;
        line-height: 24px;
        text-decoration: none;
        margin: 0px 10px;
    }

        .fav a.home {
            background: url(../images/home.gif) no-repeat left center;
            padding-left: 28px;
        }

        .fav a.help {
            background: url(../images/help.gif) no-repeat left center;
            padding-left: 28px;
        }

        .fav a.return {
            background: url(../images/return.gif) no-repeat left center;
            padding-left: 28px;
        }

/*login content*/
.top_mid {
    position: absolute;
    right: 150px;
    overflow: hidden;
    height: 23px;
    bottom: 24px;
    font-size: 14px;
    font-weight: normal;
}

.top p {
    overflow: hidden;
    padding-bottom: 18px;
    float: left;
}

    .top p strong {
        color: #fff;
        float: left;
        font-weight: normal;
        padding-right: 10px;
        line-height: 16px;
        white-space: nowrap;
    }

    .top p span {
        color: #fff;
        float: left;
    }

        .top p span a {
            color: #fff;
            float: left;
            display: block;
            margin: 0px 5px;
            padding-left: 18px;
            height: 24px;
            line-height: 24px;
            text-decoration: none;
        }

            .top p span a:hover {
                color: #fff;
                text-decoration: none;
            }

/*.top p span a.icon2 {
                background: url(../images/return.gif) no-repeat left center;
            }*/

.login_conbg {
    background: url(../images/login_conbg.gif) repeat-x;
    height: 526px;
}

.login_conbox {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    z-index: 9999;
}

.login_left {
    width: 550px;
    float: left;
    background: url(../images/login_pic.png) no-repeat;
    padding-top: 325px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale,src="../images/login_pic.png");
    margin-top: 24px;
}

    .login_left p {
        text-align: left;
        color: #666666;
        font-size: 13px;
        line-height: 24px;
        padding-left: 40px;
        font-weight:bold;
    }

.login_right {
    width: 403px;
    border: 1px solid #0051a3;
    background: #ffffff;
    float: right;
}

    .login_right .title {
        height: 50px;
        border-bottom: 1px solid #3a9bec;
        background: #0051a3;
    }

        .login_right .title h1 {
            padding-left: 20px;
            color: #fff;
            font: 24px/50px "微软雅黑";
        }

    .login_right .loginbox {
        width: 362px;
        margin: 0 auto;
        padding: 20px 0 50px;
        text-align: left;
    }

        .login_right .loginbox span {
            display: block;
            color: #0051a3;
            font: 23px/35px "微软雅黑";
        }

        .login_right .loginbox .zc {
            display: block;
            float: left;
        }

        .login_right .loginbox .wj {
            display: block;
            float: right;
        }

            .login_right .loginbox .wj a, .login_right .loginbox .zc a {
                color: #323232;
                font: 14px/35px "黑体";
                padding: 5px;
                text-decoration: none;
                cursor: pointer;
            }

                .login_right .loginbox .wj a:hover, .login_right .loginbox .zc a:hover {
                    color: #323232;
                    text-decoration: none;
                }

        .login_right .loginbox .reg_row1 {
            background: url(../images/login_userbg01.gif) no-repeat;
            height: 51px;
            overflow: hidden;
            font-size: 14px;
            width: 362px;
        }

        .login_right .loginbox .reg_row2 {
            background: url(../images/login_userbg02.gif) no-repeat;
            height: 51px;
            overflow: hidden;
            font-size: 14px;
            width: 362px;
        }

        .login_right .loginbox .reg_row1 .txtinput {
            border: 0;
            height: 49px;
            margin-top: 1px;
            line-height: 45px;
            margin-left: 50px;
            padding-left: 5px;
            width: 306px;
            float: left;
            display: inline;
            color: #cccccc;
        }
        .login_right .loginbox .reg_row1 .txtinput2 {
            border: 0;
            height: 49px;
            margin-top: 1px;
            line-height: 45px;
            margin-left: 50px;
            padding-left: 5px;
            width: 196px;
            float: left;
            display: inline;
            color: #cccccc;
        }

        .login_right .loginbox .reg_row2 .pwinput {
            border: 0;
            height: 49px;
            margin-top: 1px;
            line-height: 45px;
            margin-left: 50px;
            padding-left: 5px;
            width: 306px;
            float: left;
            display: inline;
            color: #cccccc;
        }

        .login_right .loginbox .row3 {
            height: 37px;
            overflow: hidden;
            font-size: 18px/37px;
            width: 362px;
            vertical-align: middle;
        }

            .login_right .loginbox .row3 input {
                border: 1px solid #e2e2e2;
                height: 33px;
                vertical-align: middle;
            }

            .login_right .loginbox .row3 img {
                vertical-align: middle;
                float: right;
            }

        .login_right .loginbox .forpwd {
            display: block;
            color: #4066ba;
            font: 14px/50px "微软雅黑";
        }

            .login_right .loginbox .forpwd input {
                vertical-align: middle;
                margin: 0 5px;
            }

        .login_right .loginbox .chk {
            display: block;
            width: 362px;
            height: 52px;
            background: #1270c7;
            color: #fff;
            text-align: center;
            font: 24px/50px "微软雅黑";
            border: 0;
        }

.login_bottombg {
    background: url(../images/login_bottombg.gif) repeat-x top;
    width: 100%;
    height: 107px;
    text-align: center;
    position: absolute;
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    left: 0;
}

    .login_bottombg p {
        color: #949494;
        line-height: 105px;
        font-size: 13px;
    }