@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #333;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*通用父子盒子嵌套浮动问题解决，开始*/
.clearfix{
    *zoom: 1;
}
.clearfix:after{
    display: block;
    content: "clear";
    height: 0;
    line-height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
.dn{
    display: none;
}
.fL{
    float:left;
}
.fR{
    float:right;
}
body{
    overflow-x:hidden;
}
.cfff{
    color:#fff;
}
.tC{
    text-align: center;
}
.tR{
    text-align: right;
}
.f12{
    font-size: 12px;
}
.f14{
    font-size: 14px;
}
.f18{
    font-size: 18px;
}
.f16{
    font-size: 16px!important;
}
.pT30{
    padding-top: 30px;
}
.posR{
    position:relative;
}
.posA{
    position:absolute;
}
.to{
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}