@charset "UTF-8";

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

@font-face {
  font-family: HarmonyOS_Sans_Regular;
  src: url(../fonts/HarmonyOS_Sans_Regular.ttf);
}

@font-face {
  font-family: PLANK;
  src: url(../fonts/PLANK.ttf);
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

img:not(.none) {
  max-width: 100%;
  max-height: 100%;
}

textarea {
  resize: none;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.bezier .swiper-wrapper,
.div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
  border-collapse: collapse;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
}

[data-lenis-prevent] {
  padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
  background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
  position: fixed;
  top: 0;
  right: 3px;
  width: 6px;
  height: 100vh;
  z-index: 9999;
  border-radius: 10px;
}

._scroll_y div {
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: black;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
  cursor: grab;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
  width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
  background-color: transparent;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

section {
  overflow: hidden;
}

section.unset {
  overflow: unset;
}

.lenis_scroll {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
  background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
  width: 2px !important;
  display: block;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 1600px;
}

header.active .header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header.active .header .wrap .list .item a {
  color: #111;
}

header.active .header .logo {
  filter: brightness(1) invert(0);
}

header.active .header .header_right .Language svg path {
  fill: #333;
}

header.active .header .header_right .search svg path {
  fill: #333;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
  display: flex;
  align-items: center;
  transition: .6s ease;
}

.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.header .wrap .list {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .wrap .left {
  height: 100%;
}

.header .wrap .right {
  height: 100%;
}

.header .wrap .left .list .item {
  padding-right: 90px;
}

.header .wrap .right .list .item {
  padding-left: 90px;
}

.header .wrap .list .item a {
  display: flex;
  align-items: center;
  font-family: Gilroy-ExtraBold;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.header .logo {
  position: relative;
  display: block;
  width: 180px;
  transition: 0.6s;
  filter: brightness(0) invert(1);
}

.header .logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .header_right {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  display: flex;
  right: 40px;
  align-items: center;
}

.header .header_right .Language {
  padding-right: 25px;
}

.header .header_right .Language span {
  color: #fff;
  padding: 0 10px;
}

.header .header_right .Language svg {
  width: 18px;
  cursor: pointer;
}

.header .header_right .Language svg path {
  fill: #fff;
}

.header .header_right .search {
  display: block;
}

.header .header_right .search svg {
  width: 18px;
}

.header .header_right .search svg path {
  fill: #fff;
}

.header.on {
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.on .logo {
  filter: brightness(1) invert(0);
}

.header.on .list .item a {
  color: #111111;
}

.header.on .header_right .Language svg path {
  fill: #333;
}



.header.on .header_right .search svg path {
  fill: #333;
}

.header .wrap .left .list .item {
  position: relative;
  height: 100%;
}

.header .wrap .left .list .item .level {
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: .6s ease;
}

.header.on .header .right .list .item .level {
  top: 100%;
}

.header .wrap .left .list .item .level .second {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  top: 8px;
  position: relative;
  padding: 20px 30px 10px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.6s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.header .wrap .left .list .item .level .second a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  width: fit-content;
  display: block;
  white-space: nowrap;
  line-height: 30px;
  position: relative;
  transition: 0.6s ease;
  margin: 0 auto 10px;
}

.header .wrap .left .list .item .level .second a:hover:after {
  width: 100%;
  left: 0;
}

.header .wrap .left .list .item .level .second a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  right: 0;
  bottom: 0;
  transition: 0.6s ease;
}

.header.on .wrap .left .list .item .level .second {
  background-color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(120, 130, 148, 0.2);
}

.header.on .wrap .left .list .item .level .second a {
  color: #333;
}

.header.on .wrap .left .list .item .level .second a:after {
  background: #494949;

}

.header .wrap .left .list .item:hover .level {
  pointer-events: all;
}

.header .wrap .left .list .item:hover .level .second {
  opacity: 1;
  transform: translateY(0);
}

footer {
  background-color: #333333;
}

.footer {
  width: 1600px;
  margin: 0 auto;
}

.footer .footer_top {
  display: flex;
  justify-content: space-between;
}

.footer .footer_top .left .footer_logo {
  padding-top: 80px;
  width: 200px;
}

.footer .footer_top .left .footer_logo img {
  width: 100%;
}

.footer .footer_top .contact span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 30px;
  opacity: 0.4;
}

.footer .footer_top .contact .tel {
  display: block;
  padding-top: 10px;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}

.footer .footer_top .contact .email {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}

.footer .footer_top .footer_nav {
  display: flex;
  padding-top: 80px;
}

.footer .footer_top .footer_nav ul {
  padding-left: 50px;
}

.footer .footer_top .footer_nav ul li a {
  font-size: 16px;
  color: #fff;
  opacity: .6;
  line-height: 36px;
}

.footer .footer_top .footer_nav ul li:nth-child(1)>a {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
  opacity: 1;
}

.footer .footer_bottom {
  height: 80px;
  margin-top: 150px;
  border-top: 1px solid #3d3d3d;
}

.footer .footer_bottom p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 70px;
  opacity: .3;
}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    background-color: #fff;
  }

  .header .wrap .left {
    display: none;
  }

  .header .wrap .right {
    display: none;
  }

  .header .logo {
    filter: none;
  }

  .header .logo img {
    padding-left: 20px;
    width: 140px;
  }

  .header .logo img:last-child {
    display: none;
  }

  .header .header_right .Language svg path {
    fill: #333;
  }

  .header .header_right {
    margin-right: 30px;
  }

  .header .menu {
    display: block !important;
    position: relative;
    width: 84px;
    height: 12px;
    text-align: center;
    cursor: pointer;
    margin: 0 20px;
  }

  .header .menu .show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .header .menu .hide {
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .header .menu .hide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333;
    transform: rotate(-45deg) scaleX(0);
    transition: .75s cubic-bezier(.19, 1, .22, 1);
  }

  .header .menu .hide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333;
    transform: rotate(45deg) scaleX(0);
    transition: .75s cubic-bezier(.19, 1, .22, 1);
  }

  .header .menu .show div {
    width: 100%;
    height: 2px;
    background: #333;
    transition: 0.3s;
  }

  .menu.on .show div {
    transition-delay: unset;
  }

  .menu.on .show div:first-child {
    width: 0;
  }

  .menu.on .show div:nth-child(2) {
    width: 0;
    transition-delay: 0.1s;
  }

  .menu.on .show div:last-child {
    width: 0;
    transition-delay: 0.2s;
  }

  .menu.on .hide:after {
    transform: rotate(45deg) scaleX(1);
    transition-delay: 0.6s;
  }

  .menu.on .hide:before {
    transform: rotate(-45deg) scaleX(1);
    transition-delay: 0.6s;
  }

  .header .header_right .Language {
    padding: unset;
  }

  .mobile_nav {
    display: block !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.6s;
    background: #fff;
    clip-path: inset(0% 0% 100% 0%);
  }

  .mobile_nav.mobile_nav_active {
    clip-path: inset(0% 0% 0% 0%);
  }

  .mobile_nav ul {
    position: relative;
    margin: 84px 0 0 0;
    height: 86vh;
    overflow: scroll;
  }

  .mobile_nav ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    margin: auto;
  }

  .mobile_nav ul li .second {
    display: none;
  }

  .mobile_nav ul li .first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 5vw;
  }

  .mobile_nav ul li .first a {
    display: block;
    width: 90%;
    font-size: 16px;
    color: #111;
  }

  .mobile_nav ul li .first .iconfont {
    display: block;
    font-size: 12px;
    transform: rotate(180deg);
    transition: 0.6s;
  }

  .mobile_nav ul li.item_active .first .iconfont {
    transform: rotate(270deg);
  }

  .mobile_nav ul li .second {
    padding: 0 5vw;
  }

  .mobile_nav ul li .second .item a {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 20px;
    position: relative;
  }

  .mobile_nav ul li .first img {
    width: 24px;
  }

  .mobile_nav ul li .second .item a:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #111111;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
  }

  .mobile_nav ul li .second .item a .icon {
    width: 16px;
  }

  .mobile_nav ul li .second .item a p {
    font-size: 14px;
    color: #111;
    line-height: 2;
  }

  .section1 .wrap {
    width: 90% !important;
  }

  .section2 .wrap {
    width: 90% !important;
  }

  .footer {
    width: 90% !important;
  }

  .footer .footer_top .footer_nav {
    display: none;
  }

  .footer .footer_bottom {
    margin-top: 100px;
  }
  .footer .footer_bottom p{
    line-height: 20px;
    padding-top: 16px;
  }
}