@font-face {
  /*中文字体*/
  font-family: SYCN;
  src: url(../fonts/SourceHanSansCN-Normal.ttf);
}
@font-face {
  /*英文字体*/
  font-family: PNR;
  src: url(../fonts/ProximaNova-Regular.ttf);
}
.en_font {
  font-family: PNR;
}
html,
body {
  font-family: SYCN, "Microsoft Yahei", sans-serif;
  color: #565857;
  height: 100%;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
}
em {
  font-style: normal;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  color: #585858;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clean:after {
  content: "";
  display: block;
  clear: both;
}
img {
  width: 100%;
}
/*--字样式--*/
.line_height_40 {
  height: 40px;
  line-height: 40px!important;
}
.bold {
  font-weight: 600!important;
}
.black {
  color: #000!important;
}
.italic {
  font-style: italic;
  font-weight: 600!important;
}
/*---按钮--*/
.black_btn {
  /*黑色*/
  display: inline-block;
  text-align: center;
  width: 395px;
  line-height: 36px;
  background: #000;
  color: #ffffff;
  cursor: pointer;
}
a.black_btn:hover {
  color: #fff;
}
.rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*-------重定义input-placeholder---------*/
input:input-placeholder {
  color: #565857;
}
input::-webkit-input-placeholder {
  color: #565857;
}
input::-o-input-placeholder {
  color: #565857;
}
input::-moz-input-placeholder {
  color: #565857;
}
input::-ms-input-placeholder {
  color: #565857;
}
/*----------header--------------*/
.header-fixed-pc .header-mid-box {
  margin: 0 8%!important;
}
.header-fixed-pc {
  padding: 0!important;
}
/*---通用响应式样式-----*/
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none !important;
  }
  .pc_show {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .wap_hide {
    display: none !important;
  }
  .wap_show {
    display: block !important;
  }
}
@media screen and (max-width: 414px) {
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 12px;
  }
}
/*loading*/
.loading_shade {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bdbdbd;
  position: fixed;
  z-index: 999;
  opacity: 0.1;
}
.spinner {
  width: 69px;
  height: 69px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 1000;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 15px;
  height: 15px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
