@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}

*{
    box-sizing: border-box;
}
input, textarea{
    background: none;
    border: none;
    outline: none;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
body {
    font-size: 12px;
    color: #303030;
    font-family: '微软雅黑';
}
table{
    width: 100%;
    border-collapse: collapse;
}
img{
    cursor:pointer;
    vertical-align: middle;
}
a, span, em, i{
    display: inline-block;
}
a:focus,a:hover{
    text-decoration: none;
}
/*清除两侧边距*/
.clearM{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.clearP{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*文本超出隐藏*/
.hid4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.hid3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hid2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hid1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*元素位置*/
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.pf{
    position: fixed;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*clearfix写在浮动元素的上层*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}
.clearfix {*zoom:1;}

/*文字对齐*/
.textL{
    text-align: left;
}
.textC{
    text-align: center;
}
.textR{
    text-align: right;
}

.lin2{
    line-height: 2;
}

/*动画*/
.tra{
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.fontWe{
    font-weight: bold;
}

/*字体大小*/
.font12{
    font-size: 12px;
}

.font15{
    font-size: 12px;
}

.font16{
    font-size: 12px;
}

.font18{
    font-size: 14px;
}

.font20{
    font-size: 14px;
}

.font22{
    font-size: 16px;
}

.font24{
    font-size: 18px;
}

.font26{
    font-size: 20px;
}

.font28{
    font-size: 22px;
}

.font32{
    font-size: 24px;
}


/*背景颜色*/
.bgf{
    background-color: #fff;
}

.bgf3{
    background-color: #f3f3f3;
}

.bgf4{
    background-color: #f4f4f4;
}

.bgf5{
    background-color: #f5f5f5;
}

.bgf6{
    background-color: #f6f6f6;
}

.bg2e{
    background-color: #2e2e2e;
}

.bg2{
    background-color: #222222;
}

.bge6{
    background-color: #e6e6e6;
}

.bg0b{
    background-color: #00b7ee;
}
.bg5d{
    background-color: #5d5d5d;
}


/*字体颜色*/
.corf{
    color: #fff;
}

.cor3{
    color: #333;
}

.cor1{
    color: #111;
}

.cord4{
    color: #d4000f;
}

.cor6{
    color: #666;
}

.cor6a{
    color: #6a6a6a;
}

.cor70{
    color: #707070;
}

.cor76{
    color: #767676;
}

.cor86{
    color: #868686;
}

.cor89{
    color: #898989;
}

.cor4{
    color: #444;
}

.corb1{
    color: #b1b0b0;
}

.cord2{
    color: #d2d1d1;
}

.cor9f{
    color: #9f9e9e;
}

.cor0b{
    color: #00b7ee;
}