html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768PX) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}
.container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
@media screen and (max-width: 1710PX) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1500PX) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1250PX) {
  .container {
    max-width: 92vw;
  }
}
@font-face {
  font-family: Source Han Sans CN-Regular;
  src: url(/conf/SourceHanSansSC-Regular.otf);
}
@font-face {
  font-family: Source Han Sans CN-Bold;
  src: url(/conf/SourceHanSansSC-Bold.otf);
}
body {
  background-color: #fff;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*==========================================
头部
============================================================*/
.header_top {
  padding: 25px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 50;
  background: #fff;
}
.header_top .header_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header_top .header_box .header_logo {
  max-width: 130px;
  max-height: 30px;
  width: 100%;
}
.header_top .header_box .header_logo .img_top {
  display: none;
}
.header_top .header_box .header_logo .img_bottom {
  display: block;
}
.header_top .header_box .header_logo img {
  width: 100%;
}
.header_top .header_box .header_nav {
  display: flex;
  align-items: center;
}
.header_top .header_box .header_nav a {
  font-size: 16px;
  color: #333;
  margin-right: 46px;
}
.header_top .header_box .header_nav a:last-child {
  margin-right: 0;
}
.header_top .header_box .mean_icon {
  display: none;
}
.header_top .header_box .mean_icon i {
  font-weight: 500;
  font-size: 24px;
}
.header_top .header_box .mean_icon i:last-child {
  display: none;
}
.header_mo {
  top: 20px;
  display: none;
  padding-top: 40px;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 10;
}
.header_mo .header_box {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  text-align: center;
}
.header_mo .header_box a {
  text-decoration: none;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1600PX) {
  .header_top .header_box .header_nav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000PX) {
  .header_top {
    padding: 15px 0;
    background-color: #fff !important;
  }
  .header_top .header_box .header_logo .img_top {
    display: none !important;
  }
  .header_top .header_box .header_logo .img_bottom {
    max-width: 85px;
    display: block !important;
  }
  .header_top .header_box .header_nav {
    display: none;
    transition: all 0.5s;
  }
  .header_top .header_box .mean_icon {
    display: block;
  }
}
@media screen and (max-width: 768PX) {
  .header_top {
    padding: 15px 0;
  }
  .header_top .header_box .header_logo .img_bottom {
    max-width: 85px;
  }
}
/*===========================================
尾部
==============================================================*/
.footer_box {
  background-color: #1F1E1E;
}
.footer_box .footer_top {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_box .footer_top .top_list {
  display: flex;
  align-items: center;
}
.footer_box .footer_top .top_list .list_image {
  max-width: 40px;
  width: 100%;
  margin-right: 20px;
}
.footer_box .footer_top .top_list .top_words {
  color: #fff;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}
.footer_box .footer_top .top_list .top_words span {
  width: 100%;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.64px;
}
.footer_box .footer_bottom {
  padding: 31px 0 27px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer_box .footer_bottom .footer_logo {
  max-width: 124px;
  width: 100%;
}
.footer_box .footer_bottom .bottom_nav {
  display: flex;
  padding: 18px 0 30px;
}
.footer_box .footer_bottom .bottom_nav a {
  position: relative;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding: 0 20px;
}
.footer_box .footer_bottom .bottom_nav a::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #ffffff;
}
.footer_box .footer_bottom .bottom_nav a:last-child::after {
  display: none;
}
.footer_box .footer_bottom .remarks_footer {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #b0c0b1;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 1000PX) {
  .footer_box .footer_top {
    flex-wrap: wrap;
  }
  .footer_box .footer_top .top_list {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_box .footer_top .top_list .top_words {
    max-width: 250px;
    width: 100%;
  }
  .footer_box .footer_bottom .bottom_nav a {
    font-size: 14px;
    padding: 0 14px;
  }
  .footer_box .footer_bottom .bottom_nav a::after {
    top: 5px;
    height: 13px;
  }
  .footer_box .footer_bottom .remarks_footer {
    text-align: center;
  }
}
@media screen and (max-width: 768PX) {
  .footer_box .footer_top {
    flex-wrap: wrap;
  }
  .footer_box .footer_top .top_list {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_box .footer_top .top_list .list_image object {
    width: 70%;
  }
  .footer_box .footer_top .top_list .top_words {
    max-width: 250px;
    width: 100%;
  }
  .footer_box .footer_bottom .bottom_nav a {
    font-size: 14px;
    padding: 0 14px;
  }
  .footer_box .footer_bottom .bottom_nav a::after {
    top: 5px;
    height: 13px;
  }
  .footer_box .footer_bottom .remarks_footer {
    text-align: center;
  }
}
