﻿body {
}

a {
    text-decoration: none;
}

    a:link {
        color: #0084ff;
    }

    a:hover {
        color: #0084ff;
    }

    a:visited {
        color: #0084ff;
    }

* {
    padding: 0;
    margin: 0;
}

.login_body {
    font-family: "微软简标宋";
}

    .login_body a:hover {
        color: #0084ff;
        text-decoration: underline;
    }

.logindiv {
    position: absolute;
    z-index: 9999;
    height: 260px;
    width: 500px;
    border: 1px solid #D8E1F0;
    background-color: white;
    border-radius: 5px;
    left: 50%;
    top:50%;
    margin-top:-130px;
    margin-left:-250px;
}

.logindivA {
    height: 30px;
    margin-top: 20px;
    text-indent: 1em;
    color: #7f7f7f;
    font-family: 'Microsoft YaHei';
}

.logindivB {
    height: 30px;
    line-height: 30px;
    width: 80%;
    text-align: center;
    margin: 10px auto;
    background-color: white;
    border: 1px solid #D8E1F0;
    border-radius: 3px;
}

    .logindivB input {
        outline: none;
        border: 0;
        width: 85%;
        height: 99%;
        border: 0px;
        border-radius: 3px;
        color: #767373;
        float: right;
        font-family: Tahoma;
    }

.logindivB_ {
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin: 5px auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.logindivB i {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: red;
}

.logindivC {
    width: 80%;
    margin: 10px auto;
}

.logindivC_ {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    background-color: #0084ff;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    font-size: 15px;
}

.ab {
    color: #ffffff;
    position: absolute;
    text-align: center;
    text-decoration: none;
    font-family: "微软雅黑";
}

.a {
    width: 340px;
    text-align: left;
    margin-top: 30px;
}

.b {
    width: 340px;
    text-align: left;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #131313;
    margin-top: 30px;
}

.c {
    width: 340px;
    text-align: left;
    font-size: 14px;
    color: #7f7f7f;
    font-family: "微软雅黑";
    line-height: 25px;
}

.d {
    text-align: right;
    font-size: 14px;
    color: #0084ff;
    font-family: "微软雅黑";
}

span {
    cursor: pointer;
}

.info {
    width: 120px;
    font-size: 16px;
    top: 78%;
    line-height: 38px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    text-decoration: none;
    background-image: url(../Boss/images/imgs/denglu11.24.png);
    background-repeat: no-repeat;
    left: 28%;
}

    .info:link {
        color: #ffffff;
    }

    .info:hover {
        color: #ffffff;
        text-decoration: underline;
    }
/*index页面*/

#nav {
    line-height: 24px;
    list-style-type: none;
    background: #203854;
    font-size: 14px;
    float: right;
}

    #nav a {
        color: #e0e6ed;
        font-family: SimHei;
    }

        #nav a:link {
            /*color: #bacce3;*/
            text-decoration: none;
        }

        #nav a:visited {
            color: #FFF;
            text-decoration: none;
        }

        #nav a:hover {
            color: #FFF;
            text-decoration: none;
        }

#Nsz a {
    color: #e0e6ed;
    font-family: SimHei;
}

    #Nsz a:link {
        color: #bacce3;
        text-decoration: none;
    }

    #Nsz a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #Nsz a:hover {
        color: #FFF;
        text-decoration: none;
        /*font-weight: bold;*/
    }


#nav li {
    float: left;
    width: 80px;
    height: 40px;
    background: #203854;
}

    #nav li a:hover {
        background: #edeaea;
        /*border-left:1px solid #251fb1;*/
    }

    #nav li a.on {
        background: #bacce3;
    }

    #nav li ul {
        padding-top: 0px;
        line-height: 40px;
        list-style-type: none;
        text-align: center;
        left: -999em;
        width: 151px;
        position: absolute;
        z-index: 99999;
        background-color: #fff;
    }

        #nav li ul li {
            float: left;
            width: 148px;
            height: 40px;
            line-height: 40px;
            background: #fff;
            border-bottom: 1px dashed #e5e0e0;
        }

        #nav li ul a {
            display: block;
            width: 148px;
            text-align: center;
            padding-left: 0px;
            font-size: 14px;
            font-family: arial, 宋体, serif;
            border-left: 3px solid #e5e0e0;
        }

        #nav li ul span {
            display: block;
            width: 148px;
            text-align: center;
            padding-left: 0px;
            font-size: 14px;
            font-family: arial, 宋体, serif;
            border-left: 3px solid #e5e0e0;
            color: #e0e6ed;
        }

        #nav li ul a:link {
            color: #666;
            height: 40px;
            text-decoration: none;
        }

        #nav li ul a:visited {
            color: #666;
            height: 40px;
            text-decoration: none;
            /*border-left:3px solid red;*/
        }

        #nav li ul a:hover {
            height: 40px;
            text-decoration: none;
            width: 148px;
            position: absolute;
            z-index: 999;
            border-left: 3px solid #66acdb;
        }

    #nav li:hover ul {
        left: auto;
    }

    #nav li.sfhover ul {
        left: auto;
    }

/*设置*/
#Nsz li {
    float: left;
    width: 50px;
    height: 50px;
    background: #203854;
}

    #Nsz li a:hover {
        background: #bacce3;
    }

    #Nsz li a.on {
        background: #bacce3;
    }

    #Nsz li ul {
        padding-top: 20px;
        line-height: 30px;
        list-style-type: none;
        text-align: center;
        left: -999em;
        width: 78px;
        position: absolute;
    }

        #Nsz li ul li {
            float: left;
            width: 79px;
            background: #fff;
        }

        #Nsz li ul a {
            display: block;
            width: 79px;
            width: 79px;
            text-align: center;
            padding-left: 0px;
            color: #203854;
            font-family: arial, 宋体, serif;
        }

            #Nsz li ul a:link {
                color: #666;
                text-decoration: none;
            }

            #Nsz li ul a:visited {
                color: #fff;
                text-decoration: none;
            }

            #Nsz li ul a:hover {
                color: #fff;
                text-decoration: none;
                /*font-weight: normal;*/
                width: 80px;
                /*background:#bacce3;*/
            }

    #Nsz li:hover ul {
        left: auto;
    }

    #Nsz li.sfhover ul {
        left: auto;
    }


#content {
    clear: left;
}
