

/*格式化*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 14px;
}

li,
ol {
    list-style: none;
}

ins {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    font-family: "Microsoft Yahei";
    color: #333;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

.fwb img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.clear {
    clear: both;
    line-height: 0px;
    overflow: hidden;
    zoom: 1;
    font-size: 0px;
    content: '.';
}

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

img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

input,
textarea {
    border: none;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px;
}

/*排版通用*/

.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: #d82634;
}

/*字体颜色红色*/

.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_hd {
    height: 5rem;
    font-family: "Microsoft Yahei";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
}

.mlogo {
    float: left;
    top: 0.9rem;
    left: 3.125%;
    width: 30.3125%;
    height: auto;
    position: absolute;
    z-index: 3;
}

.mlogo img {
    width: 100%;
    height: auto;
    display: block;
}

.u-text {
    overflow: hidden;
    color: #282828;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 1.4rem;
    padding-top: 1.7rem;
}

.u-text a {
    padding: 0 6%;
    color: #282828;
    display: inline-block;
    font-family: "Microsoft Yahei";
    background: url(../image/xt.png) no-repeat right center;
    background-size: 1px 1.35rem;
}

.u-text span:nth-child(3) a {
    background: none;
}

.menu_ico {
    display: block;
    color: #666;
    top: 2rem;
    right: 6%;
    width: 2.05rem;
    height: 1.5rem;
    cursor: pointer;
    position: absolute;
}

.menu_ico img {
    width: 100%;
    display: block;
}

.menu_down {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 5rem;
    right: 0;
    z-index: 99;
    overflow: auto;
    padding-bottom: 5rem;
    box-sizing: border-box;
}

.menu_down ul {
    background: rgba(61, 61, 61, 0.7);
    padding: 2rem 0 5rem;
}

.menu_down li {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.6rem;
    position: relative;
}

.menu_down li a {
    color: #fff;
    display: block;
    padding-left: 5rem;
    padding-right: 3%;
}

.menu_down li .menu_2 {
    display: none;
    background: #282828;
    box-shadow: 0 0 10px #292929;
    padding: 5px 0;
    margin: 10px 0;
}

.menu_down li .menu_2 div {
    padding-left: 1.4rem;
    font-size: 1.2rem;
    line-height: 4rem;
    height: 4rem;
}

.g-ft {
    height: 17.3rem;
    background: #ffffff;
    padding-top: 2.5rem;
    box-sizing: border-box;
    position: relative;
}

.g-ft h3 {
    padding: 0 3.125%;
    font-size: 1rem;
    color: #333333;
    height: 2.7rem;
    line-height: 2.7rem;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0.5rem;
}

.g-ft h3 a {
    color: #333333
}

.g-ft h3 a:nth-child(1) {
    background: url(../image/lxico1.png) no-repeat left center;
    background-size: 0.25rem 1.35rem;
    padding-left: 0.8rem;
}

.g-ft h3 a:nth-child(2) {
    float: right;
}

.u-top {
    width: 3.3rem;
    height: 3.3rem;
    position: absolute;
    right: 3.125%;
    top: 6.5rem;
}

.u-top img {
    width: 100%;
    display: block;
}

.addlst {
    text-align: left;
    padding-left: 3.125%;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: normal;
    color: #666666;
    font-family: "Microsoft Yahei";
}

.g_fnva {
    background: #2a2a2a;
    height: 5rem;
    position: fixed;
    bottom: 0;
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    z-index: 100;
    font-size: 1.1rem;
}

.g_fnva li {
    height: 5rem;
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.g_fnva a:nth-child(4) li:after {
    border: 0;
}

.g_fnva li em {
    display: block;
    padding: 0.7rem 0 0.3rem;
    width: 40.625%;
    margin: 0 auto;
}

.g_fnva li em img {
    display: block;
    width: 100%;
}

.page {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .current {
    background: #d82634;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
}

.page .pages {
    color: #d82634;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
}

.page .firstPage,
.page .prePage,
.page .nextPage,
.page .lastPage {
    background: #d82634;
    color: #ffffff;
    height: 2rem;
    line-height: 2rem;
    padding: 0 .5rem;
    margin: 0 .5rem;
}

.ad-01 {
    position: relative;
    min-height: 4rem;
    background: #d82634;
}

.ad-01-title {
    position: absolute;
    top: 0;
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}


.cates {
    margin: 10px 0
}

.cates .type-nav {
    box-sizing: border-box;
    padding: 0px 2  0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 20px;
}

.cates .type-nav li {
    margin: 0 1%;
    width: 30%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 5px;
    display: inline-block;
}

.cates .type-nav li a {
    padding: 5px 2px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-radius: 0.2rem;
    text-decoration: none;
    font-size: 12px;
    color: #333;
    display: block;
    text-align: center;
}

.cates .type-nav li.active a {
    background-color: #d82634;
    border-color: #d82634;
    color: #fff;
}