@font-face {
  font-family: 'Manrope3 M';
  src: url("../fonts/manrope-medium-5.otf");
}

@font-face {
  font-family: 'Manrope3 R';
  src: url("../fonts/manrope-regular-6.otf");
}

@font-face {
  font-family: 'HANDEL-GOTHIC';
  src: url("../fonts/HANDEL-GOTHIC-BT-2.TTF");
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "Manrope3 R", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Manrope3 R", "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%;
}

.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: .6s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  transition: 0.6s;
}

.header .logo {
  display: block;
  width: 215px;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .nav {
  height: 100%;
  display: flex;
  gap: 50px;
}

.header .nav li {
  height: 100%;
  cursor: pointer;
}
.header .nav li:nth-child(2) {
  position: relative;
}
.header .nav li .first {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.header .nav li .second1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 0 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
.header .nav li .second1 .second_box {
  padding: 20px 25px;
  border-radius: 8px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);

}
.header .nav li:hover .second1 {
  opacity: 1;
  pointer-events: auto;
}
.header .nav li .second1 .second_box a {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
  line-height: 1.8;
}
.header .nav li .second1 .second_box a:hover {
  color: #F8AB21;
}
.header .nav li .first a {
  display: block;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  transition: 0.6s;
  position: relative;
}

.header .nav li .first a:after {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #F8AB21;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%) scaleX(0);
  transition: 0.6s;
}

.header .nav li .first a:hover {
  color: #F8AB21;
}

.header .nav li .first a:hover:after {
  transform: translateX(-50%) scaleX(1);
}

.header .nav li .first.on a {
  color: #F8AB21;
}

.header .nav li .first.on a:after {
  transform: translateX(-50%) scaleX(1);
}

.header .nav li .second {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 82px 0 0;
  clip-path: inset(0 0 100% 0);
  transition: 1s;
  background: #111113;
}

.header .nav li .second .second_box {
  padding: 100px 0;
}

.header .nav li .second .second_box .wrap {
  display: flex;
  align-items: flex-start;
}

.header .nav li .second .second_box .wrap .second_box_l {
  width: 210px;
}

.header .nav li .second .second_box .wrap .second_box_l .item {
  display: block;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.6s;
  margin-bottom: 8px;
  cursor: pointer;
}

.header .nav li .second .second_box .wrap .second_box_l .item.on,
.header .nav li .second .second_box .wrap .second_box_l .item:hover {
  color: #F8AB21;
}

.header .nav li .second .second_box .wrap .second_box_l .item.on {
  font-weight: 600;
}

.header .nav li .second .second_box .wrap .second_box_r {
  width: 1172px;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part {
  display: none;
  gap: 44px;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item {
  display: block;
  width: 260px;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item .img {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 31px;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item p {
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  transition: 0.6s;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item:hover .img img {
  transform: scale(1.1);
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item:hover p {
  color: #F8AB21;
}

.header .nav li .second .second_box .wrap .second_box_r .second_box_r_part.on {
  display: flex;
}

.header .nav li .second.on {
  clip-path: inset(0);
}

.header .header_r {
  display: flex;
  align-items: center;
  gap: 31px;
}

.header .header_r .search {
  width: 17px;
  cursor: pointer;
}

.header .header_r .search img {
  display: block;
  width: 100%;
  filter: brightness(0) invert(1);
  transition: 0.6s;
}

.header .header_r .search:hover img {
  filter: brightness(1);
}

.header .header_r .line {
  width: 1px;
  height: 11px;
  background: #ffffff;
}

.header .header_r .lan {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.header .header_r .lan p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
}

.header .header_r .lan img {
  display: block;
  width: 18px;
  filter: brightness(0) invert(1);
  transition: 0.6s;
  height: unset;
}

.header .header_r .lan:hover img {
  filter: brightness(1);
}

.header .header_r .lan:hover p {
  color: #F8AB21;
}

.header.on {
  background: #111113;
  height: 60px;
}

.header.hover {
  background: #111113;
}

.header.hover:after {
  opacity: 1;
}

.footer {
  background: #1F1F21;
  padding: 108px 0 0;
}

.footer .footer_top {
  display: flex;
  gap: 160px;
}

.footer .footer_top .footer_top_l {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 46px;
  text-transform: uppercase;
}

.footer .footer_top .footer_top_r .footer_top_r_contact {
  display: flex;
  gap: 78px;
}

.footer .footer_top .footer_top_r .footer_top_r_contact .item {
  width: 260px;
}

.footer .footer_top .footer_top_r .footer_top_r_contact .item .item_title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer .footer_top .footer_top_r .footer_top_r_contact .item .item_des {
  font-weight: 400;
  font-size: 16px;
  color: #9D9D9F;
  line-height: 24px;
}

.footer .footer_top .footer_top_r .footer_top_r_contact .item .item_des span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin: 8px 0 0;
}

.footer .footer_top .footer_top_r .footer_top_r_share {
  display: flex;
  gap: 11px;
  margin: 45px 0 0;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon img {
  display: block;
  filter: brightness(0) invert(1);
  transition: 0.6s;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(1) img {
  width: 13px;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(2) img {
  width: 7px;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(3) img {
  width: 12px;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(4) img {
  width: 13px;
}

.footer .footer_top .footer_top_r .footer_top_r_share .icon:hover img {
  filter: brightness(1);
}

.footer .footer_zi {
  width: 1708px;
  margin: 150px auto 7px;
}

.footer .footer_zi img {
  display: block;
  width: 100%;
}

.footer .footer_bottom {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_bottom .footer_bottom_l {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer .footer_bottom .footer_bottom_l a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #9D9D9F;
  transition: 0.6s;
}

.footer .footer_bottom .footer_bottom_l a:hover {
  color: #ffffff;
}

.footer .footer_bottom .footer_bottom_r {
  font-weight: 400;
  font-size: 16px;
  color: #9D9D9F;
}

.footer .footer_bottom .footer_bottom_r span {
  color: #f7ac21;
}

.footer .footer_bottom .footer_bottom_r a {
  color: #9D9D9F;
  transition: 0.6s;
}

.footer .footer_bottom .footer_bottom_r a:hover {
  color: #ffffff;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.common_banner {
  width: 100%;
  overflow: hidden;
}

.common_banner .img {
  width: 100%;
}

.common_banner .img img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: 2s;
}

.common_banner.on .img img {
  transform: scale(1);
}

.common_links {
  display: flex;
  width: fit-content;
  padding: 4px;
  border-radius: 27px;
  margin: 0 auto;
  background: #1F1F21;
  gap: 8px;
}

.common_links .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 46px;
  border-radius: 25px;
  transition: 0.6s;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0 5px;
}

.common_links .item:hover,
.common_links .item.on {
  background: #F8AB21;
  color: #000000;
}

.more_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  height: 46px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: fit-content;
  padding: 0 18px;
  transition: 0.6s;
}

.more_btn p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.6s;
}

.more_btn img {
  display: block;
  width: 8px !important;
  height: unset !important;
  transition: 0.6s;
}

.more_btn:hover {
  background: #F8AB21 !important;
  border: 1px solid #F8AB21 !important;
}

.more_btn:hover p {
  color: #000000 !important;
}

.more_btn:hover img {
  filter: invert(1) !important;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.6s;
}

.page a.on,
.page a:hover {
  color: #F8AB21;
}

.page a.iconfont {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.page a.iconfont:hover {
  background: #F8AB21;
  border: 1px solid #F8AB21;
}

.page a:nth-child(1) {
  transform: rotate(180deg);
}

.aside {
  position: fixed;
  bottom: 87px;
  right: 30px;
  z-index: 999;
}

.aside .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 19px 0 0;
  transition: 0.6s;
}

.aside .icon img {
  display: block;
  filter: brightness(0) invert(1);
  transition: 0.6s;
}

.aside .icon:nth-child(1) img {
  width: 13px;
}

.aside .icon:nth-child(2) img {
  width: 7px;
}

.aside .icon:nth-child(3) img {
  width: 12px;
}

.aside .icon:nth-child(4) img {
  width: 13px;
}

.aside .icon:hover {
  border: 1px solid #F8AB21 !important;
  background: #F8AB21 !important;
}

.aside .icon:hover img {
  filter: brightness(0) invert(1) !important;
}

.aside.on .icon {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.aside.on .icon img {
  filter: brightness(0) !important;
}


.PE_menu {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s ease;
  position: relative;
  z-index: 3;
}

.PE_menu .fist div {
  width: 24px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
  transform-origin: left;
}

.PE_menu .fist div:not(:last-child) {
  margin: 0 0 6px;
  transition-delay: 0.3s;
}

.PE_menu .fist div:nth-child(2) {
  transition-delay: 0.1s;
}

.PE_menu .fist div:nth-child(3) {
  transition-delay: 0.2s;
}

.PE_menu .last {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}

.PE_menu .last div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  transition: 0.3s ease;
}

.PE_menu .last div:first-child {
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) scaleX(0);
}

.PE_menu .last div:last-child {
  width: 1px;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) scaleY(0);
}

.PE_menu.on {
  background: transparent !important;
}

.PE_menu.on .fist div {
  transform: scaleX(0);
}

.PE_menu.on .fist div:first-child {
  transition-delay: unset;
}

.PE_menu.on .last div:first-child {
  transform: translate(-50%, -50%) scaleX(1);
  transition-delay: 0.5s;
}

.PE_menu.on .last div:last-child {
  transform: translate(-50%, -50%) scaleY(1);
  transition-delay: 0.4s;
}


.fixed_menu {
    display: block;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    position: fixed;
    height: 100vh;
    top: 0;
    background-color: #111113;
    right: 0;
    padding: 80px 5vw 120px;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }
.fixed_menu .scroll{
    padding-right: 0;
}
  .fixed_menu.active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
  }
  .menuList>.item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
.menuList .item a{
    font-size: 16px;
    color: #ddd;
  }
 .menuList>.item>.body a{
    font-size: 14px;
    color: #eee;
  }
  .menuList>.item>.head a {
    font-size: 16px;
    flex: 1;
    color: #fff;
  }
   .menuList>.item .head {
    display: flex;
    align-items: center;
    padding: 3px 0;
    justify-content: space-between;
   }
   .menuList>.item>.head {
    padding: 15px 0;

}
  .menuList>.item .head .icon{
    width: 16px;
    transition: all .6s;
    display: flex;
    filter: brightness(0) invert(1)
  }
   .menuList .item .head.on .icon {
    transform: rotate(90deg)
   }

  .menuList>.item .body{
    padding-left: 15px;
  }
  .menuList>.item .body .item>a{
    line-height: 28px;
  }
  .menuList>.item>.body .body{
    padding-top: 10px;
  }


  .menuList .body{
    /* padding-top: 5px; */
    padding-bottom: 10px;
    display: none;
  }
  .menuList .body>.item:not(:last-child){
    margin-bottom: 5px;
}
@media screen and (max-width: 1919px) {
  .header {
    height: 4.2708333333vw;
    padding: 0px 3.125vw;
  }

  .header .logo {
    width: 11.1979166667vw;
  }

  .header .nav {
    gap: 2.6041666667vw;
  }

  .header .nav li .first a {
    /* font-size: 0.8333333333vw; */
    font-size: 0.9375vw;
  }

  .header .nav li .first a::after {
    width: 0.625vw;
    height: 0.1041666667vw;
    bottom: -0.3645833333vw;
  }

  .header .nav li .second {
    padding: 4.2708333333vw 0px 0px;
  }

  .header .nav li .second .second_box {
    padding: 5.2083333333vw 0px;
  }

  .header .nav li .second .second_box .wrap .second_box_l {
    width: 10.9375vw;
  }

  .header .nav li .second .second_box .wrap .second_box_l .item {
    /* font-size: 0.8333333333vw; */
    font-size: 0.9375vw;
    margin-bottom: 0.4166666667vw;
  }

  .header .nav li .second .second_box .wrap .second_box_r {
    width: 61.0416666667vw;
  }

  .header .nav li .second .second_box .wrap .second_box_r .second_box_r_part {
    gap: 2.2916666667vw;
  }

  .header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item {
    width: 13.5416666667vw;
  }

  .header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item .img {
    height: 8.3333333333vw;
    border-radius: 0.3125vw;
    margin-bottom: 1.6145833333vw;
  }

  .header .nav li .second .second_box .wrap .second_box_r .second_box_r_part .item p {
    /* font-size: 0.8333333333vw; */
    font-size: 0.9375vw;
  }

  .header .header_r {
    gap: 1.6145833333vw;
  }

  .header .header_r .search {
    width: 0.8854166667vw;
  }

  .header .header_r .line {
    height: 0.5729166667vw;
  }

  .header .header_r .lan {
    gap: 0.4166666667vw;
  }

  .header .header_r .lan p {
    font-size: 0.8333333333vw;
  }

  .header .header_r .lan img {
    width: 0.9375vw;
  }

  .header.on {
    height: 3.125vw;
  }

  .footer {
    padding: 5.625vw 0px 0px;
  }

  .footer .footer_top {
    gap: 8.3333333333vw;
  }

  .footer .footer_top .footer_top_l {
    font-size: 1.875vw;
    line-height: 2.3958333333vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact {
    gap: 4.0625vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item {
    width: 13.5416666667vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item .item_title {
    font-size: 1.25vw;
    margin-bottom: 0.78125vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item .item_des {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item .item_des span {
    font-size: 1.0416666667vw;
    margin: 0.4166666667vw 0px 0px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share {
    gap: 0.5729166667vw;
    margin: 2.34375vw 0px 0px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon {
    width: 2.34375vw;
    height: 2.34375vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(1) img {
    width: 0.6770833333vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(2) img {
    width: 0.3645833333vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(3) img {
    width: 0.625vw;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(4) img {
    width: 0.6770833333vw;
  }

  .footer .footer_zi {
    width: 88.9583333333vw;
    margin: 7.8125vw auto 0.3645833333vw;
  }

  .footer .footer_bottom {
    padding: 1.1979166667vw 0px;
  }

  .footer .footer_bottom .footer_bottom_l {
    gap: 1.0416666667vw;
  }

  .footer .footer_bottom .footer_bottom_l a {
    font-size: 0.8333333333vw;
  }

  .footer .footer_bottom .footer_bottom_r {
    font-size: 0.8333333333vw;
  }

  .w1400 {
    width: 72.9166666667vw;
  }

  .common_links {
    padding: 0.2083333333vw;
    border-radius: 1.40625vw;
    gap: 0.4166666667vw;
  }

  .common_links .item {
    min-width: 6.25vw;
    height: 2.3958333333vw;
    border-radius: 1.3020833333vw;
    font-size: 0.9375vw;
    padding: 0px 0.2604166667vw;
  }

  .more_btn {
    gap: 0.4166666667vw;
    height: 2.3958333333vw;
    border-radius: 1.3020833333vw;
    padding: 0px 0.9375vw;
  }

  .more_btn p {
    font-size: 0.9375vw;
  }

  .more_btn img {
    width: 0.4166666667vw !important;
  }

  .page {
    gap: 0.78125vw;
  }

  .page a {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 0.8333333333vw;
  }

  .page a.iconfont {
    font-size: 0.625vw;
  }

  .aside {
    bottom: 4.53125vw;
    right: 1.5625vw;
  }

  .aside .icon {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0.9895833333vw 0px 0px;
  }

  .aside .icon:nth-child(1) img {
    width: 0.6770833333vw;
  }

  .aside .icon:nth-child(2) img {
    width: 0.3645833333vw;
  }

  .aside .icon:nth-child(3) img {
    width: 0.625vw;
  }

  .aside .icon:nth-child(4) img {
    width: 0.6770833333vw;
  }

  .aside.on .icon {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
  }
}

@media screen and (max-width: 1919px) {
  .header .nav li .second1{
    padding: 4.1666666667vw 0px 0px;
  }
  .header .nav li .second1 .second_box{
    padding: 1.0416666667vw 1.3020833333vw;
    border-radius: 0.4166666667vw;
    backdrop-filter: blur(0.5208333333vw);
  }
  .header .nav li .second1 .second_box a{
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .header .nav {
    display: none;
  }

  .header.on,
  .header {
    height: 60px;
  }

  .header {
    padding: 0 5vw;
    background: #111113;
  }

  .header .logo {
    width: 140px;
  }

  .header .header_r .search {
    width: 20px;
  }

  .header .header_r .line {
    height: 10px;
    display: none;
  }

  .header .header_r {
    gap: 20px;
  }

  .header .header_r .lan img {
    width: 20px;
  }

  .header .header_r .lan {
    gap: 10px;
  }

  .header .header_r .lan p {
    font-size: 14px;
    display: none;
  }

  .PE_menu {
    display: flex;
    align-items: center;
  }


  .common_banner {
    padding-top: 60px;
    height: 400px;
  }

  .common_banner img {
    height: 100%;
  }

  .w1400 {
    width: 90vw;
  }

  .aside {
    display: none;
  }

  .common_swiper_tab {
    display: flex;
    gap: 20px;
    width: fit-content;
  }

  .common_swiper_tab .cir.prev {
    transform: rotate(180deg);
  }

  .common_swiper_tab .cir {
    width: 42px;
    height: 42px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .6s;
  }

  .common_swiper_tab .cir span {
    color: #111;
  }

  .common_swiper_tab .cir:hover {
    background-color: #f7ac21;
  }

  .common_swiper_tab .cir:hover span {
    color: #fff;
  }

  .common_banner .img {
    transform: none !important;
  }

  .common_links .item {
    min-width: 100px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    padding: 0 20px;
  }

  .common_links {
    padding: 4px;
    border-radius: 40px;
    gap: 10px;
    display: none;
  }

  .more_btn {
    gap: 10px;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
  }

  .more_btn p {
    font-size: 14px;
  }

  .more_btn img {
    width: 8px !important;
  }

  .page a.iconfont {
    font-size: 16px;
  }

  .page a:not(.iconfont) {
    width: 28px;
  }

  .page a {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .page {
    gap: 10px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer .footer_top {
    flex-direction: column;
    gap: 30px;
  }

  .footer .footer_top .footer_top_l {
    font-size: 20px;
    line-height: 1.6;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item .item_title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item .item_des {
    font-size: 14px;
    line-height: 2;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item .item_des span {
    font-size: 16px;
    margin-top: 0px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact {
    gap: 20px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_contact .item {
    width: 100%;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share {
    margin-top: 30px;
    gap: 10px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon {
    width: 42px;
    height: 42px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(1) img {
    width: 14px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(2) img {
    width: 8px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(3) img {
    width: 14px;
  }

  .footer .footer_top .footer_top_r .footer_top_r_share .icon:nth-child(4) img {
    width: 14px;
  }
  .footer .footer_top .footer_top_r .footer_top_r_contact{
    flex-direction: column;
  }
  .footer .footer_zi{
    width: 90vw;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .footer .footer_bottom{
    padding: 15px 0;
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
  .footer .footer_bottom .footer_bottom_l{
    gap:0px 5px;
    flex-wrap: wrap;
  }
  .footer .footer_bottom .footer_bottom_l a{
    font-size: 14px;
  }
  .footer .footer_bottom .footer_bottom_r{
    font-size: 14px;
  }
}
