@CHARSET "UTF-8";

/* 底部 */
#bottom {
    float: left;
    width: 100%;
    /* background-color: #586274; */
    background-color: #4b5054;
    border-top: 5px solid #FE7517;
}

/* 相关链接 */
#bottom_link {
    float: left;
    width: 76%;
    padding: 13px 12%;
}

#bottom_link ul {
    width: 100%;
    float: left;
    margin: 13px 0;
}

#bottom_link ul li {
    float: left;
}

#footer_link li {
    float: left;
    margin-right: 30px;
}

#footer_link li a {
    color: #9b9ea0;
    font-size: 13.5px;
    transition: color .3s;
    cursor: pointer;
}

#footer_link li a:HOVER {
    color: #fe7517 !important;
    text-decoration: none;
}

#copyright {
    width: 100%;
    float: left;
}

#copyright li {
    float: left;
    margin-right: 10px;
}

#copyright li a {
    color: #9b9ea0;
    font-size: 13px;
    transition: color .3s;
    cursor: pointer;
}

#copyright ul li a img {
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: 0.8;
}

#copyright ul li a img:HOVER {
    opacity: 1.0;
    filter: alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}