@charset "UTF-8";
/**
 * px 转 rem：统一基准 14px（PC 设计稿宽 1440 / 移动端设计稿宽 375）
 * 用法：rem(14) => 1rem
 */
html, body, .swiper {
  height: 100%;
}

.app {
  position: relative;
  z-index: 1;
}

.swiper {
  height: 100%;
}
.swiper .swiper-wrapper {
  height: 100%;
  transition-timing-function: ease-in-out;
}
.swiper .swiper-wrapper .swiper-slide {
  transition: 0.35s ease-in-out;
}
.swiper .swiper-wrapper .swiper-slide.no-animation {
  animation: none;
}
.swiper .swiper-wrapper .swiper-slide.no-animation * {
  animation: none;
}
.swiper .swiper-pagination {
  transition: none;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: none;
  border: 0.0714285714rem solid #2055ad;
  width: 0.5357142857rem;
  height: 0.5357142857rem;
  transition: 0.35s ease-in-out;
}
.swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  transform: translate(-50%, -50%);
  width: 0.2142857143rem;
  height: 0.2142857143rem;
  border-radius: 100%;
  transition: 0.35s ease-in-out;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #ff9800;
}

.ss-banner {
  position: relative;
  height: 100%;
  background-color: #1895bb;
}
.ss-banner .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.ss-banner .sb-slide {
  position: relative;
  overflow: hidden;
  background: #000;
}
.ss-banner .sb-slide .sb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear;
  transform: scale(1.1, 1.1);
}
.ss-banner .sb-slide .sb-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 70%;
  height: 100%;
  pointer-events: none;
  transform: translate(-50%, -60%);
  row-gap: 1.6071428571rem;
}
.ss-banner .sb-slide.swiper-slide-active .sb-img {
  transition: 3s linear;
  transform: scale(1, 1);
}
.ss-banner .sb-slide.swiper-slide-active .sc-name {
  animation: fadeInDown 1s both;
}
.ss-banner .sb-slide.swiper-slide-active .ow-btn-more {
  animation: fadeInDown 1s 1.1s both;
}
.ss-banner .ss-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 1.7142857143rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  animation-fill-mode: none;
  transform-origin: 50% 0;
}
.ss-banner .ss-arrow .sa-view {
  height: 100%;
}
.ss-banner .ss-arrow .sa-point {
  display: block;
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 0.2678571429rem;
  box-shadow: 0 0 0.1428571429rem #ccc;
}
.ss-banner .ss-arrow .sa-ar {
  position: relative;
  height: 0;
  width: 0.2678571429rem;
  margin-left: 0.6428571429rem;
}
.ss-banner .ss-arrow .sa-ar::after, .ss-banner .ss-arrow .sa-ar::before {
  position: absolute;
  right: 0;
  content: " ";
  display: block;
  width: 0.2678571429rem;
  height: 1.2857142857rem;
  border-radius: 0.2678571429rem;
  background-color: #fff;
}
.ss-banner .ss-arrow .sa-ar::after {
  bottom: -0.0714285714rem;
  transform-origin: 50% 100%;
  transform: rotateZ(-45deg);
}
.ss-banner .ss-arrow .sa-ar::before {
  top: -0.0714285714rem;
  transform-origin: 50% 0;
  transform: rotateZ(45deg);
}
.ss-banner .ss-arrow:hover .sa-point {
  animation: amtSp 0.35s 1 both ease-in-out;
}
.ss-banner .ss-arrow:hover .sa-point:nth-child(1) {
  animation-delay: 100ms;
}
.ss-banner .ss-arrow:hover .sa-point:nth-child(2) {
  animation-delay: 200ms;
}
.ss-banner .ss-arrow:hover .sa-point:nth-child(3) {
  animation-delay: 300ms;
}
.ss-banner .ss-arrow:hover .sa-point:nth-child(4) {
  animation-delay: 400ms;
}
.ss-banner .ss-arrow:hover .sa-ar {
  animation: amtSp 0.35s 1 both ease-in-out;
  animation-delay: 600ms;
}
.ss-banner .ss-arrow:hover .sa-ar::after {
  animation: amtSaA 0.5s 1 both ease-in-out;
  animation-delay: 600ms;
}
@keyframes amtSaA {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(-30deg);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
.ss-banner .ss-arrow:hover .sa-ar::before {
  animation: amtSaB 0.5s 1 both ease-in-out;
  animation-delay: 600ms;
}
@keyframes amtSaB {
  0% {
    transform: rotateZ(45deg);
  }
  50% {
    transform: rotateZ(30deg);
  }
  100% {
    transform: rotateZ(45deg);
  }
}
@keyframes amtSp {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.3214285714rem);
  }
  100% {
    transform: translateX(0);
  }
}
.ss-banner .ss-arrow:active {
  transform: translate(0.2142857143rem, -50%);
}
.ss-banner .ss-arrow.sa-suf {
  transform: translateY(-50%);
  right: 5%;
}
.ss-banner .ss-arrow.sa-pre {
  left: 5%;
  transform: rotateZ(180deg) translateY(-50%);
}
.ss-banner .ss-arrow.sa-pre:active {
  transform: rotateZ(180deg) translate(-0.2142857143rem, -50%);
}
.ss-banner .sc-name {
  text-align: center;
  font-size: 2.5714285714rem;
  padding: 1.7142857143rem 3.3214285714rem;
  color: #fff;
  border: 0.0714285714rem solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
.ss-banner .sc-name strong {
  display: block;
  transform: translateY(-0.4285714286rem);
  opacity: 0;
  transition: 0.35s ease-in-out;
  margin: 0 0.0714285714rem;
}
.ss-banner .sc-name strong.sn-active {
  transform: translateY(0);
  opacity: 1;
}
.ss-banner .sc-scroll-tip {
  bottom: 7.0714285714rem;
  width: 2.0357142857rem;
  height: 4.3928571429rem;
  cursor: pointer;
  pointer-events: all;
}
.ss-banner .sc-scroll-tip .sct-view {
  position: relative;
  height: 100%;
  border: 0.0714285714rem solid #fff;
  border-radius: 0.9107142857rem;
  overflow: hidden;
}
.ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-point {
  display: block;
  width: 0.1607142857rem;
  height: 0.1607142857rem;
  border-radius: 100%;
  background-color: #fff;
  margin-bottom: 0.2142857143rem;
  animation: amtSaScale 0.8s infinite both ease-in-out alternate-reverse;
}
.ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-point:nth-child(2) {
  animation-delay: 0.26s;
}
@keyframes amtSaScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.6);
  }
}
.ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-ar {
  position: relative;
  width: 0.1428571429rem;
  height: 0.8571428571rem;
  margin-top: -0.5357142857rem;
  animation: amtSaDown 1s infinite both ease-in-out alternate-reverse;
  animation-delay: 0.56s;
}
@keyframes amtSaDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(0.3214285714rem);
  }
}
.ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-ar::after, .ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-ar::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.2142857143rem;
  transform-origin: 50% 100%;
}
.ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-ar::after {
  transform: translateX(-50%) rotateZ(45deg);
}
.ss-banner .sc-scroll-tip .sct-view .sst-arrow .sa-ar::before {
  transform: translateX(-50%) rotateZ(-45deg);
}
.ss-banner .sc-scroll-tip .sct-view .sst-light {
  position: absolute;
  left: 0;
  top: -0.6428571429rem;
  display: none;
  width: 100%;
  height: 0.6428571429rem;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  opacity: 0.5;
  animation: amtSl 1.2s infinite both ease-in-out;
}
@keyframes amtSl {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5.0357142857rem);
  }
}
.ss-banner .sc-introduce {
  font-size: 1.1428571429rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

.ss-business-scope {
  height: 100%;
}
.ss-business-scope .sbs-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/business-scope/bg.png");
}
.ss-business-scope .sbs-view {
  position: relative;
  z-index: 2;
  width: 90%;
  height: 58%;
}
.ss-business-scope .sbs-view .sv-overview {
  width: 34%;
  height: 100%;
  justify-content: space-between;
}
.ss-business-scope .sbs-view .sv-overview::before {
  content: " ";
  display: block;
  width: 100%;
  height: 8%;
}
.ss-business-scope .sbs-view .sv-overview .so-types {
  width: 99%;
  height: 62%;
  flex-wrap: wrap;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type {
  width: 49.5%;
  height: 49%;
  background-color: #f2f4f7;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-icon, .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name {
  margin-left: 14%;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-icon {
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  object-fit: contain;
  transition: 0.2s ease-in-out;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-fill {
  display: block;
  width: 100%;
  height: 21%;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-en {
  color: #999999;
  margin-bottom: 0.2142857143rem;
  font-size: 1rem;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-zh {
  font-size: 1.1428571429rem;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-zh, .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-en {
  transition: 0.12s ease-in-out;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:hover, .ss-business-scope .sbs-view .sv-overview .so-types .so-type.so-type-active {
  background-color: #ff9800;
  background-image: url("../img/index/business-scope/bg.type.active.png");
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:hover .st-icon, .ss-business-scope .sbs-view .sv-overview .so-types .so-type.so-type-active .st-icon {
  filter: brightness(0) invert(1);
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:hover .st-name .sn-zh, .ss-business-scope .sbs-view .sv-overview .so-types .so-type:hover .st-name .sn-en, .ss-business-scope .sbs-view .sv-overview .so-types .so-type.so-type-active .st-name .sn-zh, .ss-business-scope .sbs-view .sv-overview .so-types .so-type.so-type-active .st-name .sn-en {
  color: #fff;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:nth-child(1) {
  animation-delay: 100ms;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:nth-child(2) {
  animation-delay: 200ms;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:nth-child(3) {
  animation-delay: 300ms;
}
.ss-business-scope .sbs-view .sv-overview .so-types .so-type:nth-child(4) {
  animation-delay: 400ms;
}
.ss-business-scope .sbs-view .sv-details {
  position: relative;
  font-size: 0.75rem;
  width: 66%;
  height: 100%;
  animation-delay: 0.3s;
}
.ss-business-scope .sbs-view .sv-details .swiper-wrapper {
  height: 100%;
}
.ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide {
  padding-left: 6%;
  height: 100%;
  justify-content: center;
}
.ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .sd-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .sd-infos {
  display: block;
  font-size: 0.9285714286rem;
  display: -webkit-box;
  flex-shrink: 1;
  position: relative;
  z-index: 1;
  width: 39%;
  color: #fff;
  white-space: normal;
  word-break: break-all;
  text-indent: 2em;
  line-height: 2;
  letter-spacing: 0.11em;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .sd-infos p {
  margin: 2% 0;
}
.ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .ow-btn-more {
  margin-top: 0.6428571429rem;
  flex-shrink: 0;
  width: 7.7142857143rem;
  z-index: 2;
}

.ss-product-center {
  height: 100%;
  padding-top: 5.4107142857rem;
}
.ss-product-center .spc-graph {
  display: block;
  width: 14%;
  height: 100%;
  margin-right: 4%;
  background-image: url("./../img/index/product-center/bg.png");
}
.ss-product-center .spc-content {
  flex-shrink: 1;
  width: 77%;
}
.ss-product-center .spc-content .sc-header {
  align-items: flex-end;
}
.ss-product-center .spc-content .sc-header .module-title {
  animation-delay: 0.2s;
}
.ss-product-center .spc-content .sc-header .sc-types {
  animation-delay: 0.4s;
  font-size: 1.0714285714rem;
  gap: 0.3571428571rem;
}
.ss-product-center .spc-content .sc-header .sc-types .sc-type {
  padding: 5% 10%;
  border-radius: 3.5714285714rem;
  color: #999;
  cursor: pointer;
}
.ss-product-center .spc-content .sc-header .sc-types .sc-type.sc-type-active {
  border-radius: 0.9107142857rem;
  background-color: #ff9800;
  color: #fff;
}
.ss-product-center .spc-content .sc-types-prod {
  animation-delay: 0.4s;
  margin-top: 1.7142857143rem;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .swiper-slide:nth-child(1) {
  background-color: transparent;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper {
  width: 100%;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper {
  width: 100%;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item {
  width: 28%;
  margin: 0 1%;
  transition: 0.2s ease-in-out;
  padding: 0.7142857143rem 0;
  gap: 0.7142857143rem;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item .stp-graph {
  position: relative;
  width: 71%;
  height: 0;
  padding-bottom: 78%;
  overflow: hidden;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item .stp-graph img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #fdfdfd;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item .stp-name {
  width: 90%;
  text-align: center;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item .stp-name::before {
  left: 50%;
  transform: translateX(-50%);
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item .stp-desc {
  width: 90%;
  text-align: center;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover {
  box-shadow: 0 0 1.7142857143rem rgba(32, 85, 173, 0.1);
  transform: translateY(-0.4285714286rem);
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover .vbm-blue-border {
  background-color: #2055ad;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover .vbm-blue-border .sm-line::before {
  background: #2055ad;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover .vbm-blue-border .sm-value {
  color: #fff;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover .vbm-blue-border .sv-arrow {
  background-color: #fff;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover .vbm-blue-border .sv-arrow::after, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover .vbm-blue-border .sv-arrow::before {
  background-color: #fff;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next {
  width: 1.9285714286rem;
  height: 1.9285714286rem;
  background-color: #2055ad;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev::after, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next::after, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev::before, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26%;
  border-radius: 0.1428571429rem;
  height: 0.1428571429rem;
  background-color: #fff;
  content: " ";
  transform-origin: 0 50%;
  transition: 0.12s ease-in-out;
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev::after, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next::after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev::before, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next::before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev:active::after, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next:active::after {
  transform: translate(-50%, -50%) rotateZ(30deg);
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev:active::before, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next:active::before {
  transform: translate(-50%, -50%) rotateZ(-30deg);
}
.ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next::after, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next::before {
  transform-origin: 100% 50%;
}

.ss-solution {
  position: relative;
  height: 100%;
  padding: 0 5%;
  background-image: url("./../img/index/solution/bg.png");
  background-repeat: no-repeat;
  background-position: left 95%;
  background-size: 15% auto;
}
.ss-solution .ss-bg {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 13%;
  height: 37%;
  background-image: url("./../img/index/solution/bg.png");
}
.ss-solution .ss-view {
  width: 100%;
  height: 59%;
  align-items: flex-start;
}
.ss-solution .ss-view .ss-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  animation-delay: 0.2s;
}
.ss-solution .ss-view .ss-swiper .swiper {
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper {
  height: 100%;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  background-color: transparent;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item {
  width: 38%;
  height: 100%;
  margin-left: 6%;
  align-items: flex-start;
  gap: 0.7142857143rem;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item .ss-graph {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  overflow: hidden;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item .ss-graph img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item .ss-name {
  width: 100%;
}
.ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item .ss-desc {
  width: 100%;
}
.ss-solution .ss-view .ss-swiper .ss-pagination {
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.ss-solution .ss-view .ss-swiper .ss-pagination .sp {
  display: block;
  width: 0.8035714286rem;
  height: 0.8035714286rem;
  border-radius: 100%;
  transition: 0.35s ease-in-out;
  background-color: #2055ad;
  margin: 0.4821428571rem 0;
  cursor: pointer;
  opacity: 0;
}
.ss-solution .ss-view .ss-swiper .ss-pagination .sp.sp-active {
  background-color: #ff9800;
}

.ss-about {
  height: 100%;
  align-items: flex-end;
  padding-left: 5%;
}
.ss-about .sa-desc {
  position: relative;
  z-index: 2;
  width: 47%;
  height: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.7142857143rem;
}
.ss-about .sa-desc .sa-left {
  display: flex;
  flex-direction: column;
  row-gap: 0.7142857143rem;
  padding-top: 10%;
}
.ss-about .sa-desc .sa-infos {
  padding-left: 1.7142857143rem;
  padding-right: 3.0535714286rem;
  overflow: hidden;
  animation-delay: 0.1s;
}
.ss-about .sa-desc .sa-infos .sa-info {
  font-size: 1rem;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 2%;
}
.ss-about .sa-desc .ow-btn-more {
  margin-left: 1.7142857143rem;
  animation-delay: 0.2s;
}
.ss-about .sa-desc .sa-overview {
  width: 116%;
  padding: 1.4285714286rem 0;
  margin-bottom: 1.7142857143rem;
  background-color: #2055ad;
  animation-delay: 0.3s;
}
.ss-about .sa-desc .sa-overview .so-item {
  width: 25%;
  border-right: 0.0714285714rem solid #3069c7;
  color: #fff;
}
.ss-about .sa-desc .sa-overview .so-item .so-value {
  flex-wrap: nowrap;
}
.ss-about .sa-desc .sa-overview .so-item .so-value .sv-number {
  font-size: 3.2142857143rem;
}
.ss-about .sa-desc .sa-overview .so-item .so-value .sv-symbol {
  align-self: flex-start;
  font-weight: bolder;
  margin-top: 0.4285714286rem;
  font-size: 0.9642857143rem;
}
.ss-about .sa-desc .sa-overview .so-item .so-value .sv-unit {
  align-self: flex-end;
  margin-bottom: 0.5714285714rem;
}
.ss-about .sa-graph {
  animation-delay: 0.4s;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  flex-shrink: 1;
  object-fit: cover;
  object-position: center bottom;
  height: calc(100% - 5rem);
}

.ss-footer {
  height: auto;
}

.ow-btn-more .sv-text {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .ow-btn-more .sv-text {
    font-size: 1rem;
  }
  .app > .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .app > .swiper-wrapper > .swiper-slide {
    padding-left: 5%;
    padding-right: 5%;
  }
  html, body, .swiper {
    height: inherit;
  }
  .ss-banner {
    padding: 50% 0 0 !important;
    min-height: 14.2857142857rem;
  }
  .ss-banner .swiper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .ss-banner .ss-arrow .sa-point {
    width: 0.2857142857rem;
    height: 0.2857142857rem;
    margin-right: 0.1428571429rem;
  }
  @keyframes amtSp {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(0.1428571429rem);
    }
    100% {
      transform: translateX(0);
    }
  }
  .ss-banner .ss-arrow .sa-ar {
    margin-left: 0.2857142857rem;
  }
  .ss-banner .ss-arrow .sa-ar::after, .ss-banner .ss-arrow .sa-ar::before {
    width: 0.2142857143rem;
    height: 0.8571428571rem;
  }
  .ss-banner .ss-arrow.sa-suf {
    right: 0.4285714286rem;
  }
  .ss-banner .ss-arrow.sa-pre {
    left: 0.4285714286rem;
    transform: rotateZ(180deg) translateY(-50%);
  }
  .ss-banner .ss-arrow.sa-pre:active {
    transform: rotateZ(180deg) translate(-0.2857142857rem, -50%);
  }
  .ss-banner .sb-slide .sb-overlay {
    transform: translate(-50%, -50%);
    row-gap: 0.7142857143rem;
  }
  .ss-banner .sc-name {
    padding: 0.2857142857rem 0.8571428571rem;
    font-size: 1rem;
    transform: translateY(0);
  }
  .ss-banner .sc-introduce {
    display: none;
  }
  .ss-banner .sc-scroll-tip {
    display: none;
  }
  .ss-business-scope {
    flex-direction: column;
  }
  .ss-business-scope .sbs-view {
    flex-direction: column;
    width: 100%;
  }
  .ss-business-scope .sbs-view .sv-overview {
    width: 100%;
    align-items: center;
  }
  .ss-business-scope .sbs-view .sv-overview .so-types {
    padding: 0.5714285714rem 0;
  }
  .ss-business-scope .sbs-view .sv-overview .so-types .so-type {
    margin-bottom: 1%;
    padding: 0.5714285714rem 0;
  }
  .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-icon {
    width: 2rem;
    height: 2rem;
  }
  .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-fill {
    display: block;
    width: 100%;
    height: 21%;
  }
  .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-en {
    color: #999999;
    margin-bottom: 0.2857142857rem;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-zh, .ss-business-scope .sbs-view .sv-overview .so-types .so-type .st-name .sn-en {
    transition: 0.12s ease-in-out;
    font-size: 1rem;
  }
  .ss-business-scope .sbs-view .sv-details {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .ss-business-scope .sbs-view .sv-details .swiper-wrapper {
    height: auto;
  }
  .ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 20rem;
    padding: 0 0.5714285714rem;
  }
  .ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .sd-infos {
    width: 100%;
    max-height: none;
    display: block;
    -webkit-line-clamp: initial;
    overflow: visible;
    padding: 1.0714285714rem 0.3571428571rem;
  }
  .ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .sd-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
    opacity: 0.5;
  }
  .ss-business-scope .sbs-view .sv-details .swiper-wrapper .swiper-slide .ow-btn-more {
    margin-top: 1.1428571429rem;
    width: 6.8571428571rem;
  }
  .ss-product-center {
    padding-top: 0;
  }
  .ss-product-center .spc-graph {
    display: none;
  }
  .ss-product-center .spc-content {
    width: 100%;
  }
  .ss-product-center .spc-content .sc-header {
    flex-direction: column;
    align-items: center;
  }
  .ss-product-center .spc-content .sc-header .sc-types {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ss-product-center .spc-content .sc-types-prod {
    animation-delay: 0.4s;
    margin-top: 2.2857142857rem;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper {
    flex-direction: row;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items {
    flex-direction: column;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item {
    width: 100%;
    margin-bottom: 0.8571428571rem;
    padding-bottom: 0.5714285714rem;
    padding-top: 0.5714285714rem;
    border-top: 0.0714285714rem dashed #ccc;
    gap: 0.5357142857rem;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:first-child {
    border-top: none;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item .stp-graph {
    width: 71%;
    height: 0;
    padding-bottom: 43%;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-wrapper .stp-items .stp-item:hover {
    box-shadow: none;
    transform: none;
  }
  .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-prev, .ss-product-center .spc-content .sc-types-prod .swiper-wrapper .sc-type-prod .swiper .swiper-button-next {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
  .ss-solution {
    flex-direction: column;
    background-size: 50% auto;
    background-position: left top;
  }
  .ss-solution .ss-bg {
    z-index: 1;
    bottom: 0;
  }
  .ss-solution .ss-view {
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
  }
  .ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    justify-content: center;
  }
  .ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item {
    width: calc(100% - 0.5714285714rem);
    height: auto;
    padding: 0.8571428571rem 0;
    border-top: 0.0714285714rem dashed #ccc;
    margin: 0 auto;
  }
  .ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item:first-child {
    border-top: none;
  }
  .ss-solution .ss-view .ss-swiper .swiper .swiper-wrapper .swiper-slide .ss-item .ss-graph {
    width: 100%;
    height: 0;
    padding-bottom: 49%;
  }
  .ss-about {
    flex-direction: column;
  }
  .ss-about .sa-left {
    align-items: center;
  }
  .ss-about .sa-desc {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .ss-about .sa-desc .sa-infos {
    width: 100%;
    padding: 0;
  }
  .ss-about .sa-desc .sa-infos .sa-info {
    margin-top: 0;
    font-size: 1rem;
  }
  .ss-about .sa-desc .ow-btn-more {
    margin: 0.5714285714rem auto;
  }
  .ss-about .sa-desc .sa-overview {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.1428571429rem;
    margin-bottom: 0.8571428571rem;
  }
  .ss-about .sa-desc .sa-overview .so-item .so-value .sv-number {
    font-size: 1.4285714286rem;
  }
  .ss-about .sa-desc .sa-overview .so-item .so-value .sv-symbol {
    font-size: 1rem;
    margin: 0;
  }
  .ss-about .sa-desc .sa-overview .so-item .so-value .sv-unit {
    font-size: 1rem;
    margin: 0;
  }
  .ss-about .sa-desc .sa-overview .so-item .so-name {
    font-size: 1rem;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
  }
  .ss-about .sa-graph {
    width: 100%;
    margin-bottom: 1.4285714286rem;
  }
  .ss-footer {
    padding: 0 !important;
  }
}

/*# sourceMappingURL=index.css.map */
