@charset "utf-8";
/* CSS Document */
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;
}

table {
    border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

:focus {
    outline: 0;
}

/** 重置表格元素 **/
table {
    border-collapse: collapse;
}

/** 清除浮动 **/
.clearfix:after {
    display: block;
    visibility: hidden
    clear: both;
    height: 0;
    content: ".";
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

/*统一字体样式*/
body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

select, input, button, textarea {
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
}

/*文字排版*/
.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.t2 {
    text-indent: 2em
}

.lh24 {
    line-height: 24px;
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

.cor {
    color: #ff0000;
}

/*边框*/
.bor {
    border: 1px #dddddd solid;
}

/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-right: auto;
    margin-left: auto;
}

.fl {
    display: inline
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.none {
    display: none
}

.ovh {
    overflow: hidden;
}

/*长度高度*/
.w {
    width: 100%
}

.h {
    height: 100%
}

/*边距*/
.m10 {
    margin: 10px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

/*颜色*/
.red {
    padding-left: 10px;
    color: #ff0000;
}

.cor_666 {
    color: #666666;
}

/*通栏横切结构样式*/
.area {
    width: 1100px;
    margin: 0 auto;
}

/*链接*/

::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 3px;
    background: #aaaaaa;
}

::-webkit-scrollbar, ::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
    width: 6px;
    border-radius: 3px;
    background: #f0f0f0;
}

.is_hide {
    display: none;
}

.is_show {
    display: block;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

dl, dt, dt, dd, ul, li, p, h1, h2, h3, h4 {
    margin: 0px auto;
    padding: 0;
    outline: none;
}

ul, li {
    list-style-type: none;
    outline: none;
}

.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    content: " ";
}

.clearfix {
    *zoom: 1;
}