@charset "UTF-8";
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url("../fonts/HarmonyOS_Sans_SC.ttf");
}
@font-face {
  font-family: "SourceHanSans CN";
  src: url("../fonts/SourceHanSansSC-Regular.otf");
}
@font-face {
  font-family: "SourceHanSans CN m";
  src: url("../fonts/SourceHanSansSC-Medium.otf");
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/POPPINS-REGULAR.TTF");
}
@font-face {
  font-family: "Poppins sb";
  src: url("../fonts/POPPINS-SEMIBOLD.TTF");
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "SourceHanSans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "SourceHanSans CN", "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 1.0416666667vw 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
  width: 0.2083333333vw;
  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: 0.15625vw;
  width: 0.3125vw;
  height: 100vh;
  z-index: 9999;
  border-radius: 0.5208333333vw;
}

._scroll_y div {
  width: 100%;
  height: 0;
  border-radius: 0.5208333333vw;
  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: 0.3645833333vw;
}

[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: 13.0208333333vw;
  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: 0.1041666667vw !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%;
  padding: 1.1458333333vw 1.9791666667vw;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s ease;
}
.header .search_box {
  position: absolute;
  top: 5.1041666667vw;
  width: 58.6979166667vw;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25vw);
  border-radius: 0.625vw;
  padding: 2.0833333333vw;
  left: 23.4895833333vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
  transition: 0.6s;
  pointer-events: none;
}
.header .search_box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header .search_box form {
  width: 100%;
  height: 4.0104166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  display: flex;
  align-items: center;
}
.header .search_box form input {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #111111;
  height: 100%;
  width: 52.0833333333vw;
  background: unset;
  border: none;
  padding: 0 1.1979166667vw;
}
.header .search_box form input::placeholder {
  color: #999999;
}
.header .search_box form button {
  background: unset;
  font-size: 0.8854166667vw;
  color: #111111;
  cursor: pointer;
  transition: 0.6s;
}
.header .search_box form button:hover {
  color: #DA251C;
}
.header .search_box .hot_key {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625vw;
  margin: 0.9895833333vw 0 2.6041666667vw;
}
.header .search_box .hot_key h5 {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
}
.header .search_box .hot_key a {
  display: block;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000;
  transition: 0.6s;
}
.header .search_box .hot_key a:hover {
  color: #DA251C;
}
.header .search_box .info_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.625vw;
  padding: 1.0416666667vw 1.1979166667vw 3.125vw;
}
.header .search_box .info_box h5 {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  margin-bottom: 1.3541666667vw;
}
.header .search_box .info_box ul li {
  display: flex;
  align-items: center;
}
.header .search_box .info_box ul li:not(:last-child) {
  margin-bottom: 0.6770833333vw;
}
.header .search_box .info_box ul li span {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #000000;
}
.header .search_box .info_box ul li a {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  display: block;
  margin-right: 0.625vw;
  transition: 0.6s;
}
.header .search_box .info_box ul li a:hover {
  color: #DA251C;
}
.header .header_l {
  width: 21.09375vw;
  height: 3.59375vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  display: flex;
  align-items: center;
  gap: 3.4895833333vw;
  padding: 0 0 0 0.78125vw;
}
.header .header_l .logo {
  display: block;
  width: 12.34375vw;
}
.header .header_l .logo img {
  display: block;
  width: 100%;
}
.header .header_l .icon {
  width: 2.9166666667vw;
}
.header .header_l .icon img {
  display: block;
  width: 100%;
}
.header .nav {
  width: 58.6979166667vw;
  height: 3.59375vw;
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
  padding: 0 3.75vw;
  position: relative;
}
.header .nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.59375vw; /* 只覆盖 nav 高度，不覆盖下拉 */
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25vw);
  border-radius: 0.625vw;
  z-index: -1;
}
.header .nav .first > a {
  display: block;
  font-weight: 400;
  font-size: 0.78125vw;
  color: #333333;
  line-height: 2.1354166667vw;
  position: relative;
  z-index: 44;
  transition: 0.6s;
}
.header .nav .first > a:hover {
  color: #DA251C;
}
.header .nav .first .second {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 4.0104166667vw 0 0;
  z-index: 11;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
.header .nav .first .second .second_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25vw);
  border-radius: 0.625vw;
  padding: 1.5625vw 2.5vw 2.7604166667vw 1.9791666667vw;
  transform: translateY(1.0416666667vw);
  opacity: 0;
  transition: 0.6s;
}
.header .nav .first:hover .second {
  opacity: 1;
  pointer-events: auto;
}
.header .nav .first:hover .second .second_box {
  opacity: 1;
  transform: translateY(0);
}
.header .nav .first:nth-last-child(1) .second .second_box {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_top {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw 7.8125vw;
  margin: 0 0 5.625vw;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_top ul li a {
  display: block;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.4583333333vw;
  transition: 0.6s;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_top ul li a:hover {
  color: #DA251C !important;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_top ul li:nth-child(1) {
  margin-bottom: 0.625vw;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_top ul li:nth-child(1) a {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #000000;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_bottom a {
  display: flex;
  align-items: center;
  gap: 1.9791666667vw;
  width: fit-content;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_bottom a p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.78125vw;
  color: #000000;
  transition: 0.6s;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_bottom a img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_bottom a:hover p {
  color: #DA251C;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_l .second_box_l_bottom a:hover img {
  transform: rotate(45deg);
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r {
  width: 19.6875vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 1.1979166667vw;
  height: fit-content;
  position: relative;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r:after {
  content: "";
  width: 0.0520833333vw;
  height: 31.25vw;
  background: #FFFFFF;
  position: absolute;
  left: -3.125vw;
  top: 0;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .h5 {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #000000;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .img {
  width: 100%;
  height: 9.3229166667vw;
  border-radius: 0.625vw;
  overflow: hidden;
  margin: 1.0416666667vw 0;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .img:hover img {
  transform: scale(1.1);
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .des {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.0416666667vw;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .num_list {
  display: flex;
  justify-content: space-between;
  margin: 3.125vw 0 0;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .num_list .item .num {
  display: flex;
  align-items: flex-start;
  gap: 0.4166666667vw;
  justify-content: center;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .num_list .item .num p {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 1.4583333333vw;
  color: #E61014;
  line-height: 1;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .num_list .item .num span {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #E61014;
  line-height: 1;
}
.header .nav .first:nth-last-child(1) .second .second_box .second_box_r .num_list .item .item_des {
  font-size: 0.625vw;
  color: #333333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin: 0.2083333333vw 0 0;
}
.header .nav .first:nth-child(2) .second .second_box {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l {
  width: 30.8333333333vw;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
  margin: 0 0 5.625vw;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link {
  display: block;
  width: 15.15625vw;
  border-radius: 0.625vw;
  transition: 0.6s;
  padding: 0.6770833333vw 1.6145833333vw 1.1458333333vw 0.8333333333vw;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link .link_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.4166666667vw;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link .link_top h5 {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #000000;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link .link_top img {
  display: block;
  width: 0.78125vw;
  height: unset;
  transition: 0.6s;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link .link_p {
  font-weight: 400;
  font-size: 0.625vw;
  color: #333333;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link:hover {
  background: #FFFFFF;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_top .link:hover .link_top img {
  transform: rotate(45deg);
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_bottom a {
  display: flex;
  align-items: center;
  gap: 1.9791666667vw;
  width: fit-content;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_bottom a p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.78125vw;
  color: #000000;
  transition: 0.6s;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_bottom a img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_bottom a:hover p {
  color: #DA251C;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_l .second_box_l_bottom a:hover img {
  transform: rotate(45deg);
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 0 2.7083333333vw;
  border-left: 0.0520833333vw solid #FFFFFF;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top {
  width: 19.6875vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 1.25vw 0.78125vw 3.0208333333vw;
  position: relative;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .h5 {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #000000;
  line-height: 1;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .label {
  margin: 1.5625vw 0 1.1979166667vw;
  font-weight: 400;
  font-size: 0.78125vw;
  color: #333333;
  line-height: 1;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .logo {
  width: 6.1458333333vw;
  margin: 1.25vw 0 0.2083333333vw;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .logo img {
  display: block;
  width: 100%;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .img {
  width: 17.2916666667vw;
  height: 9.3229166667vw;
  border-radius: 0.625vw;
  overflow: hidden;
  margin: 0 auto;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .img:hover img {
  transform: scale(1.1);
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_top .des {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.0416666667vw;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_bottom a {
  display: flex;
  align-items: center;
  gap: 1.9791666667vw;
  width: fit-content;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_bottom a p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.78125vw;
  color: #000000;
  transition: 0.6s;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_bottom a img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_bottom a:hover p {
  color: #DA251C;
}
.header .nav .first:nth-child(2) .second .second_box .second_box_r .second_box_r_bottom a:hover img {
  transform: rotate(45deg);
}
.header .header_r {
  width: 15.4166666667vw;
  height: 3.59375vw;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25vw);
  border-radius: 0.625vw;
  display: flex;
  align-items: center;
  padding: 0 1.3541666667vw 0 1.3541666667vw;
}
.header .header_r .lan {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
  cursor: pointer;
  margin-right: 1.1979166667vw;
}
.header .header_r .lan .iconfont {
  font-size: 1.0416666667vw;
  color: #000000;
  transition: 0.6s;
}
.header .header_r .lan p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.78125vw;
  color: #000000;
  transition: 0.6s;
}
.header .header_r .lan:hover .iconfont, .header .header_r .lan:hover p {
  color: #DA251C;
}
.header .header_r .line {
  margin: 0 1.09375vw;
  width: 0.0520833333vw;
  background: #FFFFFF;
  height: 1.25vw;
}
.header .header_r .search {
  font-size: 0.78125vw;
  transition: 0.6s;
  cursor: pointer;
}
.header .header_r .search:hover {
  color: #DA251C;
}
.header .header_r .link {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  position: relative;
  z-index: 3;
}
.header .header_r .link:after {
  content: "";
  width: 130%;
  height: 2.7083333333vw;
  position: absolute;
  background: #DA251C;
  border-radius: 0.625vw;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: 0.6s;
}
.header .header_r .link p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.78125vw;
  color: #000000;
  transition: 0.6s;
}
.header .header_r .link img {
  display: block;
  width: 0.78125vw;
  transition: 0.6s;
}
.header .header_r .link:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.header .header_r .link:hover p {
  color: #FFFFFF;
}
.header .header_r .link:hover img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}
.header.hide {
  transform: translateY(-100%);
}
.header.on {
  padding: 0;
  background: #FFFFFF;
}

.common_banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.common_banner .text {
  position: absolute;
  left: 9.9479166667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.common_banner .text .h1 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 2.5vw;
  color: #FFFFFF;
  margin-bottom: 0.5208333333vw;
}
.common_banner .text .h1 h1 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 2.5vw;
  color: #FFFFFF;
}
.common_banner .text .p p {
  font-weight: 500;
  font-size: 1.8229166667vw;
  color: #FFFFFF;
  line-height: 2.2395833333vw;
}
.common_banner .img {
  width: 100%;
  height: 100%;
}
.common_banner .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
  transform: scale(1.1);
}
.common_banner.on .img img {
  transform: scale(1);
}

.footer {
  background: #FFFFFF;
  border-radius: 1.9791666667vw 1.9791666667vw 0 0;
  position: relative;
  z-index: 3;
  margin: -1.9791666667vw 0 0;
}
.footer .footer_top {
  padding: 3.9583333333vw 0 1.9791666667vw;
  border-bottom: 0.0520833333vw solid #CCCCCC;
}
.footer .footer_top .wrap {
  width: 80vw;
  margin: 0 auto;
}
.footer .footer_top .wrap .nav {
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .wrap .nav .nav_item .first {
  display: block;
  font-weight: 400;
  font-size: 0.8854166667vw;
  color: #000000;
  margin-bottom: 1.9791666667vw;
  transition: 0.6s;
}
.footer .footer_top .wrap .nav .nav_item .first:hover {
  color: #DA251C;
}
.footer .footer_top .wrap .nav .nav_item .second {
  overflow-y: auto;
  max-height: 19.1666666667vw;
}
.footer .footer_top .wrap .nav .nav_item .second::-webkit-scrollbar {
  width: 0.1041666667vw;
}
.footer .footer_top .wrap .nav .nav_item .second::-webkit-scrollbar-track {
  background: #CCCCCC;
}
.footer .footer_top .wrap .nav .nav_item .second::-webkit-scrollbar-thumb {
  background: #DA251C;
}
.footer .footer_top .wrap .nav .nav_item .second a {
  display: block;
  width: fit-content;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
  line-height: 1.4583333333vw;
  transition: 0.6s;
}
.footer .footer_top .wrap .nav .nav_item .second a:hover {
  color: #DA251C;
}
.footer .footer_top .wrap .shares {
  display: flex;
  justify-content: flex-end;
  gap: 1.875vw;
  margin: 2.0833333333vw 0 0;
}
.footer .footer_top .wrap .shares a {
  width: 1.6145833333vw;
  height: 1.6145833333vw;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
  transition: 0.6s;
}
.footer .footer_top .wrap .shares a:nth-child(1) {
  font-size: 1.0416666667vw;
}
.footer .footer_top .wrap .shares a:nth-child(3) {
  font-size: 0.7291666667vw;
}
.footer .footer_top .wrap .shares a:hover {
  background: #DA251C;
}
.footer .footer_bottom {
  padding: 1.7708333333vw 0;
}
.footer .footer_bottom .wrap {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_bottom .wrap .l {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
}
.footer .footer_bottom .wrap .l a {
  color: #000000;
  transition: 0.6s;
}
.footer .footer_bottom .wrap .l a:hover {
  color: #DA251C;
}
.footer .footer_bottom .wrap .r {
  display: flex;
  gap: 1.0416666667vw;
}
.footer .footer_bottom .wrap .r a {
  display: block;
  font-weight: 400;
  font-size: 0.625vw;
  color: #333333;
  transition: 0.6s;
}
.footer .footer_bottom .wrap .r a:hover {
  color: #DA251C;
}
.footer .footer_bottom .wrap .r a:nth-child(1) {
  margin-right: 3.4375vw;
}

.common_btn {
  width: 8.59375vw;
  padding: 0 1.1979166667vw 0 1.1458333333vw;
  height: 3.5416666667vw;
  background: #FFFFFF;
  border-radius: 0.46875vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.46875vw;
  overflow: hidden;
  position: relative;
}
.common_btn p {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.common_btn img {
  display: block;
  width: 1.09375vw;
  transition: 0.6s;
  position: relative;
  z-index: 3;
}
.common_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.46875vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  background: #DA251C;
  transition: 0.6s;
}
.common_btn:hover:after {
  transform: translateX(0%);
}
.common_btn:hover p {
  color: #FFFFFF !important;
}
.common_btn:hover img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}

.common_section {
  position: relative;
  padding: 5.6770833333vw 0 8.3854166667vw;
}
.common_section .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 2.5vw;
  color: #FFFFFF;
  text-align: center;
}
.common_section .common_btn {
  margin: 2.6041666667vw auto 0;
  background: rgba(255, 255, 255, 0.2);
}

.common_page {
  display: flex;
  justify-content: center;
  gap: 0.4166666667vw;
}
.common_page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.1770833333vw;
  height: 3.1770833333vw;
  background: #F5F5F5;
  transition: 0.6s;
  font-family: "AlibabaPuHuiTi";
  font-size: 0.8854166667vw;
  color: #666666;
}
.common_page a.sp {
  width: unset !important;
  background: unset !important;
}
.common_page a.sp:hover {
  color: #DA251C !important;
}
.common_page a:hover, .common_page a.on {
  background: #DA251C;
  color: #FFFFFF !important;
}
.common_page a:nth-child(1) {
  transform: rotate(180deg);
}
.common_page a:nth-child(1), .common_page a:nth-last-child(1) {
  font-size: 0.9375vw;
  color: #0D263C;
}

.aside {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.9479166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 1.3020833333vw 0;
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.aside.show {
  opacity: 1;
  pointer-events: auto;
}
.aside .item {
  width: 100%;
  height: 3.9583333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.aside .item .item_box {
  width: 16.09375vw;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 3.9583333333vw;
  border-radius: 1.9791666667vw;
  background: #FFFFFF;
  box-shadow: 0vw 0.2083333333vw 5.4166666667vw 0.2083333333vw rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 1.25vw;
  opacity: 0;
  transition: 0.6s;
  transform: translateX(1.0416666667vw);
  pointer-events: none;
}
.aside .item .item_box .tel {
  font-family: "AvenirNext";
  color: #DA251C;
  font-weight: bold;
  font-size: 1.3020833333vw;
}
.aside .item .item_box .des {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
  transition: 0.6s;
}
.aside .item .icon {
  width: 1.7708333333vw;
  height: 1.6145833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside .item p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #333333;
  margin: 0.3125vw 0 0;
  transition: 0.6s;
}
.aside .item:hover p {
  color: #DA251C;
}
.aside .item:hover .item_box {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.slide_box_top_bg {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .header {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(20px);
    height: 60px;
    padding: 0 5vw !important;
    transform: unset !important;
  }
  .header .header_l {
    width: unset;
    background: unset;
    gap: 10px;
    padding: 0;
  }
  .header .header_l .logo {
    width: 160px;
  }
  .header .header_l .icon {
    width: 34px;
  }
  .header .nav {
    display: none;
  }
  .header .header_r {
    display: none;
  }
  .header .mobile_nav {
    display: block !important;
    position: absolute;
    z-index: -1;
    background: #FFFFFF;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 80px 5vw 0;
    clip-path: inset(0 0 100% 0);
    transition: 1s;
  }
  .header .mobile_nav .first {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.6s;
  }
  .header .mobile_nav .first > a {
    display: block;
    font-size: 15px;
    color: #111;
    line-height: 50px;
    width: 50%;
  }
  .header .mobile_nav .first img {
    display: block;
    width: 10px;
    position: absolute;
    transform: rotate(-90deg);
    right: 0;
    top: 22px;
    transition: 0.6s;
  }
  .header .mobile_nav .first.active img {
    transform: rotate(0deg);
  }
  .header .mobile_nav .first .second {
    padding: 0 0 20px 10px;
    display: none;
  }
  .header .mobile_nav .first .second a {
    display: block;
    font-size: 13px;
    line-height: 2.1;
    color: #333333;
  }
  .header .mobile_nav.on {
    clip-path: inset(0 0 0% 0);
  }
  .header .mobile_nav.on .first {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.6s;
  }
  .header .header_menu {
    display: block !important;
    margin-right: calc(5vw - 41px);
    margin-left: -18px;
  }
  .header .header_menu svg {
    stroke: #000;
    width: 64px;
    height: 38px;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
  }
  .header .header_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_menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  .header .header_menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  .header .header_menu.active svg path {
    --offset: 57px;
  }
  .header .header_menu.active svg path:nth-child(3), .header .header_menu.active svg path:nth-child(1) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
  }
  .header .header_menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
  }
  .header .header_menu.active svg path:nth-child(3) {
    --offset: 58px;
  }
  .common_btn {
    width: 140px;
    height: 46px;
    border-radius: 6px;
    padding: 0 12px;
  }
  .common_btn p {
    font-size: 13px;
  }
  .common_btn img {
    width: 13px;
  }
  .common_section {
    padding: 60px 5vw;
  }
  .common_section .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer {
    border-radius: 10px 10px 0 0;
    margin: -10px 0 0;
  }
  .footer .footer_top {
    padding: 40px 5vw 20px;
  }
  .footer .footer_top .wrap {
    width: 100%;
  }
  .footer .footer_top .wrap .nav {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  .footer .footer_top .wrap .nav .nav_item {
    width: 47%;
  }
  .footer .footer_top .wrap .nav .nav_item .first {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .footer_top .wrap .nav .nav_item .second {
    max-height: 120px;
  }
  .footer .footer_top .wrap .nav .nav_item .second::-webkit-scrollbar {
    width: 2px;
  }
  .footer .footer_top .wrap .nav .nav_item .second a {
    font-size: 12px;
    line-height: 2.4;
    color: #333333;
  }
  .footer .footer_top .wrap .shares {
    justify-content: flex-start;
    margin: 30px 0 0;
    gap: 12px;
  }
  .footer .footer_top .wrap .shares .iconfont {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .footer .footer_top .wrap .shares .iconfont:nth-child(1) {
    font-size: 15px;
  }
  .footer .footer_top .wrap .shares .iconfont:nth-child(3) {
    font-size: 13px;
  }
  .footer .footer_bottom {
    padding: 15px 0;
  }
  .footer .footer_bottom .wrap {
    padding: 0 5vw;
    flex-direction: column;
  }
  .footer .footer_bottom .wrap .l {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer .footer_bottom .wrap .l a {
    display: inline;
  }
  .footer .footer_bottom .wrap .r {
    width: 100%;
    justify-content: center;
    gap: 6px;
    margin: 6px 0 0;
  }
  .footer .footer_bottom .wrap .r a {
    font-size: 12px;
    margin: 0 !important;
  }
  .common_banner .text {
    width: 90vw;
    left: 5vw;
  }
  .common_banner .text .h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .common_banner .text .h1 h1 {
    font-size: 24px;
  }
  .common_banner .text .p {
    font-size: 16px;
    line-height: 1.4;
  }
  .common_banner .text .p p {
    font-size: 16px;
    line-height: 1.4;
  }
  .common_page {
    gap: 12px;
  }
  .common_page a {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 4px;
  }
  .common_page a:nth-child(1), .common_page a:nth-last-child(1) {
    font-size: 10px;
  }
  .aside {
    padding: 10px 0;
    border-radius: 8px 0 0 8px;
    width: 50px;
  }
  .aside .item {
    height: 50px;
  }
  .aside .item .item_box {
    height: 50px;
    border-radius: 25px;
    padding: 0 60px 0 20px;
    width: unset;
  }
  .aside .item .item_box .tel {
    font-size: 14px;
    white-space: nowrap;
  }
  .aside .item .item_box .des {
    font-size: 8px;
  }
  .aside .item .icon {
    width: 18px;
    height: 18px;
  }
  .aside .item p {
    font-size: 9px;
  }
}

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