@import 'layui.css';
@import 'common.css';
@import 'reset.css';
/* index页 */
.index {
  overflow: hidden;
}

/* s1 start  */
.s1_index.swiper-container {
  position: relative;
  overflow-x: hidden;
}

.s1_index .swiper-wrapper {
  height: auto;
}

.s1_index .swiper-pagination-bullet {
  display: inline-block;
  width: max(0.42rem, min(20px));
  height: max(0.42rem, min(20px));
  margin: 0 10px !important;
  text-align: center;
  opacity: 1;
  color: #148ffa;
  border: 1px solid #148ffa;
  border-radius: 50%;
  background-color: transparent;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-18);
  line-height: max(0.42rem, min(20px));
}

.s1_index .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #148ffa;
}

.s1_index .swiper-pagination {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
}

.s1_index .swiper-pagination .swiper-button-next,
.s1_index .swiper-pagination .swiper-button-prev {
  opacity: 1;
}

.s1_index .swiper-button-prev {
  right: calc(100% + 0.1rem);
  left: auto;
}

.s1_index .swiper-button-next {
  right: auto;
  left: calc(100% + 0.1rem);
}

.s1_index .swiper-button-next:after {
  content: '➜';
  font-size: var(--font-size-22);
}

.s1_index .swiper-button-prev:after {
  content: '➜';
  transform: rotate(180deg);
  font-size: var(--font-size-22);
}

.s1_index .banner_content {
  position: absolute;
  top: 1.55rem;
  left: 8%;
}

.s1_index .banner_title {
  color: #148ffa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: max(0.8rem, min(32px));
  font-weight: lighter;
}

.s1_index .banner_title1 {
  color: #148ffa;
  font-family: HarmonyOS-B;
  font-size: max(1rem, min(40px));
}

.s1_index .banner_himg img {
  width: 100%;
}

.s1_index .banner_content .chart {
  width: 0.94rem;
}

@media (max-width: 768px) {
  .s1_index .banner_content {
    top: 0.6rem;
  }

  .s1_index .banner_title {
    font-size: 20px;
  }

  .s1_index .banner_title1 {
    font-size: 22px;
  }

  .s1_index .swiper-pagination {
    display: none;
  }
}

/* s1 end */
/* s2 start */
.index .s2 {
  overflow: hidden;
  padding-top: 1rem;
  background-color: #eef2f5;
}

.index .s2-content-layout {
  display: flex;
  margin-top: 0.46rem;
  gap: 0.6rem;
}

.index .s2-left-title {
  white-space: nowrap;
  color: #0072ce;
  font-size: var(--font-size-30);
}

.index .s2-left-text {
  color: transparent;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-60);
  -webkit-text-stroke: #dedede 1px;
}

.index .s2-right-text {
  margin: 0.25rem 0 0.4rem;
}

.index .s2-link {
  cursor: pointer;
  color: #0072ce;
}

.index .s2-link::after {
  margin-left: 0.28rem;
  content: url(../images/index/left-top-arrow.png);
  vertical-align: text-bottom;
}

@media (max-width: 768px) {
  .index .s2-content-layout {
    flex-wrap: wrap;
  }
}

.index .s2-content-bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: fit-content;
}

.index .s2-list::before {
  position: absolute;
  z-index: 1;
  top: 1.7rem;
  height: 175%;
  content: '';
  border: 1px dashed #5e5e5e28;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.index .s2-list::after {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 130%;
  content: '';
  border: 3.5rem solid #e8eef4;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.index .s2-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 1rem;
}

.index .s2-item {
  position: relative;
  z-index: 1;
  width: fit-content;
}

.index .place1,
.index .place5 {
  margin-top: 2.66rem;
}

.index .place2,
.index .place4 {
  margin-top: 0.6rem;
}

.index .s2-item:hover .s2-item-content {
  width: 415px;
  opacity: 1;
}

.index .s2-item-radius {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60px + 0.6rem);
  height: calc(60px + 0.6rem);
  color: #fff;
  border-radius: 50%;
  background-image: linear-gradient(-30deg, #0072ce 0%, #0a81e4 50%, #148ffa 100%), linear-gradient(#0072ce, #0072ce);
  font-family: HarmonyOS-B;
  font-size: var(--font-size-18);
}

.index .s2-item-radius::after {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  content: '';
  transform: translate(-50%, -50%);
  border: 1px dashed #c0c0c053;
  border-radius: 50%;
}

.index .s2-item-content {
  position: absolute;
  z-index: 2;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.22rem 0.44rem;
  transition: all 0.6s;
  opacity: 0;
  border-radius: calc(30px + 0.3rem);
  background-image: url(../images/index/s2-item-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.index .s2-item-title {
  color: #fff;
  font-family: HarmonyOS-B;
}

.index .s2-item-link {
  margin-top: 0.1rem;
  color: #148ffa;
  font-size: 14px;
}

.index .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
}

.index .circle svg {
  display: block;
  overflow: visible;
  transition: 10s;
}

.index .circle svg {
  animation: roatefade 12s linear infinite;
}

@keyframes roatefade {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.index .circle path {
  fill: none;
}

.index .circle textPath {
  font-size: 12px;
  fill: #d5e1eb;
}

.index .s2-total {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-image: linear-gradient(-6deg, #0072ce 0%, #0a81e4 50%, #148ffa 100%), linear-gradient(#ccd9e6, #ccd9e6);
  grid-template-columns: repeat(4, 1fr);
  background-blend-mode: normal, normal;
}

.index .s2-total-item {
  padding: 0.8rem 0.5rem;
  border-right: 1px solid #2c93e9;
  line-height: 1;
}

.index .s2-total-item-count {
  margin-bottom: 0.1rem;
  color: #fff;
  font-family: HarmonyOS-B;
  font-size: max(0.8rem, min(40px));
  line-height: 1;
}

.index .s2-total-item-count .number {
  vertical-align: text-bottom;
  font-family: HarmonyOS-B;
  line-height: 1;
}

.index .s2-total-item-count sup {
  vertical-align: super;
  font-size: var(--font-size-24);
}

.index .s2-total-item-desc {
  color: #fff;
  font-size: var(--font-size-18);
}

.index .s2-content-text {
  height: 0.9rem;
  margin-bottom: 0.6rem;
  transform: translateY(-90px);
  text-align: center;
}

.index .s2-content-text-img {
  margin-bottom: 0.26rem;
}

.index .s2-content-text-title {
  margin-bottom: 0.4rem;
  color: #0072ce;
  font-size: var(--font-size-30);
}

.index .s2-content-text-btn {
  width: fit-content;
  margin: 0 auto;
  padding: 0.18rem 0.2rem;
  color: #fff;
  border-radius: 5px;
  background-color: #148ffa;
}

@media (max-width: 768px) {
  .index .s2-total {
    grid-template-columns: repeat(2, 1fr);
  }

  .index .s2-total-item:nth-last-child(2n + 1) {
    border-right: none;
  }

  .index .s2-list {
    display: none;
  }

  .index .s2-content-text {
    height: fit-content;
    margin-top: 0.8rem;
    transform: none;
  }
}

/* s3 start  */
.index .s3 {
  position: relative;
}

.index .s3-container {
  position: absolute;
  top: 1rem;
  width: 100%;
}

.index .s3-title {
  margin-bottom: 0.46rem;
  color: #fff;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: var(--font-size-h2);
}

.index .s3-title-desc {
  margin-bottom: 1rem;
  color: #fff;
  font-size: var(--font-size-24);
}

.index .s3-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}

.index .s3-bg img {
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}

.index .s3-bg {
  position: absolute;
  top: 0;
  transition: 1.8s ease;
  animation: none;
  opacity: 0;
}

.index .s3-bg.active {
  position: relative;
  opacity: 1;
}

.index .s3-left {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.index .s3-left-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.28rem;
}

.index .s3-left-item-text {
  opacity: 0.3;
  color: #fff;
  font-size: var(--font-size-24);
}

.index .s3-left-item-img img:nth-child(2) {
  display: none;
}

.index .s3-left-item.active .s3-left-item-img img:nth-child(2) {
  display: block;
}

.index .s3-left-item.active .s3-left-item-img img:nth-child(1) {
  display: none;
}

.index .s3-left-item.active .s3-left-item-text {
  opacity: 1;
}

.index .s3-right-item {
  display: none;
}

.index .s3-right-item.active {
  display: block;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index .s3-right-item-title {
  margin-bottom: 0.1rem;
  color: #fff;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-36);
  font-weight: lighter;
}

.index .s3-right-item-desc {
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .index .s3-right-item-title {
    line-height: 1;
    margin-bottom: 0.4rem;
  }

  .index .s3-content {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }

  .index .s3-left {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
  }

  .index .s3-left-item-text {
    width: 56px;
  }
}

/* s4 start  */
.index .s4 {
  padding-top: 1rem;
  background-color: #fff;
}

.index .s4-title {
  margin-bottom: 0.7rem;
  color: #222;
  font-size: var(--font-size-h2);
}

.index .s4-bg {
  text-align: center;
}

.index .s4-bg-img {
  display: none;
}

.index .s4-bg-img.active {
  display: inline-block;
  animation: fadein 1s linear forwards;
}

.index .s4-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.index .s4-left-item {
  margin-bottom: 0.4rem;
  cursor: pointer;
  color: #999;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
}

.index .s4-left-item.active {
  color: #1790fa;
}

.index .s4-cneter-title {
  margin-bottom: 0.4rem;
  text-align: center;
  color: #148ffa;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-48);
}

.index .s4-center-item {
  display: none;
}

.index .s4-center-item.active {
  display: block;
  animation: showfade 3s ease forwards;
}

@keyframes showfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index .s4-cneter-desc {
  text-align: center;
  color: #666;
}

.index .s4-circle-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  transition: all 1s ease;
  border-radius: 50%;
  background-color: #e1e1e2;
}

.index .s4-circle-container:hover {
  background-color: #1790fa;
}

.index .s4-circle-container .circle {
  width: 100px;
  height: 100px;
}

.index .s4-circle-container .circle textPath {
  fill: #ccc;
}

@media (max-width: 768px) {
  .index .s4-left {
    order: -2;
  }

  .index .s4-right {
    order: -1;
    /* position:sticky; */
    /* top: 100px; */
    margin-right: 20px;
  }

  .index .s4-content {
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px;
  }
}

/* s5 */
.index .s5-container {
  position: relative;
}

.index .s5-bg {
  position: relative;
}

.index .s5-bg .s5-bg-img.active {
  position: relative;
  opacity: 1;

  /* animation: fadein 1s linear forwards */
}

.index .s5-bg .s5-bg-img {
  position: absolute;
  min-height: 500px;
  opacity: 0;
  object-fit: cover;
  width: 100%;
}

.index .s5-content {
  position: absolute;
  top: 1rem;
  width: 100%;
}

.index .s5-title {
  margin-bottom: 1rem;
  color: #fff;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-h2);
}

.index .s5-content-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
}

.index .s5-content-left-item {
  margin-bottom: 0.56rem;
  cursor: pointer;
  transition: all 0.8s ease;
  opacity: 0.2;
  color: #fff;
  font-size: var(--font-size-24);
}

.index .s5-content-left-item.active {
  opacity: 1;
}

.index .s5-content-right-item {
  display: none;
}

.index .s5-content-right-item.active {
  display: block;
  animation: showfade 3s ease forwards;
}

.index .s5-content-right-title {
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-48);
}

.index .s5-content-right-text {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: var(--font-size-p);
  width: 463px;
  max-width: 90vw;
  box-sizing: border-box;
}

.index .s5-content-right-btn {
  width: fit-content;
  padding: 0.16rem 0.24rem;
  cursor: pointer;
  color: #fff;
  border-radius: 0.25rem;
  background-color: #148ffa;
  font-size: var(--font-size-p);
}

@media (max-width: 768px) {
  .index .s5-content-left-item.active {
    box-shadow: 0 2px 0 -1px #fff;
  }

  .index .s5-content-layout {
    flex-wrap: wrap;
  }

  .index .s5-content-left-item {
    width: 56px;
  }

  .index .s5-content-left {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
}

/* s6  */
.index .s6 {
  padding: 0.5rem 0;
  background-color: #fafafa;
}

.index .s6-content {
  position: relative;
}

.index .s6 .swiper-wrapper {
  height: auto;
}

.index .s6-blog-content {
  padding: 0.24rem 0.48rem 0.4rem;
}

.index .s6-blog {
  cursor: pointer;
  transition: 1s ease;
  border: 1px solid #f0f0f0;
}

.index .s6-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: var(--font-size-h2);
}

.index .s6-blog-img {
  overflow: hidden;
}

.index .s6-blog:hover img {
  transform: scale(1.05);
}

.index .s6-blog-img img {
  width: 100%;
  transition: 1s ease;
}

.index .s6-blog-title {
  margin-bottom: 0.3rem;
  color: #148ffa;
}

.index .s6-blog-desc {
  margin-bottom: 0.6rem;
  transition: 1s;
  color: #222;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-24);
  font-weight: lighter;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 63px;
  padding: 5px 0;
}

.index .s6-blog-time {
  color: #999;
}

.index .s6-btn {
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.22rem 0.25rem;
  cursor: pointer;
  transition: 1s ease;
  color: #0072ce;
  border: solid 1px #f0f0f0;
  border-radius: 40px;
  background-color: #fafafa;
  line-height: 1;
  display: block;
}

.index .s6-btn:hover {
  background-color: #fafafa;
  box-shadow: 0px 0px 20px 1px #7b7a7a56;
}

.index .s6-btn::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: max(0.13rem, 13px);
  height: max(0.14rem, 14px);
  min-height: max(0.14rem, 14px);
  background-image: url(../images/index/left-top-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.2rem;
}

@media (max-width: 768px) {
  .index .s6-swiper {
    width: 100%;
  }

  .swiper-tools {
    display: none;
  }
}

.swiper-tools {
  position: absolute;
  top: calc(-0.6rem);
  right: 10%;
  width: max(1.6rem, 160px);
}

.swiper-tools .swiper-button-prev:after {
  padding: 0.16rem 0.34rem;
  content: url(../images/index/left-allow.png);
  transform: rotate(180deg);
  border: solid 2px #0072ce;
  border-radius: max(0.25rem, 25px);
  background-color: #0072ce;
  font-size: 16px;
}

.swiper-tools .swiper-button-next:after {
  padding: 0.16rem 0.34rem;
  content: url(../images/index/left-allow.png);
  border: solid 2px #0072ce;
  border-radius: 40px;
  background-color: #0072ce;
  font-size: 16px;
}

.swiper-tools .swiper-button-disabled::after {
  padding: 0.16rem 0.2rem;
  opacity: 1;
  background-color: #fff;
}

.swiper-tools .swiper-button-disabled.swiper-button-next:after {
  content: url(../images/index/right-allow.png);
  transform: rotate(180deg);
}

.swiper-tools .swiper-button-disabled.swiper-button-prev:after {
  content: url(../images/index/right-allow.png);
  transform: none;
}

.index .s6-swiper .s6-blog:hover {
  background-color: #fff;
  box-shadow: 5px 9px 30px 0px rgba(198, 198, 198, 0.15);
}

.index .s6-swiper .s6-blog:hover .s6-blog-desc,
.index .s6-swiper .s6-blog:hover .s6-blog-time {
  color: #148ffa;
}

/* s7  */
.index .s7 {
  position: relative;
  padding: 0.5rem 0;
  background-color: #f6f6f6;
  background-image: url(../images/index/icon-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
}

.index .s7-content {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem;
}

.index .s7-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: var(--font-size-h2);
}

.index .s7-desc {
  margin-bottom: 0.3rem;
  color: #666;
  font-size: var(--font-size-18);
}

.index .s7-desc1 {
  margin-bottom: 0.1rem;
  color: #666;
  font-size: var(--font-size-18);
}

.index .s7-desc1 span {
  color: #0072ce;
  font-size: var(--font-size-18);
}

.index .s7-desc1 .number {
  color: #0072ce;
  font-size: var(--font-size-48);
  font-weight: 600;
  line-height: 1;
  font-family: var(--font-number);
}

.index .s7-right-item-img img {
  /*width: max(1.12rem, 100px);*/
}

.index .s7-desc1 .number::after {
  content: '+';
  vertical-align: text-top;
  color: inherit;
  font-size: var(--font-size-30);
  font-family: HarmonyOS-R;
  font-weight: 400;
}

.index .s7-left {
  padding-top: 1rem;
  position: sticky;
  top: 0;
  flex: 1;
  min-width: 210px;
}

.index .s7-right {
  padding-top: 1rem;
  flex: 2.9;
  min-width: 300px;
  overflow: hidden;
  box-sizing: border-box;
}

.index .s7-right .swiper-wrapper {
  height: auto;
  box-sizing: border-box;
}

.index .s7-right-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  box-sizing: border-box;
}

.index .s7-right .index-s7-swiper {
  position: relative;
}

.index .s7-right .swiper-slide {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .index .s7-right-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .index .s7 {
    padding-top: 0;
  }
}

.index .s7-right-content::-webkit-scrollbar {
  display: none;
}

.index .s7-right-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: max(1.08rem, 108px);
  background-color: #fff;
}

/* index end  */
/* subsidiary start  */
/* s1  */
.subsidiary .s1 {
  position: relative;
}

.subsidiary .s1-bg img {
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.subsidiary .s1-container {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}

.subsidiary .s1-title {
  margin-bottom: 0.24rem;
  color: #fff;
  font-size: var(--font-size-60);
}

.subsidiary .s1-title-desc {
  color: #fff;
  font-family: var(--font-medium);
  font-size: max(0.24rem, 18px);
}

@media (max-width: 768px) {
  .subsidiary .s1-container {
    right: 5%;
    left: 5%;
    transform: none;
  }
}

/* s2  */
.subsidiary .s2 {
  padding: 0.7rem 0;
  background-color: #fafafa;
}

.subsidiary .s2-top-layout {
  text-align: center;
}

@media (min-width: 768px) {
  .subsidiary .s2-top-layout {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .subsidiary .s2-top-layout {
    width: 70%;
  }
}

@media (min-width: 1344px) {
  .subsidiary .s2-top-layout {
    width: 50%;
  }
}

.subsidiary .s2-title {
  margin-bottom: 0.3rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.subsidiary .s2-company {
  margin-bottom: 0.62rem;
  color: #333;
  font-size: var(--font-size-24);
  line-height: 1;
}

.subsidiary .s2-company .s2-company-code {
  color: #0072ce;
}

.subsidiary .s2-title-desc {
  margin-bottom: 0.2rem;
  color: #666;
}

.subsidiary .s2-container {
  padding-top: 0.5rem;
  text-align: center;
}

.subsidiary .s2-container-title {
  margin-bottom: 0.2rem;
  color: #222;
  font-size: var(--font-size-h2);
}

.subsidiary .s2-container-desc {
  margin-bottom: 0.4rem;
  color: #0072ce;
  font-size: var(--font-size-24);
  line-height: 1;
}

.subsidiary .s2-container-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}

.subsidiary .s2-item {
  position: relative;
  padding: 0.8rem 0;
  background-color: #fff;
}

.subsidiary .s2-item-title {
  margin-bottom: 0.1rem;
  color: #0072ce;
  font-size: var(--font-size-24);
}

.subsidiary .s2-item-text {
  margin-bottom: 0.4rem;
  color: #666;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.subsidiary .s2-item-img {
  transition: 1s;
}

.subsidiary .s2-item-btn {
  position: absolute;
  left: 50%;
  display: none;
  width: fit-content;
  padding: 0.8em 1.2em;
  box-sizing: border-box;
  cursor: pointer;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 0.3rem;
  background-color: #0072ce;
  line-height: 1;
}

/* .subsidiary .s2-item-btn::after {
  width: 16px;
  height: 16px;
  margin-left: 0.4rem;
  content: url(../images/index/left-top-arrow1.png);
  vertical-align: text-top;
} */

.subsidiary .s2-item:hover .s2-item-btn {
  display: block;
  animation: showfade 1.6s ease forwards;
}

.subsidiary .s2-item:hover .s2-item-img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .subsidiary .s2-container-layout {
    grid-template-columns: repeat(1, 1fr);
  }

  .subsidiary .s2-item-btn {
    position: relative;
    top: 0.3rem;
    display: block;
    background-color: #148ffa;
  }
}

/* s3  */
.subsidiary .index .s3-text-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.2rem;
}

.subsidiary .index .s3-text-layout .s3-title-desc {
  flex: 1;
}

.subsidiary .index .s3-text-layout .s3-number {
  display: flex;
  flex: 1.2;
  justify-content: space-between;
}

.subsidiary .index .s3-number-item-text .number {
  color: #fff;
  font-family: HarmonyOS-M;
  font-size: max(0.6rem, min(30px));
  line-height: 1;
}

.subsidiary .index .s3-number-item-text .number::after {
  content: '+';
  vertical-align: top;
  color: #fff;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-30);
  line-height: 1;
}

.subsidiary .index .s3-number-desc {
  text-align: center;
  color: #fff;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-18);
}

@media (max-width: 768px) {
  .subsidiary .index .s3-text-layout {
    flex-wrap: wrap;
  }

  .subsidiary .index .s3-text-layout .s3-number {
    min-width: 100%;
    margin-bottom: 0.4rem;
  }

  .subsidiary .index .s3-text-layout .s3-title-desc {
    margin-bottom: 0;
  }
}

/* s4  */
.subsidiary .s4 {
  padding: 1rem 0;
  background-color: #fafafa;
}

.subsidiary .s4-title {
  margin-bottom: 0.28rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
}

.subsidiary .s4-title-desc {
  margin-bottom: 0.6rem;
  text-align: center;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
  line-height: 1;
}

.subsidiary .s4-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem;
  gap: 0.46rem;
}

.subsidiary .s4-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  height: max(1.6rem, calc(80px + 0.8rem));
  padding-bottom: 0.36rem;
  transition: 1s ease;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1/1;
}

.subsidiary .s4-item.active {
  background-color: #0072ce;
}

.subsidiary .s4-item.active .s4-item-num {
  color: #0072ce;
  background-color: #fff;
}

.subsidiary .s4-item.active .s4-item-text {
  color: #fff;
}

.subsidiary .s4-item-num {
  position: absolute;
  top: 0;
  left: 50%;
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  transition: 1s ease;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #0072ce;
  font-family: HarmonyOS-B;
  line-height: max(0.4rem, 40px);
  aspect-ratio: 1/1;
}

.subsidiary .s4-item-text {
  color: #666;
  font-size: var(--font-size-p);
}

.subsidiary .s4-item-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.18rem;
}

.subsidiary .s4-item-img img {
  width: max(0.39rem, 30px);
  height: max(0.39rem, 30px);
}

@media (max-width: 768px) {
  .subsidiary .s4-content {
    justify-content: space-between;
    row-gap: 0.8rem;
  }
}

/* com-application */
.com-application {
  padding: 1rem 0;
}

.com-application .com-application-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.com-application-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.4rem;
  gap: 0.2rem;
}

.com-application-tag-item {
  padding: 0.17rem 0.47rem;
  cursor: pointer;
  transition: 0.6s ease;
  color: #0072ce;
  border: solid 2px #0072ce;
  border-radius: 0.25rem;
  line-height: 1;
}

.com-application-tag-item.active {
  color: #fff;
  background-color: #0072ce;
}

.com-application-tag-item:hover {
  color: #fff;
  background-color: #0072ce;
}

.com-application-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3rem;
  background-color: #fff;
}

.com-application-left-title {
  margin: 0.5rem 0 0.4rem;
  color: #0072ce;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-30);
  line-height: 1;
}

.com-application-left-text {
  color: #666;
  line-height: 1.5;
}

.com-application-left {
  flex: 1;
}

.com-application-right {
  flex: 2.2;
  width: 60%;
  max-width: max(940px, 9.4rem);
  border-radius: 10px;
}

.com-application-left .swiper-tools {
  position: relative;
  top: 1rem;
  left: max(0.4rem, 40px);
}

@media (max-width: 768px) {
  .com-application-left .swiper-tools {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block;
    height: 40px;
    margin: 0 auto;
    margin-top: 0.4rem;
    /* height: 100px; */
  }
}

.com-application .swiper-wrapper {
  height: auto;
}

.com-application-total-swiper {
  overflow: hidden;
}

.com-application-swiper {
  overflow: hidden;
}

.com-application-item {
  position: relative;
}

.com-application-item img {
  width: 9.5rem;
}

.com-application-img-desc {
  position: absolute;
  bottom: 0.4rem;
  left: 0.38rem;
  right: 0.38rem;
  color: #fff;
  font-size: var(--font-size-18);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .com-application-content {
    flex-wrap: wrap;
  }

  .com-application-right {
    order: -1;
    min-width: 100%;
  }

  .com-application-tag-list {
    justify-content: flex-start;
  }
}

/* s7  */
.subsidiary .s7 {
  padding: 1rem 0;
  background-image: url(../images/subsidiary/s7-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.subsidiary .s7-content {
  overflow: hidden;
}

.subsidiary .s7-content-item img {
  width: 100%;
}

.subsidiary .s7-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.subsidiary .s7-desc-layout {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 1.4rem;
  gap: 0.2rem;
}

.subsidiary .s7-left-num {
  display: flex;
  align-items: flex-start;
  flex: 1;
  justify-content: flex-start;
  gap: 0.56rem;
}

.subsidiary .s7-top-num .number {
  color: #0072ce;
  font-family: var(--font-number);
  font-size: var(--font-size-60);
}

.subsidiary .s7-top-num sup {
  margin-left: 0.04rem;
  vertical-align: text-top;
  color: #0072ce;
  font-family: var(--font-number);
  font-size: var(--font-size-28);
}

.subsidiary .s7-top-num-desc {
  color: #999;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: var(--font-size-18);
}

.subsidiary .s7-right-desc {
  flex: 1.9;
  padding-bottom: 0.02rem;
}

.subsidiary .s7-right-desc-text {
  color: #666;
}

.subsidiary .s7-swiper .swiper-wrapper {
  height: auto;
}

.subsidiary .s7-content .s7-swiper:nth-child(1) {
  margin-bottom: 0.9rem;
}

@media (max-width: 768px) {
  .subsidiary .s7-desc-layout {
    flex-wrap: wrap;
  }

  .subsidiary .s7-right-desc {
    min-width: 100%;
    margin-top: 20px;
  }
}

/* s8  */
.subsidiary .s8 {
  padding: 1rem 0 1.5rem;
  background-color: #0072ce;
}

.subsidiary .s8-title {
  margin-bottom: 0.42rem;
  text-align: center;
  color: #fff;
  font-size: var(--font-size-h2);
}

.subsidiary .s8-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.16rem;
}

.subsidiary .s8-content-left {
  flex: 1;
}

.subsidiary .s8-content-right {
  flex: 1;
}

.subsidiary .s8-content-item {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  padding: 0.2rem 0.17rem;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 0px 6px 21px 0px rgba(188, 188, 188, 0.07);
  gap: 0.4rem;
}

.subsidiary .s8-content-item-right-title {
  margin-bottom: 0.25rem;
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.subsidiary .s8-content-item-right-text {
  margin-bottom: 0.35rem;
  color: #222;
  font-size: var(--font-size-18);
}

.subsidiary .s8-content-item-right-text span {
  margin-bottom: 0.35rem;
  color: #0072ce;
  line-height: 1;
}

.subsidiary .s8-content-item-right-btn {
  width: fit-content;
  padding: 0.14rem 0.16rem;
  color: #fff;
  border-radius: 30px;
  background-color: #0072ce;
}

.subsidiary .s8-content-right .subsidiary .s8-content-item-right-title {
  color: #0072ce;
}

.subsidiary .s8-content-item-li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.14rem;
  gap: 0.1rem;
}

.subsidiary .s8-content-item-li-icon img {
  max-width: unset;
}

.subsidiary .s8-content-item-li-icon-desc {
  color: #333;
  font-size: var(--font-size-18);
}

.subsidiary .s8-content-item-li-icon-desc span {
  color: #666;
}

@media (max-width: 768px) {
  .subsidiary .s8-content {
    flex-wrap: wrap;
  }

  .subsidiary .s8-content-left {
    min-width: 100%;
    margin-bottom: 0.4rem;
  }

  .subsidiary .s8-content-item-img {
    min-width: 100px;
  }
}

/* subsidiary end  */
/* introduce  */
.introduce .subsidiary .s1-container {
  transform: translate(-50%, 30%);
}

.introduce .subsidiary .s1-title {
  /* letter-spacing: 0.12rem; */
  line-height: 1;
}

@media (max-width: 768px) {
  .introduce .subsidiary .s1-container {
    transform: translateY(25%);
  }

  .introduce .subsidiary .s1-title {
    font-size: 26px;
  }
}

/* s2  */
.introduce .s2 {
  padding: 0.5rem 0;
  background-image: url(../images/introduce/s2-text-bg.png);
  background-repeat: no-repeat;
  background-position: left 0.66rem;
}

.introduce .s2-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
}

.introduce .s2-left {
  position: sticky;
  top: 0;
  flex: 1;
}

.introduce .s2-right {
  flex: 1.3;
}

.introduce .s2-title {
  margin-bottom: 0.8rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.introduce .s2-list-item {
  padding: 0.68rem 0 0.25rem;
  border-bottom: 1px solid #dfdfdf;
}

.introduce .s2-list-item-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.2rem;
}

.introduce .s2-list {
  max-width: max(3.8rem, 380px);
}

.introduce .s2-list-item-left .number {
  color: #0072ce;
  font-family: var(--font-number);
  font-size: var(--font-size-60);
  line-height: 1;
}

.introduce .s2-list-item-left sup {
  vertical-align: top;
  color: #0072ce;
  font-family: var(--font-number);
  font-size: max(0.24rem, 18px);
  line-height: 1;
  top: 0;
}

.s2-right-scroll {
  height: max(2.4rem, 200px);
  overflow: auto;
  margin-bottom: 0.4rem;
}

.s2-right-scroll::-webkit-scrollbar {
  width: 0.04rem;
}

.s2-right-scroll::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0.1rem;
}

.introduce .s2-list-item-right {
  color: #666;
}

.introduce .s2-right-text {
  margin-bottom: 0.5rem;
  color: #666;
  font-size: var(--font-size-p);
}

.introduce .s2-video {
  overflow: hidden;
  border-radius: 10px;
}

.introduce .s2-video video {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .introduce .s2-container {
    flex-wrap: wrap;
  }

  .introduce .s2-left {
    position: relative;
    min-width: 100%;
  }
}

/* s3  */
.introduce .s3 {
  padding: 1rem 0;
  background: linear-gradient(#eef2f5, #fff);
}

.introduce .s3-title {
  height: 0;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.introduce .s3-content {
  background-image: url(../images/introduce/s3-bg.png);
  background-position: top center;
  background-size: cover;
}

.introduce .s3-swiper {
  overflow: hidden;
}

.introduce .s3-swiper .swiper-wrapper {
  height: auto;
}

.introduce .s3-swiper .swiper-slide {
  opacity: 0 !important;
}

.introduce .s3-swiper .swiper-slide-visible {
  opacity: 1 !important;
}

.introduce .s3-content-bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fafafa;
}

.introduce .s3-content-bottom-left {
  padding: 0.6rem 0rem 0.5rem 0.38rem;
}

.introduce .s3-content-bottom-left-title {
  margin-bottom: 0.38rem;
  color: #0072ce;
  font-size: var(--font-size-24);
  line-height: 1;
}

.introduce .s3-content-bottom-left-text {
  margin-bottom: 0.6rem;
  color: #666;
  font-size: var(--font-size-p);
}

.introduce .s3-btn {
  width: fit-content;
  padding: 0.22rem 0.34rem;
  color: #0072ce;
  border: solid 2px #0072ce;
  border-radius: 40px;
  background-color: transparent;
}

.introduce .s3-btn:hover {
  color: #fff;
}

.introduce .s3-btn:hover::after {
  background-image: url(../images/index/left-top-arrow1.png);
}

.introduce .s3-content-bottom-right img {
  max-width: 570px;
  object-fit: contain;
}

.introduce .s3-content-bottom-right-pc {
  display: block;
}

.introduce .s3-content-bottom-right-h5 {
  display: none;
}

@media (max-width: 768px) {
  .introduce .s3-content-bottom-right-pc {
    display: none;
  }

  .introduce .s3-content-bottom-right-h5 {
    display: block;
  }
}

@media (max-width: 1000px) {
  .introduce .s3-content-bottom-right {
    overflow: hidden;
    min-width: 30%;
  }

  .introduce .s3-content-bottom-right img {
    max-width: unset;
    height: 300px;
  }
}

.introduce .s3-content-top {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: calc(20px + 0.25rem);
  /* border: #0072ce dashed 1px; */
  border-radius: 50%;
  background-color: #ffffffc7;
}

.introduce .s3-content-top .circle {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: calc(100% + 0.2rem);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
}

.introduce .s3-content-top .circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-16deg);
  /* animation: roatefade 12s linear infinite; */
}

.introduce .s3-content-top .circle text {
  font: var(--font-size-18);
}

.introduce .s3-content-top .circle textPath {
  fill: #0072ce;
}

.introduce .s3-content-top-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100px + 0.8rem);
  border-radius: 50%;
  background-image: linear-gradient(-30deg, #0275d3 0%, #148ffa 100%), linear-gradient(#0072ce, #0072ce);
  aspect-ratio: 1/1;
  background-blend-mode: normal, normal;
  gap: 0.16rem;
}

.introduce .s3-content-top-img-desc {
  color: #fff;
}

.introduce .s3-content-center {
  display: flex;
  justify-content: space-around;
  margin: 0.3rem 0 0.4rem;
}

.introduce .s3-content-item {
  width: fit-content;
  padding: 0.22rem;
  transition: 1s;
  border: 1px dashed #bdd4e9;
  border-radius: 50%;
}

.introduce .s3-content-item:hover .s3-content-text-layout .circle {
  display: block;
}

.introduce .s3-content-item:hover {
  border-color: transparent;
}

.introduce .s3-content-item:hover .s3-content-text {
  color: #fff;
  background-image: linear-gradient(-30deg, #0072ce 0%, #0a81e4 50%, #148ffa 100%), linear-gradient(#0072ce, #0072ce);
  background-blend-mode: normal, normal;
}

.introduce .s3-content-item.active {
  /* border-color: transparent; */
}

.introduce .s3-content-item .s3-content-text-layout {
  box-shadow: 0 0 0 0 var(--theme-color);
  border-radius: 50%;
}

.introduce .s3-content-item.active .s3-content-text-layout {
  animation: wavefade 3.6s ease infinite;
}

@keyframes wavefade {
  0% {
    box-shadow: 0 0 0 0 #0f88f0;
  }
  100% {
    box-shadow: 0 0 4px 0.24rem #f4f7f9;
  }
}

.introduce .s3-content-item.active .s3-content-text {
  color: #fff;
  background-image: linear-gradient(-30deg, #0072ce 0%, #0a81e4 50%, #148ffa 100%), linear-gradient(#0072ce, #0072ce);
  background-blend-mode: normal, normal;
}

.introduce .s3-content-text-layout {
  position: relative;
  width: fit-content;
}

.introduce .s3-content-text-layout .circle {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: none;
  width: calc(100% + 0.22rem);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
}

.introduce .s3-content-text-layout .circle svg {
  width: 100%;
  height: 100%;
  animation: roatefade 12s linear infinite;
}

.introduce .s3-content-text-layout .circle textPath {
  fill: #0072ce;
}

.introduce .s3-content-text {
  height: calc(56px + 0.5rem);
  transition: 1s;
  text-align: center;
  color: #9ba9b3;
  border-radius: 50%;
  background-color: #e3ebf0;
  font-family: HarmonyOS-B;
  line-height: calc(56px + 0.5rem);
  aspect-ratio: 1/1;
}

@media (max-width: 768px) {
  .introduce .s3-content {
    display: none;
  }

  .introduce .s3-content-bottom-left {
    padding: 0.6rem 0.5rem;
  }

  .introduce .s3-title {
    height: fit-content;
    margin-bottom: 0.4rem;
  }

  .introduce .s3-content-bottom {
    flex-wrap: wrap;
  }

  .introduce .s3-content-bottom-right img {
    height: auto;
    min-width: 100%;
    width: 100%;
    max-width: none;
    /* object-fit: cover; */
  }
}

/* s4  */
.introduce .s4 {
  padding-bottom: 1rem;
  background-image: url(../images/introduce/s4-txt-bg.png);
  background-repeat: no-repeat;
  background-position: 70% 0;
}

.introduce .s4-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.introduce .s4-content {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  gap: 0.4rem;
}

.introduce .s4-content-left {
  flex: 1.2;
  min-width: 300px;
}

.introduce .s4-content-left img {
  height: 100%;
}

.introduce .s4-content-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.introduce .s4-content-right-item-layout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.5rem 0.48rem;
  transition: 1s;
  border-radius: 5px;
  background-color: #fafafa;
  gap: 0.48rem;
}

.introduce .s4-content-right-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(0.8rem, 60px);
  height: max(0.8rem, 60px);
  border-radius: 50%;
  background-color: #0072ce;
  min-width: max(0.8rem, 60px);
  min-height: max(0.8rem, 60px);
  max-height: max(0.8rem, 60px);
}

.introduce .s4-content-right-item.active .s4-content-right-item-layout {
  background-color: #0072ce;
}

.introduce .s4-content-right-item.active .s4-content-right-item-img {
  background-color: #fff;
}

.introduce .s4-content-right-item.active .s4-content-right-item-img img {
  filter: invert(75%) sepia(100%) saturate(500%) hue-rotate(180deg);
}

.introduce .s4-content-right-item.active .s4-content-right-item-title {
  color: #fff;
}

.introduce .s4-content-right-item.active .s4-content-right-item-text {
  color: #fff;
}

.introduce .s4-content-right-item-title {
  margin-bottom: 0.2rem;
  color: #222;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: var(--font-size-24);
  line-height: 1;
}

.introduce .s4-content-right-item-text {
  color: #666;
  font-size: var(--font-size-p);
}

@media (max-width: 768px) {
  .introduce .s4-content {
    flex-wrap: wrap;
  }

  .introduce .s4-content-left {
    min-width: 100%;
  }

  .introduce .s4-content-right-item-img {
    width: 40px;
    height: 40px;
    padding: 0.2rem;
    box-sizing: border-box;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .introduce .s4-content-right-item-layout {
    margin-bottom: 0.4rem;
    padding: 0.2rem 0.2rem;
  }

  .introduce .s4-content-right-item-layout:last-child {
    margin-bottom: 0;
  }
}

/* s5  */
.introduce .s5 {
  overflow: hidden;
  width: 100vw;
  padding: 0.2rem 0 1rem;
  background-image: url(../images/introduce/s5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.introduce .s5-container {
  position: relative;
}

.introduce .s5-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.introduce .s5-swiper .swiper-wrapper {
  height: auto;
}

.introduce .s5-item {
  position: relative;
  padding-left: 36px;
}

.introduce .s5-item::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  transition: 1s;
  border: 3px solid #878787;
  border-radius: 50%;
}

.introduce .s5-item::after {
  position: absolute;
  z-index: 0;
  top: 22px;
  left: 10px;
  width: 4px;
  height: 100%;
  content: '';
  transition: 1s;
  background: linear-gradient(#bcbcbcda, #bcbcbc00);
}

.introduce .s5-item-time {
  margin-bottom: 0.26rem;
  transition: 1s;
  color: #222;
  font-size: var(--font-size-24);
}

.introduce .s5-item-title {
  margin-bottom: 0.26rem;
  transition: 1s;
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.introduce .s5-item-text {
  transition: 1s;
  color: #666;
}

.introduce .s5-swiper .swiper-slide:nth-child(2n + 1) {
  padding-top: 0.54rem;
}

.introduce .s5-swiper .swiper-slide:hover .s5-item::after {
  background: linear-gradient(#148ffa, #00000000);
}

.introduce .s5-swiper .swiper-slide:hover .s5-item::before {
  border-color: #148ffa;
}

.introduce .s5-swiper .swiper-slide:hover .s5-item .s5-item-time {
  color: #148ffa;
}

.introduce .s5-swiper .swiper-slide:hover .s5-item .s5-item-title {
  color: #148ffa;
}

.introduce .s5-swiper .swiper-slide:hover .s5-item .s5-item-text {
  color: #148ffa;
}

.introduce .s5 .swiper-tools {
  top: 0.5rem;
}

.introduce .s5-swiper {
  width: 100%;
}

@media (max-width: 768px) {
  .introduce .s5-swiper {
    width: 50%;
  }
}

/* introduce end  */
/* blog  */
.blog .s1 {
  position: relative;
  padding: 0.6rem 0 0.8rem;
  border-bottom: 2px solid #dedede;
}

.blog .s1-container::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0.7rem;
  height: 3px;
  content: '';
  animation: fademove 12s linear infinite;
  background-color: #148ffa;
}

@keyframes fademove {
  0% {
    right: 100%;
  }
  100% {
    right: -0.7rem;
  }
}

.blog .s1-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}

.blog .s1-left-title {
  margin-bottom: 0.26rem;
  letter-spacing: 5px;
  color: #222;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: var(--font-size-60);
  line-height: 1;
}

.blog .s1-left-text {
  margin-bottom: 0.68rem;
  white-space: nowrap;
  color: #0072ce;
  font-size: var(--font-size-24);
}

.blog .s1-left-btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
}

.blog .s1-left-btn {
  padding: 0.22rem 0.44rem;
  cursor: pointer;
  color: #0072ce;
  border: 2px solid #148ffa;
  border-radius: 0.3rem;
  font-size: 15px;
  line-height: 1;
}

.blog .com-btn.active {
  background-color: #148ffa;
  color: #fff;
}

.blog .s1-left-btn-group .s1-left-btn:nth-child(2) {
  color: #0072ce;
  background-color: transparent;
}

.blog .s1-right {
  position: relative;
  border-radius: 1.58rem;
}

@media (min-width: 768px) {
  .blog .s1-right:hover img {
    transform: scale(1.02);
  }
}

.blog .s1-right img {
  transition: 1s ease;
  border-radius: 1.58rem;
  width: 7rem;
  height: 3.16rem;
}

.blog .s1-right::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -0.6rem;
  height: 50%;
  content: '';
  border-radius: 50%;
  background-color: #f4f4f4;
  aspect-ratio: 1/1;
}

.blog .s1-right::after {
  position: absolute;
  z-index: -2;
  bottom: 42%;
  left: -0.26rem;
  height: 18%;
  content: '';
  border-radius: 50%;
  background-color: #148ffa;
  aspect-ratio: 1/1;
}

@media (max-width: 768px) {
  .blog .s1-container {
    flex-wrap: wrap;
  }

  .blog .s1-left-text {
    white-space: normal;
  }

  .blog .s1-left-title {
    font-size: 30px;
  }
}

/* s2  */
.blog .s2 {
  padding: 0.5rem 0;
}

.blog .s2-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  gap: 14px;
}

.blog .s2-item-blog {
  height: 100%;
  padding: 0.5rem 0.4rem 0.35rem;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 5px;
  background-color: #fafafa;
}

.blog .s2-item-title {
  margin-bottom: 0.2rem;
  color: #333;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-24);
  line-height: 1;
}

.blog .s2-item-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
  text-overflow: ellipsis;
  color: #666;
  font-size: var(--font-size-p);
  line-clamp: 3;
  box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .s2-item-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
}

.blog .s2-item-time {
  margin-right: 0.6rem;
  color: inherit;
}

.blog .s2-item-time::before {
  margin-right: 4px;
  content: url(../images/introduce/time-icon.png);
  vertical-align: sub;
}

.blog .s2-item-volume::before {
  margin-right: 4px;
  content: url(../images/introduce/eye-icon.png);
  vertical-align: middle;
}

.blog .s2-item-volume {
  color: inherit;
}

.blog .s2-item-btn {
  width: fit-content;
  margin-left: auto;
  padding: 0.17rem 0.38rem;
  color: #0072ce;
  border: solid 2px #0072ce;
  border-radius: 0.25rem;
  line-height: 1;
}

.blog .s2-item-img img {
  max-width: 417px;
  width: 4.5rem;
  height: 100%;
}

.blog .s2-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  gap: 0.22rem;
}

.blog .s2-page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(0.42rem, 24px);
  height: max(0.42rem, 24px);
  color: #999;
  border: solid 1px #dedede;
  border-radius: 50%;
  font-size: var(--font-size-18);
  line-height: 1;
}

.blog .s2-page-item:hover {
  color: #fff;
  border-color: transparent;
  background-color: #148ffa;
}

.blog .s2-page-item.active {
  color: #fff;
  background-color: #148ffa;
}

@media (min-width: 768px) {
  .blog .s2-page-item img {
    width: 6px;
  }

  .blog .s2-item:hover .s2-item-blog {
    background-color: #148ffa;
  }

  .blog .s2-item:hover .s2-item-bottom {
    color: #fff;
  }

  .blog .s2-item:hover .s2-item-desc {
    color: #fff;
  }

  .blog .s2-item:hover .s2-item-title {
    color: #fff;
  }

  .blog .s2-item:hover .s2-item-btn {
    color: #148ffa;
    border-color: #148ffa;
    background-color: #fff;
  }

  .blog .s2-item:hover .s2-item-time::before {
    content: url(../images/introduce/time-icon-on.png);
  }

  .blog .s2-item:hover .s2-item-volume::before {
    content: url(../images/introduce/eye-icon-on.png);
  }
}

@media (max-width: 768px) {
  .blog .s2-item {
    flex-wrap: wrap;
  }

  .blog .s2-item-img img {
    max-width: 100%;
    width: auto;
  }

  .blog .s2-item-time {
    margin-right: 0.1rem;
  }
}

/* blog end  */
/* blog-detail  */
.blog-detail .s1 {
  padding-bottom: 0.9rem;
}

.blog-detail .s1-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 1rem;
  word-break: break-all;
  gap: 0.4rem;
}

.blog-detail .s1-title {
  color: #222;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.blog-detail .s1-author {
  display: flex;
  align-items: center;
  margin: 0.3rem 0;
  gap: 0.3rem;
}

.blog-detail .s1-blog-time {
  color: #999;
}

.blog-detail .s1-blog-time::before {
  margin-right: 0.12rem;
  content: url(../images/introduce/time-icon.png);
  vertical-align: sub;
}

.blog-detail .s1-blog-volume {
  color: #999;
}

.blog-detail .s1-blog-volume::before {
  margin-right: 0.12rem;
  content: url(../images/introduce/eye-icon.png);
  vertical-align: middle;
}

.blog-detail .s1-article-h3 {
  margin-bottom: 0.22rem;
  color: #222;
  font-size: var(--font-size-18);
  line-height: 1;
}

.blog-detail .s1-content {
  padding: 0.4rem 0 0.3rem;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #e1e1e1;
}

.blog-detail .s1-content p {
  margin-bottom: 2em;
}

.blog-detail .s1-content h2 {
  margin: 0.3rem 0;
  color: #222;
  font-size: var(--font-size-24);
}

.blog-detail .s1-article-text {
  margin-bottom: 0.32rem;
  color: #666;
  line-height: 1.5;
}

.blog-detail .s1-article-img {
  overflow: hidden;
  margin: 0.32rem 0;
  border-radius: 10px;
}

.blog-detail .s1-article-img img {
  width: 100%;
}

.blog-detail .s1-bottom {
  margin-top: 0.5rem;
}

.blog-detail .s1-left {
  flex: 2.3;
}

.blog-detail .s1-right {
  flex: 1;
}

.blog-detail .s1-right-title {
  margin-bottom: 0.36rem;
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
  font-family: var(--font-medium);
  font-weight: 400;
}

.blog-detail .s1-right-item {
  margin-bottom: 0.2rem;
  padding: 0.5rem 0.24rem 0.32rem 0.4rem;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.blog-detail .s1-right-item:hover {
  background-color: #f0f0f0;
}

.blog-detail .s1-right-item-time {
  margin-bottom: 0.3rem;
  color: #999;
  font-size: var(--font-size-p);
  line-height: 1;
}

.blog-detail .s1-right-item-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-24);
}

.blog-detail .s1-rigjt-item-link {
  color: #999;
  font-size: var(--font-size-14);
  line-height: 1;
}

.blog-detail .equal {
  margin-bottom: 10px;
  padding: 0.31rem;
  cursor: pointer;
  transition: 1s ease;
  color: #999;
  border: solid 1px #dedede;
  border-radius: 10px;
  line-height: 1;
}

.blog-detail .equal:hover {
  color: #fff;
  border-color: transparent;
  background-color: #148ffa;
}

@media (max-width: 768px) {
  .blog-detail .s1-container {
    flex-wrap: wrap;
  }

  .blog-detail .s1-left {
    min-width: 100%;
  }
}

/* application  */
.application .s1 {
  background-color: #f8f8f8;
  background-image: url(../images/application/s1-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.application .s1-container {
  padding-top: 1.7rem;
  text-align: center;
}

.application .swiper-tools {
  top: 50%;
  right: 5%;
  width: 90%;
}

.application .swiper-tools .swiper-button-disabled::after,
.application .swiper-tools .swiper-button-disabled::after {
  background-color: transparent;
}

.application .s1-title {
  margin-bottom: 0.36rem;
  /* letter-spacing: 0.06rem; */
  color: #fff;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: max(0.8rem, min(30px));
  line-height: 1;
}

@media (max-width: 768px) {
  .application .s1-title {
    font-size: 26px;
  }
}

.application .s1-title-desc {
  margin-bottom: 0.7rem;
  color: #fff;
  font-family: var(--font-medium);
  font-size: var(--font-size-24);
  line-height: 1;
}

.application .s1-tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.36rem;
}

.application .s1-tag-item {
  padding: 0.2rem 0.26rem;
  color: #fff;
  border-radius: max(0.3rem, 30px);
  font-size: var(--font-size-p);
  line-height: 1;
}

.application .s1-tag-item.active {
  background-color: #148ffa;
}

.application .s1-swiper-item {
  position: relative;
}

.application .s1-swiper-item-text {
  position: absolute;
  right: 0.8rem;
  bottom: 0.3rem;
  left: 0.8rem;
}

.application .s1-swiper-item-title {
  margin-bottom: 0.3rem;
  text-align: left;
  color: #fff;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-30);
  line-height: 1;
}

.application .s1-swiper-item-desc {
  text-align: left;
  color: #fff;
  font-size: var(--font-size-p);
}

.application .s1-swiper-item-img img {
  border-radius: 5px;
  width: 100%;
}

.application .s1-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.application .s1-swiper .swiper-wrapper {
  height: auto;
}

@media (max-width: 768px) {
  .application .s1 {
    background-size: 100% 80%;
  }

  .application .s1-title-desc {
    font-size: 16px;
  }

  .application .s1-swiper-item-text {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    left: 0;
    padding: 0.4rem;
    background-color: #f8f8f8;
  }

  .application .s1-swiper-item-title {
    color: #222;
    font-size: 20px;
  }

  .application .s1-swiper-item-desc {
    color: #222;
  }

  .application .s1-tag-item {
    white-space: nowrap;
    padding: 0.2rem;
  }
}

/* s2  */
.application .s2 {
  padding: 0.5rem 0 1rem;
  background-color: #f8f8f8;
}

.application .s2-container .swiper-wrapper {
  height: auto;
}

.application .s2-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 30px;
}

.application .s2-swiper .swiper-pagination {
  bottom: 5px;
}

.application .s2-swiper .swiper-wrapper {
  height: auto;
}

.application .s2-swiper .swiper-slide {
  height: auto;
}

.application .s2-swiper-item {
  margin-left: -1px;
  padding: 0.4rem 0.34rem;
  cursor: pointer;
  box-shadow: 0 0 0 1px #dedede inset;
  height: 100%;
  box-sizing: border-box;
}

.application .s2 .swiper-tools .swiper-button-prev:after,
.application .s2 .swiper-tools .swiper-button-next:after {
  content: url(../images/application/s2-right-allow.png);
  border: none;
  background-color: transparent;
  filter: invert(75%) sepia(100%) saturate(500%) hue-rotate(180deg);
}

.application .s2 .swiper-tools .swiper-button-disabled.swiper-button-next:after {
  transform: none;
  opacity: 1;
  filter: none;
}

.application .s2 .swiper-tools .swiper-button-disabled.swiper-button-prev:after {
  transform: rotate(180deg);
  opacity: 1;
  filter: none;
}

@media (min-width: 768px) {
  .application .s2-swiper-item img {
    width: 2.1rem;
  }

  .application .s2-swiper-item:hover img {
    transition: 1s ease;
  }

  .application .s2-swiper-item:hover img {
    transform: scale(1.05);
  }

  .application .s2-swiper-item:hover .s2-swiper-item-text {
    color: #0275d3;
  }

  .application .s2-swiper-item:hover .s2-swiper-item-text::after {
    filter: invert(75%) sepia(100%) saturate(500%) hue-rotate(180deg);
  }
}

.application .s2-swiper-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  aspect-ratio: 4/3;
}

.application .s2-swiper-item-text {
  display: flex;
  margin: 0.36rem 0 0.2rem;
  transition: 1s ease;
  color: #333;
  font-size: var(--font-size-18);
  line-height: 1;
}

.application .s2-swiper-item-text::after {
  margin-left: auto;
  content: url(../images/application/s3-right-allow.png);
}

.application .s2-btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.6rem;
  color: #fff;
  background-color: #148ffa;
}

@media (max-width: 768px) {
  .application .s2-swiper-item {
    margin-left: 0;
  }
}

/* product  */
.product .s1-content {
  margin-top: 1rem;
  text-align: center;
}

.product .s1-bg img {
  width: 100%;
}

.product .s1-text {
  margin-bottom: 0.2rem;
  color: #000006;
  font-size: var(--font-size-h2);
}

.product .s1-title {
  margin-bottom: 0.45rem;
  color: #148ffa;
  font-size: max(0.72rem, min(36px));
  line-height: 1;
}

.product .s1-btn {
  width: fit-content;
  margin: auto;
  margin-bottom: 0.6rem;
  padding: 0.22rem 0.27rem;
  color: #fff;
  border-radius: 40px;
  background-color: #148ffa;
}

/* s2  */
.product .index.s2 .s3-container {
  top: 2rem;
}

.product .index.s2 .s3-title {
  margin-bottom: 0.3rem;
}

.product .index.s2 .s3-left {
  gap: 0.2rem 0.6rem;
}

.product .index.s2 .s3-content {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .product .index.s2 .s3-left-item-text {
    width: auto;
  }

  .product .index.s2 .s3-left {
    flex-wrap: wrap;
    min-width: 100%;
    display: none;
  }

  .product .index.s2 .s3-container {
    top: 1rem;
  }

  .product .index.s2 .s3-left-item {
    width: 40%;
  }

  .product .index.s2 .s3-bg img {
    min-height: 520px;
  }
}

/* s3  */
.product .s3-section {
  position: relative;
  padding: 1rem 0;
}

.product .s3-section .s3-title {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.product .s3-section .s3-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.product .s3-section .swiper-wrapper {
  height: auto;
}

.product .s3-section .swiper-pagination {
  bottom: calc(-0.5rem);
}

.product .s3-section .swiper-pagination-bullet {
  width: max(0.1rem, 6px);
  height: max(0.1rem, 6px);
}

.product .s3-section .s3-item-layout {
  position: relative;
}

.product .s3-item-img img {
  width: 100%;
}

.product .s3-section .s3-item-text {
  position: absolute;
  bottom: 0.72rem;
  left: 0;
  width: 100%;
  transition: 1s;
  text-align: center;
  opacity: 0;
  color: #fff;
}

.product .s3-section .s3-item-title {
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: HarmonyOS-R;
  font-size: max(0.48rem, min(20px));
  font-weight: 400;
  line-height: 1;
}

.product .s3-section .s3-item-desc {
  color: #fff;
  font-size: var(--font-size-p);
  line-height: 1;
}

.product .s3-section .swiper-slide-active .s3-item-text {
  opacity: 1;
}

@media (max-width: 768px) {
  .product .s3-section .s3-item-text {
    bottom: 0.3rem;
  }
}

/* s4  */
.product .index.s4 .s3-container {
  top: 2rem;
}

.product .index.s4 .s3-right-btn {
  width: fit-content;
  margin-top: 0.5rem;
  padding: 0.22rem 0.34rem;
  color: 1;
  color: #fff;
  border-radius: 40px;
  background-color: #148ffa;
  line-height: 1;
}

@media (max-width: 768px) {
  .product .index.s4 .s3-container {
    top: 1.5rem;
  }

  .product .index.s4 .s3-left-item-text {
    width: auto;
    margin-bottom: 0.4rem;
  }

  .product .index.s4 .s3-left {
    justify-content: flex-start;
    min-width: 100%;
  }
}

/* s5  */
.product .s5 {
  padding: 0.5rem 0;
}

.product .s5-title {
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
}

.product .s5-desc {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #0072ce;
  font-size: var(--font-size-24);
}

.product .s5-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem 0.2rem;
}

.product .s5-content-item {
  overflow: hidden;
  padding: 0.3rem 0.2rem 0.15rem;
  transition: 1s;
  border-radius: 10px;
  background-color: #fafafa;
}

.product .s5-item-top {
  display: flex;
  justify-content: space-between;
}

.product .s5-item-title {
  margin-bottom: 0.2rem;
  transition: 0.6s;
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.product .s5-item-num {
  transition: 0.6s;
  color: #0072ce;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-18);
  line-height: 1;
}

.product .s5-item-img {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 0.44rem;
  margin-left: auto;
}

.product .s5-item-img::after {
  position: absolute;
  z-index: -1;
  top: min(-0.2rem, -20px);
  left: min(-0.28rem, -28px);
  width: max(1rem, 100px);
  content: '';
  transition: 1s;
  border-radius: 50%;
  background-color: #f1f2f4;
  aspect-ratio: 1/1;
}

@media (min-width: 768px) {
  .product .s5-content-item:hover {
    background-color: #148ffa;
  }

  .product .s5-content-item:hover .s5-item-title {
    color: #fff;
  }

  .product .s5-content-item:hover .s5-item-num {
    color: #fff;
  }

  .product .s5-content-item:hover .s5-item-desc {
    color: #fff;
  }

  .product .s5-content-item:hover .s5-item-img::after {
    transform: scale(1.6);
    background-color: #f8f9fc3c;
    box-shadow: 0px 3px 54px 1px rgba(61, 61, 61, 0.06);
  }
}

@media (max-width: 768px) {
  .product .s5-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* s6  */
.product .s6.self {
  padding: 0.8rem 0;
  background-image: url(../images/product/s6-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.product .self .s6-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
}

.product .self .s6-title {
  color: #fff;
  font-family: HarmonyOS-M;
  font-size: max(0.4rem, min(24px));
  line-height: 1;
}

.product .self .s6-btn-group {
  display: flex;
  gap: 0.2rem;
}

.product .self .s6-btn {
  padding: 0.17rem 0.3rem;
  color: #fff;
  border: solid 1px #ffffff;
  border-radius: 30px;
  line-height: 1;
}

@media (min-width: 768px) {
  .product .self .s6-btn:hover {
    color: #148ffa;
    background-color: #fff;
  }

  .product .self .s6-btn:hover::after {
    content: url(../images/index/left-top-arrow.png);
  }
}

/* s7  */
.product .s7 {
  padding: 1rem 0;
  background-color: #f8f8f8;
}

.product .s7-title {
  margin-bottom: 0.26rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.product .s7-desc {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #666;
  font-size: var(--font-size-24);
  line-height: 1;
}

.product .s7-desc-span {
  letter-spacing: 3px;
  color: #148ffa;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-30);
  line-height: 1;
}

.product .s7-swiper {
  overflow: hidden;
  width: 100%;
}

.product .s7-swiper .swiper-wrapper {
  height: auto;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* @media (min-width: 768px) {
  .product .s7-list-layout {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
} */

.product .s7-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  min-height: calc(58px + 0.5rem);
  padding: 0.16rem;
  border-radius: 5px;
  background-color: #fff;
}

.s7-item-img img {
  height: max(0.45rem, 45px);
}

/* s8  */
.product .s8.application .s2 {
  padding-top: 1rem;
}

.product .s8 .s8-title {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.product .s8 .s8-tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  gap: 0.38rem;
}

.product .s8 .s8-tag-item {
  cursor: pointer;
  color: #666666;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
  line-height: 1;
}

.product .s8 .s2-swiper {
  display: none;
}

.product .s8 .s2-swiper.active {
  display: block;
  padding-bottom: 2px;
}

.product .s8 .s8-tag-item.active {
  color: #148ffa;
}

/* s9  */
.product .index .s6 {
  background-color: #fff;
}

.product .index .s6-title {
  margin-bottom: 0.17rem;
  text-align: center;
  line-height: 1;
}

.product .index .s9-desc {
  margin-bottom: 0.56rem;
  text-align: center;
  color: #0072ce;
  font-size: var(--font-size-24);
  line-height: 1;
}

.product .index .s6-btn {
  margin-left: auto;
}

.product .index .swiper-tools {
  top: 100%;
  left: 20px;
  transform: translateY(-30px);
}

.product .application .swiper-tools {
  top: 100%;
  left: 20px;
  transform: translateY(-30px);
}

@media (max-width: 768px) {
  .product .index .s6-btn {
    margin: auto;
    margin-top: 0.4rem;
  }
}

/* product-list  */
.product-list .s1-container {
  position: relative;
}

.product-list .s1-bg img {
  width: 100%;
}

.product-list .s1-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-list .s1-title {
  width: fit-content;
  text-align: center;
  color: #fff;
  font-size: var(--font-size-h2);
}

/* s2  */
.product-list .s2-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #f8f8f8;
}

.product-list .s2-left {
  padding: 0.5rem 0.8rem 0.8rem 0.9rem;
  background-color: #fff;
}

.product-list .s2-left-serch .layui-input-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list .s2-left-serch .layui-input-prefix img {
  min-width: max(0.15rem, 15px);
  min-height: max(0.15rem, 15px);
}

.product-list .s2-left-serch .layui-input {
  padding-top: 0.26rem;
  padding-right: 0;
  padding-bottom: 0.26rem;
  padding-left: 30px;
}

.product-list .s2-left-list-ul {
  margin-top: 0.4rem;
}

.s2-left-list-ul-item {
  margin-top: 0.1rem;
  line-height: 1.5;
  display: none;
}

.s2-left-list-ul-item-tag {
  color: #666;
  cursor: pointer;
  font-size: var(--font-size-p);
  display: block;
  padding: 0.04rem 0;
}

.s2-left-list-ul-item-tag:hover {
  color: #148ffa;
}

.s2-left-list-ul-item-tag.active {
  color: #148ffa;
}

.product-list .s2-left-list-ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.product-list .s2-left-list-ul li.active > a {
  color: #148ffa;
}

.product-list .s2-left-list-ul li.active-default > a::after {
  content: '';
  width: 11px;
  height: 6px;
  background-image: url(../images/common/nav-icon2.png);
  background-size: 100% 100%;
  align-self: center;
  background-repeat: no-repeat;
}

.product-list .s2-left-list-ul li.active > a::after {
  content: '';
  width: max(10px, 0.1rem);
  height: max(10px, 0.1rem);
  background-image: url(../images/common/product-allow.png);
  background-size: 100% 100%;
  align-self: center;
  background-repeat: no-repeat;
}

.product-list .s2-left-list-ul li.active .s2-left-list-ul-item {
  display: block;
}

.product-list .s2-left-list-ul li > a {
  display: flex;
  justify-content: space-between;
  font-size: var(--font-size-18);
}

/* .product-list .s2-left-list-ul li a:hover::after {
  content: url(../images/application/s3-right-allow.png);
} */

.product-list .s2-right {
  flex: 1;
  padding: 0.5rem 1rem 1rem 0.6rem;
}

.product-list .s2-right-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.product-list .s2-right-list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  aspect-ratio: 4/3;
}

.product-list .s2-right-list-item-img img {
  width: 2.9rem;
}

.product-list .s2-right-list-item-name {
  display: flex;
  padding: 0.3rem 0;
  transition: 1s ease;
  color: #333;
  font-family: HarmonyOS-R;
  font-size: var(--font-size-18);
  font-weight: 400;
  line-height: 1;
}

.product-list .s2-right-list-item-name::after {
  margin-left: auto;
  content: url(../images/application/s3-right-allow.png);
}

@media (min-width: 768px) {
  .product-list .s2-right-list-item:hover .s2-right-list-item-name {
    color: #148ffa;
  }

  .product-list .s2-right-list-item:hover .s2-right-list-item-name::after {
    filter: invert(75%) sepia(100%) saturate(500%) hue-rotate(180deg);
  }
}

@media (max-width: 768px) {
  .product-list .s2-container {
    flex-wrap: wrap;
  }

  .product-list .s2-left {
    flex: 1;
    min-width: 100%;
    box-sizing: border-box;
  }

  .product-list .s2-right {
    padding: 1rem 0;
  }

  .product-list .s2-right-list {
    padding: 0 5%;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-list .s2-right-list-item {
    padding: 0.1rem;
  }

  .product-list .s2-right-list-item-img {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.2rem;
  }
}

/* product-detail  */
.product-detail .s1-nav {
  margin-top: 0.3rem;
}

.product-detail .s1-nav a {
  color: #999;
}

.product-detail .s1-nav span {
  color: #999;
}
.product-detail-s1-swiper {
  margin-bottom: max(0.1rem, 10px);
}
.product-detail .s1-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.product-detail .s1-left {
  width: 37%;
}
.product-detail .s1-right {
  width: calc(58% - 0.4rem);
}
.s1-right-content {
  overflow: hidden;
}
.s1-right-content .swiper-wrapper {
  height: auto;
}
.s1-right-content .swiper-slide {
  height: auto;
  border: 1px solid transparent;
}
.s1-right-content .swiper-slide-thumb-active {
  border: 1px solid #148ffa;
}
@media (max-width: 768px) {
  .product-detail .s1-left {
    width: 100%;
  }
  .product-detail .s1-right {
    width: 100%;
  }
}

.product-detail .s1-tag {
  margin-bottom: 0.3rem;
  color: #0072ce;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-18);
  line-height: 1;
}

.product-detail .s1-title {
  margin-bottom: 0.36rem;
  color: #2a2a2b;
  /*font-size: var(--font-size-48);*/
  font-size: var(--font-size-36);
  line-height: 1;
  margin-right: 2rem;
}

.product-detail .s1-desc {
  color: #666;
  font-size: var(--font-size-p);
}

.product-detail .s1-btn,
.download-btn {
  width: fit-content;
  margin-top: 1.4rem;
  padding: 0.2rem 0.27rem;
  color: #fff;
  border-radius: 40px;
  background-color: #148ffa;
  white-space: nowrap;
}

.product-detail .s1-btn::after {
  margin-left: 0.2rem;
  background-image: url(../images/product/detail-icon.png);
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: max(0.24rem, 18px);
  height: max(0.24rem, 16px);
  background-size: cover;
}

.product-detail .download-btn::after {
  margin-left: 0.2rem;
  background-image: url(../images/product/download.png);
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: max(0.24rem, 16px);
  height: max(0.24rem, 16px);
  background-size: cover;
}

.product-detail .s1-down-btn {
  width: fit-content;
  margin-top: 0.4rem;
  margin-left: auto;
  padding: 0.11rem 0.15rem;
  color: #fff;
  border-radius: 5px 18px 18px 18px;
  background-color: #e6e6e6;
  line-height: 1;
}

.product-detail .s1-down-btn::after {
  margin-left: 0.1rem;
  content: url(../images/product/dwon-icon.png);
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .product-detail .s1-container {
    flex-wrap: wrap;
  }

  .product-detail .s1-btn,
  .download-btn {
    margin-top: 0.6rem;
  }
}

/* s2  */
.product-detail .s2 {
  padding: 0.4rem 0 1rem;
  background-color: #f8f8f8;
}

.product-detail .s2-item {
  margin-bottom: 0.2rem;
  padding: 0.44rem;
  padding-bottom: 0.64rem;
  border-radius: 5px;
  background-color: #fff;
}

.product-detail .s2-title {
  font-size: var(--font-size-24);
}

.product-detail .s2-title::before {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 0.14rem;
  content: '';
  vertical-align: inherit;
  border: solid 4px #148ffa;
  border-radius: 50%;
}

.product-detail .s2-text-layout {
  margin-top: 0.3rem;
}

.product-detail .s2-desc-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}

.product-detail .s2-desc-layout .s2-item-desc {
  width: 17%;
  min-width: 150px;
  color: #666;
}

.product-detail .s2-list {
  margin-top: 0.3rem;
}

.product-detail .s2-list-item {
  margin-bottom: 0.16rem;
  color: #666;
}

.product-detail .s2-item.end .s2-text-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}

.product-detail .s2-text-item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.product-detail .s2-text-item-img img {
  width: max(0.16rem, 16px);
  height: max(0.16rem, 16px);
}

@media (max-width: 768px) {
  .product-detail .s2-item.end .s2-text-layout {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.3rem 0.4rem;
  }
}

/* development  */
/* .development .subsidiary .s1-container {
  bottom: 43%;
} */

.s1-desc-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.6rem;
}

@media (max-width: 768px) {
  .development .subsidiary .s1-container {
    bottom: 40%;
  }

  .development .subsidiary .s1-title {
    font-size: 24px;
  }
}

/* s2  */
.development .s2-main {
  padding: 0.5rem 0;
}

.development .s2-main .s2-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.development .s2-main .s2-desc {
  margin-bottom: 4px;
  text-align: center;
  color: #666;
}

.development .s2-main .s2-desc-em {
  font-family: HarmonyOS-B;
  font-style: normal;
}

.development .s2-main .s2-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.7rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url(../images/core/s2-txt-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  gap: 0.4rem 0.96rem;
}

@media (max-width: 1400px) {
  .development .s2-main .s2-content {
    background-image: none;
  }
}

.development .s2-main .s2-left {
  flex: 1;
}

.development .s2-main .s2-right {
  flex: 1.9;
  overflow: hidden;
  border-radius: max(10px, 0.1rem);
}

.development .s2-main .s2-right:hover img {
  transform: scale(1.02);
}

.development .s2-main .s2-right img {
  transition: 1s;
  width: 100%;
}

.development .s2-main .s2-left-number {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 0.2rem;
}

.development .s2-main .s2-number {
  color: #0072ce;
  font-family: var(--font-number);
  font-size: max(0.48rem, min(24px));
  font-weight: 600;
  line-height: 1;
}

.development .s2-main .s2-number span {
  font-family: var(--font-number);
}

.development .s2-main .s2-number sup {
  font-size: var(--font-size-24);
  top: 0;
  vertical-align: super;
}

.development .s2-main .s2-num-desc {
  color: #0072ce;
  font-size: var(--font-size-24);
  line-height: 1;
}

.development .s2-main .s2-left-desc {
  margin-top: 0.1rem;
  color: #666;
  font-size: max(0.15rem, 13px);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .development .s2-main .s2-content {
    flex-wrap: wrap;
  }

  .development .s2-main .s2-left {
    min-width: 100%;
  }

  .development .s2-main .s2-num-item {
    min-width: 100%;
  }

  .development .s2-main .s2-desc {
    /* display: block; */
    text-align: left;
  }

  .development .s2-main .s2-desc-em {
    display: block;
  }
}

/* s3  */
.development .s3-main {
  padding: 1rem 0;
  background-color: #f8f8f8;
}

.development .s3-main .s3-container {
  overflow: hidden;
}

.development .s3-main .s3-content {
  position: relative;
}

.development .s3-main .s3-title {
  margin-bottom: 0.6rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

@media (min-width: 768px) {
  .development .s3-main .s3-item:hover .s3-item-name {
    color: #0072ce;
  }

  .development .s3-main .s3-item:hover .s3-item-experience {
    color: #0072ce;
  }

  .development .s3-main .s3-item:hover .s3-item-link img {
    filter: invert(83%) sepia(80%) saturate(700%) hue-rotate(180deg);
  }
}

.development .s3-main .s3-item-desc {
  margin-top: 0.4rem;
}

.development .s3-main .s3-item-name {
  margin-bottom: 0.14rem;
  color: #222;
  font-size: var(--font-size-30);
  line-height: 1;
}

.development .s3-main .s3-item-en {
  margin-bottom: 0.2rem;
  color: #ccc;
  font-family: var(--font-medium);
  font-weight: 400;
  font-size: var(--font-size-24);

  line-height: 1;
}
.development .s3-main .s3-item-position {
  display: none;
}

.development .s3-main .s3-item-experience {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0.3rem;
  transition: 1s;
  text-overflow: ellipsis;
  color: #666;
  font-size: var(--font-size-p);
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
}

.development .s3-main .s3-swiper {
  min-width: 300px;
  /* width: 300px; */
}

.development .s3-main .s3-swiper .swiper-wrapper {
  height: auto;
}

.development .s3-main .s3-item-img img {
  width: 100%;
}

.development .s3-main .swiper-tools {
  top: 30px;
}

.development .s3-main .s3-content.second {
  margin-top: 1rem;
}

/* s4  */
.development .product .s3-section .s3-title {
  margin-bottom: 0.28rem;
}

.development .s4-title-desc {
  margin-bottom: 0.4rem;
  text-align: center;
  color: #0072ce;
  font-size: var(--font-size-24);
  line-height: 1;
}

.development .s4-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.32rem;
  gap: 10px;
}

.development .s4-tag-item {
  padding: 0.22rem 0.44rem;
  color: #666;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: var(--font-size-p);
}

@media (max-width: 768px) {
  .development .s4-tag-list {
    justify-content: flex-start;
  }

  .development .s4-tag-item {
    flex: 1;
    min-width: fit-content;
  }
}

/* s5  */
.development .product .index.s2 .s3-title {
  line-height: 1;
}

.development .index .s3-title-desc {
  margin-bottom: 0.6rem;
}

/* s6  */
.development .s6 {
  padding-top: 1rem;
}

.development .s6-title {
  margin-bottom: 0.68rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.development .s6-content {
  position: relative;
  padding: 1rem 0rem;
}

.development .s6-content-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.development .s6-content-bg img {
  min-height: 400px;
  width: 100%;
}

.development .s6-content-title {
  position: relative;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: var(--font-size-48);
  line-height: 1;
}

.development .s6-content-title::after {
  position: absolute;
  content: '”';
  transform: translateX(1.5rem);
  color: transparent;
  font-family: HarmonyOS-B;
  font-size: 3rem;
  -webkit-text-stroke: 2px #fff;
}

.development .s6-content-desc {
  margin-bottom: 0.2rem;
  white-space: nowrap;
  color: #fefefe;
  font-size: var(--font-size-24);
  line-height: 1;
}

.development .s6-content-desc::before {
  margin-right: -110px;
  content: url(../images/core/left-honor.png);
  vertical-align: middle;
}

.development .s6-content-desc::after {
  margin-left: -110px;
  content: url(../images/core/right-honor.png);
  vertical-align: middle;
}

.development .s6-list {
  display: flex;
  margin-top: 1rem;
  gap: 10px;
}

.development .s6-list-item {
  padding: 0.55rem 0.88rem 0.88rem;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center 0.5rem;
}

.development .s6-list-item-img img {
  width: 2.6rem;
  height: 1.8rem;
}

@media (max-width: 768px) {
  .development .s6-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }

  .development .s6-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .development .s6-list-item {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: calc(50% - 10px);
  }

  .development .s6-content-title::after {
    display: none;
  }
}

/* s7  */
.development .s7 {
  position: relative;
  padding-bottom: 1rem;
}

.development .s7-title {
  margin-bottom: 0.4rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.development .s7-title-span {
  margin-left: 0.3rem;
  color: #0072ce;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-60);
  font-weight: 600;
  line-height: 1;
}

.development .s7-title-span::after {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
  margin-left: 6px;
  content: '+';
  vertical-align: super;
  border: 2px solid #0072ce;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  aspect-ratio: 1/1;
}

.development .s7-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.development .s7-list-item {
  margin-bottom: 0.4rem;
  color: #0072ce;
  font-size: var(--font-size-24);
  line-height: 1;
}

@media (min-width: 768px) {
  .development .s7-list-item.other-style::after {
    margin: 0 0.2rem;
    content: '|';
    color: inherit;
    font-size: inherit;
  }

  .development .s7-list-item.other-style::before {
    margin: 0 0.2rem;
    content: '|';
    color: inherit;
    font-size: inherit;
  }
}

.development .s7-content-list {
  width: fit-content;
}

.development .s7-content-list.mar {
  padding-top: 0.56rem;
}

.development .s7-content-item-desc {
  min-height: calc(0.37rem + 50px);
  margin-top: 0.15rem;
  text-align: center;
  color: #666;
  font-size: var(--font-size-p);
}

.development .s7-content {
  display: grid;
  overflow: hidden;
  height: 70vh;
  transition: 1.3s;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}

.development .s7-content.active {
  height: auto;
}

.development .s7-content-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255));
}

.development .s7-content-btn {
  width: fit-content;
  margin: auto;
  margin-bottom: 1.2rem;
  padding: 0.22rem 0.42rem;
  cursor: pointer;
  color: #0072ce;
  border: solid 2px #0072ce;
  border-radius: 0.3rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  .development .s7-title-span {
    margin-bottom: 0;
    font-size: var(--font-size-24);
    line-height: 1.5;
  }

  .development .s7-title-span::after {
    display: none;
  }

  .development .s7-list {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }

  .development .s7-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* s8  */
.development .product .self .s6-title {
  margin-bottom: 0;
}

/* produce  */
.produce .s2 {
  position: relative;
  padding: 0.5rem 0 2rem;
}

.produce .s2-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
}

.produce .s2-title {
  margin-bottom: 0.5rem;
  color: #222;
  font-size: var(--font-size-h2);
}

.produce .s2-desc {
  color: #666;
  font-size: var(--font-size-p);
}

.produce .s2-left {
  position: relative;
  align-self: stretch;
  flex: 1;
  min-width: 350px;
}

.produce .s2-right {
  overflow: hidden;
  flex: 1.3;
  min-width: 350px;
  border-radius: 10px;
}

.produce .s2-right-img img {
  width: 100%;
}

.produce .s2-left-bg {
  position: absolute;
  bottom: 0px;
  left: -42%;
  z-index: -1;
}

.produce .s2-bottom {
  display: grid;
  margin-top: 0.6rem;
  line-height: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.produce .s2-number-layout .number {
  color: #0072ce;
  font-family: var(--font-number);
  font-size: max(0.48rem, min(30px));
  line-height: 1;
}

.produce .s2-number-layout .unit {
  margin-left: 4px;
  vertical-align: top;
  color: #0072ce;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-p);
  line-height: 1;
}

.produce .s2-number-layout .number-desc {
  margin-top: 0.2rem;
  color: #666;
  font-family: var(--font-medium);
  font-size: var(--font-size-18);
}

.produce .s2-bottom-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
}

.produce .s2-bottom-img img {
  width: 20%;
}

@media (max-width: 768px) {
  .produce .s2-bottom {
    display: flex;
    justify-content: space-between;
  }

  .produce .s2-left-bg {
    display: none;
  }
}

/* s3  */
.produce .s3 {
  position: relative;
  overflow: hidden;
}

.produce .s3-bg img {
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

.produce .s3-container {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  width: 100%;
}

.produce .s3-title {
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.produce .s3-content-item {
  width: max(5rem, calc(200px + 3rem));
  min-width: fit-content;
  margin-bottom: 10px;
  padding: 0.36rem;
  transition: 1s ease;
  border: solid 1px #ffffff32;
  border-radius: 5px;
  box-sizing: border-box;
}

.produce .s3-item-title-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
  gap: 0.1rem;
  box-sizing: border-box;
}

.produce .s3-item-title {
  color: #fff;
  font-size: var(--font-size-24);
}

.produce .s3-item-desc {
  opacity: 0.6;
  color: #fff;
}

.produce .s3-bg {
  position: relative;
}

.produce .s3-bg-img.active {
  position: relative;
  opacity: 1;
}

.produce .s3-bg-img {
  position: absolute;
  opacity: 0;
}

.produce .s3-content-item.active {
  cursor: pointer;
  background-color: #148ffa;
}

@media (min-width: 768px) {
  .produce .s3-content-item:hover {
    cursor: pointer;
    background-color: #148ffa;
  }
}

/* s4  */
.produce .s4 {
  padding: 1rem 0;
  background-color: #f8f8f8;
}

.produce .s4-title {
  margin-bottom: 0.72rem;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.produce .s4-item-title {
  margin: 0.4rem 0 0.3rem;
  text-align: center;
  color: #222;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
  line-height: 1;
}

.produce .s4-swiper {
  overflow: hidden;
  width: 100%;
}

.produce .s4-swiper .swiper-slide {
  height: auto;
}

.produce .s4-item {
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 0.5rem;

  transition: 1s ease;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -4px 1px 21px 0px rgba(17, 100, 181, 0.04);
}

.produce .s4-item-img {
  overflow: hidden;
}

.produce .s4-item-img img {
  width: 100%;
  transition: 1s ease;
}

.produce .s4-item-desc {
  text-align: center;
}

.produce .s4-item-desc strong {
  color: #0072ce;
}

.produce .s4-swiper .swiper-wrapper {
  height: auto;
}

@media (min-width: 768px) {
  .produce .s4-item:hover img {
    transform: scale(1.05);
  }

  .produce .s4-item:hover {
    background-color: #148ffa;
    box-shadow: -4px 1px 21px 0px rgba(17, 100, 181, 0.17);
  }

  .produce .s4-item:hover .s4-item-title {
    color: #fff;
  }

  .produce .s4-item:hover .s4-item-desc {
    color: #fff;
  }

  .produce .s4-item:hover .s4-item-desc strong {
    color: #fff;
  }
}

/* quality */
.quality .subsidiary .s1-container {
  transform: translate(-50%, 50%);
}

@media (max-width: 768px) {
  .quality .subsidiary .s1-container {
    bottom: 30%;
    transform: none;
  }
}

/* s3  */
.quality .s3.oth {
  padding-top: 1rem;
}

.quality .s3.oth .s3-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-h2);
  line-height: 1;
}

.quality .s3.oth .s3-content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.quality .s3.oth .s3-content-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.38rem 0.52rem 0.56rem;
  transition: 1s ease;
  background-color: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 300px;
}

.quality .s3-quality-swiper {
  position: relative;
}

.quality .s3-quality-swiper .swiper-button-prev {
  left: auto;
  right: 100%;
}

.quality .s3-quality-swiper .swiper-button-prev::after {
  content: '';
  min-width: max(0.3rem, 20px);
  min-height: max(0.3rem, 20px);
  background-color: #fff;
  background-image: url(../images/other/left-allow-blue.png);
  background-size: max(0.15rem, 15px) max(0.07rem, 7px);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.quality .s3-quality-swiper .swiper-button-next {
  left: auto;
  left: 100%;
}

.quality .s3-quality-swiper .swiper-button-next::after {
  content: '';
  min-width: max(0.3rem, 20px);
  min-height: max(0.3rem, 20px);
  background-color: #fff;
  background-image: url(../images/other/left-allow-blue.png);
  background-size: max(0.15rem, 15px) max(0.07rem, 7px);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .quality .s3.oth .s3-content-item:hover {
    box-shadow: 10px 10px 20px 0px #dedede;
  }
}

.quality .s3.oth .s3-content-item.copy {
  background-color: #fafafa;
}

.quality .s3.oth .s3-content-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.quality .s3.oth .s3-content-desc {
  margin-bottom: 0.5rem;
  min-height: 0.72rem;
  text-align: center;
  color: #222;
  font-size: var(--font-size-p);
}

.quality .s3.oth .s3-icon-list {
  display: grid;
  margin-top: auto;
  grid-template-columns: repeat(4, 1fr);
}

.quality .s3.oth .s3-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(1.2rem, 80px);
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1/1;
  padding: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .quality .s3.oth .s3-icon-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.4rem;
    justify-items: center;
  }
}

/* s4  */
.quality .product .s3-section .s3-item-text {
  bottom: 0.6rem;
  left: 0.5rem;
  text-align: left;
}

.quality .product .s3-section .s3-item-title {
  margin-bottom: 0.16rem;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
}

/* jion-us  */
/* s2  */
.jion-us .s2 {
  padding: 0.5rem 0 0.8rem;
  background-color: #fafafa;
}

.jion-us .s2-item {
  overflow: hidden;
  margin-bottom: 0.2rem;
  cursor: pointer;
  border-radius: 10px;
  background-color: #fff;
}

.jion-us .s2-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.36rem;
}

.jion-us .s2-item-title {
  color: #222;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
}

.jion-us .s2-item-icon {
  width: max(0.18rem, 10px);
  height: max(0.18rem, 10px);
}

.jion-us .s2-item-icon img:nth-child(2) {
  display: none;
}

.jion-us .s2-item-bottom {
  display: none;
  padding: 0.01rem 0.36rem 0.4rem;
  border-top: 2px solid #f8f8f8;
  background-color: #fff;
}

.jion-us .s2-item-job {
  margin: 0.36rem 0 0.3rem;
  color: #333;
  font-size: var(--font-size-18);
  line-height: 1;
}

.jion-us .s2-item-job-desc {
  color: #999;
  font-size: var(--font-size-p);
}

.jion-us .s2-item-btn {
  width: fit-content;
  margin-top: 0.4rem;
  padding: 0.22rem 0.33rem;
  color: #fff;
  border-radius: 10px;
  background-color: #148ffa;
}

.jion-us .s2-item-btn a {
  color: #fff;
}

.jion-us .s2-item.active .s2-item-bottom {
  display: block;
}

.jion-us .s2-item.active .s2-item-icon img:nth-child(2) {
  display: block;
}

.jion-us .s2-item.active .s2-item-icon img:nth-child(1) {
  display: none;
}

.jion-us .s2-item.active .s2-item-title {
  color: #148ffa;
}

/* contact-us  */
.contact-us .s2 {
  padding: 0.5rem 0;
}

.contact-us .s2-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.contact-us .s2-left-content {
  position: relative;
  display: flex;
  flex: 1.6;
  justify-content: space-between;
  padding: 0.9rem 0.5rem 1rem;
  background-color: #f5f5f5;
  gap: 0.1rem;
}

.contact-us .s2-left {
  flex: 1.5;
}

.contact-us .s2-right {
  flex: 1;
}

.contact-us .s2-left-title {
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.contact-us .s2-block {
  width: calc(20px + 0.2rem);
  height: 5px;
  margin: 0.3rem 0 0.4rem;
  border-radius: 3px;
  background-color: #148ffa;
}

.contact-us .s2-right-img img {
  width: 1.65rem;
  height: 1.62rem;
}

.contact-us .s2-left-text {
  margin-bottom: 0.3rem;
  color: #666;
  line-height: 1;
}

.contact-us .s2-left-text strong {
  color: #148ffa;
  line-height: 1;
}

.contact-us .s2-right-title {
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.contact-us .s2-right-text {
  margin-top: 4px;
  padding-left: 0.1rem;
  color: #666;
}

.contact-us .s2 .s2-swiper {
  position: relative;
  overflow: hidden;
}

.contact-us .s2-left-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: #a8ccf0;
}

.contact-us .s2 .swiper-wrapper {
  height: auto;
}

.contact-us .s2-left-bottom-item {
  padding: 0.13rem 0.27rem;
  cursor: pointer;
  transition: 1s ease;
  color: #fff;
}

.s2-left-bottom-item.active {
  background-color: #148ffa;
}

@media (min-width: 768px) {
  .contact-us .s2-left-bottom-item:hover {
    background-color: #148ffa;
  }
}

.contact-us .s2-right-content {
  flex: 1;
  padding: 0.9rem 0.5rem 1rem;
  background-color: #148ffa;
}

.contact-us .s2-right-content-title {
  color: #fff;
  font-size: var(--font-size-24);
  line-height: 1;
}

.contact-us .s2-right-content-phone {
  margin: 0.1rem 0;
  color: #fff;
  font-size: var(--font-size-18);
}

.contact-us .s2-right-content .s2-block {
  opacity: 0.48;
  background-color: #fff;
}

.contact-us .s2-right-content-detail {
  margin-bottom: 0.1rem;
  opacity: 0.66;
  color: #fefefe;
  font-size: var(--font-size-18);
}

.contact-us .s2-right-content-qq {
  margin-bottom: 0.34rem;
  color: #fff;
  font-size: var(--font-size-18);
}

.contact-us .s2-right-content-service {
  opacity: 0.45;
  color: #fefefe;
  font-size: var(--font-size-18);
}

@media (max-width: 768px) {
  .contact-us .s2-container {
    flex-wrap: wrap;
  }

  .contact-us .s2-right-content {
    min-width: 280px;
  }

  .contact-us .s2-left-content {
    flex-direction: column;
    box-sizing: border-box;
    min-width: 100%;
    gap: 20px;
  }

  .contact-us .s2 .s2-swiper {
    overflow: hidden;
  }

  .contact-us .s2-left-bottom {
    /* position: relative; */
    top: 0;
    bottom: auto;
    width: 100%;
    overflow: auto;
  }

  .contact-us .s2-left-bottom-item {
    padding: 0.1rem;
  }
}

/* knowledge */
.knowledge .s2 {
  padding: 1rem 0;
}

.knowledge .s2-item {
  margin-bottom: 10px;
  padding: 0.4rem 0.33rem;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 4px;
  background-color: #f8f9fc;
}

.knowledge .s2-item:hover {
  background-color: #f4f4f4;
}

.knowledge .s2-time {
  color: #999;
  font-size: var(--font-size-14);
}

.knowledge .s2-time::before {
  content: '';
  display: inline-block;
  vertical-align: sub;
  background-image: url(../images/introduce/time-icon.png);
  background-size: cover;
  width: max(0.18rem, 12px);
  height: max(0.18rem, 12px);
  margin-right: 4px;
}

.knowledge .s2-item-title {
  margin: 4px 0 0.1rem;
  color: #222;
  font-family: HarmonyOS-B;
  font-size: var(--font-size-24);
}

/* video  */
/* s2  */
.video .s2 {
  padding: 0.5rem 0;
}

.video .s2-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem 0.25rem;
}

.video .s2-item video {
  max-width: 100%;
  width: 100%;
}

.video .s2-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  gap: 0.2rem;
}

.video .s2-item-title {
  color: #222;
  font-size: var(--font-size-24);
  line-height: 1;
}

.video .s2-item-watch {
  width: fit-content;
  padding: 0.13rem 0.17rem;
  color: #fff;
  border-radius: max(0.2rem, 20px);
  background-color: #148ffa;
  line-height: 1;
}

.video .s2-item-watch::after {
  margin-left: 0.2rem;
  content: '';
  display: inline-block;
  background-image: url(../images/other/right-allow.png);
  background-size: cover;
  width: max(0.13rem, 13px);
  height: max(0.1rem, 10px);
  vertical-align: inherit;
}

@media (max-width: 768px) {
  .video .s2-container {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

/* download  */
/* s2  */
.download .s2 {
  padding: 0.5rem 0;
}

.download .s2-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}

.download .s2-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem;
  transition: 1s ease;
  border-radius: 5px;
  background-color: #f8f9fc;
  gap: 0.2rem;
}

.download .s2-item:hover {
  background-color: #f4f4f4;
}

.download .s2-product {
  color: #148ffa;
  font-family: HarmonyOS-M;
  font-size: var(--font-size-p);
}

.download .s2-product-name {
  color: #222;
  font-family: HarmonyOS-M;
  font-size: var(--font-size-24);
}

@media (max-width: 768px) {
  .download .s2-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
