.about-banner{
    background: url("../image/about_copyright_banner.jpg") no-repeat center;
}
.about-banner p{
    color: #656f87;
}
.copyright-content{
    padding-top: 17px;
}
.copyright-content h1{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 16px;
    font-weight: bold;
}
.copyright-content p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.blank-space{
    text-indent:30px ;
}
.download{
    color: #d50000;
    font-size: 16px;
    line-height: 30px;
}
.download:hover{
    text-decoration: underline;
}