.header-box {
  background-color: #000000;
  height: 120px;
  padding: 0 30px;
  position: sticky;
  z-index: 999;
  top: 0;
}
.header-box .left {
  width: 700px;
}
.header-box .left .logo {
  margin-right: 80px;
}
.header-box .left .nav-list {
  flex-grow: 1;
  padding-left: 20px;
  list-style: none;
}
.header-box .left .nav-list a {
  color: #999999;
}
.header-box .left .nav-list a:hover {
  color: white;
}
.header-box .left .nav-list .router-active {
  color: white;
}
.header-box .right .btn {
  position: relative;
  border: 1px solid #5e5e5e;
  width: 115px;
  height: 45px;
  border-radius: 40px;
  background-color: #1a1a1a;
  overflow: hidden;
  cursor: pointer;
}
.header-box .right .btn:hover {
  overflow: visible;
}
.header-box .right .btn:hover .lang {
  opacity: 1;
}
.header-box .right .btn-icon {
  width: 28px;
  margin-right: 10px;
}
.header-box .right .btn-text {
  color: white;
}
.header-box .right .lang {
  position: absolute;
  padding-top: 10px;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.header-box .right .lang .list-box {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-box .right .lang .lang-item {
  padding: 10px;
  cursor: pointer;
}
.header-box .right .lang .lang-item:hover {
  background-color: #f7f7f7;
}

.banner {
  height: 910px;
  color: white;
}
.banner .banner-content {
  padding: 60px;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.banner h2 {
  font-size: 80px;
  margin-bottom: 20px;
}
.banner p {
  font-size: 26px;
  max-width: 1400px;
}

.contact {
  padding: 40px 60px;
  background-color: #f8d862;
}
.contact h3 {
  font-size: 40px;
  color: #564505;
  margin-bottom: 20px;
}
.contact p {
  font-size: 26px;
  color: #7a6106;
}
.contact .btn {
  display: block;
  width: 180px;
  height: 64px;
  border: 3px solid #564505;
  border-radius: 50px;
  text-align: center;
  line-height: 64px;
  color: #564505;
  transition: 0.3s;
}
.contact .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.about-us {
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 40px;
}
.about-us .item {
  padding: 90px 20px 550px;
  text-align: center;
  color: white;
  background-color: #171723;
  width: calc(50% - 52px);
  border-radius: 10px;
}
.about-us .item h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.about-us .item p {
  font-size: 18px;
}

.vip .content {
  border-radius: 10px;
  background-color: #171723;
  padding: 110px 90px;
  color: white;
}
.vip .content h2 {
  font-size: 48px;
}
.vip .content p {
  font-size: 18px;
  margin-top: 30px;
  max-width: 600px;
}

.service {
  color: white;
  text-align: center;
  padding-top: 100px;
}
.service .tem-title {
  font-size: 80px;
  margin-bottom: 80px;
}
.service .list {
  flex-wrap: wrap;
  align-items: stretch;
}
.service .item {
  background-color: #171723;
  border-radius: 4px;
  padding: 80px 20px 640px;
  width: calc(50% - 50px);
  margin-bottom: 20px;
}
.service .item h4 {
  font-size: 40px;
  margin-bottom: 20px;
}
.service .item p {
  font-size: 18px;
}

.partners {
  padding-top: 120px;
}
.partners .tem-title {
  font-size: 80px;
  color: white;
  text-align: center;
}
.partners .list {
  padding-top: 70px;
  flex-wrap: wrap;
}
.partners .list .item {
  width: 15%;
  height: 118px;
  background-color: #ecf3fe;
  border-radius: 4px;
  margin-bottom: 25px;
}

.business {
  color: white;
  padding-top: 150px;
}
.business .tem-title {
  font-size: 80px;
  text-align: center;
  margin-bottom: 20px;
}
.business .tem-title-sm {
  text-align: center;
  font-size: 20px;
}
.business .list {
  padding-top: 90px;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.business .list .item {
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-radius: 10px;
  flex-grow: 1;
  padding: 40px;
  margin-bottom: 20px;
  color: white;
  background: linear-gradient(180deg, rgba(23, 23, 35, 0.6) 0%, rgba(52, 86, 158, 0.6) 100%);
}
.business .list .item:hover {
  text-decoration: underline;
}
.business .list .item p {
  font-size: 20px;
  flex-grow: 1;
}
.business .list .item .logo {
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #000000;
  -o-object-fit: contain;
     object-fit: contain;
}
.business .list .item .qrcode {
  width: 130px;
}
.business .copyright {
  padding: 110px 0 80px;
  color: #999;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .banner {
    height: 620px;
  }
}
@media screen and (max-width: 1024px) {
  .header-box .left .nav-list {
    display: none;
  }
  .banner h2 {
    font-size: 50px;
  }
  .vip .content {
    padding: 40px;
  }
  .business .list .item .logo {
    width: 80px;
    height: 80px;
  }
  .about-us .item {
    padding-bottom: 350px;
  }
  .service .item {
    padding-bottom: 350px;
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner {
    height: 400px;
  }
  .banner .banner-content {
    padding: 60px 20px;
  }
  .contact {
    padding: 20px;
  }
  .contact p {
    font-size: 18px;
  }
  .contact .btn {
    height: 50px;
    line-height: 50px;
    width: 140px;
  }
  .about-us .item {
    padding: 40px 20px 100px;
  }
  .vip .content {
    padding: 20px;
  }
  .service .tem-title {
    font-size: 48px;
  }
  .service .item {
    padding: 30px 20px 150px;
  }
  .service .item h4 {
    font-size: 32px;
  }
  .partners {
    padding-top: 80px;
  }
  .partners .tem-title {
    font-size: 48px;
  }
  .partners .list .item {
    width: 31%;
  }
  .business {
    padding-top: 80px;
  }
  .business .tem-title {
    font-size: 48px;
  }
  .business .list .item .qrcode {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .header-box {
    height: 80px;
    padding: 0 20px;
  }
  .banner .banner-content {
    padding: 30px 20px;
  }
  .contact h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contact p {
    font-size: 14px;
  }
  .about-us {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .about-us .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .service .item h4 {
    font-size: 20px;
  }
  .service .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .banner h2 {
    font-size: 46px;
  }
  .banner p {
    font-size: 18px;
  }
  .contact {
    flex-wrap: wrap;
  }
  .contact .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-us .item {
    padding: 20px;
    text-align: left;
  }
  .about-us .item h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .about-us .item p {
    font-size: 16px;
  }
  .vip .content h2 {
    font-size: 32px;
  }
  .vip .content p {
    font-size: 16px;
  }
  .service {
    padding-top: 40px;
  }
  .service .item {
    padding-bottom: 80px;
    width: 100%;
  }
  .partners .list .item {
    height: 70px;
    margin-bottom: 18px;
  }
  .business .list .item {
    padding: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .business .list .item .logo {
    width: 50px;
    height: 50px;
  }
  .business .list .item p {
    font-size: 16px;
  }
  .business .list .item .logo {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */