@font-face {
  font-family: "Poppins";
  src: url("../fonts/POPPINS-REGULAR.TTF");
}
@font-face {
  font-family: "Poppins L";
  src: url("../fonts/POPPINS-LIGHT.TTF");
}
@font-face {
  font-family: "Poppins B";
  src: url("../fonts/POPPINS-BOLD.TTF");
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "Poppins", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", "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%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 60px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s ease;
}
.header .header_l {
  width: 289px;
}
.header .header_l .logo {
  display: block;
  width: 80px;
}
.header .header_l .logo img {
  display: block;
  width: 100%;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .nav a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  transition: 0.6s;
}
.header .nav a:hover, .header .nav a.on {
  color: #F17B13 !important;
}
.header .header_r {
  display: flex;
  align-items: center;
  padding: 0 22px 0 0;
  gap: 42px;
}
.header .header_r .lan {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}
.header .header_r .lan .icon svg {
  display: block;
  width: 17px;
  height: unset;
}
.header .header_r .lan .icon svg path {
  transition: 0.6s;
}
.header .header_r .lan p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  transition: 0.6s;
}
.header .header_r .lan:hover p {
  color: rgb(241, 123, 19) !important;
}
.header .header_r .lan:hover .icon svg path {
  fill: rgb(241, 123, 19) !important;
}
.header .header_r .message {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding: 0 20px 0 24px;
  background: #F17B13;
  border-radius: 40px;
}
.header .header_r .message a {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.header .header_r .message .icon svg {
  width: 15px;
  height: unset;
  display: block;
}
.header.on .nav a, .header.header_on .nav a {
  color: #111;
}
.header.on .header_r .lan p, .header.header_on .header_r .lan p {
  color: #787878;
}
.header.on .header_r .lan .icon svg path, .header.header_on .header_r .lan .icon svg path {
  fill: #787878;
}
.header.on {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.footer {
  background: #FBFBFB;
  padding: 65px 0 16px;
}
.footer .wrap .footer_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .wrap .footer_top .l_box .h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #1A1A1A;
  margin-bottom: 43px;
}
.footer .wrap .footer_top .l_box .swiper_box {
  display: flex;
  align-items: center;
}
.footer .wrap .footer_top .l_box .swiper_box .cirs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}
.footer .wrap .footer_top .l_box .swiper_box .cirs .dian {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
}
.footer .wrap .footer_top .l_box .swiper_box .swiper {
  width: 320px;
  margin: 0;
}
.footer .wrap .footer_top .l_box .swiper_box .swiper:after {
  content: "";
  width: 80px;
  height: 56px;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 20%, #FBFBFB 100%);
  pointer-events: none;
}
.footer .wrap .footer_top .l_box .swiper_box .swiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.footer .wrap .footer_top .r_box .item {
  display: flex;
  align-items: center;
  gap: 19px;
}
.footer .wrap .footer_top .r_box .item:not(:last-child) {
  margin-bottom: 17px;
}
.footer .wrap .footer_top .r_box .item .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(26, 26, 26);
}
.footer .wrap .footer_top .r_box .item .icon img {
  display: block;
  max-width: 25px;
}
.footer .wrap .footer_top .r_box .item .item_r .p1 {
  font-weight: 500;
  font-size: 18px;
  color: rgb(26, 26, 26);
}
.footer .wrap .footer_top .r_box .item .item_r .h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: rgb(26, 26, 26);
}
.footer .wrap .footer_top .r_box .item .item_r .p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: rgb(26, 26, 26);
}
.footer .wrap .line {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 54px 0 64px;
}
.footer .wrap .line1 {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 231px 0 13px;
}
.footer .wrap .footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .wrap .footer_nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: rgb(136, 136, 136);
  transition: 0.6s;
  text-transform: capitalize;
}
.footer .wrap .footer_nav ul li a:hover {
  color: #F17B13 !important;
}
.footer .wrap .footer_nav ul li:nth-child(1) a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgb(0, 0, 0);
  margin-bottom: 40px;
  line-height: 1;
}
.footer .wrap .footer_bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: rgb(136, 136, 136);
}

.common_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.common_banner .text {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.common_banner .text .h2 {
  font-family: "Poppins B";
  font-weight: 600;
  font-size: 48px;
  line-height: 1.8;
  color: rgb(255, 255, 255);
}
.common_banner .text .h2 div {
  font-family: "Poppins B";
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.common_banner .text .p {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 20px;
}
.common_banner .img {
  width: 100%;
  overflow: hidden;
}
.common_banner .img img {
  display: block;
  width: 100%;
  transition: 2s;
  transform: scale(1.1);
}
.common_banner.on .img img {
  transform: scale(1);
}

.w1680 {
  width: 1680px;
  margin: 0 auto;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.page {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  background: #F8F9FA;
  transition: 0.6s;
}
.page a.on, .page a:hover {
  background: #F17B13;
  color: #fff;
}
.page a:nth-child(1), .page a:nth-last-child(1) {
  width: 70px;
}
.page a.sp {
  background: unset !important;
}
.page a.sp:hover {
  color: #F17B13;
}

@media screen and (max-width: 1919px) {
  [data-lenis-prevent] {
    padding: 0px 1.0416666667vw 0px 0px;
  }
  [data-lenis-prevent]::-webkit-scrollbar {
    width: 0.2083333333vw;
  }
  ._scroll_y {
    right: 0.15625vw;
    width: 0.3125vw;
    border-radius: 0.5208333333vw;
  }
  ._scroll_y div {
    border-radius: 0.5208333333vw;
  }
  [data-wheel]::-webkit-scrollbar {
    width: 0.3645833333vw;
  }
  .lenis_scroll {
    height: 13.0208333333vw;
  }
  .lenis_scroll::-webkit-scrollbar {
    width: 0.1041666667vw !important;
  }
  .header {
    height: 4.2708333333vw;
    padding: 0px 3.125vw;
  }
  .header .header_l {
    width: 15.0520833333vw;
  }
  .header .nav {
    gap: 2.0833333333vw;
  }
  .header .nav a {
    font-size: 0.9375vw;
  }
  .header .header_r {
    padding: 0px 1.1458333333vw 0px 0px;
    gap: 2.1875vw;
  }
  .header .header_r .lan {
    gap: 0.8333333333vw;
  }
  .header .header_r .lan .icon svg {
    width: 0.8854166667vw;
  }
  .header .header_r .lan p {
    font-size: 0.7291666667vw;
  }
  .header .header_r .message {
    gap: 0.3125vw;
    height: 2.2916666667vw;
    padding: 0px 1.0416666667vw 0px 1.25vw;
    border-radius: 2.0833333333vw;
  }
  .header .header_r .message p {
    font-size: 0.7291666667vw;
  }
  .header .header_r .message .icon svg {
    width: 0.78125vw;
  }
  .header.on {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.0416666667vw;
  }
  .footer {
    padding: 3.3854166667vw 0px 0.8333333333vw;
  }
  .footer .wrap .footer_top .l_box .h5 {
    font-size: 1.875vw;
    line-height: 2.3958333333vw;
    margin-bottom: 2.2395833333vw;
  }
  .footer .wrap .footer_top .l_box .swiper_box .cirs {
    gap: 0.5208333333vw;
    margin-left: 0.5208333333vw;
  }
  .footer .wrap .footer_top .l_box .swiper_box .cirs .dian {
    width: 0.3125vw;
    height: 0.3125vw;
  }
  .footer .wrap .footer_top .l_box .swiper_box .swiper {
    width: 16.6666666667vw;
  }
  .footer .wrap .footer_top .l_box .swiper_box .swiper::after {
    width: 4.1666666667vw;
    height: 2.9166666667vw;
  }
  .footer .wrap .footer_top .r_box .item {
    gap: 0.9895833333vw;
  }
  .footer .wrap .footer_top .r_box .item:not(:last-child) {
    margin-bottom: 0.8854166667vw;
  }
  .footer .wrap .footer_top .r_box .item .icon {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
  .footer .wrap .footer_top .r_box .item .icon img {
    max-width: 1.3020833333vw;
  }
  .footer .wrap .footer_top .r_box .item .item_r .p1 {
    font-size: 0.9375vw;
  }
  .footer .wrap .footer_top .r_box .item .item_r .h5 {
    font-size: 0.78125vw;
    line-height: 1.875vw;
  }
  .footer .wrap .footer_top .r_box .item .item_r .p {
    font-size: 1.875vw;
  }
  .footer .wrap .line {
    margin: 2.8125vw 0px 3.3333333333vw;
  }
  .footer .wrap .line1 {
    margin: 12.03125vw 0px 0.6770833333vw;
  }
  .footer .wrap .footer_nav ul li a {
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
  }
  .footer .wrap .footer_nav ul li:nth-child(1) a {
    font-size: 0.9375vw;
    margin-bottom: 2.0833333333vw;
  }
  .footer .wrap .footer_bottom p {
    font-size: 0.7291666667vw;
    line-height: 1.875vw;
  }
  .common_banner .text .h2 {
    font-size: 2.5vw;
  }
  .common_banner .text .h2 div {
    font-size: 2.5vw;
  }
  .common_banner .text .p {
    font-size: 1.0416666667vw;
  }
  .w1680 {
    width: 87.5vw;
  }
  .w1600 {
    width: 83.3333333333vw;
  }
  .w1400 {
    width: 72.9166666667vw;
  }
  .w1200 {
    width: 62.5vw;
  }
  .page {
    gap: 0.5208333333vw;
  }
  .page a {
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
    font-size: 0.7291666667vw;
  }
  .page a:nth-child(1), .page a:nth-last-child(1) {
    width: 3.6458333333vw;
  }
  .header .header_l .logo {
    width: 4.16666vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 0 5vw;
  }
  .header .header_l .logo {
    width: 59px;
  }
  .header .header_r {
    gap: 0;
  }
  .header .header_r .message {
    display: none;
  }
  .header .header_r .lan {
    gap: 4px;
  }
  .header .header_r .lan .icon svg {
    width: 14px;
  }
  .header .header_r .lan .icon svg path {
    fill: #787878;
  }
  .header .header_r .lan p {
    color: #787878;
    font-size: 14px;
  }
  .header .nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    display: block;
    padding: 100px 5vw 0;
    clip-path: inset(0 0 100% 0);
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
  }
  .header .nav a {
    display: block;
    color: #000000;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
  }
  .header .nav.on {
    clip-path: inset(0 0 0% 0);
  }
  .header .header_r .menu {
    display: block !important;
    margin-right: calc(5vw - 41px);
  }
  .header .header_r .menu svg {
    stroke: #000000;
    width: 64px;
    height: 38px;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
  }
  .header .header_r .menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .header .header_r .menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  .header .header_r .menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  .header .header_r .menu.active svg path {
    --offset: 57px;
  }
  .header .header_r .menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
  }
  .header .header_r .menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
  }
  .header .header_r .menu.active svg path:nth-child(3) {
    --offset: 58px;
  }
  .parallax {
    transform: unset !important;
  }
  .common_banner {
    height: 60vh;
  }
  .common_banner .img {
    height: 100%;
  }
  .common_banner .img img {
    height: 100%;
  }
  .common_banner .text {
    padding: 0 5vw;
  }
  .common_banner .text .h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .common_banner .text .h2 div {
    font-size: 22px;
    line-height: 1.4;
  }
  .w1200, .w1400, .w1600, .w1680 {
    width: 90%;
  }
  .page {
    gap: 10px;
  }
  .page a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
  }
  .page a:nth-last-child(1), .page a:nth-child(1) {
    width: 60px;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer .wrap .footer_nav {
    display: none;
  }
  .footer .wrap .line {
    display: none;
  }
  .footer .wrap .line1 {
    margin: 20px 0;
  }
  .footer .wrap .footer_bottom p {
    font-size: 14px;
    line-height: 1.6;
  }
  .footer .wrap .footer_top {
    display: block;
  }
  .footer .wrap .footer_top .l_box .h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .footer .wrap .footer_top .l_box .swiper_box .swiper {
    width: 250px;
  }
  .footer .wrap .footer_top .l_box .swiper_box .swiper:after {
    width: 43px;
    height: 43px;
  }
  .footer .wrap .footer_top .l_box .swiper_box .cirs {
    margin-left: 10px;
    gap: 8px;
  }
  .footer .wrap .footer_top .l_box .swiper_box .cirs .dian {
    width: 8px;
    height: 8px;
  }
  .footer .wrap .footer_top .r_box {
    margin: 30px 0 0;
  }
  .footer .wrap .footer_top .r_box .item {
    gap: 10px;
  }
  .footer .wrap .footer_top .r_box .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .wrap .footer_top .r_box .item .item_r .h5 {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .footer .wrap .footer_top .r_box .item .item_r .p {
    font-size: 18px;
  }
  .footer .wrap .footer_top .r_box .item .item_r .p1 {
    font-size: 15px;
  }
  .footer .wrap .footer_top .r_box .item .icon {
    width: 36px;
    height: 36px;
  }
  .footer .wrap .footer_top .r_box .item .icon img {
    max-width: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
