#footer {
    background: #315a7a url("../images/2015_footer_bg.png") repeat-x left top;
}
#footer .f-link {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 8px 0 5px 0;
    display: block;
    zoom: 1;
}
#footer .f-link:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer .f-link:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer .f-link li {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
#footer .f-link li a {
    display: inline-block;
    width: 106px;
    height: 33px;
    font: 14px/33px "??????";
    color: #666;
    text-align: center;
}
#footer .f-link li:first-child a,#footer .f-link li:first-child a:hover{
    background: url("../images/2015_footer_li_hover.png") no-repeat;
    font: bold 16px/33px "??????";
    color: #fff;
}
#footer .f-link li a:hover {
    color: #ff6600;
}
#footer .f-nav {
    text-align: center;
    height: 42px;
    border-bottom: 1px solid #446f91;
    font: 12px/42px "??????";
    color: #fff;
}
#footer .f-nav a {
    margin: 0 10px;
    font: 12px/42px "??????";
    color: #fff;
}
#footer .f-nav a:hover {
    color: #ff6600;
}
#footer .f-main {
    text-align: center;
    padding: 20px 0;
}
#footer .f-main table {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
#footer .f-main table td {
    font: 12px/24px "??????";
    color: #adb9c4;
    padding-left: 30px;
    text-align: left;
}