@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.ttf");
}
@font-face {
  font-family: "Azonix";
  src: url("../fonts/Azonix.otf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
.arial {
  font-family: "Arial";
}
.arialx {
  font-family: "Azonix";
}
.h_sans_sc_bold {
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.h_sans_sc_regular {
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.fade-up {
  transform: translate3d(0, 100px, 0) !important;
}
html {
  font-size: 100px;
}
body {
  font-family: "Arial";
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
.header {
  z-index: 10;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.header.on {
  background-color: rgba(0, 0, 0, 0.8);
}
.header .nav {
  margin-left: 9.6%;
  margin-right: 16%;
}
@media (max-width: 991px) {
  .header .nav {
    margin-right: 9.6%;
  }
}
.header .logo {
  margin-top: 0.26rem;
  display: flex;
}
@media (max-width: 991px) {
  .header .logo {
    position: relative;
    z-index: 3;
  }
}
.header .logo .logo-img {
  width: 1.74rem;
}
.header .tip {
  color: #919191;
  font-size: 0.16rem;
  line-height: 0.16rem;
  margin-top: 0.07rem;
}
@media (max-width: 991px) {
  .header .tip {
    display: none;
  }
}
.header .nav-right {
  height: 0.8rem;
}
@media (max-width: 991px) {
  .header .nav-right {
    display: none !important;
  }
}
.header .nav-right .nav-link {
  padding: 0;
}
.header .nav-right .nav-link a {
  color: #fff;
  font-size: 0.18rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.192rem;
}
.header .nav-right .nav-link a:hover {
  font-weight: bold;
}
.header .nav-right .language {
  margin-left: 4.48vw;
  font-size: 0.16rem;
  color: #fff;
  column-gap: 0.1rem;
}
.header .nav-right .language .language-img {
  width: 0.21rem;
  height: 0.21rem;
}
.header .close {
  margin-top: 0.1rem;
  width: 34px;
  display: none;
  z-index: 3;
}
@media (max-width: 991px) {
  .header .close {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .close span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header .close span:nth-child(2) {
  width: 60%;
}
.header .close.on span {
  margin: 5px 0;
}
.header .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header .close.on span:nth-child(2) {
  opacity: 0;
}
.header .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header .mask-box {
  background-color: rgba(0, 0, 0, 0.8);
  height: 3.2rem;
  display: none;
  padding-top: 20px;
}
.header .mask-box .link-box {
  line-height: 0.16rem;
  display: none;
}
.header .mask-box .link-box div {
  padding-left: 0.192rem;
  display: flex;
  margin-top: 15px;
}
.header .mask-box .link-box div:nth-child(1) {
  margin-top: 0;
}
.header .mask-box .link-box div a {
  font-size: 0.16rem;
  color: #fff;
}
.header .mask-box .link-box div a:hover {
  font-weight: bold;
}
.header .phone-nav {
  display: none;
}
@media (max-width: 991px) {
  .header .phone-nav {
    margin-right: 9.6%;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0;
    left: 0;
    padding-top: 0.8rem;
    padding: 0.8rem 9.6vw 0;
  }
  .header .phone-nav .link {
    display: flex;
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 0.22rem;
  }
}
.footer {
  background-color: #010813;
}
.footer .footer-box {
  /*padding: 0.62rem 18.75vw 0.35rem;*/
  padding: 0.62rem 12.75vw 0.35rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .footer .footer-box {
    padding: 0.3rem 0.2rem 0.2rem;
  }
}
.footer .footer-box .logo {
  width: 1.74rem;
  display: flex;
}
.footer .footer-box .logo img {
  width: 100%;
}
.footer .footer-box .link-box {
  margin-top: 0.3rem;
  column-gap: 5.625vw;
}
@media (max-width: 991px) {
  .footer .footer-box .link-box {
    row-gap: 0.2rem;
    flex-wrap: wrap;
  }
}
.footer .footer-box .link-box .link-list {
  row-gap: 0.14rem;
  align-items: flex-start;
}
.footer .footer-box .link-box .link-list a {
  color: #fff;
  font-size: 0.16rem;
  box-sizing: border-box;
  position: relative;
}
.footer .footer-box .link-box .link-list a.bold {
  font-size: 0.18rem;
  font-weight: bold;
}
.footer .footer-box .link-box .link-list a:hover {
  border-bottom: 1px solid #fff;
}
.footer .footer-box .more-link {
  column-gap: 0.28rem;
}
@media (max-width: 991px) {
  .footer .footer-box .more-link {
    margin-top: 0.5rem;
  }
}
.footer .footer-box .more-link a {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
}
.footer .footer-box .more-link a img {
  width: 100%;
  height: 100%;
}
.footer .footer-box .more-link a img:nth-child(2) {
  display: none;
}
.footer .footer-box .more-link a:hover img:nth-child(1) {
  display: none;
}
.footer .footer-box .more-link a:hover img:nth-child(2) {
  display: inline-block;
}
.footer .footer-info {
  padding: 0 18.75vw;
  height: 0.6rem;
  color: #fff;
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .footer .footer-info {
    padding: 0.2rem 0.2rem;
    height: auto;
    flex-direction: column-reverse;
  }
}
.footer .footer-info .footer-info-link {
  column-gap: 0.24rem;
}
@media (max-width: 991px) {
  .footer .footer-info .footer-info-link {
    column-gap: 0.1rem;
  }
}
.footer .footer-info .footer-info-link a {
  color: #fff;
}
.footer .footer-info .footer-info-link a:hover {
  border-bottom: 1px solid #fff;
}
.power-container {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.logo-list-img {
  /*padding-left: 400px;*/
}
@media (max-width: 1200px) {
  .power-container {
    max-width: 100%;
  }
  .logo-list-img {
    /*padding-left: 10px;*/
  }
}
