﻿.footer {
    color: #c1c1c1;
    float: left;
    width: 100%;
    height: 97px;
    background-color: rgba(0, 0, 0, 0.7);
    /*下面是IE8下的半透明背景色*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9F000000,endcolorstr=#9F000000);
    padding-top: 12px;
    margin-top:20px;
    text-decoration: none;
    font-family:SimHei;;
}

.footer .footer-p1 {
    text-align: center;
    /*width: 1080px;*/
    line-height: 27px;;
    font-size: 12px;
    margin: 0 auto;
}
.footer .footer-p1 a{
    color: #c1c1c1;
    font-size: 14px;
    text-decoration: none;
}
.footer .footer-p2 {
    /*width: 1049px;*/
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #878787;
    margin: 10px auto;
    margin-bottom: 0;
}

@media screen and (max-width: 996px) {
    .footer {
        width: 996px;
        margin: 0 auto;
    }
}