@charset "gb2312";
#footer
{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    _zoom: 1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    clear: both;
}
/*µ×²¿Í£¿¿*/
#footer-nav-div
{
    position: fixed;
    bottom: -1px;
    display: block;
    width: 100%;
    max-width: 800px;
    z-index: 0;
}

    #footer-nav-div ul
    {
        padding: 0px;
        width: 100.05%;
    }

        #footer-nav-div ul li
        {
            background: url(../../img/lie_bg2.gif) no-repeat right;
            background-size: 3px 30px;
            list-style-type: none;
            width: 33.333789%;
            display: block;
            float: left;
            background-color: rgb(30, 136, 235);
        }
            /*css3Ñ¡ÔñÆ÷*/
            #footer-nav-div ul li:last-child
            {
                background-image: none;
            }


            #footer-nav-div ul li a
            {
                text-decoration: none;
            }

                #footer-nav-div ul li a span
                {
                    font-weight: 700;
                    text-align: center;
                    width: 100%;
                    line-height: 50px;
                    float: left;
                    color: white;
                    font-size: 19px;
                }

                    #footer-nav-div ul li a span img
                    {
                        display: none;
                    }
