@font-face {
  font-family: 'oppo-sans';
  src: url('/static/font/oppo-sans.ttf');
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'oppo-sans';
}
img {
  object-fit: cover;
}
strong {
  display: block;
}
.y-center {
  display: flex;
  align-items: center;
}
.x-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xy-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  max-width: 2560px;
  margin: 0 auto!important;
}
body header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}
body header div {
  max-width: 2560px;
  height: 45px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 36px;
  margin: 0 auto;
}
body header div .logo {
  margin-right: auto;
}
body header div .logo img {
  width: 115px;
  position: relative;
  top: 2px;
}
body header div nav {
  padding-right: 60px;
}
body header div nav ul {
  display: flex;
  align-items: center;
}
body header div nav ul li {
  transition: all ease 0.3s;
  transform: translateY(10px);
  opacity: 0;
  animation: 0.6s fade-in ease-in-out forwards;
  animation-delay: calc(0.12s * var(--i));
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body header div nav ul li:last-child {
  margin-right: 0;
}
body header div nav ul li a {
  padding: 0 15px;
  position: relative;
  font-size: 14px;
  color: #1A1A1A;
  cursor: pointer;
}
body header div nav ul li a.active,
body header div nav ul li a:hover {
  color: #96001D;
}
body footer {
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #171717;
}
body footer * {
  opacity: 0;
  animation: 0.6s fade-move ease-in-out forwards;
  animation-delay: 0.2s;
}
@keyframes fade-move {
  to {
    opacity: 1;
  }
}
body footer h2 {
  font-size: 28px;
  color: #fff;
  letter-spacing: 6px;
}
body footer h2:first-of-type {
  margin-bottom: 100px;
}
body footer .qrCode {
  margin: 18px 0 60px;
  width: 256px;
  height: 256px;
}
body footer .logo {
  width: 150px;
  margin-bottom: 20px;
}
body footer p,
body footer a {
  color: #C5C5C5;
  font-size: 14px;
  line-height: 24px;
}
body footer a:hover {
  text-decoration: underline;
}
body footer.whiteStyle {
  background: #fff;
}
body footer.whiteStyle h2,
body footer.whiteStyle p,
body footer.whiteStyle a {
  color: #000;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  body {
    padding-top: 90px!important;
  }
  body header {
    zoom: 2;
  }
  body header div {
    padding: 0 0 0 10px!important;
  }
  body header div nav {
    padding-right: 0!important;
  }
  body header div nav a {
    font-size: 16px!important;
  }
  body .page {
    zoom: 1.5;
  }
}
.section1 {
  padding-top: 68px;
  display: flex;
  align-items: center;
}
.section1 .left {
  width: 42%;
}
.section1 .left .top {
  background: #1A1A1A;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  padding-left: 158px;
}
.section1 .left .top *:not(a) {
  transform: translateY(10px);
  opacity: 0;
  animation: 0.6s fade-in ease-in-out forwards;
  animation-delay: 0.12s;
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section1 .left .top strong {
  font-size: 50px;
  margin-bottom: 40px;
}
.section1 .left .top h2 {
  font-size: 28px;
  margin-bottom: 100px;
}
.section1 .left .top p,
.section1 .left .top a {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.section1 .left .top p i,
.section1 .left .top a i {
  margin: 0 40px;
}
.section1 .left .top a:hover {
  text-decoration: underline;
}
.section1 .left .bottom {
  height: 283px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 158px;
  background: #1A1A1A;
  margin-top: 2px;
}
.section1 .left .bottom h3 {
  color: #fff;
  font-size: 28px;
  transform: translateY(10px);
  opacity: 0;
  animation: 0.6s fade-in ease-in-out forwards;
  animation-delay: 0.16s;
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section1 #map {
  flex: 1;
  height: 1085px;
  background: #fbf9f3;
}
.amap-logo,
.amap-copyright {
  display: none!important;
}
@media screen and (max-width: 1200px) {
  body {
    max-width: 100%;
  }
  body .section1 {
    flex-direction: column;
  }
  body .section1 .left {
    width: 100%;
  }
  body .section1 .left .top strong {
    font-size: 36px;
  }
  body .section1 #map {
    width: 100%;
    flex: inherit;
  }
}
