@charset "UTF-8";
@font-face {
  font-family: 'Gilroy-Bold';
  src: url(../fonts/Gilroy-Bold.TTF);
  src: url(../fonts/Gilroy-Bold.eot) format('embedded-opentype'), url(../fonts/Gilroy-Bold.woff2) format('woff2'), url(../fonts/Gilroy-Bold.TTF) format('truetype'), url(../fonts/Gilroy-Bold.woff) format('woff');
}
@font-face {
  font-family: 'DIN-Bold';
  src: url(../fonts/DIN-Bold.TTF);
  src: url(../fonts/DIN-Bold.eot) format('embedded-opentype'), url(../fonts/DIN-Bold.woff2) format('woff2'), url(../fonts/DIN-Bold.TTF) format('truetype'), url(../fonts/DIN-Bold.woff) format('woff');
}
.Gilroy-Bold {
  font-family: 'Gilroy-Bold';
}
.PingFangSC-Regular {
  font-family: 'PingFangSC-Regular';
}
.PingFangSC-Semibold {
  font-family: 'PingFangSC-Semibold';
}
.DIN-Bold {
  font-family: 'DIN-Bold';
}
body {
  width: 100%;
  min-width: 1260px;
  height: 100%;
}
#header {
  z-index: 999;
}
#header .module_container {
  padding-top: 60px;
  height: 42px;
}
#header .logo {
  height: 42px;
}
#header .logo img {
  width: 434px;
  height: 84px;
}
#header .wrapper {
  margin-top: 8px;
}
#header .nav:before {
  width: 0;
}
#header .nav li,
#header .nav li:nth-child(3),
#header .nav li:nth-child(5) {
  margin-right: 0;
  margin-left: 36px;
}
#header .gray .logo img,
#header.mini .logo img {
  margin-top: -41px;
}
.module > .module_container {
  width: 1560px;
}
.banner_box {
  width: 100%;
  height: 636px;
  position: relative;
  background-size: auto 100% !important;
}
.banner_nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.banner_nav li {
  float: left;
  margin-right: 74px;
}
.banner_nav li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  transition: color ease 0.4s;
}
.banner_nav li:hover a,
.banner_nav .banner_nav_active a {
  color: #fff;
}
#footer {
  background-color: #efefef;
}
#footer .module_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .nav {
  margin-top: 0;
  line-height: 42px;
}
#footer .nav li {
  margin-right: 36px;
}
@media (max-width: 1600px) {
  .module {
    width: 100%;
  }
  .module > .module_container {
    width: 1260px;
  }
}
@media (max-width: 1260px) {
  body {
    width: 1600px;
  }
  .module {
    width: 100%;
  }
  .module > .module_container {
    width: 1260px;
  }
  #footer .nav,
  #footer .logo {
    display: block !important;
    visibility: visible !important;
  }
}
@media (max-width: 1600px) {
  #header .logo {
    height: 41px;
  }
  #header .gray .logo img,
  #header.mini .logo img {
    margin-top: -42px;
  }
}
.footer_weixin {
  cursor: pointer;
  position: relative;
  margin-left: 40px;
  line-height: 42px;
}
.footer_weixin span {
  display: inline-block;
  transition: all ease 0.4s;
}
.footer_weixin div {
  width: 130px;
  height: 130px;
  background-color: #fff;
  position: absolute;
  top: 37px;
  left: -53px;
  opacity: 0;
  transform-origin: center top;
  transform: scale(0);
  transition: all cubic-bezier(0.16, 0.57, 0, 0.76) 0.3s;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.footer_weixin div:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 56px;
  top: -7px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.footer_weixin:hover span {
  opacity: 1;
  background-position: 0 -16px;
}
.footer_weixin:hover div {
  transform: scale(1);
  opacity: 1;
}
.inner {
  width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .inner {
    width: 1260px;
  }
}
.banner_nav span {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.banner_nav ul {
  margin-top: 18px;
  margin-left: 74px;
  width: calc(100% - 192px - 74px);
}
.banner_nav ul li {
  margin-bottom: 20px;
}
