@charset "gb2312";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    position: relative;
    height: 100%;
}
img {
    border: none;
}
html {
    height: 100%;
}
.clear{
    clear: both;
}
.float-l {
    float: left !important;
}
.float-r {
    float: right !important;
}
.display-c{
    display: block;
}
.margin-auto{
    margin: 0 auto;
}
.font-w{
    font-weight: bold;
}
.text-c{
    text-align: center;
}

.ovh{
    overflow: hidden;
}
