* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body {
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 微软雅黑, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
i,
em {
    font-style: normal;
}
a {
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}
img {
    border: none \9;
    display: inline-block;
}

@font-face {
    font-family: "impact";
    src: url("../fonts/impact.ttf");
    font-weight: normal;
    font-style: normal;
}
.ty_content {
    width: 1200px;
    margin: 0 auto;
}
.more-title {
    width: 100%;
}

/*排版通用*/

.f-mm {
    margin-left: auto;
    margin-right: auto;
}

/*居中对齐*/

.f-fl {
    float: left;
}

/*左浮动*/

.f-fr {
    float: right;
}

/*右浮动*/

.f-tr {
    text-align: right;
}

/*右对齐*/

.f-tl {
    text-align: left;
}

/*左对齐*/

.f-tc {
    text-align: center;
}

/*中间对齐*/

.f-pr {
    position: relative;
}

/*定位*/

.f-di {
    display: inline;
}

/*杂项*/

.u-co-bt {
    border-radius: 4px; /*css3圆角*/
    width: 80px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
}

/*提交按钮样式*/

.u-co-bt.z-spe {
    width: 100%;
}
.u-lico {
    width: 24px;
    height: 24px;
    border-radius: 4px; /*css3圆角*/
    background: #000;
    padding: 10px;
    opacity: 0.8;
    position: relative;
    left: 50%;
    margin: 10px 0 10px -14px;
    box-shadow: 0 0 3px #2d2d2d;
}

/*等待载入*/

.fs15 {
    font-size: 15px;
}

/*15号字体*/

.fs12 {
    font-size: 12px;
}

/*12号字体*/

.pdr12 {
    padding-right: 12px;
}

/*右边距12px*/

.pl10 {
    padding-left: 10px;
}

/*左边距10px*/

.red {
    color: #f00;
}

/*字体颜色红色*/

.emptyData {
    padding-left: 10px;
    line-height: 26px;
}

/* -- 页面整体布局 -- */

.wrap {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

/*网站首页宽度*/

#content p img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 560px;
}

/*内页返回开始*/

.g-back {
    overflow: hidden;
    position: relative;
    text-align: right;
    margin-top: 1px;
    height: 38px;
    padding: 7px 11px 0 9px;
}

/*内页返回布局样式*/

.g-back a {
    display: inline-block;
    font-size: 0.875em;
    height: 32px;
    line-height: 28px;
    width: 32px;
    position: relative;
}

/*内页返回链接样式*/

.g-back .u-bp {
    background-position: 0 0;
}

/*内页返回样式*/

.g-back .u-bl {
    background-position: 0 -286px;
}

/*内页回到首页样式*/

.g-back .u-bh {
    margin-right: 10px;
    background-position: 0 -232px;
}

.f_cb:after,
.f_cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}
.f_cb,
.f_cbli li {
    zoom: 1;
}
.f_fl {
    float: left;
}
.f_fr {
    float: right;
}
.f_pr {
    position: relative;
}
.f_pa {
    position: absolute;
}
.f_csp {
    cursor: pointer;
}
.f_oh {
    overflow: hidden;
}
.f_fs1 {
    font-size: 12px;
}
.f_fs2 {
    font-size: 13px;
}
.f_fs3 {
    font-size: 14px;
}
.f_fa {
    font-family: Arial, Helvetica, sans-serif;
}
.f_cs1,
.f_cs1 a {
    color: #4cab0d;
}
.f_cs2,
.f_cs2 a {
    color: #e60012;
}
.f_cs3,
.f_cs3 a {
    color: #343434;
}
.f_cs4 {
    color: #fff;
}
.f_wb {
    font-weight: bold;
}
.f_fwn {
    font-weight: normal;
}
.f_tal {
    text-align: left;
}
.f_tac {
    text-align: center;
}
.f_tar {
    text-align: right;
}
.f_db {
    display: block;
}
.f_mt10 {
    margin-top: 10px;
}

.g-adv {
    width: 100%;
    position: relative;
}
.g-adv img {
    width: 100%;
    display: block;
}
.tit01 {
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    font-size: 1.95rem;
    color: #3f4650;
    display: block;
    margin-bottom: 1.5rem;
}
.tit01 a {
    color: #3f4650;
}
.tit01 img {
    width: 1.75rem;
    height: 0.15rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.7rem;
}
.tit01 i {
    font-style: normal;
}
.tit01 span {
    font-size: 1rem;
    text-transform: uppercase;
    color: #666666;
    font-weight: normal;
    display: block;
}
