/***公共底部版权***/
.footer {
    width: 1200px;
    /*width: 990px;*/
    margin: 10px auto 0 auto;
    padding: 7px 0 10px 0;
    /*border-top: 3px solid #386ed3;*/
    border-top: 3px solid #3b5998;
    text-align: center;
    color: #7c7c7c;
    font-size: 12px;
}

.footer p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.footer p a {
    display: inline-block;
    margin: 0 9px;
}

.footer p a.footimg {
    border: 1px solid #c2c2c2;
    margin: 5px 5px 0 5px;
}

.footer p a.footimg img {
    border: 0;
}

.footer p .fline {
    color: #bfbfbf;
    margin: 0 3px;
}

.footer p .footarial {
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footios, .footer .footand, .footer .footwp, .footer .footphone, .footer .footauto {
    display: inline-block;
    padding-left: 19px;
    background: url(../images/footicon2.png) no-repeat;
}

.footer .footios {
    background-position: 0 3px;
}

.footer .footand {
    background-position: 0 -27px;
}

.footer .footwp {
    background-position: 0 -57px;
}

.footer .footphone {
    background-position: 0 -87px;
}

.footer .footauto {
    padding: 0 22px 0 21px;
    background-position: 0 -117px;
}

.footer p a:link, .footer p a:visited {
    color: #7c7c7c;
    text-decoration: none;
}

.footer p a:hover {
    /*color: #d60000;*/
    color: #f43636;
    text-decoration: none;
}

