html {
    color: #333;
    background: #f4f5f7;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html * {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
input,
select,
textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

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

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    text-transform: none;
    outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
textarea {
    vertical-align: top;
}
button,
input {
    line-height: normal;
}
select {
    margin: 0;
    outline: 0;
}
input.fixAKeyboard:focus,
textarea.fixAndroidKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}
button,
input[type='button'],
input[type='checkbox'],
input[type='reset'],
input[type='submit'],
label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
input[type='submit'] {
    -moz-user-modify: read-plaintext-only;
    -ms-user-modify: read-plaintext-only;
    -o-user-modify: read-plaintext-only;
    -webkit-user-modify: read-plaintext-only;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
ol,
ul {
    list-style: none;
}
q:after,
q:before {
    content: '';
}
a {
    color: inherit;
}
a:hover {
    color: #3f91ff;
}
a {
    text-decoration: none;
}
button {
    border: none;
}
.boxWrap {
    width: 1200px;
    margin: 0 auto;
}
header {
    position: relative;
    width: 100%;
    background: #ffffff;
}
header .icon {
    display: inline-block;
    background-image: url(../image/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
}
header .headWrap {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
header .headWrap .logo {
    height: 70px;
}
header .headWrap .logo img {
    object-fit: contain;
}
header .headWrap nav {
    flex: 1;
    width: 0;
    font-size: 16px;
    line-height: 20px;
    color: #575a70;
    height: inherit;
    /*margin-left: 100px;*/
}
header .headWrap nav ul {
    display: flex;
    align-items: center;
    height: inherit;
}
header .headWrap nav ul li {
    height: inherit;
}
header .headWrap nav ul li > a {
    color: inherit;
    padding: 0 26px;
    height: inherit;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
header .headWrap nav ul li > a .icon {
    width: 28px;
    height: 25px;
    background-position: -8px -6px;
    margin-bottom: 7px;
}
header .headWrap nav ul li:nth-child(2n) .icon {
    width: 28px;
    height: 26px;
    background-position: -52px -5px;
}
header .headWrap nav ul li:nth-child(3n) .icon {
    width: 22px;
    height: 23px;
    background-position: -95px -7px;
}
header .headWrap nav ul li:nth-child(4n) .icon {
    width: 24px;
    height: 26px;
    background-position: -133px -5px;
}
header .headWrap nav ul li:nth-child(5n) .icon {
    width: 26px;
    height: 25px;
    background-position: -172px -6px;
}
header .headWrap nav ul li:nth-child(6n) .icon {
    width: 25px;
    height: 25px;
    background-position: -214px -6px;
}
header .headWrap nav ul li.current,
header .headWrap nav ul li:hover {
    color: #3f91ff;
    font-weight: bold;
}
header .headWrap nav ul li.current .icon,
header .headWrap nav ul li:hover .icon {
    background-position: -6px -41px;
}
header .headWrap nav ul li.current:nth-child(2n) .icon,
header .headWrap nav ul li:hover:nth-child(2n) .icon {
    background-position: -50px -40px;
}
header .headWrap nav ul li.current:nth-child(3n) .icon,
header .headWrap nav ul li:hover:nth-child(3n) .icon {
    background-position: -94px -42px;
}
header .headWrap nav ul li.current:nth-child(4n) .icon,
header .headWrap nav ul li:hover:nth-child(4n) .icon {
    background-position: -133px -40px;
}
header .headWrap nav ul li.current:nth-child(5n) .icon,
header .headWrap nav ul li:hover:nth-child(5n) .icon {
    background-position: -173px -41px;
}
header .headWrap nav ul li.current:nth-child(6n) .icon,
header .headWrap nav ul li:hover:nth-child(6n) .icon {
    background-position: -215px -41px;
}
header .headWrap .searchBox {
    position: relative;
    font-size: 14px;
    color: #a1a5b2;
}
header .headWrap .searchBox input {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #3f91ff;
    background: #ffffff;
    text-indent: 16px;
    padding-right: 30px;
}
header .headWrap .searchBox .icon {
    width: 17px;
    height: 17px;
    background-position: -8px -76px;
    position: absolute;
    right: 12px;
    top: 11px;
    cursor: pointer;
}
header .headTop {
    color: #a1a5b2;
    font-size: 12px;
    line-height: 16px;
    background: #000;
    height: 30px;
}
header .headTop .headWrap {
    height: inherit;
}
header .headTop .headWrap ul {
    display: flex;
    align-items: center;
}
header .headTop .headWrap ul li {
    display: flex;
    align-items: center;
}
header .headTop .headWrap ul li a {
    padding: 0 10px;
}
header .headTop .headWrap ul li::after {
    display: block;
    content: '|';
}
header .headTop .headWrap ul li:last-child::after {
    display: none;
}
header .headTop .headWrap ul li:last-child a {
    padding-right: 0;
}
footer {
    width: 100%;
    background: #4b4f55;
    color: #999;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding: 23px 0 32px;
}
section.crumbsBox{
    background-color: transparent;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
}
.crumbsBox .boxWrap {
    height: 58px;
    padding: 20px 0 22px 0;
    font-size: 14px;
    line-height: 14px;
    color: #cccccc;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.crumbsBox .boxWrap > .icon {
    width: 12px;
    height: 14px;
     background-image: url(../image/icon_zt_detail.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -317px;
    margin-right: 6px;
}

.crumbsBox .boxWrap a {
    display: flex;
    align-items: center;
}

.crumbsBox .boxWrap a:hover {
    font-weight: bold;
}

.crumbsBox .boxWrap a::after {
    content: '>';
    color: #cccccc;
    font-weight: normal;
    margin: -1px 6px 0;
    display: block;
}
/*  
@media screen and (max-width: 750px) {
    html,
    body {
        width: 100%;
        min-width: unset !important;
    }
    .boxWrap {
        width: 100%;
    }
    header .headTop {
        display: none;
    }
    header .headWrap {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
    }
    header .headWrap nav {
        width: 100%;
        overflow-x: scroll;
        margin-left: 0;
        padding: 0 10px;
    }
}
*/
