@font-face {
    font-family: DIN-Bold;

    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: DINCond;

    font-weight: 400;
    font-style: normal;
    font-display: block;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
tfoot,
thead,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
    min-width: 1520px !important;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
} /*! * init.css       在reset基础上额外调整样式 */
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
@media screen and (max-width: 1520px) {
    html {
        zoom: 90%;
        -moz-transform: scale(0.9);
        -moz-transform-origin: top left;
        width: 1580px;
    }
}
body {
    font-size: 16px;
    font-family: \\5FAE\8F6F\96C5\9ED1, Arial, Verdana;
    color: #333;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
input,
select,
textarea {
    border: none;
    outline: none;
    resize: none;
    font-family: inherit;
    padding-left: 3px;
}
i {
    color: inherit;
    display: inline-block;
}
strong {
    font-weight: 700;
}
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
}
img {
    max-width: 100%;
}
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
}
.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#SHeader #SNav {
    height: 80px;
}
#SHeader #SNav ul {
    font-size: 0;
}
#SHeader #SNav li {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    padding-left: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
}
#SHeader #SNav li.active,
#SHeader #SNav li:hover {
    color: #ffa20d;
}
#SHeader #SNav li:hover:before {
    content: '';
}
#SHeader #SNav li:before {
    position: absolute;
    top: 0;
    right: -5px;
    display: block;
    content: '';
    width: 5px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.5s;
}
#SHeader #SNav li:last-child:before {
    color: transparent;
}
#SHeader #SNav a {
    display: block;
    width: 100%;
    height: 100%;
}
#UToTop {
    position: fixed;
    visibility: hidden;
    right: 10px;
    bottom: 100px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    filter: opacity(0);
    opacity: 0;
    transition: all 0.5s;
}
#UToTop,
#UToTop i {
    width: 51px;
    height: 100px;
}
#UToTop i {
    display: block;
    margin: auto;
    background: url(../images/UToTop.203d063.png) no-repeat 50%;
    background-size: cover;
}
#UToTop p {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
}
#UToTop.show {
    filter: opacity(100);
    opacity: 1;
    visibility: visible;
}
