/*@font-face {*/
/*  font-family: "MiSans";*/
/*  src: local("MiSans Regular"), local("MiSans-Regular"),*/
/*    url("https://koalars.com/fonts/MiSans-Regular.woff2") format("woff2");*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
header,
header h1 {
  transition: all 0.5s;
}
a,
a:hover {
  color: #d4a651;
}
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,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  font-feature-settings: "palt";
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Noto Sans CJK SC', sans-serif;

}
html {
  width: 100%;
  overscroll-behavior: none;
}
a {
  cursor: pointer;
  outline: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.preloadArea {
  display: none;
}
header {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
#wrapper.fixed header .headerIn .menu li::before,
header .menu li::before {
  background: #d4a651;
  position: relative;
  content: "";
}
header .headerIn {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 50px);
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header h1 {
  padding: 30px 0;
}
header h1 a img {
  max-width: 50%;
}
header .menu {
  display: -ms-flexbox;
  display: flex;
  width: 930px;
  -ms-flex-pack: justify;
  justify-content: start;
}
header .menu li {
  transition: all 0.1s;
}
header .menu li:hover {
  position: relative;
}
header .menu li:hover::before {
  width: 100%;
}
header .menu li::before {
  top: 0;
  display: block;
  width: 0;
  height: 5px;
  transition: width 0.3s;
}
header .menu li a {
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  padding: 37px 10px;
  transition: all 0.5s;
  letter-spacing: 3px;
  word-break: keep-all;
  color: #000;
}
.header .menu li a:hover {
  color: #d4a651;
}
header .menu li a span {
  padding-left: 54px;
  letter-spacing: 3px;
}
header .menu li#current::before {
  width: 100%;
}
header .logo span {
  display: none;
}
body {
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  letter-spacing: 1px;
  color: #000;
  background-color:#2e2d2d ;
}
p {
  letter-spacing: 2px;
}
.pcOnly {
  display: block !important;
}
.spOnly {
  display: none !important;
}
#wrapper {
  width: 100%;
}
:hover {
  transition: all 0.3s;
}

header {
  background: #fff;
}
header h1 {
  padding: 9px 15px;
}
header h1 img {
  width: 180px;
}
header .menu2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 320px;
  height: calc(100vh + 70px);
  transition: all 0.3s;
  transform: translate(-100%, 0px);
  background: #262626;
}
header .menu2.open {
  transition: all 0.3s;
  transform: translate(0, 0px);
}
header .menu2 li {
  border-bottom: 1px dotted #fff;
  background: #262626;
}
header .menu2 li:hover a {
  opacity: 0.3;
}
header .menu2 li:last-child {
  border-bottom: 0 solid #fff;
}
header .menu2 li a {
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
}
header .menu2 li:hover .dropdown {
  position: inherit;
}
header .menu2 li .dropdown li {
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  background: 0 0;
}
header .menu2 li .dropdown li:last-of-type {
  border: none;
}
header .menu2 li .dropdown li:first-of-type {
  border-top: 1px dotted #19304d;
}
header .menu2 li a::after {
  height: 0;
}

.spmenu {
  position: absolute;
  z-index: 100;
  top: -2px;
  left: 1%;
  display: block;
  width: 44px;
  height: 30px;
  cursor: pointer;
}
.spmenu div {
  width: 30px;
  height: 5px;
  margin: 5px 7px;
  transition: all 0.35s;
  background: #000;
}
.on_active .line_one_1 {
  margin: 19px 7px;
  transform: rotate(45deg) translate(-3px, -5px);
}
.on_active .line_two_2 {
  opacity: 0;
}
.on_active .line_three_3 {
  transform: rotate(-45deg) translate(26px, -25px);
}

@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly,
  .warehouse {
    display: block !important;
    padding: 10px 0;
  }
}
