ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
    margin: 0;
    background: #f5f5f5;
    background-color: #fff !important;
}
img{
    border: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
em,i{
    font-style: normal;
}
p{
    margin: 0;
}
.clear:after{
    clear: both;
    content: '';
    display: block;
}
.left{
    float: left;
}
.right{
    float: right;
}
.footer{
    background: #fff;
    min-width: 1200px;
}
.footer p{
    text-align: center;
    line-height: 100px;
    background: #999;
}