﻿#footer
{
    font-size: 12px;
    width: 1004px;
    margin: 0 auto;
    background-color: White;
    color: Black;
}
#footer1
{
    width: 1003px;
    height: 60px;
}
#footer1 ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 300px;
    list-style: none;
}
#footer1 ul li
{
    float: left;
    line-height: 20px;
}
#footer1 ul li a
{
    text-decoration: none;
    color: #808080;
}
#footer1 ul li a:hover
{
    text-decoration: underline;
    color: red;
}
#footer2
{
    clear: both;
    width: 1003px;
    height: 35px;
    margin-top: 0px;
    font-family: 宋体;
}
#footer2 ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 41px;
}
#footer2 ul li
{
    float: left;
    line-height: 20px;
    height: 38px;
}
