@charset
"utf-8"
;
/* CSS Document */

/************************************************************/
/************************footer begin************************/
/************************************************************/
#footerLinkContainer {
    margin-top: 20px;
    text-align: center; /*解决高度自适应问题两个合起来用*/
    height: 1%;
    overflow: hidden; /*解决高度自适应问题两个合起来用*/
}

#footerLink {
    height: 20px;
    width: 776px;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

#footerContainer {
    text-align: center; /*解决高度自适应问题两个合起来用*/
    height: 1%;
    overflow: hidden; /*解决高度自适应问题两个合起来用*/
}

#footer {
    height: 140px;
    width: 776px;
    margin: 0 auto;
    color: #333;
    text-align: center;
}

#footer p {
    margin: 0;
    line-height: 22px;
}

#footerLink a:link, #footerLink a:active, #footerLink a:visited, #footer a:link, #footer a:active, #footer a:visited {
    text-decoration: underline;
    color: #000;
    background: transparent;
}

#footerLink a:hover, #footer a:hover {
    text-decoration: underline;
    color: #D20B1C;
    background: transparent;
}

/************************************************************/
/*************************footer end*************************/
/************************************************************/
