@font-face {
  font-family: 'Ubuntu';
  src: url(../font/Ubuntu-R-9.ttf); }
@font-face {
  font-family: 'Handel Gothic BT';
  src: url(../font/Handel-Gothic-BT-2.ttf); }
@font-face {
  font-family: 'Archivo';
  src: url(../font/ARCHIVO-MEDIUM.TTF); }
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "Ubuntu", "PingFang SC", "Microsoft YaHei", sans-serif; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Ubuntu", "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; }

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #165a94;
  padding: 0 calc((100vw - 1480px) / 2);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .6s ease; }

.header .header_l {
  display: flex;
  align-items: center;
  height: 100%; }

.header .header_l .logo {
  display: block;
  width: 181px;
  margin-right: 109px; }

.header .header_l .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block; }

.header .header_l .nav {
  display: flex;
  align-items: center;
  gap: 0 70px;
  height: 100%; }

.header .header_l .nav li {
  height: 100%;
  display: flex;
  align-items: center; }

.header .header_l .nav li .second {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  background: #004178;
  padding: 140px calc((100vw - 1480px) / 2) 100px;
  z-index: -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 20px;
  clip-path: inset(0 0 100% 0);
  transition: 1s; }

.header .header_l .nav li .second .second_item {
  display: flex;
  align-items: center;
  width: 280px;
  min-height: 90px;
  padding: 16px 35px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.4s; }

.header .header_l .nav li .second .second_item:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #003867;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.6s; }

.header .header_l .nav li .second .second_item p {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF; }

.header .header_l .nav li .second .second_item .icon {
  margin-right: 7px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center; }

.header .header_l .nav li .second .second_item:hover:after {
  opacity: 1; }

.header .header_l .nav li .first {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%; }

.header .header_l .nav li .first a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF; }

.header .header_l .nav li .first .icon {
  width: 10px;
  margin-left: 8px; }

.header .header_l .nav li .first:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.6s;
  transform: scaleX(0);
  border-radius: 1px; }

.header .header_l .nav li .first:hover:after, .header .header_l .nav li .first.on:after {
  transform: scaleX(1); }

.header .header_l .nav li:hover .second {
  clip-path: inset(0 0 0 0); }

.header .header_l .nav li:hover .second .second_item {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.2s; }

.header .header_l .nav li:hover .second .second_item:nth-child(2) {
  transition-delay: 0.3s; }

.header .header_l .nav li:hover .second .second_item:nth-child(3) {
  transition-delay: 0.4s; }

.header .header_l .nav li:hover .second .second_item:nth-child(4) {
  transition-delay: 0.5s; }

.header .header_l .nav li:hover .second .second_item:nth-child(5) {
  transition-delay: 0.6s; }

.header .header_l .nav li:hover .second .second_item:nth-child(6) {
  transition-delay: 0.7s; }

.header .header_l .nav li:hover .second .second_item:nth-child(7) {
  transition-delay: 0.8s; }

.header .header_l .nav li:hover .second .second_item:nth-child(8) {
  transition-delay: 0.9s; }

.header .header_l .nav li:hover .second .second_item:nth-child(9) {
  transition-delay: 1s; }

.header .header_l .nav li:hover .second .second_item:nth-child(10) {
  transition-delay: 1.1s; }

.header .header_l .nav li .second .second_item:nth-child(1) .icon img, .header .header_l .nav li .second .second_item:nth-child(2) .icon img, .header .header_l .nav li .second .second_item:nth-child(8) .icon img {
  max-width: 60%; }

.header .header_l .nav li .second .second_item:nth-child(3) .icon img {
  max-width: 40%; }

.header .header_l .nav li .second .second_item:nth-child(5) .icon img {
  max-width: 80%; }

.header .header_r {
  display: flex;
  align-items: center;
  gap: 0 20px;
  height: 100%; }

.header .header_r form {
  display: flex;
  align-items: center;
  width: 329px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4); }

.header .header_r form input {
  width: 290px;
  height: 100%;
  padding: 0 23px;
  border: none;
  background: unset;
  color: #FFFFFF;
  font-size: 18px; }

.header .header_r form button {
  width: 19px;
  background: unset;
  border: none; }

.header .avatar {
  width: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.header .avatar:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.6s;
  transform: scaleX(0);
  border-radius: 1px; }

.header .car:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.6s;
  transform: scaleX(0);
  border-radius: 1px; }

.header .car {
  width: 21px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative; }

.header .car:hover::after {
  transform: scaleX(1); }

.header .avatar:hover::after {
  transform: scaleX(1); }

.header .car_box {
  position: relative; }

.header .car_box .number {
  width: 14px;
  height: 14px;
  background: #F81717;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  top: -4px;
  right: -4px; }

.header.on {
  height: 60px; }

.w-1480 {
  width: 1480px;
  margin: 0 auto; }

.common_title {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 36px;
  color: #004178;
  text-transform: uppercase; }

.footer .wrap .footer_top {
  padding: 70px 0 50px;
  border-top: 1px solid #D8DBE3;
  border-bottom: 1px solid #D8DBE3;
  display: flex;
  justify-content: space-between; }

.footer .wrap .footer_top .footer_nav {
  display: flex;
  gap: 0 100px; }

.footer .wrap .footer_top .footer_nav ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 36px;
  position: relative; }

.footer .wrap .footer_top .footer_nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #00417D;
  left: 0;
  bottom: -5px;
  transform: scaleX(0);
  transition: 0.6s;
  transform-origin: left; }

.footer .wrap .footer_top .footer_nav ul li a:hover:after {
  transform: scaleX(1); }

.footer .wrap .footer_top .footer_nav ul li:nth-child(1) a {
  font-family: 'Handel Gothic BT';
  text-transform: uppercase; }

.footer .wrap .footer_top .footer_nav div ul:nth-child(2) {
  margin: 40px 0 0; }

.footer .wrap .footer_top .footer_top_r {
  width: 343px; }

.footer .wrap .footer_top .footer_top_r .logo {
  width: 168px;
  margin-bottom: 7px; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_box .item {
  margin: 18px 0 0; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_box .item h5 {
  font-family: 'Handel Gothic BT';
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  text-transform: uppercase;
  margin-bottom: 8px; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_box .item p {
  font-weight: 400;
  font-size: 16px;
  color: #004178;
  line-height: 24px; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_share {
  display: flex;
  gap: 0 20px;
  margin: 39px 0 0; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_share .icon {
  width: 46px;
  height: 46px;
  background: #F3F5F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_share .icon img {
  max-width: 50%;
  max-height: 50%;
  transition: 0.6s; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_share .icon:hover {
  background: #00417D; }

.footer .wrap .footer_top .footer_top_r .footer_top_r_share .icon:hover img {
  filter: brightness(0) invert(1); }

.footer .wrap .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0; }

.footer .wrap .footer_bottom a, .footer .wrap .footer_bottom p {
  font-weight: 400;
  font-size: 16px;
  color: #004178; }

.footer .wrap .footer_bottom p a {
  display: inline-block;
  margin-left: 20px; }

.footer .wrap .footer_bottom a {
  display: block;
  position: relative; }

.footer .wrap .footer_bottom a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #00417D;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.6s; }

.footer .wrap .footer_bottom a:hover:after {
  transform: scaleX(1); }

.common_banner {
  margin: 60px 0 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .common_banner .img {
    width: 100%;
    overflow: hidden; }
    .common_banner .img img {
      display: block;
      width: 100%;
      transform: scale(1.1);
      transition: 2s; }
  .common_banner .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-transform: uppercase; }
    .common_banner .text span {
      font-family: 'Handel Gothic BT';
      font-weight: 400;
      font-size: 36px;
      color: #FFFFFF;
      line-height: 50px;
      text-transform: uppercase; }
  .common_banner.on .img img {
    transform: scale(1); }

.nav_links {
  position: sticky;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  background: #FFFFFF;
  z-index: 999;
  border-bottom: 1px solid #BFCCD5; }
  .nav_links .item {
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #004178;
    cursor: pointer;
    padding: 0 23px;
    transition: 0.6s; }
    .nav_links .item:hover, .nav_links .item.on {
      background: #004178;
      color: #FFFFFF; }

.page {
  display: flex;
  justify-content: center;
  gap: 0 5px; }
  .page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #004178;
    transition: 0.6s; }
    .page a:hover, .page a.on {
      color: #FFFFFF;
      background: #004178; }
      .page a:hover img, .page a.on img {
        filter: brightness(0) invert(1); }
    .page a:nth-child(1) img {
      transform: rotate(180deg);
      transition: 0.6s; }
    .page a:nth-child(1), .page a:nth-last-child(1) {
      border: 1px solid rgba(0, 65, 120, 0.4); }
      .page a:nth-child(1) img, .page a:nth-last-child(1) img {
        display: block;
        width: 12px; }

@media screen and (max-width: 768px) {
  .header {
    height: 60px !important;
    padding: 0 5vw; }

  .header .header_l .logo {
    width: 130px; }

  .header .header_l .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #165a94;
    z-index: -1;
    padding: 100px 5vw 0;
    display: block;
    transition: 1s;
    clip-path: inset(0 0 100% 0); }

  .header .header_l .nav li {
    display: block;
    height: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

  .header .header_l .nav li.item_active .first .icon {
    transform: rotate(0); }

  .header .header_l .nav li .first {
    width: 100%;
    justify-content: space-between; }

  .header .header_l .nav li .first a {
    line-height: 60px;
    font-size: 16px;
    display: block;
    width: 50%; }

  .header .header_l .nav li .first .icon {
    width: 12px;
    transform: rotate(-90deg);
    transition: 0.6s; }

  .header .header_l .nav li .first .icon img {
    display: block;
    width: 100%; }

  .header .header_l .nav li .first:after {
    display: none; }

  .header .header_l .nav li .second {
    clip-path: unset;
    display: none;
    position: unset;
    background: unset;
    padding: 0 0 30px 20px;
    transition: unset; }

  .header .header_l .nav li .second .second_item {
    width: fit-content;
    opacity: 1;
    transform: unset;
    pointer-events: auto;
    min-height: unset;
    height: 40px;
    position: relative; }

  .header .header_l .nav li .second .second_item:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    opacity: 1; }

  .header .header_l .nav li .second .second_item .icon {
    display: none; }

  .header .header_l .nav li .second .second_item p {
    font-size: 15px; }

  .header .header_l .nav.active {
    clip-path: inset(0 0 0 0); }

  .header .header_r {
    transform: translateX(20px); }

  .header .header_r form {
    display: none; }

  .header .header_r .avatar {
    width: 18px; }

  .menu {
    display: block !important; }

  .menu svg {
    stroke: #FFFFFF;
    width: 64px;
    height: 38px;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block; }

  .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); }

  .menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px; }

  .menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px; }

  .menu.active svg path {
    --offset: 57px; }

  .menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1); }

  .menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px; }

  .menu.active svg path:nth-child(3) {
    --offset: 58px; }

  .w-1480 {
    width: 90%; }

  .footer .wrap .footer_top {
    display: block;
    padding: 0px 0 30px; }

  .footer .wrap .footer_top .footer_nav {
    display: block; }

  .footer .wrap .footer_top .footer_nav ul li {
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .footer .wrap .footer_top .footer_nav ul li:nth-child(1) {
    display: block; }

  .footer .wrap .footer_top .footer_nav ul li:nth-child(1) a {
    font-size: 16px;
    line-height: 50px; }

  .footer .wrap .footer_top .footer_nav div ul {
    margin: 0 !important; }

  .footer .wrap .footer_top .footer_top_r {
    width: 100%;
    margin: 40px 0 0; }

  .footer .wrap .footer_top .footer_top_r .logo {
    width: 140px;
    margin: 0 0 20px; }

  .footer .wrap .footer_top .footer_top_r .footer_top_r_box .item {
    margin-top: 15px; }

  .footer .wrap .footer_top .footer_top_r .footer_top_r_box .item h5 {
    font-size: 14px;
    margin-bottom: 10px; }

  .footer .wrap .footer_top .footer_top_r .footer_top_r_box .item p {
    font-size: 14px;
    line-height: 1.4; }

  .footer .wrap .footer_top .footer_top_r .footer_top_r_share {
    margin: 25px 0 0;
    gap: 0 15px; }

  .footer .wrap .footer_top .footer_top_r .footer_top_r_share .icon {
    width: 40px;
    height: 40px; }

  .footer .wrap .footer_bottom {
    padding: 20px 0;
    display: block; }

  .footer .wrap .footer_bottom p, .footer .wrap .footer_bottom a {
    display: block;
    width: fit-content;
    font-size: 14px; }

  .footer .wrap .footer_bottom a {
    margin-top: 10px; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
