@import url('../font/iconfont.css');
/* @font-face {
  font-family: 'PingFang-SC';
  src: url('../font/PINGFANGMEDIUM.TTF') format('truetype');
} */
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ExtraBold-4.otf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../font/Montserrat-ExtraLight-5.otf') format('truetype');
}
@clear-a {
  text-decoration: none;
  color: inherit;
}
.icon-left,
.icon-right {
  font-weight: 200;
}
.sixty-font {
  font-size: 3.125vw;
}
.seventy-font {
  font-size: 3.6458vw;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
div,
img,
section {
  box-sizing: border-box;
}
img {
  display: block;
}
body {
  font-family: PingFang-SC;
  margin: 0;
}
textarea,
input,
select {
  font-family: PingFang-SC;
}
.max-image {
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}
@keyframes line-animation {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  25% {
    width: 100%;
    left: 0;
    right: auto;
  }
  75% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
@keyframes floating {
  0% {
    transform: translateY(-0.2604vw);
  }
  50% {
    transform: translateY(0.2604vw);
  }
  100% {
    transform: translateY(-0.2604vw);
  }
}
@keyframes text-slide {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll-horizontal {
  0% {
    transform: scaleX(0);
    /* 从左向右拉伸 */
    transform-origin: 0 0;
  }
  50% {
    transform: scaleX(1);
    /* 完全展开 */
    transform-origin: 0 0;
  }
  50.1% {
    transform: scaleX(1);
    /* 保持展开 */
    transform-origin: 100% 0;
    /* 将原点移动到右侧 */
  }
  100% {
    transform: scaleX(0);
    /* 从右侧向左收缩 */
    transform-origin: 100% 0;
  }
}
.public-blue-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .public-blue-btn {
    font-size: 14px;
  }
}
.public-blue-btn .btn-container {
  line-height: 1;
  position: relative;
}
.public-blue-btn .btn-container .btn-bk {
  font-size: 0;
}
.public-blue-btn .btn-container .btn-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.98);
}
.public-blue-btn .btn-container .btn-arrow .max-image {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(-35%, 35%, 0) scale(1.1);
  transition: transform ease 0.3s;
  --var-main-color: #000;
}
.public-blue-btn:hover .btn-container .btn-arrow .max-image {
  transform: translate3d(45%, -45%, 0) scale(1.1);
}
.public-banner {
  margin-top: 5.2083vw;
  position: relative;
}
.public-banner .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.public-banner .text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7083vw;
}
.public-banner .text .title {
  color: #fff;
  font-size: 4.1667vw;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .public-banner .text .title {
    font-size: 28px;
  }
}
.public-banner .text .en-title {
  width: 100%;
  padding: 0 12.5vw;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 1.875vw;
  text-transform: uppercase;
  font-weight: 100;
  background: linear-gradient(91deg, rgba(199, 199, 199, 0.3) -0.35%, rgba(255, 255, 255, 0.3) 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .public-banner .text .en-title {
    font-size: 19px;
  }
}
.public-banner .scroll-animate {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 3.6458vw;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
  align-items: center;
  transform: translate3d(-50%, 0, 0);
}
.public-banner .scroll-animate .line {
  width: 0.1042vw;
  min-width: 1px;
  height: 6.4583vw;
  background: linear-gradient(to bottom, #c7c7c7 0%, rgba(255, 255, 255, 0) 100%);
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.4s;
  animation: scrolldown 2.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.public-banner .scroll-animate .scroll-text {
  color: #fff;
  font-size: 0.7292vw;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .public-banner .scroll-animate .scroll-text {
    font-size: 10px;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  height: 5.2083vw;
}
.header .header-container {
  width: 100%;
  padding: 0 6.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.5) 0%, rgba(19, 19, 19, 0) 100%);
  backdrop-filter: blur(166.5px);
}
.header .header-container .left {
  width: 8.0729vw;
  display: inline-block;
}
.header .header-container .left .default {
  display: block;
}
.header .header-container .left .blue {
  display: none;
}
.header .header-container .left .logo-image svg {
  color: #000;
}
.header .header-container .left .logo-image svg path {
  fill: #000;
}
.header .header-container .center {
  height: 100%;
}
.header .header-container .center .nav-list {
  display: flex;
  align-items: center;
  gap: 3.6458vw;
  height: 100%;
}
.header .header-container .center .nav-list .nav-item {
  color: #fff;
  font-size: 1.0417vw;
  transition: color ease 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .header-container .center .nav-list .nav-item {
    font-size: 15px;
  }
}
.header .header-container .center .nav-list .nav-item:hover {
  color: #3e73c8;
}
.header .header-container .center .nav-list .nav-item:hover .sub-nav-container {
  visibility: visible;
}
.header .header-container .center .nav-list .nav-item .sub-nav-container {
  padding: 1.0417vw;
  position: absolute;
  left: 50%;
  top: calc(100% + 1.0417vw);
  transform: translate3d(-50%, 0, 0);
  background: #fff;
  border-radius: 0.7813vw;
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  visibility: hidden;
}
.header .header-container .center .nav-list .nav-item .sub-nav-container::after {
  content: '';
  width: 100%;
  height: 1.5625vw;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: none;
  opacity: 0;
}
.header .header-container .center .nav-list .nav-item .sub-nav-container::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-bottom: 1.5625vw solid #fff;
  border-left: 1.0417vw solid transparent;
  border-right: 1.0417vw solid transparent;
  transform: translate3d(-50%, 0.7813vw, 0);
}
.header .header-container .center .nav-list .nav-item .sub-nav-container a {
  width: fit-content;
  padding: 0.5208vw 0;
  display: block;
  color: #101214;
  font-size: 1.0417vw;
  font-weight: 400;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .header-container .center .nav-list .nav-item .sub-nav-container a {
    font-size: 15px;
  }
}
.header .header-container .center .nav-list .nav-item .sub-nav-container a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #233783;
  display: none;
}
.header .header-container .center .nav-list .nav-item .sub-nav-container a:hover {
  color: #233783;
}
.header .header-container .center .nav-list .nav-item .sub-nav-container a:hover::before {
  display: block;
}
.header .header-container .right {
  display: flex;
  align-items: center;
  gap: 2.0833vw;
}
.header .header-container .right .search-container {
  position: inherit;
}
.header .header-container .right .search-container span {
  color: #fff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .header .header-container .right .search-container span {
    font-size: 14px;
  }
}
.header .header-container .right .search-container .search-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 3.125vw 18.75vw 200px;
  background: #fff;
  clip-path: inset(0 0 100% 0);
  transition: clip-path ease 0.3s;
}
.header .header-container .right .search-container .search-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(102, 102, 102, 0.3);
}
.header .header-container .right .search-container .search-box .input-container {
  position: relative;
}
.header .header-container .right .search-container .search-box .input-container input {
  width: 100%;
  border: none;
  outline: none;
  padding: 1.0417vw 3.125vw 1.0417vw 1.5625vw;
  box-sizing: border-box;
  color: #666;
  border-bottom: solid 2px #000;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .header .header-container .right .search-container .search-box .input-container input {
    font-size: 12px;
  }
}
.header .header-container .right .search-container .search-box .input-container span {
  display: block;
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #000;
  font-weight: bold;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .header .header-container .right .search-container .search-box .input-container span {
    font-size: 15px;
  }
}
.header .header-container .right .search-container .search-box .input-container .dropdown-container {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: -1;
  height: 7.8125vw;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.1);
  clip-path: inset(0 0 100% 0);
  transition: clip-path ease 0.3s;
}
.header .header-container .right .search-container .search-box .input-container .dropdown-container .dropdown-item {
  padding: 0.5208vw 1.5625vw;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .header .header-container .right .search-container .search-box .input-container .dropdown-container .dropdown-item {
    font-size: 12px;
  }
}
.header .header-container .right .search-container .search-box .input-container .dropdown-container .dropdown-item:hover {
  color: #233783;
}
.header .header-container .right .search-container .search-box .input-container .dropdown-container .dropdown-item:nth-of-type(2n) {
  background: none;
}
.header .header-container .right .search-container .search-box .input-container .active {
  clip-path: inset(0 0 0 0);
}
.header .header-container .right .search-container .active {
  clip-path: inset(0 0 0 0);
}
.header .header-container .right .language-container {
  display: flex;
  gap: 0.5208vw;
  position: relative;
  cursor: pointer;
}
.header .header-container .right .language-container .now-language {
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header .header-container .right .language-container .now-language {
    font-size: 12px;
  }
}
.header .header-container .right .language-container span {
  display: inline-block;
  color: #fff;
  font-size: 0.9375vw;
  transform: translate3d(0, 10%, 0);
}
@media screen and (max-width: 768px) {
  .header .header-container .right .language-container span {
    font-size: 14px;
  }
}
.header .header-container .right .language-container .language-list {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5208vw);
  background: #fff;
  padding: 0.7813vw;
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  clip-path: inset(0 0 100% 0);
  transition: clip-path ease 0.3s;
}
.header .header-container .right .language-container .language-list .language-item {
  display: block;
  color: #000;
  transition: color ease 0.3s;
}
.header .header-container .right .language-container .language-list .language-item:hover {
  color: #233783;
}
.header .header-container .right .language-container:hover .now-language {
  color: #233783;
}
.header .header-container .right .active span {
  transform: translate3d(0, 10%, 0) rotate(180deg);
}
.header .header-container .right .active .language-list {
  clip-path: inset(0 0 0 0);
}
.header .header-container .header-mobile-btn {
  display: none;
}
.white-header {
  background: #fff;
}
.white-header .header-container {
  background: #fff;
}
.white-header .header-container .left .default {
  display: none;
}
.white-header .header-container .left .blue {
  display: block;
}
.white-header .header-container .center .nav-list .nav-item {
  color: #000;
  display: flex;
  align-items: center;
}
.white-header .header-container .center .nav-list .nav-item:hover {
  color: #233783;
}
.white-header .header-container .center .nav-list .active {
  color: #233783;
}
.white-header .header-container .right .search-container span {
  color: #000;
}
.white-header .header-container .right .language-container .now-language {
  color: #000;
}
.white-header .header-container .right .language-container span {
  color: #000;
}
.white-header .header-container .right .language-container .language-list {
  background: #000;
}
.white-header .header-container .right .language-container .language-list .language-item {
  color: #fff;
}
.public-icon-btn {
  min-width: 30px;
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
.public-icon-btn:hover {
  opacity: 1;
}
.public-icon-btn-about:hover svg .fl {
  fill: #233783;
}
.public-icon-btn-about:hover svg .st {
  stroke: #233783;
}
.w_52 {
  width: 2.7083vw;
  min-width: 30px;
}
.w_40 {
  width: 2.0833vw;
  min-width: 25px;
}
.w_106 {
  width: 5.5208vw;
  min-width: 50px;
}
.footer .footer-container {
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.footer .footer-container .back-top {
  position: fixed;
  width: 3.6458vw;
  min-width: 3.125vw;
  right: 1.0417vw;
  bottom: 1.0417vw;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}
.footer .footer-container .back-top svg rect,
.footer .footer-container .back-top svg path {
  transition: all ease 0.5s;
}
.footer .footer-container .back-top svg:hover path {
  fill: #233783;
}
.footer .footer-container .footer-background {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer .footer-container .footer-background img {
  height: 100%;
  transform: scale(1.2);
  object-fit: cover;
  object-position: top;
  transition: transform ease 0.1s;
}
.footer .footer-container .footer-background img:nth-child(1) {
  display: none;
}
.footer .footer-container .footer-background img:nth-child(3) {
  display: none;
}
.footer .footer-container .footer-background img:nth-child(2) {
  display: block;
}
.footer .footer-container .footer-contact {
  padding: 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-container .footer-contact .title {
  font-size: 3.3333vw;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.3333vw;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-contact .title {
    font-size: 25px;
  }
}
.footer .footer-container .footer-contact .title .default {
  display: block;
}
.footer .footer-container .footer-contact .title .media,
.footer .footer-container .footer-contact .title .solution,
.footer .footer-container .footer-contact .title .join {
  display: none;
}
.footer .footer-container .footer-contact .sub-title {
  display: none;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 2.4px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-contact .sub-title {
    font-size: 15px;
  }
}
.footer .footer-container .footer-contact .line {
  width: 22.7642vw;
  height: 0.1042vw;
  min-height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.18) 29.55%, rgba(255, 255, 255, 0.3) 49.65%, rgba(255, 255, 255, 0.18) 70.06%, rgba(255, 255, 255, 0.03) 100%);
}
.footer .footer-container .footer-contact .btn {
  padding: 1.0417vw 2.0833vw;
  color: #fff;
  font-size: 1.0417vw;
  font-weight: 400;
  border: 1px solid #1a4da0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  display: block;
  transition: background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-contact .btn {
    font-size: 15px;
  }
}
.footer .footer-container .footer-contact .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer .footer-container .footer-contact .btn-container .default {
  display: block;
}
.footer .footer-container .footer-contact .btn-container .media,
.footer .footer-container .footer-contact .btn-container .solution,
.footer .footer-container .footer-contact .btn-container .join {
  display: none;
}
.footer .footer-container .footer-content {
  padding: 0 9.375vw;
}
.footer .footer-container .footer-content .top {
  display: flex;
  justify-content: space-between;
}
.footer .footer-container .footer-content .top .left {
  width: 13.125vw;
}
.footer .footer-container .footer-content .top .center {
  display: flex;
  gap: 2.4271vw;
}
.footer .footer-container .footer-content .top .center .nav-item-container {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: 1.6667vw;
}
.footer .footer-container .footer-content .top .center .nav-item-container .title {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-content .top .center .nav-item-container .title {
    font-size: 14px;
  }
}
.footer .footer-container .footer-content .top .center .nav-item-container .list {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: 1.25vw;
}
.footer .footer-container .footer-content .top .center .nav-item-container .list .nav-item {
  color: #999;
  font-size: 0.8333vw;
  font-weight: 400;
  transition: color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-content .top .center .nav-item-container .list .nav-item {
    font-size: 12px;
  }
}
.footer .footer-container .footer-content .top .center .nav-item-container .list .nav-item:hover {
  color: #fff;
}
.footer .footer-container .footer-content .top .right .media-list {
  display: flex;
  gap: 1.0417vw;
}
.footer .footer-container .footer-content .top .right .media-list .media-item {
  position: relative;
}
.footer .footer-container .footer-content .top .right .media-list .media-item .icon {
  width: 1.25vw;
  min-width: 20px;
}
.footer .footer-container .footer-content .top .right .media-list .media-item .icon object {
  width: 100%;
}
.footer .footer-container .footer-content .top .right .media-list .media-item .qr-code {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.5625vw);
  background: #fff;
  border-radius: 0.2604vw;
  padding: 5px;
  width: 10.2083vw;
  display: none;
}
.footer .footer-container .footer-content .top .right .media-list .media-item .qr-code::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0.2604vw;
  width: 0;
  height: 0;
  border-left: 0.5208vw solid transparent;
  border-right: 0.5208vw solid transparent;
  border-top: 0.5208vw solid #fff;
}
.footer .footer-container .footer-content .top .right .media-list .media-item:hover .qr-code {
  display: block;
}
.footer .footer-container .footer-content .top .right .info-list {
  width: 14.0625vw;
  margin-top: 2.0833vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
.footer .footer-container .footer-content .top .right .info-list .info-item {
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-content .top .right .info-list .info-item {
    font-size: 12px;
  }
}
.footer .footer-container .footer-content .bottom {
  margin-top: 6.25vw;
  padding: 1.6667vw 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer .footer-container .footer-content .bottom .left,
.footer .footer-container .footer-content .bottom .right {
  color: #fff;
  font-size: 0.7292vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .footer-container .footer-content .bottom .left,
  .footer .footer-container .footer-content .bottom .right {
    font-size: 10px;
  }
}
.footer .footer-container .footer-content .bottom .left {
  display: flex;
  gap: 2.9167vw;
}
.footer .footer-container .footer-content .bottom .left a {
  display: inline-block;
}
.footer .footer-container .footer-content .bottom .left a:hover {
  opacity: 0.7;
}
.footer .footer-container .footer-content .bottom::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1042vw;
  min-height: 1px;
  background: linear-gradient(90deg, rgba(223, 230, 234, 0.03) 0%, rgba(223, 230, 234, 0.24) 29.55%, rgba(223, 230, 234, 0.3) 49.65%, rgba(223, 230, 234, 0.24) 70.06%, rgba(223, 230, 234, 0.03) 100%);
}
.footer .footer-container .footer-map {
  display: none;
}
.back-hidden .footer-container .back-top {
  position: absolute !important;
  right: 1.0417vw;
  bottom: 24.4792vw;
}
.index-footer .footer-container .footer-background img {
  height: 100%;
}
.index-footer .footer-container .footer-background img:nth-child(1) {
  display: block;
}
.index-footer .footer-container .footer-background img:nth-child(3) {
  display: none;
}
.index-footer .footer-container .footer-background img:nth-child(2) {
  display: none;
}
.index-footer .footer-container .footer-contact {
  padding: 11.9792vw 6.25vw;
}
.index-footer .footer-container .footer-contact .line {
  margin: 3.125vw 0;
}
.index-footer .footer-container .footer-contact .line,
.index-footer .footer-container .footer-contact .btn {
  display: block;
}
.media-footer .footer-container .footer-contact .title .media {
  display: block;
}
.media-footer .footer-container .footer-contact .title .default {
  display: none;
}
.media-footer .footer-container .footer-contact .sub-title {
  display: block;
}
.media-footer .footer-container .footer-contact .sub-title .media {
  display: block;
}
.media-footer .footer-container .footer-contact .sub-title .join,
.media-footer .footer-container .footer-contact .sub-title .solution {
  display: none;
}
.media-footer .footer-container .footer-contact .btn-container .default {
  display: none;
}
.media-footer .footer-container .footer-contact .btn-container .media {
  display: block;
}
.solution-footer .footer-container .footer-contact .title .solution {
  display: block;
}
.solution-footer .footer-container .footer-contact .title .default {
  display: none;
}
.solution-footer .footer-container .footer-contact .sub-title {
  display: block;
}
.solution-footer .footer-container .footer-contact .sub-title .solution {
  display: block;
}
.solution-footer .footer-container .footer-contact .sub-title .join,
.solution-footer .footer-container .footer-contact .sub-title .media {
  display: none;
}
.solution-footer .footer-container .footer-contact .btn-container .default {
  display: none;
}
.solution-footer .footer-container .footer-contact .btn-container .solution {
  display: block;
}
.join-footer {
  position: relative;
}
.join-footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.join-footer .footer-contact {
  padding: 11.9792vw 6.25vw;
}
.join-footer .footer-contact .line,
.join-footer .footer-contact .btn {
  display: block;
}
.join-footer .footer-contact .line {
  margin: 3.125vw 0;
}
.join-footer .footer-container .footer-contact .title .join {
  display: block;
}
.join-footer .footer-container .footer-contact .title .default {
  display: none;
}
.join-footer .footer-container .footer-contact .sub-title {
  display: block;
}
.join-footer .footer-container .footer-contact .sub-title .join {
  display: block;
}
.join-footer .footer-container .footer-contact .sub-title .media,
.join-footer .footer-container .footer-contact .sub-title .solution {
  display: none;
}
.join-footer .footer-container .footer-contact .btn-container .default {
  display: none;
}
.join-footer .footer-container .footer-contact .btn-container .join {
  display: block;
}
.join-footer .footer-container .footer-background img:nth-child(1) {
  display: none;
}
.join-footer .footer-container .footer-background img:nth-child(2) {
  display: block;
}
.join-footer .footer-container .footer-background img:nth-child(3) {
  display: block;
}
.join-footer .footer-container .footer-map {
  display: block;
  padding: 6.9271vw 6.25vw 0;
}
.join-footer .footer-container .footer-map .title {
  color: #fff;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .join-footer .footer-container .footer-map .title {
    font-size: 22px;
  }
}
.join-footer .footer-container .footer-map .info-list {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
  margin-top: 2.6042vw;
}
.join-footer .footer-container .footer-map .info-list .item {
  width: calc((100% - 3.125vw) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0417vw;
}
.join-footer .footer-container .footer-map .info-list .item .icon {
  width: 1.5625vw;
}
.join-footer .footer-container .footer-map .info-list .item .info {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .join-footer .footer-container .footer-map .info-list .item .info {
    font-size: 15px;
  }
}
.join-footer .footer-container .footer-map .map {
  margin-top: 6.25vw;
}
.index-page .banner {
  overflow: hidden;
}
.index-page .banner .banner-container {
  position: relative;
}
.index-page .banner .banner-container .line-container {
  position: absolute;
  left: 6.25vw;
  bottom: 0;
  height: 19.7917vw;
  z-index: 3;
  display: flex;
  gap: 0.5208vw;
}
.index-page .banner .banner-container .line-container .line {
  width: 0.1563vw;
  height: 100%;
  min-width: 1px;
  background: #fff;
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.4s;
  animation: scrolldown 2.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.index-page .banner .banner-container .line-container .text {
  color: #fff;
  font-size: 0.7292vw;
  font-weight: 400;
  text-wrap: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-container .line-container .text {
    font-size: 10px;
  }
}
.index-page .banner .banner-container .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity ease 0.3s;
  z-index: 2;
}
.index-page .banner .banner-container .swiper-btn span {
  font-size: 2.5vw;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-container .swiper-btn span {
    font-size: 22px;
  }
}
.index-page .banner .banner-container .swiper-btn:hover span {
  opacity: 1;
}
.index-page .banner .banner-container .prev-btn {
  left: 2.0833vw;
}
.index-page .banner .banner-container .next-btn {
  right: 2.0833vw;
}
.index-page .banner .banner-container .banner-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.index-page .banner .banner-container .banner-pagination .container {
  display: flex;
  height: 10.4167vw;
}
.index-page .banner .banner-container .banner-pagination .container .card {
  width: 26.0417vw;
  height: fit-content;
  padding: 1.6667vw 2.0833vw;
  display: flex;
  flex-direction: column;
  gap: 0.9375vw;
  position: relative;
}
.index-page .banner .banner-container .banner-pagination .container .card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.index-page .banner .banner-container .banner-pagination .container .card::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 77, 160, 0.4) 0%, rgba(13, 57, 131, 0.08) 100%);
  clip-path: inset(0 100% 0 0);
}
.index-page .banner .banner-container .banner-pagination .container .card .title {
  font-size: 1.0417vw;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-container .banner-pagination .container .card .title {
    font-size: 15px;
  }
}
.index-page .banner .banner-container .banner-pagination .container .card .no {
  margin-right: 0.5208vw;
  font-size: 1.6667vw;
  font-weight: 900;
  font-family: Montserrat;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-container .banner-pagination .container .card .no {
    font-size: 18px;
  }
}
.index-page .banner .banner-container .banner-pagination .container .desc {
  font-size: 1.0417vw;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-container .banner-pagination .container .desc {
    font-size: 15px;
  }
}
.index-page .banner .banner-container .banner-pagination .container .btn {
  font-size: 0.9375vw;
  color: #fff;
  display: flex;
  gap: 0.7813vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-container .banner-pagination .container .btn {
    font-size: 14px;
  }
}
.index-page .banner .banner-container .banner-pagination .container .btn .btn-container {
  width: 1.5625vw;
}
.index-page .banner .banner-container .banner-pagination .active::after {
  transition: clip-path ease 0.3s;
  clip-path: inset(0 0 0 0);
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .text-fade-up {
  opacity: 0;
  transform: translate3d(0, 2.6042vw, 0);
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .slide1-text {
  width: 34.375vw;
  position: absolute;
  left: 6.9271vw;
  top: 17.5521vw;
  color: #fff;
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .slide1-text {
    font-size: 24px;
  }
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .slide2-text {
  position: absolute;
  left: 50%;
  top: 13.4375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6458vw;
  width: 100%;
  transform: translate3d(-50%, 0, 0);
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .slide2-text .image {
  width: 13.125vw;
  min-width: 150px;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .slide2-text .title {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 2.0833vw;
  font-weight: 700;
  letter-spacing: 0.4167vw;
}
@media screen and (max-width: 768px) {
  .index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .slide2-text .title {
    font-size: 20px;
  }
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .bk {
  transition: transform ease 1s;
  transform: scale(1.1);
  height: 100%;
  object-fit: cover;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .text-container {
  position: absolute;
  left: 9.8958vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .text-container .slide-title {
  color: #fff;
  font-size: 3.125vw;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .text-container .slide-title .text {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide .text-container .slide-title.active .text {
  animation: text-slide 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide-active .bk {
  transform: scale(1);
}
.index-page .banner .banner-swiper .swiper-wrapper .swiper-slide-active .text-fade-up {
  transition: all ease 0.5s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.index1 {
  position: relative;
}
.index1 .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.index1 .background img {
  height: 100%;
  object-fit: cover;
}
.index1 .index1-container {
  width: 100%;
  position: relative;
  padding: 11.9792vw 6.25vw 3.125vw;
  transition: transform ease 0.3s;
}
.index1 .index1-container .index1-bk {
  position: absolute;
  left: 1.5625vw;
  top: 3.125vw;
  color: rgba(26, 77, 160, 0.06);
  font-family: Montserrat;
  font-size: 7.2917vw;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .index1 .index1-container .index1-bk {
    font-size: 40px;
  }
}
.index1 .index1-container .title {
  width: 42.7083vw;
  color: #000;
  font-size: 2.0833vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index1 .index1-container .title {
    font-size: 20px;
  }
}
.index1 .index1-container .title span {
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index1 .index1-container .title .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index1 .index1-container .title .mask .text-item {
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index1 .index1-container .desc {
  width: 64.5833vw;
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin: 2.0833vw 0 2.9167vw;
}
@media screen and (max-width: 768px) {
  .index1 .index1-container .desc {
    font-size: 15px;
  }
}
.index1 .index1-container .btn .btn-container {
  width: 2.8125vw;
}
.index1 .index2-container {
  z-index: 2;
  position: sticky;
  top: 0;
}
.index1 .index2-container .more-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 7.06%, rgba(0, 0, 0, 0.64) 75.01%);
  opacity: 0;
  transition: opacity ease 0.5s;
}
.index1 .index2-container .more-mask .title {
  position: absolute;
  left: 6.25vw;
  top: 6.7708vw;
}
.index1 .index2-container .more-mask .title span {
  display: block;
}
.index1 .index2-container .more-mask .title .default {
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index1 .index2-container .more-mask .title .default {
    font-size: 18px;
  }
}
.index1 .index2-container .more-mask .title .mask {
  position: absolute;
  left: -3.6458vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 6.6667vw;
  font-weight: 400;
  text-transform: uppercase;
  background: linear-gradient(91deg, rgba(199, 199, 199, 0.15) -0.35%, rgba(255, 255, 255, 0.05) 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .index1 .index2-container .more-mask .title .mask {
    font-size: 40px;
  }
}
.index1 .index2-container .active {
  opacity: 1;
  z-index: 5;
}
.index1 .index2-container .img-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.index1 .index2-container .img-container .item-container {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100vh;
  width: 100%;
  transition: opacity ease 0.5s;
}
.index1 .index2-container .img-container .item-container:nth-child(1) {
  height: 100vh ;
  display: flex;
  align-items: center;
}
.index1 .index2-container .img-container .item-container:nth-child(1) img {
  height: fit-content !important;
}
.index1 .index2-container .img-container .item-container .map-container {
  position: relative;
}
.index1 .index2-container .img-container .item-container .map-container .text {
  position: absolute;
  right: 0;
  bottom: 2.8646vw;
  color: #bcbdbe;
  font-size: 2.5vw;
  font-weight: 400;
  padding: 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .index1 .index2-container .img-container .item-container .map-container .text {
    font-size: 22px;
  }
}
.index1 .index2-container .img-container .item-container .map-container .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1563vw;
  width: 100%;
  height: 0.1563vw;
  background: linear-gradient(90deg, #fff 0%, #999 100%);
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.4s;
  animation: scroll-horizontal 2.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.index1 .index2-container .img-container .item-container .btn-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate3d(0, -50%, 0);
  gap: 5px;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item .icon {
  position: relative;
  width: 3.125vw;
  height: 3.125vw;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item .icon::after,
.index1 .index2-container .img-container .item-container .btn-list .btn-item .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item .icon::after {
  width: 3.6458vw;
  height: 3.6458vw;
  background: #233783;
  box-shadow: 0 0 0 1px #233783;
  z-index: 1;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item .icon::before {
  width: 2.8646vw;
  height: 2.8646vw;
  background: var(--start-color);
  z-index: 2;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item .name {
  font-size: 1.25vw;
  color: var(--start-color);
}
@media screen and (max-width: 768px) {
  .index1 .index2-container .img-container .item-container .btn-list .btn-item .name {
    font-size: 15px;
  }
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(1) {
  left: 20.8333vw;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(2) {
  left: 50.5208vw;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(3) {
  left: 62.0833vw;
}
.index1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(4) {
  left: 84.375vw;
}
.index1 .index2-container .img-container .item-container .arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index1 .index2-container .img-container .item-container .arrows .arrow-item {
  position: absolute;
  width: 0.0521vw;
  height: 0.0521vw;
  background: #fff;
  border-radius: 50%;
}
.index1 .index2-container .img-container .item-container .arrows .arrow-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 2.6042vw;
  height: 0.5208vw;
  background: #fff;
  opacity: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.2);
  filter: blur(4px);
}
.index1 .index2-container .img-container .item-container .arrows .run::before {
  opacity: 1;
}
.index1 .index2-container .img-container .item-container img {
  height: 100%;
  object-fit: cover;
}
.index1 .index2-container .img-container .item-container .track-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index1 .index2-container .img-container .active {
  opacity: 1;
}
.index1 .index1-more-text {
  position: relative;
  padding: 28vw 6.25vw 18.75vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  padding-right: 6.25vw;
  gap: 8.3333vw;
  z-index: 3;
}
.index1 .index1-more-text .text-item {
  width: 43.75vw;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}
.index1 .index1-more-text .text-item .top {
  display: flex;
  justify-content: space-between;
  gap: 1.25vw;
}
.index1 .index1-more-text .text-item .top .left span {
  display: inline-block;
}
.index1 .index1-more-text .text-item .top .left .no {
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 900;
  margin-right: 1.25vw;
}
@media screen and (max-width: 768px) {
  .index1 .index1-more-text .text-item .top .left .no {
    font-size: 18px;
  }
}
.index1 .index1-more-text .text-item .top .left .name {
  font-size: 1.6667vw;
  font-weight: 400;
  background: linear-gradient(91deg, #c7c7c7 -0.35%, #fff 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .index1 .index1-more-text .text-item .top .left .name {
    font-size: 18px;
  }
}
.index1 .index1-more-text .text-item .top .right .public-btn {
  width: 2.8125vw;
}
.index1 .index1-more-text .text-item .bottom {
  margin-top: 1.6667vw;
}
.index1 .index1-more-text .text-item .bottom .desc {
  color: #fff;
  font-size: 1.0417vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .index1 .index1-more-text .text-item .bottom .desc {
    font-size: 15px;
  }
}
.index1 .index1-more-text .active {
  opacity: 1;
}
.index1 .index1-more-text .active .top .left .name {
  background: linear-gradient(91deg, #c7c7c7 -0.35%, #fff 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index3 {
  position: relative;
  z-index: 2;
  background: url(/static/img/index/i3-bk.png) lightgray 50% / cover no-repeat;
}
.index3 .index3-container {
  padding: 6.7708vw 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.index3 .index3-container .top {
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index3 .index3-container .top .title {
  color: rgba(255, 255, 255, 0.2);
  font-size: 6.6667vw;
  font-weight: 900;
  font-family: Montserrat;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .top .title {
    font-size: 40px;
  }
}
.index3 .index3-container .top .nav-container {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  position: relative;
}
.index3 .index3-container .top .nav-container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.7292vw;
  width: 100%;
  height: 0.0521vw;
  min-height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.index3 .index3-container .top .nav-container .nav-item {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.0417vw;
  font-weight: 400;
  width: 8.3333vw;
  text-align: center;
  position: relative;
  transition: transform ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .top .nav-container .nav-item {
    font-size: 15px;
  }
}
.index3 .index3-container .top .nav-container .nav-item::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.6771vw;
  width: 100%;
  height: 0.3125vw;
  min-height: 3px;
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
  transform: scaleX(0);
  /* 初始状态为 0 */
  transform-origin: center;
  /* 以中心为扩展起点 */
  transition: transform 0.3s ease;
  /* 控制扩展速度 */
}
.index3 .index3-container .top .nav-container .nav-item:hover {
  color: #fff;
  transform: scale(1.1);
}
.index3 .index3-container .top .nav-container .nav-item:hover::before {
  transform: scaleX(1);
}
.index3 .index3-container .top .nav-container .active {
  color: #fff;
  transform: scale(1.1);
}
.index3 .index3-container .top .nav-container .active::before {
  transform: scaleX(1);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item {
  height: 33.3333vw;
  position: relative;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container {
  padding: 3.0208vw 0 2.6042vw;
  overflow: none;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left {
  position: absolute;
  top: 0;
  left: 4.5833vw;
  width: 46.875vw;
  padding: 1.5625vw;
  border: 1px dashed #fff;
  transform: translate3d(0, 1.8229vw, 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left img {
  clip-path: inset(0 100% 0 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .point {
  position: absolute;
  width: 0.2604vw;
  height: 0.2604vw;
  border-radius: 50%;
  background: #fff;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .point:nth-child(1) {
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .point:nth-child(2) {
  right: 0;
  top: 0;
  transform: translate3d(50%, -50%, 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .point:nth-child(3) {
  right: 0;
  bottom: 0;
  transform: translate3d(50%, 50%, 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .point:nth-child(4) {
  left: 0;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .tag {
  z-index: 2;
  position: absolute;
  left: -1.1458vw;
  bottom: 5.2083vw;
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
  padding: 1.0938vw;
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .left .tag {
    font-size: 12px;
  }
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right {
  padding: 5.2083vw 6.25vw 2.6042vw 10.9375vw;
  width: 56.6667vw;
  background: linear-gradient(90deg, rgba(26, 77, 160, 0.08) 0%, rgba(19, 67, 145, 0.24) 50%, rgba(13, 57, 131, 0.08) 100%);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-size: 1.6667vw;
  opacity: 0;
  transform: translate3d(0, 1.5625vw, 0);
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .title {
    font-size: 18px;
  }
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .desc {
  color: #fff;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin: 2.0833vw 0 4.1667vw;
  opacity: 0;
  transform: translate3d(0, 1.5625vw, 0);
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .desc {
    font-size: 15px;
  }
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .btn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  opacity: 0;
  transform: translate3d(0, 1.5625vw, 0);
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .btn {
    font-size: 14px;
  }
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide .right .btn .btn-container {
  width: 2.8125vw;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active {
  z-index: 2;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active .left img {
  transition: clip-path ease 0.3s;
  clip-path: inset(0 0 0 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active .left .tag {
  transition: clip-path ease 0.5s 0.3s;
  clip-path: inset(0 0 0 0);
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active .right .title,
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active .right .desc,
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active .right .btn {
  transition: opacity ease 0.5s, transform ease 0.5s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.3s;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination {
  width: 100%;
  padding: 0 6.25vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.0417vw;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .pagin {
  width: fit-content;
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.0417vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .pagin {
    font-size: 15px;
  }
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .pagin .now {
  color: #fff;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .btn {
  display: flex;
  align-items: center;
  gap: 0.7813vw;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .btn span {
  color: #fff;
  font-size: 2.0833vw;
  opacity: 0.7;
  transition: opacity ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .btn span {
    font-size: 20px;
  }
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .swiper-box .swiper-pagination .btn span:hover {
  opacity: 1;
}
.index3 .index3-container .bottom .swiper-list-container .swiper-item .active {
  opacity: 1;
  position: relative;
}
.index4 {
  position: relative;
  z-index: 2;
  height: 300vh;
  background: #fff;
}
.index4 .index4-container {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
}
.index4 .index4-container .left {
  padding: 7vw 6.25vw;
  width: 50%;
}
.index4 .index4-container .left .title {
  position: relative;
}
.index4 .index4-container .left .title .default {
  display: block;
  color: #000;
  font-size: 1.6667vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index4 .index4-container .left .title .default {
    font-size: 18px;
  }
}
.index4 .index4-container .left .title .mask {
  color: rgba(26, 77, 160, 0.06);
  font-family: Montserrat;
  font-size: 6.6667vw;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: -4.6875vw;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 768px) {
  .index4 .index4-container .left .title .mask {
    font-size: 40px;
  }
}
.index4 .index4-container .left .content-list {
  margin-top: 6.25vw;
  padding: 0 13.5417vw 0 3.8542vw;
  display: flex;
  flex-direction: column;
  gap: 50vh;
}
.index4 .index4-container .left .content-list .content-item {
  display: flex;
  flex-direction: column;
  gap: 2.0833vw;
  position: relative;
}
.index4 .index4-container .left .content-list .content-item::before {
  content: '';
  position: absolute;
  left: -3.8542vw;
  top: 0;
  width: 0.1563vw;
  min-width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 77, 160, 0.4) 0%, rgba(13, 57, 131, 0.08) 99.36%);
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.4s;
  animation: scrolldown 2.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.index4 .index4-container .left .content-list .content-item .chapter {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.0417vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index4 .index4-container .left .content-list .content-item .chapter {
    font-size: 15px;
  }
}
.index4 .index4-container .left .content-list .content-item .title {
  font-size: 2.0833vw;
  font-weight: 400;
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .index4 .index4-container .left .content-list .content-item .title {
    font-size: 20px;
  }
}
.index4 .index4-container .left .content-list .content-item .desc {
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .index4 .index4-container .left .content-list .content-item .desc {
    font-size: 15px;
  }
}
.index4 .index4-container .left .content-list .content-item .btn {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.8333vw;
  gap: 1.0417vw;
}
@media screen and (max-width: 768px) {
  .index4 .index4-container .left .content-list .content-item .btn {
    font-size: 12px;
  }
}
.index4 .index4-container .left .content-list .content-item .btn .btn-container {
  width: 2.8125vw;
}
.index4 .index4-container .left .content-list .content-item .phone-image {
  display: none;
}
.index4 .index4-container .right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.index4 .index4-container .right .bk {
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index4 .index4-container .right .bk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index4 .index4-container .right .content-img-list {
  height: 100%;
  position: relative;
}
.index4 .index4-container .right .content-img-list .img-item {
  height: 100%;
  transition: all ease 0.5s;
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity ease 0.3s, transform ease 0.6s, filter ease 0.5s;
  transform: scale(1.3);
  object-fit: cover;
}
.index4 .index4-container .right .content-img-list .img-item:hover {
  filter: grayscale(0%);
}
.index4 .index4-container .right .content-img-list .active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}
.index5 {
  position: relative;
  z-index: 2;
  background: #000;
  padding: 5.6771vw 0 0;
  height: 300vh;
}
.index5 .main-title {
  position: relative;
  text-align: center;
  margin-bottom: 4.1667vw;
}
.index5 .main-title .default {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2.0833vw;
  font-weight: 400;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index5 .main-title .default {
    font-size: 20px;
  }
}
.index5 .main-title .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  color: rgba(255, 255, 255, 0.2);
  font-family: Montserrat;
  font-size: 6.6667vw;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  filter: blur(2px);
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index5 .main-title .mask {
    font-size: 40px;
  }
}
.index5 .sticky {
  position: sticky;
  top: 0;
}
.index5 .sticky .content-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index5 .sticky .content-wrapper .content-list {
  height: 100%;
  display: inline-block;
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.index5 .sticky .content-wrapper .content-list .content-item {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: calc(100vw / 4);
  height: 100%;
  flex-shrink: 0;
  padding: 12.5vw 3.125vw;
  opacity: 0.3;
}
.index5 .sticky .content-wrapper .content-list .content-item .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.index5 .sticky .content-wrapper .content-list .content-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1563vw;
  min-width: 1px;
  height: 100%;
  background: linear-gradient(91deg, rgba(199, 199, 199, 0.1) -0.35%, rgba(255, 255, 255, 0.1) 99.26%);
}
.index5 .sticky .content-wrapper .content-list .content-item::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 77, 160, 0.4) 0%, rgba(13, 57, 131, 0.08) 100%);
}
.index5 .sticky .content-wrapper .content-list .content-item .title {
  position: relative;
}
.index5 .sticky .content-wrapper .content-list .content-item .title .default {
  color: #fff;
  font-size: 1.4583vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index5 .sticky .content-wrapper .content-list .content-item .title .default {
    font-size: 17px;
  }
}
.index5 .sticky .content-wrapper .content-list .content-item .title .mask {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: rgba(255, 255, 255, 0.5);
  font-size: 6.6667vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index5 .sticky .content-wrapper .content-list .content-item .title .mask {
    font-size: 40px;
  }
}
.index5 .sticky .content-wrapper .content-list .content-item .desc {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .index5 .sticky .content-wrapper .content-list .content-item .desc {
    font-size: 14px;
  }
}
.index5 .sticky .content-wrapper .content-list .content-item .btn {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  color: #fff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .index5 .sticky .content-wrapper .content-list .content-item .btn {
    font-size: 14px;
  }
}
.index5 .sticky .content-wrapper .content-list .content-item .btn .btn-container {
  width: 2.8125vw;
}
.index5 .sticky .content-wrapper .content-list .content-item .desc,
.index5 .sticky .content-wrapper .content-list .content-item .btn {
  white-space: normal;
  /* 允许文本换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 可选：如果你想在文本溢出时显示省略号 */
}
.index5 .sticky .content-wrapper .content-list .content-item:hover {
  transition: opacity ease 0.3s;
  opacity: 1;
}
.index5 .sticky .content-wrapper .content-list .content-item:hover .title .mask {
  transition: all ease 0.1s;
  color: rgba(255, 255, 255, 0.1) !important;
}
.index5 .sticky .content-wrapper .content-list .content-item:hover::after {
  transition: width ease 0.5s;
  width: 100%;
}
.pb-title {
  position: relative;
}
.pb-title .default {
  color: #000;
  font-size: 2.0833vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .pb-title .default {
    font-size: 20px;
  }
}
.pb-title .mask {
  position: absolute;
  left: -3.125vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.pb-title .mask span {
  display: block;
  color: rgba(26, 77, 160, 0.06);
  font-family: Montserrat;
  font-size: 6.6667vw;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .pb-title .mask span {
    font-size: 40px;
  }
}
.public-pagination {
  display: flex;
  align-items: center;
  gap: 1.0938vw;
}
.public-pagination .prev,
.public-pagination .next {
  color: #999;
  cursor: pointer;
  transition: color ease 0.3s;
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pagination .prev span,
.public-pagination .next span {
  font-size: 1.0417vw;
}
@media screen and (max-width: 768px) {
  .public-pagination .prev span,
  .public-pagination .next span {
    font-size: 15px;
  }
}
.public-pagination .prev:hover,
.public-pagination .next:hover {
  color: #000;
}
.public-pagination .list {
  display: flex;
}
.public-pagination .list .nav-item {
  color: #000;
  font-size: 1.0417vw;
  font-weight: 400;
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .public-pagination .list .nav-item {
    font-size: 15px;
  }
}
.public-pagination .list .nav-item:hover {
  color: #233783;
}
.public-pagination .list .active {
  background: #233783;
  color: #fff !important;
}
.media-page {
  margin-top: 5.2083vw;
}
.media-page .banner {
  background: #000;
  position: relative;
}
.media-page .banner .banner-container .swiper-container {
  overflow: hidden;
}
.media-page .banner .banner-container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.media-page .banner .banner-container .swiper-container .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
.media-page .banner .banner-container .swiper-container .swiper-wrapper .swiper-slide-active img {
  transition-delay: 0.3s;
  transition: transform ease 0.5s;
}
.media-page .banner .text-container {
  padding: 2.7083vw 6.25vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.media-page .banner .text-container .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.media-page .banner .text-container .swiper-container {
  overflow: hidden;
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left {
  width: 100%;
  position: relative;
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left::after {
  content: '';
  position: absolute;
  right: -6.25vw;
  top: 0;
  width: 0.1042vw;
  min-width: 1px;
  height: 5.2083vw;
  background: #fff;
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left .title {
  color: #fff;
  font-size: 1.4583vw;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
@media screen and (max-width: 768px) {
  .media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left .title {
    font-size: 17px;
  }
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left .date {
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
  margin-top: 2.3438vw;
}
@media screen and (max-width: 768px) {
  .media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left .date {
    font-size: 12px;
  }
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .right {
  margin-left: 12.5vw;
  width: 51.3021vw;
  flex-shrink: 0;
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .right .desc {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
@media screen and (max-width: 768px) {
  .media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .right .desc {
    font-size: 14px;
  }
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .left,
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide .right {
  opacity: 0;
  transform: translate3d(0, 1.5625vw, 0);
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide-active {
  z-index: 2;
}
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide-active .left,
.media-page .banner .text-container .swiper-container .swiper-wrapper .swiper-slide-active .right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity ease 0.5s, transform ease 0.5s;
}
.media-page .banner .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2.1875vw 6.25vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.0417vw;
}
.media-page .banner .swiper-pagination .pagin {
  width: fit-content;
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.0417vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .media-page .banner .swiper-pagination .pagin {
    font-size: 15px;
  }
}
.media-page .banner .swiper-pagination .pagin .now {
  color: #fff;
}
.media-page .banner .swiper-pagination .btn {
  display: flex;
  align-items: center;
  gap: 0.7813vw;
}
.media-page .banner .swiper-pagination .btn span {
  cursor: pointer;
  color: #fff;
  font-size: 2.0833vw;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .media-page .banner .swiper-pagination .btn span {
    font-size: 20px;
  }
}
.media-page .banner .swiper-pagination .btn span:hover {
  opacity: 1;
}
.media-page .md1 {
  padding: 5.2083vw 6.25vw;
}
.media-page .md1 .nav-container {
  display: flex;
  position: relative;
}
.media-page .md1 .nav-container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0521vw;
  min-height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.media-page .md1 .nav-container .nav-item {
  width: 25%;
  color: #000;
  font-size: 1.6667vw;
  font-weight: 400;
  line-height: 1.68;
  padding: 1.7188vw 0;
  text-align: center;
  position: relative;
  transition: color ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .media-page .md1 .nav-container .nav-item {
    font-size: 18px;
  }
}
.media-page .md1 .nav-container .nav-item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(35, 55, 131, 0.1) 0%, rgba(35, 55, 131, 0) 100%);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path ease 0.3s;
}
.media-page .md1 .nav-container .nav-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0521vw;
  min-height: 2px;
  background: #233783;
  opacity: 0;
}
.media-page .md1 .nav-container .nav-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, 0, 0);
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid #233783;
  opacity: 0;
}
.media-page .md1 .nav-container .nav-item::before,
.media-page .md1 .nav-container .nav-item::after {
  transition: opacity ease 0.3s;
}
.media-page .md1 .nav-container .nav-item:hover {
  color: #233783;
}
.media-page .md1 .nav-container .nav-item:hover .mask {
  clip-path: inset(0 0 0 0);
}
.media-page .md1 .nav-container .active {
  color: #233783;
}
.media-page .md1 .nav-container .active .mask {
  clip-path: inset(0 0 0 0);
}
.media-page .md1 .nav-container .active::before {
  opacity: 1;
}
.media-page .md1 .nav-container .active::after {
  opacity: 1;
}
.media-page .md1 .content-container {
  margin-top: 3.125vw;
}
.media-page .md1 .content-container .content-list .media-item {
  display: flex;
  align-items: center;
  padding: 2.6042vw 2.0833vw;
  position: relative;
}
.media-page .md1 .content-container .content-list .media-item::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eef2ff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path ease 0.5s;
}
.media-page .md1 .content-container .content-list .media-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.media-page .md1 .content-container .content-list .media-item .date {
  display: flex;
  flex-direction: column;
}
.media-page .md1 .content-container .content-list .media-item .date span {
  display: block;
}
.media-page .md1 .content-container .content-list .media-item .date .day {
  color: #000;
  font-family: Montserrat;
  font-size: 3.3333vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .media-page .md1 .content-container .content-list .media-item .date .day {
    font-size: 25px;
  }
}
.media-page .md1 .content-container .content-list .media-item .date .year-month {
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .media-page .md1 .content-container .content-list .media-item .date .year-month {
    font-size: 14px;
  }
}
.media-page .md1 .content-container .content-list .media-item .image {
  width: 21.25vw;
  margin: 0 2.0833vw 0 5.2083vw;
  flex-shrink: 0;
}
.media-page .md1 .content-container .content-list .media-item .content {
  padding-right: 2.6042vw;
}
.media-page .md1 .content-container .content-list .media-item .content .title {
  color: #000;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .media-page .md1 .content-container .content-list .media-item .content .title {
    font-size: 15px;
  }
}
.media-page .md1 .content-container .content-list .media-item .content .desc {
  margin-top: 2.0833vw;
  color: #666;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .media-page .md1 .content-container .content-list .media-item .content .desc {
    font-size: 12px;
  }
}
.media-page .md1 .content-container .content-list .media-item:hover .date .day {
  color: #233783;
}
.media-page .md1 .content-container .content-list .media-item:hover .date .year-month {
  color: #233783;
}
.media-page .md1 .content-container .content-list .media-item:hover .content .title {
  color: #233783;
}
.media-page .md1 .content-container .content-list .media-item:hover .content .desc {
  color: #233783;
}
.media-page .md1 .content-container .content-list .media-item:hover::before {
  clip-path: inset(0 0 0 0);
}
.media-page .md1 .content-container .pagination {
  margin-top: 5.2083vw;
  width: 100%;
  justify-content: flex-end;
}
.download-page {
  margin-top: 5.2083vw;
}
.download-page .md1 {
  padding: 5.2083vw 6.25vw;
}
.download-page .md1 .nav-container {
  display: flex;
  position: relative;
}
.download-page .md1 .nav-container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0521vw;
  min-height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.download-page .md1 .nav-container .nav-item {
  width: 25%;
  color: #000;
  font-size: 1.6667vw;
  font-weight: 400;
  line-height: 1.68;
  padding: 1.7188vw 0;
  text-align: center;
  position: relative;
  transition: color ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .download-page .md1 .nav-container .nav-item {
    font-size: 18px;
  }
}
.download-page .md1 .nav-container .nav-item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(35, 55, 131, 0.1) 0%, rgba(35, 55, 131, 0) 100%);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path ease 0.3s;
}
.download-page .md1 .nav-container .nav-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0521vw;
  min-height: 2px;
  background: #233783;
  opacity: 0;
}
.download-page .md1 .nav-container .nav-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, 0, 0);
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid #233783;
  opacity: 0;
}
.download-page .md1 .nav-container .nav-item::before,
.download-page .md1 .nav-container .nav-item::after {
  transition: opacity ease 0.3s;
}
.download-page .md1 .nav-container .nav-item:hover {
  color: #233783;
}
.download-page .md1 .nav-container .nav-item:hover .mask {
  clip-path: inset(0 0 0 0);
}
.download-page .md1 .nav-container .active {
  color: #233783;
}
.download-page .md1 .nav-container .active .mask {
  clip-path: inset(0 0 0 0);
}
.download-page .md1 .nav-container .active::before {
  opacity: 1;
}
.download-page .md1 .nav-container .active::after {
  opacity: 1;
}
.download-page .md1 .content-container {
  margin-top: 3.125vw;
}
.download-page .md1 .content-container .content-list .download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.0833vw;
  padding: 2.6042vw 2.0833vw;
  position: relative;
}
.download-page .md1 .content-container .content-list .download-item::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eef2ff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path ease 0.5s;
}
.download-page .md1 .content-container .content-list .download-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.download-page .md1 .content-container .content-list .download-item .left {
  display: flex;
  align-items: center;
  gap: 2.0833vw;
}
.download-page .md1 .content-container .content-list .download-item .left .file-icon {
  width: 4.1667vw;
  flex-shrink: 0;
}
.download-page .md1 .content-container .content-list .download-item .left .file-icon embed {
  width: 100%;
}
.download-page .md1 .content-container .content-list .download-item .content {
  display: flex;
  flex-direction: column;
  gap: 2.0833vw;
}
.download-page .md1 .content-container .content-list .download-item .content .title {
  color: #000;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .download-page .md1 .content-container .content-list .download-item .content .title {
    font-size: 15px;
  }
}
.download-page .md1 .content-container .content-list .download-item .content .date {
  color: #666;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .download-page .md1 .content-container .content-list .download-item .content .date {
    font-size: 12px;
  }
}
.download-page .md1 .content-container .content-list .download-item .btn {
  padding: 1.0417vw 2.0833vw;
  display: flex;
  gap: 0.5208vw;
  align-items: center;
  color: #233783;
  font-size: 1.0417vw;
  background: #eef2ff;
  cursor: pointer;
  flex-shrink: 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .download-page .md1 .content-container .content-list .download-item .btn {
    font-size: 15px;
  }
}
.download-page .md1 .content-container .content-list .download-item .btn .btn-icon {
  width: 1.5625vw;
}
.download-page .md1 .content-container .content-list .download-item .btn:hover .btn-icon svg path {
  fill: #fff;
}
.download-page .md1 .content-container .content-list .download-item:hover .left .content .title {
  color: #233783;
}
.download-page .md1 .content-container .content-list .download-item:hover .left .content .date {
  color: #233783;
}
.download-page .md1 .content-container .content-list .download-item:hover::before {
  clip-path: inset(0 0 0 0);
}
.download-page .md1 .content-container .content-list .download-item:hover .btn {
  background: #233783;
  color: #fff;
}
.download-page .md1 .content-container .content-list .download-item:hover .btn object path {
  fill: #fff;
}
.download-page .md1 .content-container .pagination {
  margin-top: 5.2083vw;
  width: 100%;
  justify-content: flex-end;
}
.media-detail-page {
  margin-top: 5.2083vw;
}
.media-detail-page .mdd1 {
  padding: 3.125vw 18.75vw 5.2083vw;
}
.media-detail-page .mdd1 .title {
  color: #000;
  font-size: 2.0833vw;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd1 .title {
    font-size: 20px;
  }
}
.media-detail-page .mdd1 .info {
  display: flex;
  align-items: center;
  margin-top: 2.0833vw;
}
.media-detail-page .mdd1 .info .tag {
  color: #233783;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.2083vw;
  border-radius: 0.1042vw;
  background: rgba(35, 55, 131, 0.1);
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd1 .info .tag {
    font-size: 12px;
  }
}
.media-detail-page .mdd1 .info .date {
  margin-left: 0.8854vw;
  color: #666;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd1 .info .date {
    font-size: 12px;
  }
}
.media-detail-page .mdd1 .info .date::before {
  content: '';
  position: absolute;
  left: -0.4167vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0.0521vw;
  height: 0.625vw;
  flex-shrink: 0;
  min-width: 1px;
  background: #ddd;
}
.media-detail-page .mdd1 .content {
  margin-top: 1.0417vw;
  color: #666;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 2.0833vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd1 .content {
    font-size: 12px;
  }
}
.media-detail-page .mdd1 .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.media-detail-page .mdd1 .content p {
  margin: 0;
}
.media-detail-page .mdd2 {
  padding: 0 6.25vw 7.2917vw;
}
.media-detail-page .mdd2 .top {
  padding: 0 2.6042vw;
}
.media-detail-page .mdd2 .swiper-box {
  margin-top: 3.9063vw;
}
.media-detail-page .mdd2 .swiper-box .list {
  display: flex;
  gap: 2.0833vw;
}
.media-detail-page .mdd2 .swiper-box .list .slide {
  width: calc((100% - 6.25vw) / 4);
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
  padding: 1.25vw 1.25vw 1.6667vw;
  transition: box-shadow ease 0.3s;
}
.media-detail-page .mdd2 .swiper-box .list .slide .title {
  color: #000;
  font-size: 1.25vw;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd2 .swiper-box .list .slide .title {
    font-size: 15px;
  }
}
.media-detail-page .mdd2 .swiper-box .list .slide .desc {
  color: #666;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd2 .swiper-box .list .slide .desc {
    font-size: 12px;
  }
}
.media-detail-page .mdd2 .swiper-box .list .slide .date {
  color: #999;
  font-size: 0.8333vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .media-detail-page .mdd2 .swiper-box .list .slide .date {
    font-size: 12px;
  }
}
.media-detail-page .mdd2 .swiper-box .list .slide:hover {
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(187, 191, 196, 0.2);
}
.join-page .banner .text {
  position: absolute;
}
.join-page .banner .text .other-title {
  padding: 1.25vw 7.5vw;
  width: fit-content;
  color: #fff;
  font-size: 1.6667vw;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(46, 88, 207, 0) 0%, #2e58cf 48.5%, rgba(46, 88, 207, 0) 100%);
}
@media screen and (max-width: 768px) {
  .join-page .banner .text .other-title {
    font-size: 18px;
  }
}
.join-page .join1 {
  padding: 5.2083vw 6.25vw 5.2083vw;
  display: flex;
  position: relative;
}
.join-page .join1 .search-container {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0px 0.2604vw 0.5208vw rgba(0, 0, 0, 0.1);
  border-radius: 0.4167vw;
  overflow: hidden;
}
.join-page .join1 .search-container .search-box {
  display: flex;
  width: 41.6667vw;
}
.join-page .join1 .search-container .search-box .search-icon {
  display: block;
  position: absolute;
  left: 1.5625vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .search-container .search-box .search-icon {
    font-size: 12px;
  }
}
.join-page .join1 .search-container .search-box .btn {
  width: 7.8125vw;
  height: 3.125vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #233783;
  color: #fff;
  border: solid 1px #233783;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .search-container .search-box .btn {
    font-size: 12px;
  }
}
.join-page .join1 .search-container .search-box input {
  width: 100%;
  border: none;
  outline: none;
  height: 3.125vw;
  padding: 0.9375vw 3.0729vw;
  box-sizing: border-box;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .search-container .search-box input {
    font-size: 12px;
  }
}
.join-page .join1 .left {
  width: 14.5833vw;
  flex-shrink: 0;
}
.join-page .join1 .left .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6771vw;
  position: relative;
}
.join-page .join1 .left .top::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eff1f1;
}
.join-page .join1 .left .top .title,
.join-page .join1 .left .top .btn {
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .left .top .title,
  .join-page .join1 .left .top .btn {
    font-size: 12px;
  }
}
.join-page .join1 .left .top .title {
  color: #000;
}
.join-page .join1 .left .top .btn {
  color: #233783;
}
.join-page .join1 .left .select-list {
  margin-top: 2.0833vw;
}
.join-page .join1 .left .select-list .check-row {
  display: flex;
  align-items: center;
  gap: 0.4167vw;
}
.join-page .join1 .left .select-list .check-row .arrow-icon {
  font-size: 0.8333vw;
  color: #646a73;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .left .select-list .check-row .arrow-icon {
    font-size: 12px;
  }
}
.join-page .join1 .left .select-list .check-row .name {
  color: #000;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .left .select-list .check-row .name {
    font-size: 12px;
  }
}
.join-page .join1 .left .select-list .check-row .check-box {
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: 2px;
  border: 1px solid #8f959e;
  background: #fff;
  position: relative;
}
.join-page .join1 .left .select-list .check-row .check-box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233783;
  display: none;
}
.join-page .join1 .left .select-list .check-row .check-box .mask span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.5208vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .left .select-list .check-row .check-box .mask span {
    font-size: 7px;
  }
}
.join-page .join1 .left .select-list .check-row span {
  display: inline-block;
}
.join-page .join1 .left .select-list .half-ck .check-box .mask {
  display: block;
}
.join-page .join1 .left .select-list .half-ck .check-box .mask .full {
  display: none;
}
.join-page .join1 .left .select-list .half-ck .check-box .mask .half {
  display: block;
}
.join-page .join1 .left .select-list .full-ck .check-box .mask {
  display: block;
}
.join-page .join1 .left .select-list .full-ck .check-box .mask .full {
  display: block;
}
.join-page .join1 .left .select-list .full-ck .check-box .mask .half {
  display: none;
}
.join-page .join1 .left .select-list .title {
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .left .select-list .title {
    font-size: 14px;
  }
}
.join-page .join1 .left .select-list .list-container {
  margin-top: 1.0417vw;
  display: flex;
  flex-direction: column;
  gap: 1.4063vw;
}
.join-page .join1 .left .select-list .list-container .children-container {
  display: none;
}
.join-page .join1 .left .select-list .list-container .children-container .children-list {
  margin-top: 1.1458vw;
  padding-left: 2.0833vw;
  display: flex;
  flex-direction: column;
  gap: 1.4063vw;
}
.join-page .join1 .right {
  padding-left: 2.0833vw;
  margin-left: 3.9063vw;
  width: 100%;
  position: relative;
}
.join-page .join1 .right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eff1f1;
}
.join-page .join1 .right .right-title {
  color: #000;
  font-size: 1.5625vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .right .right-title {
    font-size: 17px;
  }
}
.join-page .join1 .right .list-container .item-container {
  margin-top: 1.6667vw;
  padding: 0.8333vw;
  cursor: pointer;
}
.join-page .join1 .right .list-container .item-container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-page .join1 .right .list-container .item-container .top .title {
  color: #000;
  font-size: 1.0417vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .right .list-container .item-container .top .title {
    font-size: 15px;
  }
}
.join-page .join1 .right .list-container .item-container .top .btn {
  margin-right: 5.2083vw;
  display: flex;
  width: 1.5625vw;
  height: 1.5625vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.2083vw;
  background: #233783;
}
.join-page .join1 .right .list-container .item-container .top .btn span {
  display: block;
  color: #fff;
  font-size: 0.625vw;
  transform: rotate(90deg);
  transition: transform ease 0.3s;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .right .list-container .item-container .top .btn span {
    font-size: 9px;
  }
}
.join-page .join1 .right .list-container .item-container .top .open span {
  transform: rotate(-90deg);
}
.join-page .join1 .right .list-container .item-container .info {
  margin-top: 0.7292vw;
  display: flex;
  align-items: center;
  gap: 0.8854vw;
}
.join-page .join1 .right .list-container .item-container .info span {
  display: inline-block;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #666;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .right .list-container .item-container .info span {
    font-size: 12px;
  }
}
.join-page .join1 .right .list-container .item-container .info span::before {
  content: '';
  position: absolute;
  left: -0.4167vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 1px;
  height: 0.625vw;
  flex-shrink: 0;
  background: #ddd;
}
.join-page .join1 .right .list-container .item-container .info span:first-child::before {
  display: none;
}
.join-page .join1 .right .list-container .item-container .info .tag {
  padding: 0 0.2083vw;
  background: rgba(35, 55, 131, 0.1);
  color: #233783;
}
.join-page .join1 .right .list-container .item-container .item-desc {
  margin-top: 1.25vw;
}
.join-page .join1 .right .list-container .item-container .item-desc .title {
  color: #000;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .right .list-container .item-container .item-desc .title {
    font-size: 12px;
  }
}
.join-page .join1 .right .list-container .item-container .item-desc .desc {
  margin-top: 0.8333vw;
  color: #000;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .join-page .join1 .right .list-container .item-container .item-desc .desc {
    font-size: 10px;
  }
}
.join-page .join1 .right .list-container .item-container .post-duty {
  display: none;
}
.join-page .join1 .right .pagination-container {
  margin-top: 5.625vw;
  display: flex;
  justify-content: flex-end;
}
.search-page {
  padding: 5.2083vw 7.5vw 5.2083vw 6.25vw;
}
.search-page .top {
  display: flex;
  justify-content: flex-end;
  padding: 4.1667vw 5.8333vw;
}
.search-page .top .search-container {
  box-shadow: 0px 0.2604vw 0.5208vw rgba(0, 0, 0, 0.1);
  border-radius: 0.4167vw;
  overflow: hidden;
  position: relative;
}
.search-page .top .search-container .search-box {
  display: flex;
  width: 41.6667vw;
}
.search-page .top .search-container .search-box .search-icon {
  display: block;
  position: absolute;
  left: 1.5625vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (max-width: 768px) {
  .search-page .top .search-container .search-box .search-icon {
    font-size: 12px;
  }
}
.search-page .top .search-container .search-box .btn {
  width: 7.8125vw;
  height: 3.125vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #233783;
  color: #fff;
  border: solid 1px #233783;
  cursor: pointer;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .search-page .top .search-container .search-box .btn {
    font-size: 12px;
  }
}
.search-page .top .search-container .search-box .btn:hover {
  opacity: 0.9;
}
.search-page .top .search-container .search-box input {
  width: 100%;
  border: none;
  outline: none;
  height: 3.125vw;
  padding: 0.9375vw 3.0729vw;
  box-sizing: border-box;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .search-page .top .search-container .search-box input {
    font-size: 12px;
  }
}
.search-page .content {
  display: flex;
}
.search-page .content .left {
  width: 14.5833vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375vw;
  margin-right: 6.0417vw;
}
.search-page .content .left .lef-top,
.search-page .content .left .left-item {
  padding-bottom: 0.6771vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-page .content .left .lef-top::before,
.search-page .content .left .left-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eff1f1;
}
.search-page .content .left .lef-top .title,
.search-page .content .left .left-item .title,
.search-page .content .left .lef-top .btn,
.search-page .content .left .left-item .btn {
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .search-page .content .left .lef-top .title,
  .search-page .content .left .left-item .title,
  .search-page .content .left .lef-top .btn,
  .search-page .content .left .left-item .btn {
    font-size: 12px;
  }
}
.search-page .content .left .lef-top .title,
.search-page .content .left .left-item .title {
  color: #000;
  font-weight: 500;
}
.search-page .content .left .lef-top .btn,
.search-page .content .left .left-item .btn {
  color: #233783;
}
.search-page .content .left .lef-top .text,
.search-page .content .left .left-item .text,
.search-page .content .left .lef-top .num,
.search-page .content .left .left-item .num {
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .search-page .content .left .lef-top .text,
  .search-page .content .left .left-item .text,
  .search-page .content .left .lef-top .num,
  .search-page .content .left .left-item .num {
    font-size: 12px;
  }
}
.search-page .content .left .left-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375vw;
}
.search-page .content .left .left-list .left-item:hover .text,
.search-page .content .left .left-list .left-item:hover .num {
  color: #233783;
}
.search-page .content .right {
  width: calc(100% - 20.4167vw);
}
.search-page .content .right .news-list .news-item {
  display: flex;
  margin: 0 2.0833vw;
  padding: 2.6042vw 0;
  position: relative;
}
.search-page .content .right .news-list .news-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eff1f1;
}
.search-page .content .right .news-list .news-item .image {
  width: 21.25vw;
  flex-shrink: 0;
}
.search-page .content .right .news-list .news-item .text {
  padding: 0.625vw 2.0833vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-page .content .right .news-list .news-item .text .text-top .title-container {
  display: flex;
  align-items: center;
  gap: 0.4167vw;
}
.search-page .content .right .news-list .news-item .text .text-top .title-container .tag {
  width: fit-content;
  padding: 0.2083vw 0.625vw;
  color: #fff;
  background: #233783;
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.7292vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .news-item .text .text-top .title-container .tag {
    font-size: 10px;
  }
}
.search-page .content .right .news-list .news-item .text .text-top .title-container .title {
  color: #000;
  font-size: 1.25vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 37.5vw;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .news-item .text .text-top .title-container .title {
    font-size: 15px;
  }
}
.search-page .content .right .news-list .news-item .text .text-top .desc {
  margin-top: 1.0417vw;
  color: #666;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .news-item .text .text-top .desc {
    font-size: 12px;
  }
}
.search-page .content .right .news-list .news-item .text .text-bottom .date {
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .news-item .text .text-bottom .date {
    font-size: 14px;
  }
}
.search-page .content .right .news-list .post-item {
  margin-top: 1.6667vw;
  padding: 0.8333vw;
}
.search-page .content .right .news-list .post-item .post-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 6.25vw;
}
.search-page .content .right .news-list .post-item .post-top .title-container {
  display: flex;
  align-items: center;
  gap: 0.4167vw;
}
.search-page .content .right .news-list .post-item .post-top .title-container .tag {
  width: fit-content;
  padding: 0.2083vw 0.625vw;
  color: #fff;
  background: #233783;
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.7292vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .post-item .post-top .title-container .tag {
    font-size: 10px;
  }
}
.search-page .content .right .news-list .post-item .post-top .title-container .title {
  width: 90%;
  color: #000;
  font-size: 1.0417vw;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .post-item .post-top .title-container .title {
    font-size: 15px;
  }
}
.search-page .content .right .news-list .post-item .post-top .btn {
  display: flex;
  width: 1.5625vw;
  height: 1.5625vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.2083vw;
  background: #233783;
}
.search-page .content .right .news-list .post-item .post-top .btn span {
  display: block;
  color: #fff;
  font-size: 0.625vw;
  transform: rotate(90deg);
  transition: transform ease 0.3s;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .post-item .post-top .btn span {
    font-size: 9px;
  }
}
.search-page .content .right .news-list .post-item .post-top .open span {
  transform: rotate(-90deg);
}
.search-page .content .right .news-list .post-item .info {
  margin-top: 0.7292vw;
  display: flex;
  align-items: center;
  gap: 0.8854vw;
}
.search-page .content .right .news-list .post-item .info span {
  display: inline-block;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #666;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .post-item .info span {
    font-size: 12px;
  }
}
.search-page .content .right .news-list .post-item .info span::before {
  content: '';
  position: absolute;
  left: -0.4167vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 1px;
  height: 0.625vw;
  flex-shrink: 0;
  background: #ddd;
}
.search-page .content .right .news-list .post-item .info span:first-child::before {
  display: none;
}
.search-page .content .right .news-list .post-item .info .tag {
  padding: 0 0.2083vw;
  background: rgba(35, 55, 131, 0.1);
  color: #233783;
}
.search-page .content .right .news-list .post-item .item-desc {
  margin-top: 1.25vw;
}
.search-page .content .right .news-list .post-item .item-desc .title {
  color: #000;
  font-size: 0.8333vw;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .post-item .item-desc .title {
    font-size: 12px;
  }
}
.search-page .content .right .news-list .post-item .item-desc .desc {
  margin-top: 0.8333vw;
  color: #000;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .search-page .content .right .news-list .post-item .item-desc .desc {
    font-size: 10px;
  }
}
.search-page .content .right .news-list .post-item .post-duty {
  display: none;
}
.search-page .content .right .more-container {
  margin-top: 3.0208vw;
  display: flex;
  justify-content: center;
}
.search-page .more-container {
  display: flex;
  justify-content: center;
}
.search-page .more-container .btn {
  padding: 0.5208vw 1.6667vw;
  color: #fff;
  font-size: 1.0417vw;
  border-radius: 0.2083vw;
  background: #1a4da0;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-page .more-container .btn {
    font-size: 15px;
  }
}
.search-page .more-container .btn:hover {
  background: #233783;
}
.solution-page .banner .text {
  position: absolute;
}
.solution-page .banner .text .other-title {
  padding: 1.25vw 7.5vw;
  width: fit-content;
  color: #fff;
  font-size: 1.6667vw;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(46, 88, 207, 0) 0%, #2e58cf 48.5%, rgba(46, 88, 207, 0) 100%);
}
@media screen and (max-width: 768px) {
  .solution-page .banner .text .other-title {
    font-size: 18px;
  }
}
.solution-page .sl1 {
  padding: 8.3333vw 6.25vw;
}
.solution-page .sl1 .sl1-title {
  margin-left: 2.6042vw;
}
.solution-page .sl1 .sl1-table {
  margin-top: 5.2083vw;
  border: solid 1px #ddd;
}
.solution-page .sl1 .sl1-table .row {
  display: flex;
}
.solution-page .sl1 .sl1-table .row .col {
  padding: 1.0417vw;
  text-align: center;
  color: #333;
  font-size: 0.8333vw;
  font-weight: 400;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  .solution-page .sl1 .sl1-table .row .col {
    font-size: 12px;
  }
}
.solution-page .sl1 .sl1-table .row .col:nth-child(1) {
  width: 24.1146vw;
  flex-shrink: 0;
  border-right: solid 1px #ddd;
}
.solution-page .sl1 .sl1-table .row .col:nth-child(2) {
  width: 100%;
}
.solution-page .sl1 .sl1-table .row:last-child .col {
  border-bottom: none;
}
.solution-page .sl1 .sl1-table .title-row .col {
  color: #233783;
  font-weight: 500;
  background: #eef2ff;
}
.solution-page .sl2 .top-container {
  padding: 1.0417vw 6.25vw 3.125vw;
}
.solution-page .sl2 .top-container .sl2-title {
  margin-left: 2.6042vw;
}
.solution-page .sl2 .content-container {
  position: relative;
}
.solution-page .sl2 .content-container .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.solution-page .sl2 .content-container .map .ab {
  position: absolute;
}
.solution-page .sl2 .content-container .map .ab .mask {
  width: 10.4167vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.solution-page .sl2 .content-container .map .ab .mask .float-bk {
  width: 100%;
  transition: opacity ease 0.5s;
  opacity: 0;
  z-index: 1;
}
.solution-page .sl2 .content-container .map .ab .mask .float-bk2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 27.0833vw;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.solution-page .sl2 .content-container .map .ab .float {
  position: relative;
  transition: transform ease 0.5s;
  animation: floating 4s ease-in-out infinite;
  z-index: 2;
}
.solution-page .sl2 .content-container .map .ab .text {
  position: absolute;
  z-index: 4;
}
.solution-page .sl2 .content-container .map .ab .text .title-container {
  width: 15.625vw;
  position: relative;
}
.solution-page .sl2 .content-container .map .ab .text .title-container .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 1.7708vw;
  overflow: hidden;
}
.solution-page .sl2 .content-container .map .ab .text .title-container .title span {
  display: block;
  color: #1d2088;
  font-size: 1.25vw;
  font-weight: 400;
  transform: translate3d(0, 0, 0);
  transition: transform ease 0.5s;
}
@media screen and (max-width: 768px) {
  .solution-page .sl2 .content-container .map .ab .text .title-container .title span {
    font-size: 15px;
  }
}
.solution-page .sl2 .content-container .map .ab .text .title-container .title-bk-line {
  width: 2.3438vw;
  position: absolute;
  z-index: -1;
  top: 50%;
}
.solution-page .sl2 .content-container .map .ab:hover .mask .float-bk,
.solution-page .sl2 .content-container .map .ab:hover .mask .float-bk2 {
  opacity: 1;
}
.solution-page .sl2 .content-container .map .ab:hover .title span:nth-child(1) {
  transform: translate3d(0, -100%, 0);
}
.solution-page .sl2 .content-container .map .ab:hover .title span:nth-child(2) {
  transform: translate3d(0, -100%, 0);
}
.solution-page .sl2 .content-container .map .ab:hover .float {
  animation: none;
}
.solution-page .sl2 .content-container .map .satellite {
  left: 7.2917vw;
  top: 10.9896vw;
  width: 17.7083vw;
}
.solution-page .sl2 .content-container .map .satellite .text {
  left: -1.0417vw;
  top: -120%;
}
.solution-page .sl2 .content-container .map .satellite .text .title-container {
  width: 15.9896vw;
}
.solution-page .sl2 .content-container .map .satellite .text .title-container .title-bk-line {
  left: 50%;
}
.solution-page .sl2 .content-container .map .roocket {
  left: 39.1667vw;
  top: 5.9896vw;
  width: 33.125vw;
}
.solution-page .sl2 .content-container .map .roocket .text {
  left: 6.7708vw;
  top: 1.0417vw;
}
.solution-page .sl2 .content-container .map .roocket .text .title-container {
  width: 12.8125vw;
}
.solution-page .sl2 .content-container .map .roocket .text .title-container .title-bk-line {
  transform: scaleX(-1);
  right: 50%;
}
.solution-page .sl2 .content-container .map .colud {
  left: 65.5729vw;
  top: 19.3229vw;
  width: 9.1667vw;
}
.solution-page .sl2 .content-container .map .colud .text {
  width: 12.8125vw;
  left: 0;
  top: -80%;
}
.solution-page .sl2 .content-container .map .colud .text .title-container {
  width: 12.8125vw;
}
.solution-page .sl2 .content-container .map .colud .text .title-container .title-bk-line {
  transform: scaleX(-1);
  right: 50%;
}
.solution-page .sl2 .content-container .map .user {
  left: 64.1667vw;
  top: 40.3646vw;
  width: 11.9792vw;
}
.solution-page .sl2 .content-container .map .user .text {
  width: 12.8125vw;
  left: -100%;
  top: 90%;
}
.solution-page .sl2 .content-container .map .user .text .title-container {
  width: 12.8125vw;
}
.solution-page .sl2 .content-container .map .user .text .title-container .title-bk-line {
  transform: rotate(270deg);
  right: -20%;
  top: -90%;
}
.solution-page .sl2 .content-container .map .oc {
  left: 37.9167vw;
  top: 41.1458vw;
  width: 13.0208vw;
}
.solution-page .sl2 .content-container .map .oc .text {
  width: 12.8125vw;
  left: -125%;
  top: 70%;
}
.solution-page .sl2 .content-container .map .oc .text .title-container {
  width: 12.8125vw;
}
.solution-page .sl2 .content-container .map .oc .text .title-container .title-bk-line {
  transform: rotate(270deg);
  right: -20%;
  top: -90%;
}
.solution-page .sl2 .content-container .map .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.solution-page .sl2 .content-container .map .lines .line {
  /* 虚线移动动画 */
}
.solution-page .sl2 .content-container .map .lines .line .text {
  position: absolute;
  left: 50%;
  bottom: 100%;
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 768px) {
  .solution-page .sl2 .content-container .map .lines .line .text {
    font-size: 12px;
  }
}
@keyframes dashAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 0;
  }
}
.solution-page .sl2 .content-container .map .lines .line .arrow-container {
  position: relative;
  width: inherit;
  margin: 0;
  /* 设置箭头头部样式 */
}
.solution-page .sl2 .content-container .map .lines .line .arrow-container .arrow-line {
  width: 100%;
  height: 0.1042vw;
  min-height: 2px;
  background: linear-gradient(90deg, white 50%, transparent 50%);
  background-size: 0.5208vw 100%;
  animation: dashAnimation 1s linear infinite;
}
.solution-page .sl2 .content-container .map .lines .line .arrow-container .arrow-head {
  position: absolute;
  top: 50%;
  right: -0.5208vw;
  width: 0;
  height: 0;
  border-left: 0.5208vw solid white;
  border-top: 0.2604vw solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(0) translate3d(0, -50%, 0);
}
.solution-page .sl2 .content-container .map .lines .left-arrow .text {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.solution-page .sl2 .content-container .map .lines .line1 {
  left: 25.6771vw;
  top: 18.2292vw;
  width: 23.4375vw;
  transform: rotate(15deg);
}
.solution-page .sl2 .content-container .map .lines .line2 {
  left: 26.0729vw;
  top: 19.7917vw;
  width: 23.4375vw;
  transform: rotate(195deg);
}
.solution-page .sl2 .content-container .map .lines .line3 {
  left: 17.6771vw;
  top: 28.2292vw;
  width: 23.4375vw;
  transform: rotate(51deg);
}
.solution-page .sl2 .content-container .map .lines .line4 {
  left: 17.6771vw;
  top: 30.3125vw;
  width: 23.4375vw;
  transform: rotate(231deg);
}
.solution-page .sl2 .content-container .map .lines .line5 {
  left: 45vw;
  top: 34.8125vw;
  width: 23.4375vw;
  transform: rotate(-38deg);
}
.solution-page .sl2 .content-container .map .lines .line6 {
  width: 11.4583vw;
  left: 64.4792vw;
  top: 34.6458vw;
  transform: rotate(90deg);
}
.solution-page .sl2 .content-container .map .lines .line7 {
  width: 15.625vw;
  left: 47.2396vw;
  top: 45.4167vw;
}
.solution-page .sl2 .content-container .map .lines .line8 {
  transform: rotate(180deg);
  width: 15.625vw;
  left: 47.2396vw;
  top: 46.4583vw;
}
.solution-page .sl3 {
  background: url(/static/img/solution/sl3-bk.png);
  padding: 8.3333vw 6.25vw 14.4271vw;
  background-size: cover;
}
.solution-page .sl3 .sl3-title {
  margin-left: 2.6042vw;
}
.solution-page .sl3 .content {
  margin-top: 5.5729vw;
  padding-left: 1.5625vw;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}
.solution-page .sl3 .content .content-item {
  display: flex;
}
.solution-page .sl3 .content .content-item .no {
  padding-right: 0.5208vw;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(180deg, #1a4da0 0%, #1a4da0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .solution-page .sl3 .content .content-item .no {
    font-size: 12px;
  }
}
.solution-page .sl3 .content .content-item .desc {
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .solution-page .sl3 .content .content-item .desc {
    font-size: 12px;
  }
}
.product-page .pd1 .real-content {
  background: url(/static/img/product/pd-banner.png);
  padding: 9.5313vw 8.3333vw;
  height: 100vh;
  position: sticky;
  top: 0;
  background-size: cover;
}
.product-page .pd1 .real-content .content {
  margin-top: 3.125vw;
}
.product-page .pd1 .real-content .content .content-container {
  display: flex;
  align-items: center;
  position: relative;
}
.product-page .pd1 .real-content .content .content-container .swiper-pagination {
  position: absolute;
  right: 1.0417vw;
  top: 50%;
  left: unset;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 1.6667vw;
}
.product-page .pd1 .real-content .content .content-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.4167vw;
  height: 0.4167vw;
  min-width: 5px;
  min-height: 5px;
  background: #d3dcff;
  opacity: 1;
}
.product-page .pd1 .real-content .content .content-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #233783;
}
.product-page .pd1 .real-content .content .content-container .left {
  width: 29.1667vw;
  padding: 4.1667vw;
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper {
  height: 25vw;
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container {
  height: 100%;
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 5.2083vw;
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item {
  opacity: 0;
  transform: translate3d(0, 10.4167vw, 0) rotate(10deg);
  transition: all 0.5s cubic-bezier(0.73, 0.44, 0, 0.92);
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item .title-container {
  position: relative;
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item .title-container .title {
  color: #000;
  font-size: 1.4583vw;
}
@media screen and (max-width: 768px) {
  .product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item .title-container .title {
    font-size: 17px;
  }
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item .title-container .icon {
  position: absolute;
  left: -2.3438vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 1.5625vw;
  min-width: 1.0417vw;
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item .desc {
  margin-top: 1.6667vw;
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (max-width: 768px) {
  .product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide .info-item .desc {
    font-size: 12px;
  }
}
.product-page .pd1 .real-content .content .content-container .left .info-swiper .swiper-container .swiper-wrapper .swiper-slide-active .info-item {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0);
}
.product-page .pd1 .real-content .content .content-container .right {
  margin-left: 12.1875vw;
}
.product-page .pd1 .real-content .content .content-container .right .image-swiper {
  width: 19.2708vw;
  overflow: hidden;
}
.product-page .pd1 .fake-content {
  height: 300vh;
}
.advantage-page {
  width: 100%;
}
.advantage-page .pagination {
  position: fixed;
  top: 50%;
  right: 3.125vw;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
  gap: 2.6042vw;
  z-index: 3;
}
.advantage-page .pagination .bullet {
  width: 0.4167vw;
  height: 0.4167vw;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  background: #fff;
}
.advantage-page .pagination .active {
  transform: scale(2);
}
.advantage-page .blue-pagination .bullet {
  background: #233783;
}
.advantage-page .banner {
  margin-top: 0;
}
.advantage-page .banner .banner-background {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.advantage-page .ad1 .index2-container {
  background: url(/static/img/index/i1.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}
.advantage-page .ad1 .index2-container .more-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 7.06%, rgba(0, 0, 0, 0.64) 75.01%);
  opacity: 0;
  transition: opacity ease 0.5s;
}
.advantage-page .ad1 .index2-container .more-mask .title {
  position: absolute;
  left: 6.25vw;
  top: 6.7708vw;
}
.advantage-page .ad1 .index2-container .more-mask .title span {
  display: block;
}
.advantage-page .ad1 .index2-container .more-mask .title .default {
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad1 .index2-container .more-mask .title .default {
    font-size: 18px;
  }
}
.advantage-page .ad1 .index2-container .more-mask .title .mask {
  position: absolute;
  left: -3.6458vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 6.6667vw;
  font-weight: 400;
  text-transform: uppercase;
  background: linear-gradient(91deg, rgba(199, 199, 199, 0.15) -0.35%, rgba(255, 255, 255, 0.05) 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad1 .index2-container .more-mask .title .mask {
    font-size: 40px;
  }
}
.advantage-page .ad1 .index2-container .active {
  opacity: 1;
}
.advantage-page .ad1 .index2-container .img-container {
  width: 100%;
  background: #000;
}
.advantage-page .ad1 .index2-container .img-container .item-container {
  position: relative;
  transition: opacity ease 0.5s;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate3d(0, -50%, 0);
  gap: 5px;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .icon {
  position: relative;
  width: 3.125vw;
  height: 3.125vw;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .icon::after,
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .icon::after {
  width: 3.6458vw;
  height: 3.6458vw;
  background: #233783;
  box-shadow: 0 0 0 1px #233783;
  z-index: 1;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .icon::before {
  width: 2.8646vw;
  height: 2.8646vw;
  background: var(--start-color);
  z-index: 2;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .name {
  font-size: 1.25vw;
  color: var(--start-color);
}
@media screen and (max-width: 768px) {
  .advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item .name {
    font-size: 15px;
  }
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(1) {
  left: 20.8333vw;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(2) {
  left: 50.5208vw;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(3) {
  left: 62.0833vw;
}
.advantage-page .ad1 .index2-container .img-container .item-container .btn-list .btn-item:nth-child(4) {
  left: 84.375vw;
}
.advantage-page .ad1 .index2-container .img-container .item-container .arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advantage-page .ad1 .index2-container .img-container .item-container .arrows .arrow-item {
  position: absolute;
  width: 0.0521vw;
  height: 0.0521vw;
  background: #fff;
  border-radius: 50%;
}
.advantage-page .ad1 .index2-container .img-container .item-container .arrows .arrow-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 2.6042vw;
  height: 0.5208vw;
  background: #fff;
  opacity: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.2);
  filter: blur(4px);
}
.advantage-page .ad1 .index2-container .img-container .item-container .arrows .run::before {
  opacity: 1;
}
.advantage-page .ad1 .index2-container .img-container .item-container img {
  height: 100%;
  object-fit: cover;
}
.advantage-page .ad1 .index2-container .img-container .item-container .track-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advantage-page .ad1 .index2-container .img-container .item-container .track-line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage-page .ad1 .index2-container .img-container .item-container .text {
  position: absolute;
  right: 0;
  bottom: 2.8646vw;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 400;
  padding: 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad1 .index2-container .img-container .item-container .text {
    font-size: 22px;
  }
}
.advantage-page .ad1 .index2-container .img-container .item-container .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1563vw;
  width: 100%;
  height: 0.1563vw;
  background: linear-gradient(90deg, #fff 0%, #999 100%);
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.4s;
  animation: scroll-horizontal 2.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.advantage-page .ad2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/static/img/advantage/ab-banner.png) no-repeat;
  background-size: cover;
}
.advantage-page .ad2 .ad2-container {
  padding: 2.0833vw 3.125vw;
  position: relative;
}
.advantage-page .ad2 .ad2-container .title {
  color: #fff;
  font-size: 2.0833vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .title {
    font-size: 20px;
  }
}
.advantage-page .ad2 .ad2-container .desc {
  display: block;
  margin-top: 0.5208vw;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.94 0.44;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .desc {
    font-size: 14px;
  }
}
.advantage-page .ad2 .ad2-container .image-container {
  position: relative;
  margin-top: 7.0833vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.advantage-page .ad2 .ad2-container .image-container .start-image {
  width: 65.625vw;
  z-index: 2;
  position: relative;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item {
  position: absolute;
  width: 10.9375vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item .start-item-image {
  position: relative;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item .start-item-image .bk {
  width: 3.9063vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-20%, -30%, 0);
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item .start-item-title {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.94 0.44;
  padding-left: 2.0833vw;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .image-container .start-image .start-item .start-item-title {
    font-size: 14px;
  }
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(1) {
  left: -6.5104vw;
  top: -3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(2) {
  left: 4.6875vw;
  top: 3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(3) {
  left: 15.1042vw;
  top: -3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(4) {
  left: 36.5833vw;
  top: -3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(5) {
  right: -4.4vw;
  top: -3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(6) {
  left: 28vw;
  top: 3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(7) {
  left: 50vw;
  top: 3.125vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(8) {
  left: -6.5104vw;
  bottom: -1.7vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(9) {
  left: 6.4896vw;
  bottom: -1.7vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(10) {
  left: 20vw;
  bottom: -1.7vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(11) {
  left: 33vw;
  bottom: -1.7vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(12) {
  left: 46vw;
  bottom: -1.7vw;
}
.advantage-page .ad2 .ad2-container .image-container .start-image .start-item:nth-child(13) {
  left: 59vw;
  bottom: -1.7vw;
}
.advantage-page .ad2 .ad2-container .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@keyframes triangle-down {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes triangle-right {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes triangle-left {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@keyframes triangle-up {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
.advantage-page .ad2 .ad2-container .lines .line-item {
  position: absolute;
  background: #fff;
}
.advantage-page .ad2 .ad2-container .lines .line-item .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5208vw solid transparent;
  border-right: 0.5208vw solid transparent;
  border-top: 1.0417vw solid #fff;
  /* 三角形颜色 */
}
.advantage-page .ad2 .ad2-container .lines .line-item .right-triangle {
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  animation: triangle-right 4s linear infinite;
}
.advantage-page .ad2 .ad2-container .lines .line-item .down-triangle {
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  animation: triangle-down 4s linear infinite;
}
.advantage-page .ad2 .ad2-container .lines .line-item .left-triangle {
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  animation: triangle-left 4s linear infinite;
}
.advantage-page .ad2 .ad2-container .lines .line-item .up-triangle {
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0) rotate(180deg);
  animation: triangle-up 4s linear infinite;
}
.advantage-page .ad2 .ad2-container .lines .tline1 {
  width: 0.0521vw;
  min-width: 1px;
  height: 31.5vw;
  left: 4.1667vw;
  top: 13.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline1 .title {
  position: absolute;
  right: -9vw;
  top: 9.3021vw;
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 400;
  /*writing-mode: vertical-rl;*/
  text-orientation: upright;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .lines .tline1 .title {
    font-size: 18px;
  }
}
.advantage-page .ad2 .ad2-container .lines .tline2 {
  width: 6.5104vw;
  height: 0.0521vw;
  min-height: 1px;
  left: 4.1667vw;
  top: calc(13.9vw + 31.5vw);
}
.advantage-page .ad2 .ad2-container .lines .tline3 {
  width: 6.5104vw;
  height: 0.0521vw;
  min-height: 1px;
  left: 4.1667vw;
  top: 13.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline4 {
  height: 8.4167vw;
  width: 0.0521vw;
  min-width: 1px;
  left: calc(4.1667vw + 1.3542vw);
  top: 35.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline5 {
  width: 5.2083vw;
  height: 0.0521vw;
  min-height: 1px;
  left: calc(4.1667vw + 1.3542vw);
  top: 35.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline6 {
  width: 5.2083vw;
  height: 0.0521vw;
  min-height: 1px;
  left: calc(4.1667vw + 1.3542vw);
  top: calc(35.9vw + 8.4167vw);
}
.advantage-page .ad2 .ad2-container .lines .tline7,
.advantage-page .ad2 .ad2-container .lines .tline8,
.advantage-page .ad2 .ad2-container .lines .tline9,
.advantage-page .ad2 .ad2-container .lines .tline10,
.advantage-page .ad2 .ad2-container .lines .tline11,
.advantage-page .ad2 .ad2-container .lines .tline12 {
  transform: rotate(180deg);
}
.advantage-page .ad2 .ad2-container .lines .tline7 {
  width: 0.0521vw;
  min-width: 1px;
  height: 31.5vw;
  right: 4.1667vw;
  top: 13.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline7 .title {
  position: absolute;
  right: -9vw;
  bottom: 9.3021vw;
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 400;
  /*writing-mode: vertical-rl;*/
  text-orientation: upright;
  transform: rotate(180deg);
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .lines .tline7 .title {
    font-size: 18px;
  }
}
.advantage-page .ad2 .ad2-container .lines .tline8 {
  width: 6.5104vw;
  height: 0.0521vw;
  min-height: 1px;
  right: 4.1667vw;
  top: calc(13.9vw + 31.5vw);
}
.advantage-page .ad2 .ad2-container .lines .tline9 {
  width: 6.5104vw;
  height: 0.0521vw;
  min-height: 1px;
  right: 4.1667vw;
  top: 13.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline10 {
  height: 8.4167vw;
  width: 0.0521vw;
  min-width: 1px;
  right: calc(4.1667vw + 1.3542vw);
  top: 35.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline11 {
  width: 5.2083vw;
  height: 0.0521vw;
  min-height: 1px;
  right: calc(4.1667vw + 1.3542vw);
  top: 35.9vw;
}
.advantage-page .ad2 .ad2-container .lines .tline12 {
  width: 5.2083vw;
  height: 0.0521vw;
  min-height: 1px;
  right: calc(4.1667vw + 1.3542vw);
  top: calc(35.9vw + 8.4167vw);
}
.advantage-page .ad2 .ad2-container .items {
  margin-top: 6.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.125vw;
}
.advantage-page .ad2 .ad2-container .items .icon-item-container {
  display: flex;
}
.advantage-page .ad2 .ad2-container .items .icon-item-container .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-page .ad2 .ad2-container .items .icon-item-container .icon-item .icon {
  width: 3.6458vw;
  height: 3.6458vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.0417vw;
  border: solid 1px #fff;
}
.advantage-page .ad2 .ad2-container .items .icon-item-container .icon-item .icon img {
  height: calc(100% - 1.5625vw);
  width: fit-content;
}
.advantage-page .ad2 .ad2-container .items .icon-item-container .icon-item .icon img:hover {
  filter: drop-shadow(0 4px 6px #007bff);
  /* 阴影效果 */
}
.advantage-page .ad2 .ad2-container .items .icon-item-container .icon-item .text {
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .items .icon-item-container .icon-item .text {
    font-size: 12px;
  }
}
.advantage-page .ad2 .ad2-container .items .i5-container .icon-item .icon {
  width: 22.2917vw;
  gap: 7.6042vw;
}
.advantage-page .ad2 .ad2-container .items .i5-container .icon-item .icon img:nth-child(1) {
  transform: translate3d(1.0417vw, 0, 0);
}
.advantage-page .ad2 .ad2-container .items .i5-container .icon-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
}
.advantage-page .ad2 .ad2-container .items .i6-container .icon-item .icon {
  width: 10.625vw;
  gap: 1.25vw;
}
.advantage-page .ad2 .ad2-container .items .line-item {
  position: absolute;
}
.advantage-page .ad2 .ad2-container .items .line-item #arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #164796;
  /* 这个颜色是三角形的颜色 */
}
.advantage-page .ad2 .ad2-container .text-container {
  margin-top: 3.6458vw;
  display: flex;
}
.advantage-page .ad2 .ad2-container .text-container .card {
  width: calc(100% / 4);
  background: linear-gradient(111deg, #1e6db6 7.02%, #2c5ba9 93.31%);
  box-shadow: 13px 7px 6.6px 0px rgba(0, 0, 0, 0.1);
  padding: 1.0417vw 1.5625vw 1.0417vw;
}
.advantage-page .ad2 .ad2-container .text-container .card .title {
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .text-container .card .title {
    font-size: 18px;
  }
}
.advantage-page .ad2 .ad2-container .text-container .card .content {
  margin-top: 0.7813vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
.advantage-page .ad2 .ad2-container .text-container .card .content .item {
  display: flex;
  gap: 0.5208vw;
}
.advantage-page .ad2 .ad2-container .text-container .card .content .item .icon {
  width: 0.6771vw;
}
.advantage-page .ad2 .ad2-container .text-container .card .content .item .desc {
  color: #fff;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad2 .ad2-container .text-container .card .content .item .desc {
    font-size: 10px;
  }
}
.advantage-page .ad3 {
  padding: 2.0833vw 3.125vw;
  background: url(/static/img/advantage/ab-banner.png) no-repeat;
  background-size: cover;
  position: relative;
}
.advantage-page .ad3 .ad3-banner {
  position: absolute;
  width: 92vw;
  left: 50%;
  top: 10.4271vw;
  transform: translate3d(-50%, 0, 0);
}
.advantage-page .ad3 .title {
  color: #fff;
  font-size: 2.0833vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad3 .title {
    font-size: 20px;
  }
}
.advantage-page .ad3 .desc {
  display: block;
  margin-top: 0.5208vw;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad3 .desc {
    font-size: 14px;
  }
}
.advantage-page .ad3 .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advantage-page .ad3 .map .map-text {
  position: absolute;
  z-index: 4;
}
.advantage-page .ad3 .map .map-text .title-container {
  width: 10.8333vw;
  position: relative;
}
.advantage-page .ad3 .map .map-text .title-container .title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 1.5625vw;
  overflow: hidden;
}
.advantage-page .ad3 .map .map-text .title-container .title span {
  display: block;
  color: #fff;
  font-size: 0.8417vw;
  font-weight: 400;
  transform: translate3d(0, 0, 0);
  transition: transform ease 0.5s;
  padding: 0.2vw 0;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad3 .map .map-text .title-container .title span {
    font-size: 15px;
  }
}
.advantage-page .ad3 .map .map-text:hover .title-container .title span {
  transform: translate3d(0, -100%, 0);
}
.advantage-page .ad3 .map .map-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advantage-page .ad3 .map .map-item .image-container {
  width: 7.2917vw;
  background: #fff;
  border: solid 1px #fff;
  overflow: hidden;
}
.advantage-page .ad3 .map .map-item .image-container img {
  transition: transform ease 0.5s;
}
.advantage-page .ad3 .map .map-item .image-container:hover img {
  transform: scale(1.1);
}
.advantage-page .ad3 .map .map-item .text-container {
  margin-top: 0.4167vw;
  color: #fff;
  font-size: 0.8333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad3 .map .map-item .text-container {
    font-size: 12px;
  }
}
.advantage-page .ad3 .map .map-wx-item {
  position: absolute;
  width: 10.9375vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.advantage-page .ad3 .map .map-wx-item .start-item-image {
  position: relative;
}
.advantage-page .ad3 .map .map-wx-item .start-item-image .bk {
  width: 3.9063vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-20%, -30%, 0);
}
.advantage-page .ad3 .map .map-wx-item .start-item-title {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.94 0.44;
  padding-left: 2.0833vw;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad3 .map .map-wx-item .start-item-title {
    font-size: 14px;
  }
}
.advantage-page .ad3 .map .map-tx-item {
  padding: 0 0;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.advantage-page .ad3 .map .map-tx-item .text-container {
  text-align: center;
  color: #fff;
  font-size: 0.8333vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .advantage-page .ad3 .map .map-tx-item .text-container {
    font-size: 12px;
  }
}
.advantage-page .ad3 .map .map-tx-item .image-container {
  width: 3.4375vw;
}
.advantage-page .ad3 .map .w-94 .image-container {
  width: 4.8958vw;
}
.advantage-page .ad3 .map .float-item {
  transition: transform ease 0.5s;
  animation: floating 4s ease-in-out infinite;
}
.advantage-page .ad3 .image-container .ad3-bk {
  transform: translate3d(0, -2.6042vw, 0);
}
.advantage-page .page-item {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hidden {
  overflow: hidden;
}
.crumbs {
  position: absolute;
  left: 6.25vw;
  top: 1.0417vw;
  display: flex;
  align-items: center;
  gap: 0.7813vw;
  z-index: 2;
}
.crumbs a,
.crumbs span {
  display: inline-block;
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .crumbs a,
  .crumbs span {
    font-size: 12px;
  }
}
.about-page .video-player-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  z-index: 1000;
  clip-path: inset(0 0 100% 0);
  transition: clip-path ease 0.5s;
}
.about-page .video-player-container .close {
  position: absolute;
  right: 3.125vw;
  top: 3.125vw;
}
.about-page .video-player-container .close span {
  font-size: 1.5625vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-page .video-player-container .close span {
    font-size: 17px;
  }
}
.about-page .video-player-container video {
  width: 70%;
}
.about-page .open {
  clip-path: inset(0 0 0 0);
}
.about-page .about1 {
  padding: 4.1667vw 6.25vw 0;
}
.about-page .about1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-page .about1 .top .desc {
  width: 53.5417vw;
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-page .about1 .top .desc {
    font-size: 15px;
  }
}
.about-page .about1 .bottom {
  padding: 6.25vw 12.5vw 0;
}
.about-page .about1 .bottom .video-container {
  position: relative;
  cursor: pointer;
}
.about-page .about1 .bottom .video-container img {
  width: 100%;
}
.about-page .about1 .bottom .video-container .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.5s;
  pointer-events: none;
}
.about-page .about1 .bottom .video-container .mask .play-icon {
  width: 5.8854vw;
}
.about-page .about1 .bottom .video-container:hover .mask {
  opacity: 0;
}
.about-page .about2 .title-container {
  padding: 6.25vw;
  display: flex;
  justify-content: center;
}
.about-page .about2 .title-container .pb-title .mask {
  left: -50%;
}
.about-page .about2 .content-container {
  height: 39.5833vw;
  display: flex;
}
.about-page .about2 .content-container .content-item {
  width: calc(100% / 3);
  position: relative;
}
.about-page .about2 .content-container .content-item .bk-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about2 .content-container .content-item .text-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 7.8125vw 5.2083vw 5.2083vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.7);
  transition: background ease 0.5s;
}
.about-page .about2 .content-container .content-item .text-container .title {
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 600;
  padding-left: 1.1458vw;
  position: relative;
  opacity: 0.5;
  transition: opacity ease 0.5s;
}
@media screen and (max-width: 768px) {
  .about-page .about2 .content-container .content-item .text-container .title {
    font-size: 18px;
  }
}
.about-page .about2 .content-container .content-item .text-container .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1563vw;
  min-width: 1px;
  height: 100%;
  background: #fff;
}
.about-page .about2 .content-container .content-item .text-container .desc {
  color: #fff;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  opacity: 0;
  transform: translate3d(0, 2.6042vw, 0);
  transition: opacity ease 0.5s, transform ease 0.5s;
}
@media screen and (max-width: 768px) {
  .about-page .about2 .content-container .content-item .text-container .desc {
    font-size: 15px;
  }
}
.about-page .about2 .content-container .content-item:hover .text-container {
  background: rgba(0, 0, 0, 0.6);
}
.about-page .about2 .content-container .content-item:hover .text-container .title {
  opacity: 1;
}
.about-page .about2 .content-container .content-item:hover .text-container .desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.about-page .about3 {
  padding: 7.2917vw 10vw 6.25vw 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-page .about3 .left {
  width: 52.0833vw;
  flex-shrink: 0;
  margin-right: 6.25vw;
}
.about-page .about3 .left .swiper-container .swiper-wrapper .swiper-slide img {
  clip-path: inset(0 100% 0 0);
}
.about-page .about3 .left .swiper-container .swiper-wrapper .swiper-slide-active img {
  transition: clip-path ease 0.5s;
  clip-path: inset(0 0 0 0);
}
.about-page .about3 .right {
  width: calc(100vw - 68.3333vw);
  padding-left: 3.6458vw;
  position: relative;
}
.about-page .about3 .right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1563vw;
  min-width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 77, 160, 0.4) 0%, rgba(13, 57, 131, 0.08) 99.36%);
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3.4s;
  animation: scrolldown 2.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.about-page .about3 .right .right-container .top .point-icon {
  display: flex;
  gap: 1.0417vw;
}
.about-page .about3 .right .right-container .top .point-icon span {
  display: inline-block;
  width: 0.5208vw;
  height: 0.5208vw;
  min-width: 5px;
  min-height: 5px;
  border-radius: 50%;
  background: rgba(46, 88, 207, 0.4);
}
.about-page .about3 .right .right-container .top .point-icon .active {
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
}
.about-page .about3 .right .right-container .top .name {
  color: #999;
  font-size: 1.0417vw;
  text-transform: uppercase;
  margin-top: 1.3021vw;
}
@media screen and (max-width: 768px) {
  .about-page .about3 .right .right-container .top .name {
    font-size: 15px;
  }
}
.about-page .about3 .right .right-container .right-swiper .swiper-container {
  width: 100%;
}
.about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding-top: 4.1667vw;
}
.about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide .pb-title {
  width: fit-content;
  transform: translate3d(0, 1.5625vw, 0);
  opacity: 0;
}
.about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide .pb-title .mask {
  left: unset;
  right: -2.4479vw;
}
.about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide .desc {
  margin-top: 2.0833vw;
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  opacity: 0;
  transform: translate3d(0, 2.6042vw, 0);
}
@media screen and (max-width: 768px) {
  .about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide .desc {
    font-size: 15px;
  }
}
.about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide-active .pb-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity ease 0.5s, transform ease 0.5s;
}
.about-page .about3 .right .right-container .right-swiper .swiper-container .swiper-wrapper .swiper-slide-active .desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity ease 0.5s 0.2s, transform ease 0.5s 0.2s;
}
.about-page .about3 .right .right-container .right-swiper .swiper-pagination {
  margin-top: 4.1667vw;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  position: relative;
}
.about-page .about3 .right .right-container .right-swiper .swiper-pagination .pagin {
  width: fit-content;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.0417vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-page .about3 .right .right-container .right-swiper .swiper-pagination .pagin {
    font-size: 15px;
  }
}
.about-page .about3 .right .right-container .right-swiper .swiper-pagination .pagin .now {
  color: #000;
}
.about-page .about3 .right .right-container .right-swiper .swiper-pagination .btn {
  display: flex;
  align-items: center;
  gap: 0.7813vw;
}
.about-page .about3 .right .right-container .right-swiper .swiper-pagination .btn span {
  color: #000;
  font-size: 2.0833vw;
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about-page .about3 .right .right-container .right-swiper .swiper-pagination .btn span {
    font-size: 20px;
  }
}
.about-page .about3 .right .right-container .right-swiper .swiper-pagination .btn span:hover {
  opacity: 1;
}
.about-page .about4 .top {
  padding: 6.25vw 6.25vw 3.75vw;
}
.about-page .about4 .content {
  padding-bottom: 5.2083vw;
  background: linear-gradient(180deg, rgba(247, 252, 254, 0.1) 7.86%, rgba(23, 105, 138, 0.1) 100%);
}
.about-page .about4 .content .about4-swiper {
  position: relative;
}
.about-page .about4 .content .about4-swiper .change-btn {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease 0.3s;
}
.about-page .about4 .content .about4-swiper .prev {
  left: 6.25vw;
}
.about-page .about4 .content .about4-swiper .next {
  right: 6.25vw;
}
.about-page .about4 .content .about4-swiper .swiper-container {
  padding: 0 19.1667vw;
  width: 100%;
  overflow: hidden;
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  padding: 3.125vw;
  width: 50%;
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide .text .date {
  color: #000;
  font-size: 2.0833vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide .text .date {
    font-size: 20px;
  }
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide .text .desc {
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide .text .desc {
    font-size: 15px;
  }
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 50%;
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide-next .image {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.about-page .about4 .content .about4-swiper .swiper-container .swiper-wrapper .swiper-slide-active .image {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: clip-path ease 0.5s, opacity ease 0.5s;
  transition-delay: 0.2s;
}
.about-page .about4 .content .point-container {
  margin-top: 2.6042vw;
  width: 100%;
  overflow: hidden;
}
.about-page .about4 .content .point-container .point-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.about-page .about4 .content .point-container .point-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.1563vw;
  min-height: 1px;
  transform: translate3d(0, -50%, 0);
  background: linear-gradient(90deg, rgba(26, 77, 160, 0) 0%, rgba(44, 95, 179, 0.2) 56.5%, rgba(62, 115, 200, 0) 100%);
}
.about-page .about4 .content .point-container .point-list .swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 2.0833vw 0;
}
.about-page .about4 .content .point-container .point-list .swiper-slide .point {
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 50%;
  background: #d2d2d2;
}
.about-page .about4 .content .point-container .point-list .swiper-slide::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 50%;
  background: #fff;
  transform: translate3d(-50%, -50%, 0);
}
.about-page .about4 .content .point-container .point-list .swiper-slide .date {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  color: #d2d2d2;
  font-size: 1.0417vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-page .about4 .content .point-container .point-list .swiper-slide .date {
    font-size: 15px;
  }
}
.about-page .about4 .content .point-container .point-list .swiper-slide-active .point {
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
}
.about-page .about4 .content .point-container .point-list .swiper-slide-active .date {
  background: linear-gradient(90deg, #1a4da0 0%, #3e73c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-page .about5 .about5-container {
  width: 100%;
}
.about-page .about5 .about5-container .swiper-container {
  overflow-x: hidden;
}
.about-page .about5 .about5-container .swiper-container .swiper-wrapper {
  padding: 9.375vw 0 10.9375vw;
  transition-timing-function: linear;
}
.about-page .about5 .about5-container .swiper-container .swiper-wrapper .swiper-slide {
  width: 14.0625vw;
  padding: 0.7292vw 2.6563vw;
  box-shadow: 0px 0.2604vw 0.5208vw rgba(0, 0, 0, 0.1);
  transition: box-shadow ease 0.3s;
}
.about-page .about5 .about5-container .swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 0.2604vw 0.5208vw rgba(0, 0, 0, 0.2);
}
.about-page .about6 {
  position: relative;
}
.about-page .about6 .title-container {
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .about6 .title-container .pb-title .default {
  /*color: #2e58cf;*/
}
.about-page .about6 .content-container {
  padding: 2.7292vw 38.5417vw 3.8125vw;
  overflow: hidden;
}
.about-page .about6 .content-container .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.about-page .about6 .content-container .swiper-container {
  width: 100%;
}
.about-page .about6 .content-container .swiper-container .swiper-wrapper {
  align-items: center;
}
.about-page .about6 .content-container .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.about-page .about6 .content-container .navigation-container {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-page .about6 .content-container .navigation-container .navigation {
  display: flex;
  align-items: center;
  gap: 1.3542vw;
}
.about-page .about6 .content-container .navigation-container .navigation span {
  width: 4.1667vw;
  min-width: 40px;
  display: inline-block;
  font-size: 4.1667vw;
  color: #dcdcdc;
  transition: color ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about-page .about6 .content-container .navigation-container .navigation span {
    font-size: 28px;
  }
}
.about-page .about6 .content-container .navigation-container .navigation span:hover {
  color: #000;
}
