.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
}

header .logo_nav_search {
  background: none;
  transition: all .3s;
}

header .logo_nav_search::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/logo_nav_search_bg.jpg) no-repeat center / 100% 100%;
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}

header.scrolled .logo_nav_search::after {
  opacity: 1;
}

header .logo_nav_search::before {
  opacity: 1;
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 133, 251, 0) 0%, rgba(2, 47, 151, 0.6) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  z-index: -1;
  transition: all .3s;
}

header.scrolled .logo_nav_search::before {
  opacity: 0;
}

.headline {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  color: #262626;
  text-align: center;
}

.more {
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}

.more img {
  display: block;
  margin-left: 2px;
  display: block;
  width: 24px;
  height: 24px;
}

.more .on {
  display: none;
}

.more:hover img {
  display: none;
}

.more:hover .on {
  display: block;
}

.banner {
  max-width: 1920px;
  min-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.banner .swiper {
  margin: 0 auto;
  display: block;
  /* width: 1920px;
  height: 898px; */
  width: 100%;
  height: auto;
}

.banner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.banner .swiper .swiper-wrapper .swiper-slide a {
  /* width: 1920px; */
  display: block;
  width: 100%;
  height: 100%;
}

.banner .swiper .swiper-wrapper .swiper-slide a img {
  /* width: 1920px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper .swiper-button {
  top: 50%;
}

.banner .swiper .swiper-button::after {
  content: "";
}

.banner .swiper .swiper-button img {
  display: block;
  width: 47px;
  height: 47px;
}

.banner .swiper .swiper-button-next {
  right: 50%;
  transform: translate(724px, -50%);
}

.banner .swiper .swiper-button-prev {
  left: 50%;
  transform: translate(-724px, -50%);
}

.banner .swiper .swiper-pagination {
  bottom: 65px;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1C4AB2;
}

@media screen and (max-width: 1470px) {
  .banner .swiper .swiper-button-prev {
    left: 0;
    transform: translate(10px, -50%);
  }

  .banner .swiper .swiper-button-next {
    right: 0;
    transform: translate(-10px, -50%);
  }
}

.part1 {
  margin-top: -56px;
  padding: 0px 0 50px;
  /* background: url(../images/part1_bg.png) no-repeat bottom -50px center / 2560px 570px; */
}

.part1 .layout .box {
  margin-top: 42px;
  display: flex;
}

.part1 .layout .box .tab {
  margin-right: 24px;
  width: 320px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}

.part1 .layout .box .tab li {
  display: flex;
  position: relative;
  width: 100%;
  padding: 18px 40px;
  cursor: pointer;
}

.part1 .layout .box .tab li img {
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.part1 .layout .box .tab li .on {
  display: none;
}

.part1 .layout .box .tab li p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #434343;
}

.part1 .layout .box .tab li.on {
  background: linear-gradient(90deg, #3150E2 0%, #8298FF 100%);
}

.part1 .layout .box .tab li.on img {
  display: none;
}

.part1 .layout .box .tab li.on .on {
  display: block;
}

.part1 .layout .box .tab li.on p {
  color: #FFFFFF;
}

/* .part1 .layout .box .tab li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 1.5px solid #E5C77A;
  background: transparent;
} */

/* .part1 .layout .box .tab .on {
  background: #0100C0;
  color: #FFFFFF;
}

.part1 .layout .box .tab .on::before {
  background: #E5C77A;
} */

.part1 .layout .contentbox {
  position: relative;
}

.part1 .layout .contentbox .content ul li {
  float: left;
  margin-right: 26px;
  border-radius: 13px 13px 13px 13px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all .3s;
}

.part1 .layout .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}

.part1 .layout .contentbox .content ul li:hover {
  transform: translateY(-10px);
}

/* .part1 .layout .contentbox .content ul li:hover a p {
  color: #0100C0;
}

.part1 .layout .contentbox .content ul li:hover a hr {
  background: #1C4AB2;
}

.part1 .layout .contentbox .content ul li:hover a .button {
  background: #0100C0;
  color: #fff;
} */

.part1 .layout .contentbox .content ul li a {
  display: block;
}

.part1 .layout .contentbox .content ul li a .imgbox {
  width: 334px;
  height: 188px;
  overflow: hidden;
}

.part1 .layout .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.part1 .layout .contentbox .content ul li a .detail {
  padding: 17px 18px 22px;
}

.part1 .layout .contentbox .content ul li a .detail p {
  width: 298px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #434343;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part1 .layout .contentbox .content ul li a .detail span {
  display: block;
  margin-top: 7px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
}

.part1 .layout .contentbox .content ul li a .detail .button {
  margin-top: 17px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 96px 96px 96px 96px;
  border: 1px solid #6392FF;

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #3B70FF;
}

.part1 .layout .contentbox .content ul li a .detail .button img {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.part1 .layout .contentbox .more {
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-243%);
}

.part2 {
  padding: 50px 0 58px;
}

.part2 .layout .box {
  margin-top: 24px;
  position: relative;
}

.part2 .layout .box .swiper {
  width: 1200px;
  padding: 18px;
}

.part2 .layout .box .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.part2 .layout .box .swiper .swiper-wrapper .swiper-slide:hover a img {
  transform: scale(1.1);
}

.part2 .layout .box .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.part2 .layout .box .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 384px;
  height: 217px;
  object-fit: cover;
  transition: all .3s;
}

.part2 .layout .box .swiper-button::after {
  content: "";
}

.part2 .layout .box .swiper-button {
  top: 40%;
}

.part2 .layout .box .swiper-button img {
  display: block;
  width: 56px;
  height: 56px;
}

.part2 .layout .box .swiper-button .on {
  display: none;
}

.part2 .layout .box .swiper-button:hover img {
  display: none;
}

.part2 .layout .box .swiper-button:hover .on {
  display: block;
}

.part2 .layout .box .swiper-button-prev {
  left: 38px;
}

.part2 .layout .box .swiper-button-prev .on {
  transform: rotate(180deg);
}

.part2 .layout .box .swiper-button-next {
  right: 38px;
}

.part2 .layout .box .more {
  /* position: absolute;
  top: -60px;
  right: 0; */
  margin: 21px auto 0;
}

.part3 {
  padding: 32px 0 25px;
  background: url(../images/part3_bg.png) no-repeat center / 100% 100%;
}

.part3 .layout .box {
  margin-top: 48px;
}

.part3 .layout .box ul {
  width: 1200px;
  margin: 0 auto;
}

.part3 .layout .box ul li {
  float: left;
  margin-top: 30px;
  margin-right: 40px;
  transition: all .3s ease-in-out;
}

.part3 .layout .box ul li:hover {
  transform: translateY(-10px);
}

.part3 .layout .box ul li:nth-child(5n) {
  margin-right: 0;
}

.part3 .layout .box ul li:nth-child(1),
.part3 .layout .box ul li:nth-child(2),
.part3 .layout .box ul li:nth-child(3),
.part3 .layout .box ul li:nth-child(4),
.part3 .layout .box ul li:nth-child(5) {
  margin-top: 0;
}

.part3 .layout .box ul li a {
  display: block;
}

.part3 .layout .box ul li a .image-container {
  position: relative;
  width: 200px;
  height: 178px;
  border-radius: 22px 22px 22px 22px;
  overflow: hidden;
}

.part3 .layout .box ul li a .image-container .carousel-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part3 .layout .box ul li a .image-container .image-label-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  border-radius: 0 1.25rem 1.25rem;
  background: #ffffff87;
  box-sizing: border-box;
  border-width: .0625rem 0 0 0;
  border-style: solid;
  border-color: #ffffff73;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}

.part3 .layout .box ul li a .image-container .image-label-box .carousel-imgs {
  width: 1.625rem;
  height: 1.625rem;
}

.part3 .layout .box .more{
  margin: 30px auto 0;
}

/* .part3 .layout .box .accordion-content {
  overflow: hidden;
  border-radius: 1.25rem;
  mask-image: linear-gradient(90deg, #d9d9d9 0 0.76%, #cdcdcd 14.18%, #7d7d7d 86.69%, #737373 0);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(0.76%, rgba(217, 217, 217, 0)), color-stop(14.18%, #cdcdcd), color-stop(86.69%, #7d7d7d), to(rgba(115, 115, 115, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0.76%, #cdcdcd 14.18%, #7d7d7d 86.69%, rgba(115, 115, 115, 0));
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0.76%, rgba(217, 217, 217, 0)), color-stop(14.18%, #cdcdcd), color-stop(86.69%, #7d7d7d), to(rgba(115, 115, 115, 0)));
}

.part3 .layout .box .cursor {
  cursor: pointer;
}

.part3 .layout .box .carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.part3 .layout .box .top-carousel {
  margin-bottom: 1.75rem;
}

.part3 .layout .box .carousel-swiper {
  width: 100%;
  height: 100%;
}

.part3 .layout .box .carousel-slide {
  width: 20%;
  position: relative;
  cursor: pointer;
}

.part3 .layout .box .image-container {
  position: relative;
  width: 100%;
  height: 13.75rem;
}

.part3 .layout .box .carousel-img {
  width: 100%;
  height: 13.75rem;
  object-fit: cover;
  border-radius: 1.25rem;
}

.part3 .layout .box .image-label-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  border-radius: 0 1.25rem 1.25rem;
  background: #ffffff87;
  box-sizing: border-box;
  border-width: .0625rem 0 0 0;
  border-style: solid;
  border-color: #ffffff73;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}

.part3 .layout .box .image-label-box .carousel-imgs {
  width: 1.625rem;
  height: 1.625rem;
} */

.part4 {
  padding: 75px 0 98px;
}

/* åˆä½œä¼™ä¼´æ¨¡å— */
.partners-module {
  width: 100%;
  /* background: url(../images/partners-bg.png) center center / cover no-repeat; */
  overflow: hidden;
  border-radius: 16px;
  /* margin-top: 36px; */
}

.partners-module .partners-inner {
  /* padding: 0px 0 40px; */
  box-sizing: border-box;
}

.partners-module .partners-content {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  padding: 16px 0;
}

.partners-module .partners-scroll-row {
  display: flex;
  gap: 20px;
  width: fit-content;
  will-change: transform;
}

.partners-module .partners-scroll-row:first-child {
  margin-bottom: 20px;
}

.partners-module .partners-slide {
  width: 220px;
  height: 148px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: rgba(134, 130, 191, 0.15) 0px 8px 24px;
  text-align: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partners-module .partners-slide:hover {
  transform: translateY(-4px);
  box-shadow: rgba(134, 130, 191, 0.25) 0px 12px 32px;
}

.partners-module .partners-slide img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.partners-module .partners-slide p {
  margin: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes partnersScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.partners-scroll-row.animate {
  animation: partnersScroll 40s linear infinite;
}

.partners-scroll-row.animate-slow {
  animation: partnersScroll 50s linear infinite;
}

.partners-scroll-row:hover,
.partners-content:hover .partners-scroll-row {
  animation-play-state: paused;
}