@font-face {
  font-family: "Gilroy-Bold";
  src: url("../font/GILROY-BOLD-4.OTF");
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../font/GILROY-MEDIUM-2.OTF");
}
* {
  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;
}

.st0{fill:#FFFFFF;}
.st1{opacity:0.1;fill:none;stroke:#B3B3B3;stroke-miterlimit:10;}
.st11{fill:#21419A;}

._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: 90px;
  padding: 0 80px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s ease;
}
.header .logo {
  display: block;
  width: 154px;
  filter: brightness(0) invert(1);
  transition: 0.6s;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .nav {
  display: flex;
  gap: 0 65px;
}
.header .nav a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.6s;
}
.header .nav a:hover, .header .nav a.on {
  color: #21419A !important;
}
.header .lan {
  width: 154px;
}
.header .lan .lan_box {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 0 auto;
}
.header .lan .lan_box .iconfont {
  font-size: 19px;
  color: #FFFFFF;
  transition: 0.6s;
}
.header .lan .lan_box p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
  text-transform: uppercase;
}
.header .lan .lan_box:hover p, .header .lan .lan_box:hover .iconfont {
  color: #21419A !important;
}
.header.on {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.header.on, .header.header_on {
  background: #FFFFFF;
}
.header.on .logo, .header.header_on .logo {
  filter: brightness(1);
}
.header.on .nav a, .header.header_on .nav a {
  color: #1A1A1A;
}
.header.on .lan .lan_box p, .header.on .lan .lan_box .iconfont, .header.header_on .lan .lan_box p, .header.header_on .lan .lan_box .iconfont {
  color: #333333;
}

.footer {
  background: #202020;
}
.footer .footer_top {
  padding: 75px 0 134px;
}
.footer .footer_top .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .wrap .footer_nav {
  display: flex;
  gap: 0 113px;
}
.footer .footer_top .wrap .footer_nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0.6;
  transition: 0.6s;
}
.footer .footer_top .wrap .footer_nav ul li a:hover {
  opacity: 1;
}
.footer .footer_top .wrap .footer_nav ul li:nth-child(1) {
  margin-bottom: 35px;
}
.footer .footer_top .wrap .footer_nav ul li:nth-child(1) a {
  font-size: 16px;
  opacity: 1;
}
.footer .footer_top .wrap .footer_nav ul li:nth-child(1) a:hover {
  color: #21419A;
}
.footer .footer_top .wrap .l .logo {
  width: 208px;
  filter: brightness(0) invert(1);
}
.footer .footer_top .wrap .l .logo img {
  display: block;
  width: 100%;
}
.footer .footer_top .wrap .l .footer_contact_box {
  margin: 45px 0 70px;
}
.footer .footer_top .wrap .l .footer_contact_box .tel {
  font-family: "Gilroy-Bold";
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
}
.footer .footer_top .wrap .l .footer_contact_box .address {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.6;
  margin: 19px 0 0;
}
.footer .footer_top .wrap .l .ewm {
  width: 135px;
}
.footer .footer_bottom {
  border-top: 1px solid rgba(230, 230, 230, 0.1);
}
.footer .footer_bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.footer .footer_bottom .wrap .l {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.footer .footer_bottom .wrap .l p, .footer .footer_bottom .wrap .l a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.6;
  transition: 0.6s;
}
.footer .footer_bottom .wrap .l p img, .footer .footer_bottom .wrap .l a img {
  display: block;
  width: 18px;
  margin-right: 5px;
}
.footer .footer_bottom .wrap .l a:hover {
  opacity: 1;
}
.footer .footer_bottom .wrap .r a {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.6;
  transition: 0.6s;
}
.footer .footer_bottom .wrap .r a:hover {
  opacity: 1;
}

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

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

.common_banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.common_banner .img {
  width: 100%;
}
.common_banner .img img {
  display: block;
  width: 100%;
  transition: 2s;
  transform: scale(1.1);
}
.common_banner .text {
  position: absolute;
  text-align: center;
  line-height: 1;
}
.common_banner .text h1, .common_banner .text h5 {
  font-weight: bold;
  font-size: 46px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.common_banner .text p {
  font-weight: 100;
  font-size: 46px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.common_banner.on .img img {
  transform: scale(1);
}

.common_links {
  border-bottom: 1px solid #EAEAEA;
  position: sticky;
  top: 90px;
  background: #F4F4F4;
  z-index: 99;
}
.common_links .wrap {
  display: flex;
  gap: 0 70px;
}
.common_links .wrap .item {
  line-height: 76px;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}
.common_links .wrap .item:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3652A1;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scaleX(0);
  transition: 0.6s;
}
.common_links .wrap .item.on, .common_links .wrap .item:hover {
  color: #3652A1;
}
.common_links .wrap .item.on::after, .common_links .wrap .item:hover::after {
  transform: scaleX(1);
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 3px;
  transition: 0.6s;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.page a:hover {
  background: #21419A;
  color: #FFFFFF;
}
.page a.page_btn {
  width: 112px;
}
.page a.sp {
  background: unset;
}
.page a.sp:hover {
  color: #21419A;
  background: unset;
}

@media screen and (max-width: 1919px) {
  .header {
    height: 4.6875vw;
    padding: 0 4.1666666667vw;
  }
  .header .logo {
    width: 8.0208333333vw;
  }
  .header .nav {
    gap: 0 3.3854166667vw;
  }
  .header .nav a {
    font-size: 0.9375vw;
  }
  .header .lan {
    width: 8.0208333333vw;
  }
  .header .lan .lan_box {
    gap: 0 0.5208333333vw;
  }
  .header .lan .lan_box .iconfont {
    font-size: 0.9895833333vw;
  }
  .header .lan .lan_box p {
    font-size: 0.8333333333vw;
  }
  .footer .footer_top {
    padding: 3.90625vw 0 6.9791666667vw;
  }
  .footer .footer_top .wrap .footer_nav {
    gap: 0 5.8854166667vw;
  }
  .footer .footer_top .wrap .footer_nav ul li a {
    font-size: 0.78125vw;
    line-height: 1.875vw;
  }
  .footer .footer_top .wrap .footer_nav ul li:nth-child(1) {
    margin-bottom: 1.8229166667vw;
  }
  .footer .footer_top .wrap .footer_nav ul li:nth-child(1) a {
    font-size: 0.8333333333vw;
  }
  .footer .footer_top .wrap .l .logo {
    width: 10.8333333333vw;
  }
  .footer .footer_top .wrap .l .footer_contact_box {
    margin: 2.34375vw 0 3.6458333333vw;
  }
  .footer .footer_top .wrap .l .footer_contact_box .tel {
    font-size: 1.6666666667vw;
  }
  .footer .footer_top .wrap .l .footer_contact_box .address {
    font-size: 0.8333333333vw;
    margin: 0.9895833333vw 0 0;
  }
  .footer .footer_top .wrap .l .ewm {
    width: 7.03125vw;
  }
  .footer .footer_bottom .wrap {
    padding: 1.3020833333vw 0;
  }
  .footer .footer_bottom .wrap .l {
    gap: 0 0.5208333333vw;
  }
  .footer .footer_bottom .wrap .l p, .footer .footer_bottom .wrap .l a {
    font-size: 0.78125vw;
  }
  .footer .footer_bottom .wrap .l p img, .footer .footer_bottom .wrap .l a img {
    width: 0.9375vw;
    margin-right: 0.2604166667vw;
  }
  .footer .footer_bottom .wrap .r a {
    font-size: 0.78125vw;
  }
  .w1400 {
    width: 72.9166666667vw;
  }
  .w1600 {
    width: 83.3333333333vw;
  }
  .common_banner .text h1, .common_banner .text h5 {
    font-size: 2.3958333333vw;
    margin-bottom: 1.5625vw;
  }
  .common_banner .text p {
    font-size: 2.3958333333vw;
  }
  .common_links {
    top: 4.6875vw;
  }
  .common_links .wrap {
    gap: 0 3.6458333333vw;
  }
  .common_links .wrap .item {
    line-height: 3.9583333333vw;
    font-size: 0.8333333333vw;
  }
  .page {
    gap: 0 0.5208333333vw;
  }
  .page a {
    width: 2.1875vw;
    height: 2.1875vw;
    font-size: 0.7291666667vw;
  }
  .page a.page_btn {
    width: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    background: #FFFFFF;
    padding: 0 5vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  .header .logo {
    width: 120px;
    filter: unset !important;
  }
  .header .nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    padding: 100px 5vw 0;
    display: block;
    transition: 1s;
    clip-path: inset(0 0 100% 0);
  }
  .header .nav a {
    display: block;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .header .nav.on {
    clip-path: inset(0 0 0% 0);
  }
  .header .lan {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-right: -20px;
  }
  .header .lan .lan_box {
    gap: 0 10px;
    height: 40px;
  }
  .header .lan .lan_box .iconfont {
    color: #333333;
    font-size: 16px;
  }
  .header .lan .lan_box p {
    color: #333333;
    font-size: 16px;
  }
  .header .lan .menu {
    display: block !important;
  }
  .header .lan .menu svg {
    stroke: #000000;
    width: 64px;
    height: 38px;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
  }
  .header .lan .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 .lan .menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  .header .lan .menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  .header .lan .menu.active svg path {
    --offset: 57px;
  }
  .header .lan .menu.active svg path:nth-child(1), .header .lan .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
  }
  .header .lan .menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
  }
  .header .lan .menu.active svg path:nth-child(3) {
    --offset: 58px;
  }
  .w1600, .w1400 {
    width: 90%;
  }
  .common_links {
    background: #FFFFFF;
    position: unset;
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 8px;
  }
  .common_links .wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }
  .common_links .wrap .item {
    font-size: 15px;
    line-height: 38px;
    border-radius: 8px;
    padding: 0 15px;
    border: 1px solid #21419A;
    color: #21419A;
  }
  .common_links .wrap .item:after {
    display: none;
  }
  .common_links .wrap .item.on {
    background: #21419A;
    color: #FFFFFF;
  }
  .footer .footer_top {
    padding: 40px 0 30px;
  }
  .footer .footer_top .wrap {
    display: block;
  }
  .footer .footer_top .wrap .l .logo {
    width: 150px;
    margin: 0 auto 30px;
  }
  .footer .footer_top .wrap .l .footer_contact_box {
    text-align: center;
  }
  .footer .footer_top .wrap .l .footer_contact_box .tel {
    font-size: 30px;
  }
  .footer .footer_top .wrap .l .footer_contact_box .address {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .footer .footer_top .wrap .l .ewm {
    width: 120px;
    margin: 30px auto 0;
  }
  .footer .footer_top .wrap .footer_nav {
    display: none;
  }
  .footer .footer_bottom {
    height: unset;
    padding: 20px 0;
  }
  .footer .footer_bottom .wrap {
    padding: 0;
    display: block;
  }
  .footer .footer_bottom .wrap .l {
    display: block;
    text-align: center;
  }
  .footer .footer_bottom .wrap .l p, .footer .footer_bottom .wrap .l a {
    display: inline;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }
  .footer .footer_bottom .wrap .l p img, .footer .footer_bottom .wrap .l a img {
    width: 16px;
  }
  .footer .footer_bottom .wrap .l a:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
  }
  .footer .footer_bottom .wrap .r a {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin: 6px auto 0;
  }
  .common_banner {
    height: 50vh;
  }
  .common_banner .img {
    height: 100%;
  }
  .common_banner .img img {
    height: 100%;
  }
  .common_banner .text h1, .common_banner .text h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .common_banner .text p {
    font-size: 20px;
  }
  .page {
    gap: 0 5px;
  }
  .page a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .page a.page_btn {
    width: 60px;
  }
}

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