﻿/* 网站头部S */
html,
body {
    width: 100%;
    height: 100%;
    margin: auto 0px;
    padding: auto 0px;
}



/* 禁用iPhone中Safari的字号自动调整 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
    /* -webkit-appearance:none; */
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button {

    border-radius: 6px !important;
}

* {
    -webkit-user-select: auto;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */
img {
    object-fit: fill;
    border: none;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*取消链接高亮*/
}

body {
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
}

/* em,
i {
    font-style: normal;
} */
table {
    table-layout: fixed;
    text-align: center;
}

footer {
    position: relative;
}


a {
    text-decoration: none !important;
    font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

div,
p,
span,
a,
b {
    word-wrap: break-word;

}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;

}


body,
html {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    margin: 0px;
}

#header {
    text-align: center;
    margin: 0 auto;
}

.header {
    position: relative;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url('../font/derailed-regular-webfont.woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSerifCN-Light;
    src: url('../font/derailed-regular-webfont.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSerifCN-Medium;
    src: url('../font/derailed-regular-webfont.woff2');
    font-weight: normal;
    font-style: normal;
}

body,
html,
a {
    font-family: SourceHanSerifCN-Medium, SourceHanSerifCN;
}

/* 封装使用S */
/* body * {
    transition: all 0.5s ease;
}
#header-bottom{
    transition:none !important;
} */
.cleanfix {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.clearfix {
    clear: both;
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg-white {
    background-color: #ffffff;
}

/* 封装使用E */
.fc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jc {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.pore {
    position: relative;
}

.pd20 {
    padding: 20px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt5 {
    margin-top: 5px;
}

.mgt10 {
    margin-top: 20px;
}

.mgt25 {
    margin-top: 25px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt35 {
    margin-top: 35px;
}

.mgt50 {
    margin-top: 50px;
}

.mgt60 {
    margin-top: 60px;
}

.mgt80 {
    margin-top: 80px;
}

.mgt90 {
    margin-top: 90px;
}

.mgt100 {
    margin-top: 100px;
}

.mgt40 {
    margin-top: 40px;
}

.mgb10 {
    margin-bottom: 10px;
}

.color-F87702 {
    color: #F87702;
}

.bg-white {
    background-color: #ffffff;
}

ul,
li {
    list-style: none;
}

.fs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fsb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-bottom ul {
    margin-top: 10px;
}

.show-box li {
    width: 100%;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin-right: 0px;
}

.show-box li a {
    color: #292929 !important;
}

.show-box li a:hover {
    color: #FFC44A !important;
}

#header-bottom li a {
    font-size: 16px;
}

.show-box {
    display: none;
}

footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 25px;
    background-color: #323B40;
}

.z-footer-content {
    margin: 0 auto;
}

.z-footer-content .z-first {
    margin-left: 17px;
}

.z-footer-content li {
    float: left;
}

.shejiao-icon {
    position: relative;
    margin-top: 30px;
}

.z-footer-content .z-right .diver {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.z-footer-content .z-right .type-link {
    margin-top: 15px;
    float: left;
    margin-right: 10px;

}

.z-footer-content .z-right .type-link .z-first-li {
    padding-right: 10px;
}

.z-footer-content .z-right .type-link li {
    text-align: left;
}


.z-footer-content .z-right .type-link a {
    color: #ffffff;
}

.z-footer-content .z-right .type-link a:hover {
    color: #F87702;
}

.z-footer-content .shejiao-icon li {
    margin: 0px 20px;
}

.z-footer-content .shejiao-icon li:hover .c-wechat {
    display: block;
}

.c-wechat {
    display: none;
    position: absolute;
    width: 142px;
    height: 142px;
    top: -140px;
    left: -30px;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.c-douyin {
    display: none;
    position: absolute;
    width: 142px;
    height: 142px;
    top: -140px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

footer .z-bottom {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

footer .z-bottom li {

    float: left;
}

footer .z-bottom li+li {
    padding: 0px 10px;
    border-left: 1px solid #fff;
}

footer .z-bottom li a {
    color: #fff;
}

footer .z-bottom li a:hover {
    color: #F87702
}

footer .z-bottom .z-first-li {
    padding-right: 10px;
}

footer .z-footer-shuoming {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.daohang-ul>li {
    text-align: left;
}

.xs-show {
    display: none;
}

/* 头部搜索 */
.c-search-bg {
    width: 100%;
    background-color: #323b40;
    float: left;
    height: 0px;
    transition: ease-in-out 200ms;
    overflow: hidden;
}

.active-height {
    height: 120px;
    transition: ease-in-out 200ms;
}

.c-search-bg form {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.c-search-bg input[type='text'] {
    height: 60px;
    background-color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 20px;
}

.c-search-bg input[type='submit'] {
    font-size: 18px;
    height: 60px;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #F87702;
    color: #ffffff;
}

.el {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.error-tips {
    display: none;
    width: 255px;
    font-size: 18px;
    position: fixed;
    top: 250px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 99999;
}

.c-search-pageNum li input {
    border: 1px solid #e6e6e6 !important;
    width: 50px;
}

.c-search-pageNum li button {
    background: none;
}