*{
    margin: 0;
    padding: 0;
}
#about{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
}
.footer{
    width: 100%;
}
.footer-a{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer-a h1{
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    text-align: center;
}
.footer-a b{
    line-height: 30px;
    font-size: 16px;
}
.footer-ol{
   text-indent: 2em;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
}
.footer-a h4{
    color: #444;
    font-size: 16px;
    margin: 30px 0 15px 0;  
}
.footer-a h4 .cut-big{
    border: 1px solid #999;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 2px;
    float: left;
    margin: 3px 15px 0 0;
}
.footer-a h4 .big{
    width: 10px;
    height: 10px;
    float: left;
    border: 1px solid #999;
    border-radius: 50%;
}
.footer-op{
    line-height: 30px;
    text-indent: 2em;
}
.footer-oh{
    font-size: 16px;
    line-height: 50px;
    text-indent: 4em;
}
.footer-of{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.footer-of a{
    color: #333333;
}