/* 全局样式 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{
    margin:0;padding:0;border:0;
}
body{
    background:#fff;color:#333;font-size:12px; margin-top:5px;font-family:"SimSun","宋体","Arial Narrow";
}
ul,ol{
    list-style-type:none;
}
select,input,img,select{
    vertical-align:middle;
}
a,a:hover,a:link,a:active,a:visited {
    text-decoration:none !important;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.text-center {
    text-align: center;
}
.of {
    overflow: hidden;
}
.fs15 {
    font-size: 15px;
}
.cf {
    color: #fff;
}