header {
  width: 100%;
  --header-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #fff;
}

.action--site-index header {
  background-color: transparent;
  --header-color: #fff;
}

.action--site-index header::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(30px);
  transform: scale();
}

body.scrolled header,
body.scrolled .mobile-nav {
  --header-h: 70px;
}

body.scrolled.action--site-index header::after {
  top: 0;
}

header .main {
  position: relative;
  z-index: 1;
}

.header-wrap .logo {
  height: var(--header-h);
  margin-right: max(20px, 60 * var(--px));
  transition: 0.3s;
  /* filter: url(#black-overlay); */
}

.header-wrap .logo .logo-img1 {
  display: none;
}

.lang-curr img {
  filter: url(#black-overlay);
}

.action--site-index .logo .logo-img1 {
  display: block;
}

.action--site-index .logo .logo-img2 {
  display: none;
}

.action--site-index .lang-curr img {
  filter: url(#white-overlay);
}

.action--site-index .btn-large-nav-expand i {
  background-color: #fff;
}

.header-wrap .nav {
  flex-shrink: 0;
  margin-right: 20px;
}

.header-wrap .nav-ul-f {
  gap: max(20px, 60 * var(--px));
}

.header-wrap .nav-a-f {
  height: var(--header-h);
  line-height: var(--header-h);
  color: var(--header-color);
  display: block;
  transition: 0.3s;
}

.header-wrap .nav-li-f {
  position: relative;
}

.header-wrap .nav-li-f:hover .nav-a-f,
.header-wrap .nav-a-s:hover {
  color: var(--theme-color-blue);
}

.header-wrap .nav-a-s:hover img {
  filter: url(#blue-overlay);
  transform: translateX(10px);
}

.header-wrap .nav-li-f:hover .nav-ul-s {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.header-wrap .nav-ul-s {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -20px);
  transition: .3s;
  z-index: 999;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  visibility: hidden;
  opacity: 0;
}

.header-wrap .nav-li-s+.nav-li-s {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.header-wrap .nav-ul-s {
  width: max-content;
}

.header-wrap .nav-a-s {
  gap: 20px;
  padding: var(--px-10-20) var(--px-20-40);
}

.header-wrap .nav-a-s img {
  filter: url(#gray-overlay);
  width: 15px;
  transition: .3s;
}

.header-area-r {
  gap: 10px;
}

.header-area-r .btn-lay {
  border: 1px solid var(--header-color);
}

.btn-lay {
  width: max-content;
  border-radius: 300px;
  padding: 5px;
  font-size: 14px;
  user-select: none;
  flex-shrink: 0;
  transition: .3s;
  cursor: pointer;
}

.btn-lay span {
  margin: 0 20px;
}

.btn-lay .icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.btn-lay.lay1 {
  background-color: #fff;
  color: #000;
  height: 40px;
}

.btn-lay.lay2 {
  background-color: var(--theme-color-blue);
  color: #fff;
  height: 60px;
}

.btn-lay.lay3 {
  border: 1px solid var(--theme-color-blue);
  color: var(--theme-color-blue);
  height: 60px;
}

.btn-lay.lay1 .icon {
  background-color: var(--theme-color-blue);
}

.btn-lay.lay2 .icon,
.btn-lay.lay3 .icon {
  margin-right: 10px;
}

.btn-lay.lay3 .icon img {
  filter: url(#blue-overlay);
}

.btn-lay.lay2:hover {
  background-color: #fff;
  color: var(--theme-color-blue);
}

.btn-lay.lay2:hover .icon {
  filter: url(#blue-overlay);
}

.btn-lay.lay3:hover {
  background-color: var(--theme-color-blue);
  color: #fff;
  border-color: var(--theme-color-blue) !important;
}

.btn-lay.lay3:hover .icon {
  filter: url(#white-overlay);
}

.lang-wrap {
  position: relative;
}

.lang-curr {
  border-radius: 300px;
  padding: 0 20px;
  height: 40px;
  gap: 5px;
  color: var(--header-color);
  border: 1px solid var(--header-color);
}

.lang-cont {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  transform: translateY(-10px);
}

.lang-cont-area {
  border-radius: 10px;
  overflow: hidden;
}

.lang-cont a {
  background-color: #fff;
  padding: 10px 0;
  color: #000;
}

.lang-wrap:hover .lang-cont {
  visibility: visible;
  opacity: 1;
  transform: unset;
}

.index-banner {
  position: relative;
}

.index-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.index-banner .swiper-slide .main {
  position: relative;
  z-index: 1;
}

.index-banner .swiper-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-banner .title {
  font-size: var(--font-68);
  color: #fff;
  line-height: 1.3;
  margin-bottom: var(--px-20-40);
}

.handle-wrap {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.handle-wrap .swiper-process img {
  width: max(80px, 160 * var(--px));
}

.handle-wrap .swiper-process-curr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: url(#blue-overlay);
  clip-path: url(#sector-clip);
}

.roll-wrap {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.roll-cont {
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: linear-gradient(180.00deg, rgba(0, 51, 161, 1), rgba(95, 109, 178, 1) 100%);
  /* animation: bounce 1s ease-in-out infinite; */
}

.roll-cont img {}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0) scaleY(1);
  }

  30% {
    transform: translateY(-20%) scaleY(0.9);
  }

  50% {
    transform: translateY(0) scaleY(1.1);
  }

  70% {
    transform: translateY(-10%) scaleY(0.95);
  }

  100% {
    transform: translateY(0) scaleY(1);
  }
}

.sec-title {
  font-size: var(--font-68);
  line-height: 1.2;
  margin-bottom: var(--px-10-20);
}

.action--site-index .sec-title {
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}

.sec-intro {
  font-size: var(--font-24);
  font-weight: 300;
}

.color-w {
  color: #fff;
}

.data-wrap {
  flex-wrap: wrap;
  width: 50%;
  margin-left: calc(100 * var(--px));
  position: relative;
}

.data-wrap .item {
  width: 50%;
  padding: var(--px-20-40);
}

.data-wrap .item:first-child {
  border-right: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.data-wrap .item:last-child {
  border-left: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.data-wrap .title {
  font-size: max(45px, 78 * var(--px));
  color: var(--theme-color-blue);
  line-height: 1.2;
  margin-top: 10px;
}

.data-wrap .intro {
  color: #666666;
}

.data-wrap::after,
.data-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.data-wrap::after {
  width: calc(var(--px-20-40) * 3);
  height: calc(var(--px-20-40) * 3);
  background-color: #fff;
  z-index: 1;
}

.data-wrap::before {
  width: 6px;
  height: 6px;
  background-color: var(--theme-color-blue);
  z-index: 2;
}

.index-sec1 .sec-wrap {
  padding-bottom: max(30px, 80 * var(--px));
}

.index-sec1 .sec-area {
  background: linear-gradient(90.00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%), rgba(239, 240, 247, 1);
}

.index-sec1 .sec-area .pic {
  width: 50%;
  transform: translateY(calc(max(90px, 200 * var(--px)) * -1));
  position: relative;
  z-index: 1;
}

.index-sec1 .sec-area .txt {
  margin-left: calc(100 * var(--px));
  margin-right: var(--main-margin);
  width: 50%;
  padding: max(30px, 80 * var(--px)) 0;
}

.index-sec1 .sec-area .txt .title {
  font-size: var(--font-36);
  line-height: 1.5;
  margin-bottom: var(--px-10-20);
}

.index-sec1 .sec-area .txt .intro {
  font-weight: 300;
  margin-bottom: var(--px-20-40);
}

.cell-wrap-1 {
  position: absolute;
  top: calc(-2 * var(--px-20-40));
  left: 18%;
}

.cell-wrap-2 {
  position: absolute;
  top: 30%;
  right: 20px;
}

.cell-wrap-3 {
  position: absolute;
  bottom: -20px;
  left: 10%;
}

.index-sec1 .main,
.index-sec1 .sec-area {
  position: relative;
  z-index: 1;
}

.index-sec2 .change-cont {
  overflow-x: auto;
}

.index-sec2 .change-wrap {
  background-color: rgba(238, 242, 246, .5);
  color: #333;
  position: relative;
  width: max-content;
}

.index-sec2 .change-cont::-webkit-scrollbar {
  height: 3px;
}

.index-sec2 .change-wrap .item {
  padding: var(--px-20-40);
  position: relative;
  z-index: 1;
  transition: .3s;
  border-top: 2px solid transparent;
  cursor: pointer;
  font-size: var(--font-16);
}

.index-sec2 .change-wrap .item.active,
.index-sec2 .change-wrap .item:hover {
  color: var(--theme-color-blue);
  border-color: var(--theme-color-blue);
}

.index-sec2 .change-wrap .thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  transition: .3s;
}

.index-sec2 .btn-lay.lay3 {
  border-color: #fff;
  color: #fff;
}

.index-sec2 .btn-lay.lay3 .icon img {
  filter: url(#white-overlay);
}

.index-sec2 .change-item {
  display: none;
}

.index-sec2 .change-item.active {
  display: flex;
}

.index-sec2 .catalog-wrap,
.index-sec2 .node-wrap {
  width: 50%;
  aspect-ratio: 1;
  padding: max(30px, 190 * var(--px));
  position: relative;
}

.index-sec2 .catalog-wrap {
  color: #fff;
}

.index-sec2 .catalog-wrap .info {
  position: relative;
  z-index: 3;
}

.index-sec2 .catalog-wrap .title {
  font-size: var(--font-48);
}

.index-sec2 .catalog-wrap .intro {
  font-size: var(--font-24);
  font-weight: 300;
  margin-bottom: max(30px, 10%);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.index-sec2 .catalog-wrap .bg-img,
.index-sec2 .catalog-wrap .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-sec2 .catalog-wrap .bg-img {
  z-index: -2;
}

.index-sec2 .catalog-wrap .bg-color {
  z-index: -1;
  background: linear-gradient(to right bottom, #5F6DB2, transparent 70%);
}

.index-sec2 .change-item.red .catalog-wrap .bg-color {
  z-index: -1;
  background: linear-gradient(to right bottom, #B14AAB, transparent 70%);
}

.index-sec2 .change-item.orange .catalog-wrap .bg-color {
  z-index: -1;
  background: linear-gradient(to right bottom, #FFB71B, transparent 70%);
}

.index-sec2 .catalog-wrap .decorate {
  position: absolute;
  top: 10%;
  left: 0;
  width: 80%;
}

.index-sec2 .node-wrap {
  padding-right: 0;
}

.index-sec2 .node-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFF0F7;
}

.index-sec2 .node-wrap .bg-img img {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
}

.index-sec2 .node-wrap .swiper-slide {
  width: calc(580 * var(--px));
  background: linear-gradient(180.00deg, rgba(95, 109, 178, 0.2), rgba(120, 222, 212, 0.1) 66%, rgba(121.11, 222.27, 212.35, 0.1) 67%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 1);
  aspect-ratio: 1;
  padding: var(--px-20-40);
  margin-right: max(20px, 60 * var(--px));
}

.index-sec2 .change-item.red .node-wrap .swiper-slide {
  background: linear-gradient(180.00deg, rgba(157, 29, 150, 0.2), rgba(157, 29, 150, 0) 100%);
}

.index-sec2 .node-wrap .pic {
  height: 80%;
  padding: var(--px-20-40);
}

.index-sec2 .node-wrap .txt {
  font-size: var(--font-24);
  font-weight: 300;
  padding: var(--px-10-20) 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.index-sec2 .node-wrap .txt .icon {
  border: 1px solid rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  flex-shrink: 0;
}

.index-sec2 .node-wrap .handle-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: translateX(-50%);
}

.index-sec2 .node-wrap .handle-btn .btn {
  width: max(40px, 80 * var(--px));
  height: max(40px, 80 * var(--px));
  background-color: rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: .3s;
  user-select: none;
}

.index-sec2 .node-wrap .handle-btn .btn:hover {
  background-color: rgba(0, 0, 0, .5);
}

.index-sec3 .index-news-top .txt {
  width: 60%;
  background: linear-gradient(30deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%);
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.index-sec3 .index-news-top .txt-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  padding: max(30px, 5%) var(--main-margin);
}

.label-lay {
  border-radius: 300px;
  background-color: rgba(0, 0, 0, .2);
  padding: max(5px, 10 * var(--px)) var(--px-10-20);
  color: #fff;
  margin-right: 10px;
  font-size: max(10px, 16 * var(--px));
}

.index-sec3 .index-news-top .txt .title {
  font-size: var(--font-36);
  margin: var(--px-10-20) 0 max(30px, 8%);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.index-sec3 .index-news-top .pic {
  width: 40%;
}

.index-sec3 .index-news-top .pic img {
  width: 110%;
  max-width: unset;
  aspect-ratio: 80 / 48;
  transform: translate(-5%, -40%);
}

.other-news .pic {
  position: relative;
  height: 40%;
}

.other-news .label-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.other-news .label-wrap .label-lay {
  background-color: rgba(0, 0, 0, .5);
}

.other-news .txt {
  padding: var(--px-10-20) 0;
}

.other-news .txt .title {
  font-size: var(--font-24);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 10px;
}

.other-news .txt .intro {
  font-weight: 300;
  opacity: .5;
  margin-bottom: max(20px, 15%);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.learn-more {
  font-weight: bold;
  gap: 10px;
  width: max-content;
  border-radius: 300px;
  padding: 10px 20px;
  user-select: none;
  flex-shrink: 0;
  transition: .3s;
}

.other-news .item:hover .txt .learn-more {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.other-news .item:hover .txt .icon {
  border-color: transparent;
  transform: translateX(5px);
}

.learn-more .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--theme-color-blue);
  filter: url(#blue-overlay);
  transition: .3s;
}

.other-news .card-wrap {
  --gap: max(30px, 120 * var(--px));
}

.other-news .item {
  position: relative;
}

.other-news .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(var(--gap) / -2);
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.index-sec4 {
  background: linear-gradient(150.00deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%), rgba(255, 255, 255, 0.9);
  position: relative;
  /* background-size: 200% 200%; */
  /* animation: gradientFlow 8s ease infinite; */
}

.index-sec4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.index-sec4 .main {
  position: relative;
  z-index: 1;
}

.index-sec4 .item {
  aspect-ratio: 480 / 585;
  color: #fff;
  padding: var(--px-20-40);
  justify-content: flex-end;
}

.index-sec4 .title {
  font-size: var(--font-32);
  margin-top: 5px;
}

.index-sec4 .intro {
  font-size: var(--font-24);
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.2;
  display: none;
}

.index-sec4 .learn-more-wrap {
  display: none;
}

.index-sec4 .learn-more {
  margin-top: var(--px-20-40);
  backdrop-filter: blur(30px);
  width: max-content;
  border-radius: 300px;
  background: linear-gradient(150.00deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%), rgba(255, 255, 255, 0.9);
  padding: 0;
}

.index-sec4 .btn-lay.lay2 {
  color: #000;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: .3s;
}

.index-sec4 .btn-lay.lay2 .icon {
  filter: url(#black-overlay);
  border-color: transparent;
}

.index-sec4 .item:hover .learn-more {
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
}

.index-sec4 .item:hover .btn-lay.lay2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.index-sec5 .sec-top {
  width: calc(580 * var(--px));
  flex-shrink: .2;
}

.index-sec5 .index-contact-wrap {
  margin-top: max(30px, 55 * var(--px));
}

.index-sec5 .index-contact-wrap .item {
  padding: var(--px-10-20);
  padding-left: 0;
  border-top: 1px solid #CECECE;
  cursor: pointer;
}

.index-sec5 .index-contact-wrap .item:last-child {
  border-bottom: 1px solid #CECECE;
}

.index-sec5 .index-contact-wrap .item .title {
  font-size: var(--font-20);
  transition: .3s;
}

.index-sec5 .index-contact-wrap .item .title .icon {
  transition: .3s;
}

.index-sec5 .index-contact-wrap .item.active .title,
.index-sec5 .index-contact-wrap .item:hover .title {
  color: var(--theme-color-blue);
}

.index-sec5 .index-contact-wrap .item.active .title .icon,
.index-sec5 .index-contact-wrap .item:hover .title .icon {
  filter: url(#blue-overlay);
}

.index-sec5 .index-contact-wrap .item.active .title .icon {
  transform: rotate(90deg);
}

.index-sec5 .contact-wrap .item-expand {
  display: none;
}

.contact-wrap .item-expand {
  color: #666;
  padding-top: var(--px-10-20);
  font-size: 14px;
}

.contact-wrap .item-expand .intro {
  margin-bottom: 10px;
}

.contact-wrap .item-expand .icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.contact-wrap .item-expand .icon img {
  margin-top: 3px;
}

.contact-wrap .item-expand span {
  color: #000;
}

.contact-wrap .item.active .item-expand {
  display: block;
}

.index-sec5 .sec-area {
  position: relative;
  flex: 1;
}

.index-sec5 .sec-area .ani-map {
  width: 100%;
}

.index-sec5 .sec-area .bg-img {
  position: absolute;
  top: 25%;
  z-index: -1;
}

.index-sec6 {
  /* aspect-ratio: 192 / 65; */
  padding-top: calc(50 * var(--px));
}

.index-sec6 .sec-intro {
  margin-bottom: max(20px, 60 * var(--px));
}

footer {
  background: linear-gradient(30deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%);
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
}

.footer-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, .8);
}

footer .follow-us .title {
  font-weight: bold;
  text-align: right;
  margin-bottom: var(--px-10-20);
}

footer .follow-us-wrap {
  gap: 10px;
}

footer .follow-us .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  transition: .3s;
}

footer .follow-us .icon:hover {
  transform: translateY(-5px);
}

.footer-nav {
  margin-top: max(20px, 5%);
}

.footer-nav a {
  font-size: 16px;
  display: block;
}

.footer-nav h1 a {
  font-weight: bold;
  padding-bottom: var(--px-20-40);
  text-transform: uppercase;
}

footer a:hover {
  text-decoration: underline;
}

footer .privacy {
  margin-top: max(30px, 6%);
  padding-bottom: max(20px, 55 * var(--px));
}

.footer-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .main {
  position: relative;
  z-index: 1;
}

.ani-map .svg-wrap {
  display: none;
}

.ani-map svg.active path[stroke-linecap="butt"] {
  transition: .3s;
  animation: draw-path 2.5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes draw-path {
  to {
    stroke-dashoffset: 0;
  }
}

.page-banner {
  margin-top: var(--header-h);
  height: max(50vh, 780 * var(--px));
}

.page-banner .sec-wrap {
  align-items: flex-end;
  font-size: max(32px, 88 * var(--px));
  color: #fff;
  height: 100%;
}

.page-nav {
  height: 70px;
  background-color: rgba(238, 242, 246, .5);
}

.page-nav .main {
  gap: var(--px-20-40);
}

.page-nav a {
  height: 100%;
  color: #333;
  font-weight: 300;
  border-bottom: 1px solid transparent;
}

.page-nav a:hover,
.page-nav a.active {
  color: var(--theme-color-blue);
  border-color: var(--theme-color-blue);
}

.company-sec1 .sec-wrap {
  padding-bottom: var(--px-10-20);
}

.company-sec1 .panel {
  position: relative;
}

.company-sec1 .panel .txt {
  width: 40%;
}

.company-sec1 .panel .pic {
  width: 40%;
  aspect-ratio: 74 / 48;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-60%);
}

.company-sec1 .sec-area {
  background-color: rgba(238, 242, 246, .5);
  padding: max(20px, 60 * var(--px)) 0 max(30px, 80 * var(--px));
}

.company-sec1 .info-wrap {
  gap: var(--px-10-20);
  margin-top: max(30px, 120 * var(--px));
}

.company-sec1 .info-wrap .item {
  width: 20%;
}

.company-sec1 .info-wrap .title {
  color: var(--theme-color-blue);
  font-size: max(34px, 78 * var(--px));
  align-items: flex-end;
  justify-content: center;
  line-height: 1.1;
}

.company-sec1 .info-wrap .title span {
  font-size: .8em;
  vertical-align: bottom;
}

.company-sec1 .info-wrap .intro {
  font-size: var(--font-20);
  text-align: center;
  font-weight: 300;
}

.operating-floor-wrap {
  position: relative;
}

.operating-floor-wrap img {
  width: 100%;
}

.operating-floor-wrap svg {
  width: 66.5%;
  position: absolute;
  top: 23.9%;
  left: 7.5%;
}

.operating-floor-wrap .product-icon {
  cursor: pointer;
  background-color: #fff;
}

.operating-floor-wrap .product-icon#product1:hover {
  filter: url(#filter_0);
}

.operating-floor-wrap .product-icon#product2:hover {
  filter: url(#filter_1);
}

.operating-floor-wrap .product-icon#product3:hover {
  filter: url(#filter_2);
}

.operating-floor-wrap .product-icon#product4:hover {
  filter: url(#filter_3);
}

.operating-floor-wrap .product-icon#product5:hover {
  filter: url(#filter_4);
}

.operating-floor-wrap .product-icon#product6:hover {
  filter: url(#filter_5);
}

.operating-floor-wrap .product-icon#product7:hover {
  filter: url(#filter_6);
}

.operating-floor-wrap .product-icon#product8:hover {
  filter: url(#filter_7);
}

.operating-floor-wrap .product-icon#product9:hover {
  filter: url(#filter_8);
}

.operating-floor-wrap .product-icon.active path:not([hover-not-fill])[fill],
.operating-floor-wrap .product-icon.active rect:not([hover-not-fill])[fill] {
  fill: var(--theme-color-blue);
}

.operating-floor-wrap .product-icon.active path[stroke],
.operating-floor-wrap .product-icon.active rect[stroke],
.operating-floor-wrap .product-icon.active ellipse[stroke] {
  stroke: var(--theme-color-blue);
}

.operating-floor-wrap .info {
  color: var(--theme-color-blue);
  position: fixed;
  font-size: calc(24 * var(--px));
  line-height: 1.2;
  display: none;
}

.operating-floor-wrap .info span {
  display: none;
}

.operating-floor-wrap .info img {
  margin-top: 10px;
  width: calc(14 * var(--px));
}

.company-sec3 {
  background: linear-gradient(135deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%);
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
  height: calc(var(--w) * 4 + max(30px, 120 * var(--px)));
}

.company-sec3 .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}

.company-sec3 .sec-top {
  width: calc(var(--w) * 2);
  height: calc(var(--w) * 2);
  padding: max(30px, 5%) 20px max(30px, 5%) var(--main-margin);
  background: linear-gradient(180.00deg, rgba(0, 51, 161, 1) 1%, rgba(102, 133, 198, 1) 100%), rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.company-sec3 .panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-sec3 .panel {
  width: var(--w);
  height: var(--w);
  padding: var(--px-20-40);
  background-color: #fff;
  align-items: flex-end;
  font-size: var(--font-24);
  color: #333;
  position: absolute;
}

.company-sec3 .panel img {
  width: max(40px, 120 * var(--px));
  position: absolute;
  top: var(--px-10-20);
  right: var(--px-10-20);
}

.company-sec3 .panel:nth-of-type(1) {
  top: calc(1 * var(--w));
  left: calc(3 * var(--w));
}

.company-sec3 .panel:nth-of-type(2) {
  top: calc(2 * var(--w));
  left: calc(2 * var(--w));
}

.company-sec3 .panel:nth-of-type(3) {
  top: calc(2 * var(--w));
  left: calc(4 * var(--w));
}

.company-sec3 .panel:nth-of-type(4) {
  top: calc(3 * var(--w));
  left: calc(1 * var(--w));
}

.company-sec3 .panel:nth-of-type(5) {
  top: calc(3 * var(--w));
  left: calc(3 * var(--w));
}

.company-sec4 .item .pic {
  height: 55%;
}

.company-sec4 .item .txt {
  height: 45%;
  background-color: #F6F8FA;
  padding: var(--px-20-40);
  position: relative;
  padding-right: max(60px, 110 * var(--px));
}

.company-sec4 .item .txt .title {
  font-size: var(--font-32);
  font-weight: bold;
}

.company-sec4 .item .txt .intro {
  color: #333;
  font-weight: 300;
}

.company-sec4 .item .txt .icon {
  position: absolute;
  bottom: var(--px-10-20);
  right: var(--px-10-20);
  width: max(40px, 80 * var(--px));
  height: max(40px, 80 * var(--px));
  background-color: var(--theme-color-blue);
  border-radius: 50%;
}

.company-sec4 .item .txt .icon img {
  width: 50%;
}

.history-sec1 .time {
  border-radius: 300px;
  background-color: var(--theme-color-blue);
  width: max(120px, 200 * var(--px));
  aspect-ratio: 20 / 6;
  font-size: var(--font-24);
  color: #fff;
  margin: 0 auto;
}

.history-sec1 .time-line-wrap {
  position: relative;
  padding: max(20px, 60 * var(--px)) 0;
}

.history-sec1 .time-line-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, .2);
  width: 1px;
  height: 100%;
}

.history-sec1 .time-line-item {
  margin-bottom: max(20px, 60 * var(--px));
  font-weight: 300;
  display: none;
}

.history-sec1 .time-line-cont {
  --item-gap: calc(150 * var(--px));
  width: calc(50% - var(--item-gap));
  background-color: #F6F8FA;
  padding: var(--px-20-40);
  position: relative;
  color: #333;
}

.history-sec1 .time-line-cont::after {
  content: '';
  position: absolute;
  top: 50%;
  width: var(--item-gap);
  height: 1px;
  background-color: var(--theme-color-blue);
}

.history-sec1 .time-line-cont::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--theme-color-blue);
}

.history-sec1 .time-line-cont span {
  position: absolute;
  bottom: 0;
  width: calc(var(--px-20-40) * 3);
  aspect-ratio: 1;
  background-color: #5F6DB2;
  font-size: max(16px, 36 * var(--px));
  color: #fff;
  align-items: flex-end;
  line-height: 1;
}

.history-sec1 .time-line-item .txt {
  padding-bottom: var(--px-10-20);
}

.history-sec1 .time-line-item:nth-child(odd) .time-line-cont {
  padding-left: calc(var(--px-20-40) * 4);
}

.history-sec1 .time-line-item:nth-child(odd) .time-line-cont::after {
  left: 100%;
}

.history-sec1 .time-line-item:nth-child(odd) .time-line-cont::before {
  left: calc(100% + var(--item-gap));
  transform: translate(-50%, -50%);
}

.history-sec1 .time-line-item:nth-child(odd) .txt {
  text-align: right;
}

.history-sec1 .time-line-item:nth-child(odd) span {
  left: 0;
  border-top-right-radius: 50%;
}

.history-sec1 .time-line-item:nth-child(even) .time-line-cont {
  padding-right: calc(var(--px-20-40) * 4);
}

.history-sec1 .time-line-item:nth-child(even) {
  flex-direction: row-reverse;
}

.history-sec1 .time-line-item:nth-child(even) .time-line-cont::after {
  right: 100%;
}

.history-sec1 .time-line-item:nth-child(even) .time-line-cont::before {
  right: calc(100% + var(--item-gap));
  transform: translate(50%, -50%);
}

.history-sec1 .time-line-item:nth-child(even) span {
  right: 0;
  border-top-left-radius: 50%;
  justify-content: flex-end;
}

.history-sec1 .add-wrap .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-blue);
  cursor: pointer;
}

.history-sec1 .add-wrap .icon:hover {
  filter: url(#blue-overlay);
}

.history-sec1 .time-line-item:last-child {
  margin-bottom: 0;
}

.process-ring {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(max(15px, 65 * var(--px)) * -1));
  --success-color: var(--theme-color-blue);
  --card-bg: #ffffff;
  --ring-size: calc(650 * var(--px));
  --ring-width: 12px;
  --ring-curr: 0%;
  z-index: -1;
}

.process-ring .full-ring {
  width: var(--ring-size);
}

.process-ring .curr-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--ring-size);
  height: var(--ring-size);
  border-radius: 50%;
  background: conic-gradient(var(--success-color) var(--ring-curr), transparent 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.1s linear;
  /* 平滑过渡 */
}

/* 内部遮罩，形成圆环 */
.process-ring .curr-ring::before {
  content: "";
  position: absolute;
  width: calc(100% - var(--ring-width));
  height: calc(100% - var(--ring-width));
  background-color: var(--card-bg);
  border-radius: 50%;
}

.innovative-sec1 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.innovative-sec1 .item .txt {
  width: 50%;
  font-weight: 300;
  align-items: center;
  padding: var(--px-20-40) 0;
}

.innovative-sec1 .item .pic {
  width: 50%;
  aspect-ratio: 850 / 645;
  overflow: hidden;
}

.innovative-sec1 .item:nth-child(odd) .txt {
  padding-right: max(30px, 5%);
}

.innovative-sec1 .item:nth-child(even) .txt {
  padding-left: max(30px, 5%);
}


.innovative-sec1 .item:nth-child(odd) .pic {
  border-top-left-radius: 20%;
}

.innovative-sec1 .item:nth-child(even) .pic {
  border-bottom-right-radius: 20%;
}

.quality-sec1 .sec-area {
  margin-top: max(80px, 230 * var(--px));
  position: relative;
}

.quality-sec1 .sec-area .txt {
  width: 75%;
  background-color: #F6F8FA;
  font-size: var(--font-24);
  font-weight: 300;
  position: relative;
  padding: max(30px, 140 * var(--px)) max(30px, 10%) max(60px, 300 * var(--px)) calc(25% + 60 * var(--px));
}

.quality-sec1 .sec-area .txt li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: var(--px-10-20);
}

.quality-sec1 .sec-area .pic {
  width: 25%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.quality-sec1 .sec-area .pic img {
  width: 200%;
  max-width: unset;
  transform: translate(0, calc(max(40px, 115 * var(--px)) * -1));
}

.quality-sec1 .info-wrap {
  margin-top: max(20px, 60 * var(--px));
}

.quality-sec1 .card-wrap {
  --column: 2;
  --gap: max(20px, 60 * var(--px));
}

.quality-sec1 .card-wrap .item {
  background-color: #F6F8FA;
  padding: var(--px-20-40);
  position: relative;
}

.quality-sec1 .card-wrap .item .title {
  font-size: var(--font-24);
  position: relative;
  padding-bottom: var(--px-10-20);
  margin-bottom: var(--px-10-20);
}

.quality-sec1 .card-wrap .item .title::after,
.quality-sec1 .card-wrap .item .title::before {
  content: '';
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}

.quality-sec1 .card-wrap .item .title::after {
  width: 100%;
  background-color: #CCD6EC;
}

.quality-sec1 .card-wrap .item .title::before {
  width: 10%;
  background: linear-gradient(88.28deg, rgba(0, 51, 161, 1), rgba(102, 133, 198, 1) 100%);
  z-index: 1;
}

.quality-sec1 .card-wrap .item .intro {
  font-weight: 300;
  padding-bottom: max(40px, 100 * var(--px));
  padding-right: max(70px, 140 * var(--px));
}

.quality-sec1 .card-wrap .item .icon {
  width: max(40px, 120 * var(--px));
  height: max(40px, 120 * var(--px));
  background-color: #5F6DB2;
  border-top-left-radius: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.quality-sec1 .card-wrap .item .icon img {
  width: 50%;
}

.sec-wrap-full {
  padding-bottom: max(50px, 180 * var(--px));
}

.quality-sec1 .sec-bg {
  width: 18%;
  position: absolute;
  top: 0;
  right: 0;
}

.sustainability-sec1 .item {
  position: relative;
  margin-bottom: max(40px, 190 * var(--px));
}

.sustainability-sec1 .item:last-child {
  margin-bottom: 0;
}

.sustainability-sec1 .item .txt {
  width: 68%;
  min-height: calc(565 * var(--px));
  background-color: #F6F8FA;
}

.sustainability-sec1 .item .pic {
  width: calc(32% + max(40px, 110 * var(--px)));
  position: absolute;
  top: calc(max(40px, 120 * var(--px)) * -1);
}

.sustainability-sec1 .item .txt .title {
  font-size: var(--font-36);
  margin-bottom: var(--px-10-20);
  line-height: 1.2;
}

.sustainability-sec1 .item .txt .intro {
  font-weight: 300;
  line-height: 1.8;
  color: #333;
}

.sustainability-sec1 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.sustainability-sec1 .item:nth-child(odd) .pic {
  right: 0;
}

.sustainability-sec1 .item:nth-child(odd) .txt {
  padding: max(40px, 80 * var(--px)) max(80px, 200 * var(--px)) max(40px, 100 * var(--px)) max(30px, 60 * var(--px));
}

.sustainability-sec1 .item:nth-child(even) .txt {
  padding: max(40px, 80 * var(--px)) max(30px, 60 * var(--px)) max(40px, 100 * var(--px)) max(80px, 200 * var(--px));
}

.sustainability-sec1 .item:nth-child(even) .pic {
  left: 0;
}

.service-sec1 .item {
  margin-bottom: max(30px, 80 * var(--px));
}

.service-sec1 .item:last-child {
  margin-bottom: 0;
}

.service-sec1 .item .pic {
  width: 50%;
}

.service-sec1 .item .txt {
  width: 50%;
  background-color: #F6F8FA;
  padding: max(30px, 80 * var(--px)) max(60px, 170 * var(--px)) max(30px, 80 * var(--px)) max(30px, 60 * var(--px));
  position: relative;
}

.service-sec1 .item .icon {
  width: max(40px, 165 * var(--px));
  height: max(40px, 165 * var(--px));
  background-color: #5F6DB2;
  border-top-left-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-sec1 .item .icon img {
  width: 50%;
}

.service-sec1 .item .txt .title {
  font-size: var(--font-36);
  margin-bottom: var(--px-10-20);
}

.service-sec1 .item .txt .intro {
  font-weight: 300;
  line-height: 1.8;
  color: #333;
}

.service-sec1 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.news-sec1 .inp-wrap {
  position: relative;
}

.news-sec1 .inp-cont input {
  width: calc(540 * var(--px));
  background-color: #F6F8FA;
  height: 60px;
  border-radius: 300px;
  padding-left: 30px;
  padding-right: 80px;
}

.news-sec1 .submit-btn {
  height: calc(100% - 20px);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--theme-color-blue);
  cursor: pointer;
}

.news-sec1 .news-top .pic {
  width: 50%;
}

.news-sec1 .news-top .txt {
  width: 50%;
  padding: var(--px-20-40);
  background-color: #F6F8FA;
}

.news-sec1 .news-top .txt .label-wrap {
  margin-bottom: var(--px-10-20);
}

.news-sec1 .news-top .txt .title {
  font-size: var(--font-36);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: var(--px-10-20);
  line-height: 1.2;
}

.news-sec1 .news-top .txt .intro {
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: var(--px-10-20);
  opacity: .5;
}

.news-sec1 .news-top:hover .txt .learn-more {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.news-sec1 .news-top:hover .txt .icon {
  border-color: transparent;
  transform: translateX(5px);
}

.news-sec1 .other-news {
  margin-top: max(30px, 60 * var(--px));
}

.news-sec1 .other-news .card-wrap {
  --gap: max(30px, 60 * var(--px));
}

.news-sec1 .other-news .item:not(:last-child)::after {
  content: unset;
}

.news-sec1 .other-news .txt {
  background-color: #F6F8FA;
  padding: var(--px-20-40);
}

.crumbs-wrap {
  margin-top: var(--header-h);
  background-color: #EEF2F6;
}

.crumbs-cont {
  gap: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #252525;
  height: 50px;
}

.news-detail-sec1 {
  background: linear-gradient(152.97deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%), rgba(255, 255, 255, 0.9);
  position: relative;
}

.news-detail-sec1 .sec-bg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}

.news-detail-sec1 .sec-wrap {
  position: relative;
  z-index: 1;
}

.news-detail-sec1 .title {
  font-size: var(--font-36);
  padding-bottom: var(--px-20-40);
  border-bottom: 1px solid var(--theme-color-blue);
  color: #252525;
  margin-top: var(--px-10-20);
}

.news-detail-sec1 .newspaper {
  width: calc(960 * var(--px));
  margin: 0 auto;
}

.news-detail-sec1 .newspaper .content {
  font-weight: 300;
}

.news-detail-sec1 .newspaper .content p,
.news-detail-sec1 .newspaper .content img {
  margin-top: var(--px-20-40);
}

.news-detail-sec2 .btn-lay {
  padding: var(--px-10-20) var(--px-20-40);
  text-transform: uppercase;
}

.news-detail-sec2 .other-news {
  margin-top: var(--px-10-20);
}

.product-sec1 .sec-wrap {
  padding-bottom: 0;
}

.product-sec1 .sec-area {
  margin-top: max(30px, 68 * var(--px));
}

.product-sec1 .catalog-wrap {
  width: calc(600 * var(--px));
  position: relative;
  padding-left: var(--main-margin);
  padding-top: max(30px, 100 * var(--px));
  height: calc(820 * var(--px));
}

.product-sec1 .node-wrap {
  flex: 1;
  position: relative;
  background-color: #EFF0F7;
}

.product-sec1 .item:nth-child(even) .node-wrap {
  background-color: #fff;
}

.product-sec1 .swiper-cont .title {
  font-size: var(--font-48);
  color: #fff;
  line-height: 1.2;
  width: calc(600 * var(--px) - var(--main-margin) - var(--px-10-20));
}

.product-sec1 .catalog-wrap .bg-img,
.product-sec1 .catalog-wrap .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-sec1 .catalog-wrap .bg-img {
  z-index: -2;
}

.product-sec1 .catalog-wrap .bg-color {
  z-index: -1;
  background: linear-gradient(to bottom, #5F6DB2, transparent 100%);
}

.product-sec1 .item.red .catalog-wrap .bg-color {
  z-index: -1;
  background: linear-gradient(to bottom, #B14AAB, transparent 100%);
}

.product-sec1 .item.orange .catalog-wrap .bg-color {
  z-index: -1;
  background: linear-gradient(to bottom, #FFB71B, transparent 100%);
}

.product-sec1 .catalog-wrap .decorate {
  position: absolute;
  top: 10%;
  left: 0;
  width: 80%;
}

.product-sec1 .node-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-sec1 .node-wrap .bg-img img {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
}

.product-sec1 .item {
  position: relative;
}

.product-sec1 .swiper-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: max(50px, 100 * var(--px));
  padding-bottom: var(--px-20-40);
}

.product-sec1 .swiper-cont .swiper {
  margin-top: var(--px-10-20);
  height: 75%;
}

.product-sec1 .swiper-cont .swiper-slide {
  background: linear-gradient(180.00deg, rgba(95, 109, 178, 0.2), rgba(120, 222, 212, 0.1) 66%, rgba(121.11, 222.27, 212.35, 0.1) 67%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 1);
  aspect-ratio: 1;
  margin-right: max(20px, 60 * var(--px));
}

.product-sec1 .swiper-cont .swiper-slide-bg {
  padding: var(--px-20-40);
  /* background-color: rgba(255, 255, 255, .8); */
  height: 100%;
  justify-content: flex-end;
}

.product-sec1 .item.red .swiper-cont .swiper-slide {
  background: linear-gradient(180.00deg, rgba(157, 29, 150, 0.2), rgba(157, 29, 150, 0) 100%), rgba(255, 255, 255, 1);
}

.product-sec1 .swiper-cont .pic {
  height: 80%;
  padding: max(30px, 10%);
}

.product-sec1 .swiper-cont .pic img {
  object-fit: contain;
}

.product-sec1 .swiper-cont .txt {
  height: 20%;
  font-size: var(--font-24);
  font-weight: 300;
  padding-top: var(--px-10-20);
  border-top: 1px solid rgba(0, 0, 0, .1);
  line-height: 1.2;
  flex-shrink: 0;
}

.product-sec1 .swiper-cont .txt span {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.product-sec1 .swiper-cont .txt .icon {
  border: 1px solid rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-left: var(--px-10-20);
}

.product-sec1 .swiper-cont .handle-btn {
  width: calc(100% + max(40px, 80 * var(--px)));
  position: absolute;
  top: 50%;
  left: calc(max(40px, 80 * var(--px)) * -.5);
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.product-sec1 .swiper-cont .handle-btn .btn {
  width: max(40px, 80 * var(--px));
  height: max(40px, 80 * var(--px));
  background-color: rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: .3s;
  user-select: none;
  backdrop-filter: blur(10px);
  pointer-events: initial;
}

.product-sec1 .swiper-cont .main {
  position: relative;
}

.product-sec1 .swiper-cont .handle-btn .btn:hover {
  background-color: rgba(0, 0, 0, .5);
}

.applications-sec1 .sec-wrap .item .txt {
  padding-left: var(--main-margin);
  padding-right: max(50px, 20%);
}

.applications-sec1 .sec-wrap .item .pic {
  width: max(calc(32% + 30px), 45%);
}

.applications-sec2 .card-wrap {
  --column: 4;
  --gap: 0px;
}

.applications-sec2 .item {
  width: 20%;
  position: relative;
  align-items: flex-end;
  padding: var(--px-10-20);
  padding-bottom: var(--px-20-40);
  background-color: #F6F8FA;
  color: #333;
  height: max(300px, 525 * var(--px));
  cursor: pointer;
}

.applications-sec2 .item:nth-child(even) {
  background-color: #EAEFF6;
}

.applications-sec2 .item.active {
  width: 40%;
}

.applications-sec2 .item .letter {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: calc(120 * var(--px));
  color: rgba(0, 51, 161, .2);
  line-height: 1;
  transition: .7s;
}

.applications-sec2 .item.active .letter {
  font-size: calc(200 * var(--px));
  color: var(--theme-color-blue);
  transform: rotateY(360deg);
}

.applications-sec2 .item .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.applications-sec2 .item .title {
  font-size: var(--font-24);
}

.applications-sec2 .item .intro {
  font-weight: 300;
  padding-right: var(--px-10-20);
  display: none;
  padding-top: var(--px-10-20);
  margin-top: var(--px-10-20);
  position: relative;
}

.applications-sec2 .item.active .intro {
  display: block;
}

.applications-sec2 .item .intro::after,
.applications-sec2 .item .intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}

.applications-sec2 .item .intro::after {
  width: 100%;
  background-color: #CCD6EC;
}

.applications-sec2 .item .intro::before {
  width: 20%;
  background: linear-gradient(88.28deg, rgba(0, 51, 161, 1), rgba(102, 133, 198, 1) 100%);
  z-index: 1;
}

.applications-sec3 .pic {
  padding: max(30px, 5%) max(30px, 8%);
  background: linear-gradient(180.00deg, rgba(196, 196, 196, 1), rgba(255, 255, 255, 0) 100%);
}

.applications-sec4 .card-wrap {
  --column: 2;
  --gap: max(20px, 60 * var(--px));
  color: #333;
  margin-top: max(20px, 60 * var(--px));
}

.applications-sec4 .card-wrap .item {
  padding: var(--px-20-40);
  background-color: #F6F8FA;
}

.applications-sec4 .card-wrap .title {
  font-size: var(--font-24);
}

.applications-sec4 .card-wrap .intro {
  font-weight: 300;
  padding-top: var(--px-10-20);
  margin-top: var(--px-10-20);
  position: relative;
  margin-bottom: calc(60 * var(--px));
}

.applications-sec4 .item .intro::after,
.applications-sec4 .item .intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}

.applications-sec4 .item .intro::after {
  width: 100%;
  background-color: #CCD6EC;
}

.applications-sec4 .item .intro::before {
  width: 20%;
  background: linear-gradient(88.28deg, rgba(0, 51, 161, 1), rgba(102, 133, 198, 1) 100%);
  z-index: 1;
}

.applications-sec4 li.active {
  cursor: pointer;
  color: var(--theme-color-blue);
}

.applications-sec5 .sec-area {
  position: relative;
  margin-top: max(20px, 120 * var(--px));
}

.applications-sec5 .pic {
  position: relative;
  z-index: 1;
}

.applications-sec5 .intro {
  width: 92%;
  position: absolute;
  top: -6%;
  left: 6.5%;
}

.applications-sec5 .handle {
  width: 64%;
  position: absolute;
  top: 35%;
  left: 15%;
  z-index: 2;
}

.applications-sec5 .handle rect {
  fill: transparent;
  cursor: pointer;
}

.contact-us-sec1 .title {
  font-size: var(--font-36);
  color: var(--theme-color-blue);
}

.contact-us-sec1 .title-thin {
  color: #252525;
  font-size: var(--font-24);
  padding-bottom: var(--px-10-20);
  margin-bottom: var(--px-10-20);
  position: relative;
}


.contact-us-sec1 .title-thin::after,
.contact-us-sec1 .title-thin::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.contact-us-sec1 .title-thin::after {
  width: 100%;
  background-color: #CCD6EC;
}

.contact-us-sec1 .title-thin::before {
  width: 20%;
  background: linear-gradient(88.28deg, rgba(0, 51, 161, 1), rgba(102, 133, 198, 1) 100%);
  z-index: 1;
}

.contact-us-sec1 .intro:not(.email) .icon img {
  margin-top: 0;
}

.contact-us-sec2 .intro:not(.email) .icon img {
  margin-top: 0;
}

.contact-us-sec1 .contact-wrap .item-expand .intro {
  margin-bottom: 15px;
}

.contact-us-sec1 .sec-wrap {
  padding-bottom: 0;
}

.contact-us-sec2 .sec-wrap {
  padding-top: max(30px, 80 * var(--px));
}

.contact-us-sec2 .title {
  font-size: var(--font-24);
  margin-top: var(--px-10-20);
}

.swiper-handle {
  gap: 20px;
  margin-top: var(--px-20-40);
}

.swiper-handle .btn {
  border: 1px solid var(--theme-color-blue);
  border-radius: 50%;
  width: max(40px, 60 * var(--px));
  height: max(40px, 60 * var(--px));
  cursor: pointer;
}

.swiper-handle .btn img {
  width: 15px;
  filter: url(#gray-overlay);
}

.swiper-handle .swiper-pagination {
  width: max(150px, 320 * var(--px));
  background-color: #CCD6EC;
  position: relative;
  left: unset;
  top: unset;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(88.28deg, rgba(0, 51, 161, 1), rgba(102, 133, 198, 1) 100%);
}

.product-detail-sec1 {
  z-index: 2;
  overflow: initial;
}

.product-detail-sec1 .sec-bg-img {
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail-sec1 .sec-bg-img img {
  width: calc(450 * var(--px));
}

.product-detail-sec1 .sec-wrap {
  padding: calc(1.5 * var(--padding)) 0 var(--padding);
  gap: max(30px, 15%);
}

.product-detail-sec1 .sec-top {
  width: 50%;
}

.product-detail-sec1 .sec-area {
  width: 35%;
  flex-shrink: 0;
}

.product-detail-sec1 .sec-area img {
  width: 100%;
  margin-top: -5%;
}

.product-detail-sec1 .intro {
  font-weight: 300;
  line-height: 2;
}

.product-detail-sec1 .main {
  position: relative;
  z-index: 1;
}

.product-detail-sec1 .para-wrap {
  width: 100%;
  padding: var(--px-20-40) calc(var(--px-20-40) * 2);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  gap: 20px;
}

.product-detail-sec1 .para-value {
  font-size: max(20px, 58 * var(--px));
  color: var(--theme-color-blue);
  text-align: center;
}

.product-detail-sec1 .para-value sub {
  font-size: var(--font-36);
}

.product-detail-sec1 .para-name {
  font-size: var(--font-20);
  text-align: center;
}

.action--site-product-detail .page-banner .sec-wrap {
  padding-bottom: calc(1.5 * var(--padding));
}

.product-detail-sec2 .info-wrap {
  width: 45%;
  color: #333;
}

.product-detail-sec2 .info-wrap .item {
  margin-bottom: var(--px-10-20);
}

.product-detail-sec2 .info-wrap .icon {
  flex-shrink: 0;
  margin-right: var(--px-10-20);
}

.product-detail-sec2 .info-wrap .title {
  font-size: var(--font-18);
  margin-top: 8px;
}

.product-detail-sec2 .info-wrap .intro {
  font-weight: 300;
}

.product-detail-sec2 .swiper-cont {
  width: 45%;
  position: relative;
}

.product-detail-sec2 .swiper-cont .swiper-handle {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: 0;
  padding: 0 var(--px-10-20);
}

.product-detail-sec2 .swiper-cont .swiper-handle .btn {
  border-color: transparent;
  background-color: rgba(0, 0, 0, .4);
  backdrop-filter: blur(5px);
}

.product-detail-sec2 .swiper-cont .swiper-handle .btn img {
  filter: url(#white-overlay);
}

.product-detail-sec2 .swiper-cont .swiper-slide {
  justify-content: flex-end;
  display: flex;
}

.product-detail-sec2 .swiper-cont .swiper-slide .pic {
  flex: 1;
}

.product-detail-sec2 .swiper-cont .txt {
  padding: var(--px-10-20) 0;
  text-align: center;
  font-size: var(--font-24);
}

.product-detail-sec3 .card-wrap {
  --column: 3;
}

.product-detail-sec3 .card-wrap .item {
  background-color: #fff;
}

.product-detail-sec3 .card-wrap .item .icon {
  width: max(40px, 90 * var(--px));
  height: max(40px, 90 * var(--px));
}

.product-detail-sec3 .card-wrap .item .icon img {
  width: 40%;
}

.product-detail-sec3 .card-wrap .item .intro {
  padding-right: max(40px, 70 * var(--px));
}

.product-detail-sec4 .item .pic {
  width: 33.33%;
}

.product-detail-sec4 .item .txt {
  width: 66.66%;
}

.disc li,
.action--site-product-detail section li {
  position: relative;
  padding-left: 10px;
}

.disc li::after,
.action--site-product-detail section li::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.product-detail-sec5 .item {
  flex-direction: row-reverse;
}

.product-detail-sec5 .item .pic {
  top: unset;
  bottom: -40%;
  left: 0;
  right: unset;
  background: linear-gradient(180.00deg, rgba(196, 196, 196, 1), rgba(255, 255, 255, 1) 100%);
  height: calc(405 * var(--px));
}

.product-detail-sec5 .item .pic img {
  width: 70%;
}

.product-detail-sec5 .sec-wrap .item .txt {
  padding: max(40px, 80 * var(--px)) max(30px, 60 * var(--px)) max(40px, 100 * var(--px)) max(80px, 200 * var(--px));
  min-height: calc(405 * var(--px));
  background-color: #fff;
}

.bg-color-gray {
  background-color: #F6F8FA;
}

.product-detail-sec6 .sec-wrap-min {
  padding-bottom: max(30px, 80 * var(--px));
}

.product-detail-sec6 .card-wrap {
  padding-top: max(25px, 65 * var(--px));
  margin-top: 0;
}

.product-detail-sec6 .card-wrap .item {
  padding: 0;
}

.product-detail-sec6 .card-wrap .item .intro {
  padding: var(--px-20-40);
  background-color: #fff;
  margin-top: max(30px, 60 * var(--px));
  margin-bottom: 0;
  flex: 1;
}

.disc li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-weight: 300;
}

.disc li::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.product-detail-sec6 .item .intro::after,
.product-detail-sec6 .item .intro::before {
  top: calc(max(30px, 60 * var(--px)) * -.6);
}

.product-detail-sec6 .item .title a {
  color: var(--theme-color-blue);
  text-decoration: underline;
}

.product-detail-sec7 .sec-wrap .item .txt {
  min-height: calc(405 * var(--px));
}

.product-detail-sec7 .sec-area {
  margin-top: max(30px, 90 * var(--px));
}

.product-detail-sec7 .sec-area .item {
  width: 50%;
  position: relative;
  padding: max(80px, 150 * var(--px)) max(30px, 70 * var(--px)) max(20px, 50 * var(--px));
  background-color: rgba(0, 51, 161, .05);
  font-weight: 300;
  margin-bottom: 0;
}

.product-detail-sec7 .sec-area .item .title {
  position: absolute;
  top: 0;
  left: 0;
  height: max(40px, 90 * var(--px));
  color: #fff;
  font-size: var(--font-28);
  background-color: var(--theme-color-blue);
  padding: 0 20px;
}

.product-detail-sec7 .sec-area .item .intro {
  line-height: 1.8;
  margin-bottom: max(30px, 80 * var(--px));
}

.product-detail-sec7 .sec-area .item:first-child {
  border-bottom-right-radius: 20%;
}

.product-detail-sec7 .sec-area .item:last-child {
  background-color: rgba(157, 29, 150, .05);
  border-top-left-radius: 20%;
}

.product-detail-sec7 .sec-area .item:last-child .title {
  left: unset;
  right: 0;
  background-color: #9D1D96;
}

.product-detail-sec7 .icon-wrap {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-detail-sec7 .sec-area .item:last-child .icon-wrap {
  gap: 20%;
  justify-content: space-around;
}

.product-detail-sec7 .icon-wrap .icon-item {
  text-align: center;
  margin-bottom: var(--px-20-40);
}

.product-detail-sec7 .item:first-child .icon-item {
  width: calc((100% - 60px) / 4);
}

.product-detail-sec7 .icon-wrap .icon-item img {
  height: max(30px, 55 * var(--px));
  margin-bottom: var(--px-10-20);
}

.product-detail-sec8 .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max(100px, 600 * var(--px));
  background-color: #F6F8FA;
}

.product-detail-sec8 .sec-wrap {
  position: relative;
  z-index: 1;
}

.product-detail-sec8 .sec-wrap .txt {
  background-color: #fff;
}

.product-detail-sec8 .sec-wrap {
  padding-bottom: 0;
}

.product-detail-sec9 .sec-wrap {
  padding-top: 0;
}

.product-detail-sec9 .card-wrap {
  --column: 3;
}

.product-detail-sec9 .card-wrap .item .intro {
  padding-right: 0;
}

.product-detail-sec9 .card-wrap .item ul {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-sec9 .card-wrap .item li {
  width: 50%;
}

.product-detail-sec9 .card-wrap .item .icon {
  width: max(40px, 90 * var(--px));
  height: max(40px, 90 * var(--px));
}

.product-detail-sec10 {
  background: linear-gradient(135deg, rgba(95, 109, 178, 1), rgba(218, 255, 251, 1) 54%, rgba(157, 29, 150, 1) 100%);
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
}

.product-detail-sec10 strong {
  font-weight: bold;
  color: var(--theme-color-blue);
}

.product-detail-sec10 .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}

.product-detail-sec10 .main {
  position: relative;
  z-index: 1;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

table td {
  border: none;
  background-color: rgba(255, 255, 255, .6);
  padding: 12px var(--px-20-40);
  text-align: center;
}

thead {
  background-color: #5F6DB2;
  font-size: var(--font-24);
}

tbody {
  font-size: var(--font-18);
  font-weight: 300;
}

.product-detail-sec11 .swiper {
  padding: 20px 5px;
}

.product-detail-sec11 .swiper-slide {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: linear-gradient(180.00deg, rgba(95, 109, 178, 0.2), rgba(120, 222, 212, 0.1) 66%, rgba(121.11, 222.27, 212.35, 0.1) 67%, rgba(255, 255, 255, 0) 100%);
  padding: var(--px-20-40);
  color: #333;
  aspect-ratio: 493 / 600;
  display: flex;
  flex-direction: column;
}

.product-detail-sec11 .swiper-slide .pic {
  padding: var(--px-20-40);
  height: 80%;
}

.product-detail-sec11 .swiper-slide .txt {
  flex-shrink: 0;
}

.product-detail-sec11 .swiper-slide .title {
  font-size: var(--font-18);
  padding-bottom: var(--px-10-20);
  margin-bottom: var(--px-10-20);
  position: relative;
}

.product-detail-sec11 .swiper-slide .title::after,
.product-detail-sec11 .swiper-slide .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.product-detail-sec11 .swiper-slide .title::after {
  width: 100%;
  background-color: #CCD6EC;
}

.product-detail-sec11 .swiper-slide .title::before {
  width: 20%;
  background: linear-gradient(88.28deg, rgba(0, 51, 161, 1), rgba(102, 133, 198, 1) 100%);
  z-index: 1;
}

.product-detail-sec11 .swiper-slide .intro {
  font-size: var(--font-24);
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.dialog.active {
  display: flex;
}

.dialog-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.dialog-wrap {
  width: calc(100% - max(20px, 320 * var(--px)));
  height: 90vh;
  position: relative;
  background-color: #fff;
  padding: max(20px, 80 * var(--px));
}

.dialog-cont {
  height: 100%;
}

.dialog-area {
  overflow-y: auto;
  padding-right: 10px;
}

.dialog-title {
  font-size: max(20px, 58 * var(--px));
  color: var(--theme-color-blue);
  margin-bottom: var(--px-20-40);
  line-height: 1;
}

.dialog-close {
  position: absolute;
  top: var(--px-20-40);
  right: var(--px-20-40);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: .3s;
}

.dialog-close:hover {
  background-color: rgba(0, 0, 0, .5);
  transform: rotate(90deg);
}

.dialog table+table {
  margin-top: var(--px-10-20);
}

.dialog thead td {
  color: #fff;
  background-color: #5F6DB2;
}

.dialog td {
  text-align: left;
}

.dialog tbody td:nth-child(odd) {
  background-color: rgba(95, 109, 178, .1);
}

.dialog tbody td:nth-child(even) {
  background-color: rgba(95, 109, 178, .15);
}

.mobile-nav,
.btn-large-nav-expand {
  display: none;
}

.yiiPager {
  display: flex;
  gap: 6px;
  margin-top: max(30px, 80 * var(--px));
}

.yiiPager li {
  color: #252525;
}

.yiiPager li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: .3s;
  font-size: max(10px, 14 * var(--px));
}

.yiiPager li.previous,
.yiiPager li.next {
  background-color: #E8E8E8;
  padding: 0 20px;
  width: max(120px, 150 * var(--px));
  height: max(35px, 50 * var(--px));
  margin: 0 14px;
  border-radius: 300px;
}

.yiiPager li.page {
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  height: max(35px, 50 * var(--px));
  width: max(35px, 50 * var(--px));
  transition: .3s;
}

.yiiPager li.page:hover {
  border-color: var(--theme-color-blue);
}

.yiiPager li:hover a {
  color: var(--theme-color-blue);
}