﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px/1.6 'Microsoft YaHei','Tahoma','Verdana','Simsun';
    min-width: 1306px;
    background-color: #f5f5f5;
    color: #666666;
}

.biao {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-left: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

ul {
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 15px;
    padding-left: 15px;
}

li {
    list-style-type: none;
    cursor: pointer;
    margin: 0px;
    /*color: #fff;*/
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #666666;
}


#doc-container {
    height: auto;
    width: auto;
    left: 0px;
}

#footer {
    position: relative;
    background-color: #1e1e1e;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    bottom: 0px;
}

.foot-ico {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.foot-div {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    /*padding-right: 15px;
    padding-left: 15px*/;
    text-align: left;
    margin: 0 auto;
}

.foot-word {
    font-size: 12px;
    color: #838383;
    display: inline-block;
    width: 300px;
}

#foot-link-sina-pic {
    float: left;
    height: 25px;
    line-height: 20px;
    width: 20px;
    margin: 0 2px 0 2px;
    background-image: url(../Images/n_shareIcn.png);
    background-repeat: no-repeat;
    background-position: -56px;
}

#foot-link-qq-pic {
    float: left;
    height: 25px;
    line-height: 20px;
    width: 20px;
    margin: 0 2px 0 2px;
    background-image: url(../Images/n_shareIcn.png);
    background-repeat: no-repeat;
}

.div-header {
    float: left;
}

#header {
    background-color: #fff;
    height: 58px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #aaa;
}

#head-lag {
    height: 56px;
    float: right;
    margin-right: 20px;
}

#head-logo {
    margin-left:10px;
    margin-right:10px;
    background-image: url(../Images/logo1.PNG);
    height: 54px;
    width: 158px;
    background-position: center;
    background-size: 95% 95%;
    background-repeat:no-repeat;
}

    #head-logo:hover {
        border-bottom: 4px solid #4c9ed9;
        cursor: pointer;
    }

#head-menu {
    height: 58px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

#head-menu-ul {
    height: 58px;
}

    #head-menu-ul li {
        float: left;
        height: 58px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        line-height: 58px;
        /*width: 70px;*/
        white-space: nowrap;
        /*border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;*/
    }

        #head-menu-ul li ul {
            position: absolute;
            z-index: 9999;
            margin: 0px;
            padding: 0px;
            width: auto;
            background-color: #F2F2F2;
            margin-left: -16px;
            display: none;
        }

            #head-menu-ul li ul li {
                float: none;
                padding: 0px;
                margin: 0px;
                /*border-bottom: 1px dashed red;
                border-left: 1px solid #aaa;
                border-right: 1px solid #aaa;*/
                width: auto;
                height: 50px;
            }

                #head-menu-ul li ul li a {
                    padding-left: 10px;
                    color: #2f2f2f;
                    padding-right: 10px;
                }

                #head-menu-ul li ul li a {
                    height: 50px;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 35px;
                }

                #head-menu-ul li ul li:hover {
                    background-color: #e5e5e5;
                }

        #head-menu-ul li:hover {
            background-color: #f2f2f2;
            /*border-left: 1px solid #aaa;
            border-right: 1px solid #aaa;*/
        }

        #head-menu-ul li a {
            height: 54px;
            font-size: 15px;
            font-weight: 400;
        }

.li-center {
    text-align: center;
}
/*#head-menu-ul li a:hover {
                color: #4c9ed9;
            }*/
