@charset "UTF-8";
:root {
  --vi: #003297;
  --headerHeight: 1rem;
}

* {
  outline: 0 none !important;
}

html {
  font-size: 100px;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

@font-face {
  /* font-family: 'ab';
    src: url("../fonts/JINGDONGLangZhengTi2-Semibold.ttf"); */
}

body {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  color: #000;
  font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.14rem;
  line-height: 1;
  background: #fff;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.clearfix {
  *zoom: 1;
}

a {
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

textarea,
select {
  outline: none;
  color: #666;
  font-size: 0.14rem;
  width: 100%;
}

textarea {
  resize: none;
  padding: 0;
  border: 0;
  font-family: "gil";
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

img[src=""] {
  opacity: 0;
}

i {
  font-style: normal;
}

/* 滚动条样式 */
*::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

*::-webkit-scrollbar-thumb {
  background: #000;
}

*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}

/*去掉 input 默认边框*/
input {
  padding: 0;
  border: 0;
  font-family: "gil";
  outline: none;
}

input[type="submit"] {
  background-color: transparent;
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_42 {
  font-size: 42px;
}

.f_44 {
  font-size: 44px;
}

.f_46 {
  font-size: 46px;
}

.f_48 {
  font-size: 46px;
}

.f_50 {
  font-size: 50px;
}

.f_52 {
  font-size: 52px;
}

.f_54 {
  font-size: 54px;
}

.f_56 {
  font-size: 56px;
}

.f_58 {
  font-size: 58px;
}

.f_60 {
  font-size: 60px;
}

.f_62 {
  font-size: 62px;
}

.f_64 {
  font-size: 64px;
}

.f_66 {
  font-size: 64px;
}

.f_68 {
  font-size: 68px;
}

.f_72 {
  font-size: 72px;
}

.f_74 {
  font-size: 74px;
}

.f_80 {
  font-size: 80px;
}

.f_88 {
  font-size: 88px;
}

.f_90 {
  font-size: 90px;
}

.f_133 {
  font-size: 133px;
}
  .main-right-box {
    width: 100%;
    position: sticky;
    top: 4.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
.swiper-mindex-box {
  position: relative;
}

.swiper-mindex-box .swiper-mindex .swiper-slide {
  position: relative;
}

.swiper-mindex-box .swiper-mindex .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-mindex-box .swiper-mindex .swiper-slide .swiper-mindex-text {
  position: absolute;
  left: .31rem;
  top: 2.27rem;
  color: #FFF;
  font-size: .26rem;
  line-height: .75rem;
}

.swiper-mindex-box .swiper-mindex .swiper-slide .swiper-mindex-text p:first-child {
  color: #FFF;
  font-size: .26rem;
  font-weight: 500;
  line-height: .75rem;
  margin-bottom: .12rem;
}

.swiper-mindex-box .swiper-mindex .swiper-slide .swiper-mindex-text p:nth-child(2) {
  color: #FFF;
  font-size: .56rem;
  font-weight: 500;
}

.swiper-mindex-box .swiper-mindex-nav {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: .58rem;
  right: .31rem;
  z-index: 99;
}

.swiper-mindex-box .swiper-mindex-nav .prev {
  width: 54px;
  height: 54px;
  background: url("../images/m_sprite_arrow.png") no-repeat;
  background-position: 0 center;
  margin-right: calc(-27px + .14rem);
  transform: scale(50%);
}

.swiper-mindex-box .swiper-mindex-nav .next {
  width: 54px;
  height: 54px;
  background: url("../images/m_sprite_arrow.png") no-repeat;
  background-position: -83px center;
  transform: scale(50%);
}

.mproduct {
  position: relative;
}

.mproduct .swiper-mproduct {
  min-height: 12.68rem;
}

.mproduct .swiper-slide {
  position: relative;
}

.mproduct .swiper-slide .mproduct-tip {
  text-align: center;
  margin-top: .88rem;
  color: #003297;
  font-size: .28rem;
  margin-bottom: .1rem;
}

.mproduct .swiper-slide .swiper-mproduct-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mproduct .swiper-slide .swiper-mproduct-text .mproduct-name {
  text-align: center;
  color: #FFF;
  font-size: .48rem;
  font-weight: 500;
  line-height: .68rem;
}

.mproduct .swiper-slide .swiper-mproduct-text .swiper-mproduct-bg {
  display: block;
  width: 100%;
  object-fit: cover;
}

.mproduct .swiper-slide .swiper-mproduct-text .mproduct-desc {
  padding-left: .31rem;
  padding-right: .31rem;
  margin-top: .22rem;
  color: #FFF;
  text-align: center;
  font-size: .26rem;
  font-weight: 400;
  line-height: 150%;
}

.mproduct .swiper-slide .swiper-mproduct-more {
  width: 2rem;
  height: .61rem;
  flex-shrink: 0;
  position: absolute;
  bottom: 1.36rem;
  right: .3rem;
  color: #FFF;
  font-size: .26rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  background-color: #003297;
  border-radius: .25rem;
}

.mproduct .swiper-slide .swiper-mproduct-more img {
  width: .32rem;
  height: .32rem;
  margin-left: .24rem;
}

.mproduct .mproduct-nav {
  position: absolute;
  left: .3rem;
  bottom: 1.36rem;
  z-index: 99;
}

.mproduct .mproduct-nav .nav-list {
  width: 2.19rem;
  height: 1.18rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.83);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0.393rem);
  border-bottom: 0;
}

.mproduct .mproduct-nav .nav-list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.83);
}

.mproduct .mproduct-nav .nav-list img {
  height: .37rem;
  margin-bottom: .12rem;
}

.mproduct .mproduct-nav .nav-list p {
  color: #003297;
  text-align: center;
  font-size: .28rem;
  font-weight: 500;
}

.mproduct .mproduct-nav .nav-list.active {
  background-color: #003297;
  border: 0;
  border: 1px solid #003297;
  position: relative;
}

.mproduct .mproduct-nav .nav-list.active img {
  filter: brightness(0) invert(1);
}

.mproduct .mproduct-nav .nav-list.active p {
  filter: brightness(0) invert(1);
}

.mproduct .mproduct-nav .nav-list.active + .nav-list {
  border-top: 0;
}

.maboutus {
  background: url("../images/m_us_bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 1.15rem;
}

.maboutus .maboutus-box {
  width: 6.9rem;
  margin: 0 auto;
  overflow: hidden;
}

.maboutus .maboutus-box .maboutus-tip {
  text-align: center;
  margin-top: 1.48rem;
  color: #003297;
  font-size: .28rem;
  font-weight: 400;
}

.maboutus .maboutus-box .maboutus-company-blue {
  margin-top: .2rem;
  text-align: center;
  color: #003297;
  text-align: center;
  font-size: .48rem;
  font-style: normal;
  font-weight: 500;
  line-height: .68rem;
}

.maboutus .maboutus-box .maboutus-company {
  text-align: center;
  margin-top: .04rem;
  color: #333;
  text-align: center;
  font-size: .48rem;
  font-style: normal;
  font-weight: 500;
  line-height: .68rem;
}

.maboutus .maboutus-box .maboutus-intro {
  width: 6.9rem;
  margin: .34rem auto 0;
  color: #666;
  font-size: .26rem;
  font-weight: 300;
  line-height: 150%;
  text-align: justify;
}

.maboutus .maboutus-box .maboutus-intro span {
  color: #003297;
  font-weight: 400;
}

.maboutus .maboutus-box .maboutus-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5rem auto 0;
  width: 2rem;
  height: .61rem;
  flex-shrink: 0;
  border-radius: .25rem;
  background: #003297;
  color: #FFF;
  font-size: .26rem;
  font-weight: 500;
}

.maboutus .maboutus-box .maboutus-more img {
  width: .32rem;
  height: .32rem;
  margin-left: .24rem;
}

.business-ani {
  transition: transform .3s ease;
}

.business {
  background: url("../images/business_bg.png") no-repeat;
  background-size: 4.58rem 4.08rem;
  background-position: center bottom;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 6.9rem;
  margin: .79rem auto 0;
}

.business .business-box {
  width: 3.35rem;
  height: 3.72rem;
  flex-shrink: 0;
  border-radius: .087rem;
  background: rgba(254, 254, 254, 0.8);
  backdrop-filter: blur(0.087rem);
  padding-top: .6rem;
  margin-bottom: .17rem;
}

.business .business-box:nth-child(3) {
  margin-bottom: 0;
}

.business .business-box:nth-child(4) {
  margin-bottom: 0;
}

.business .business-box .business-tip {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: .3rem;
  padding-right: .3rem;
}

.business .business-box .business-tip .business-sign {
  width: 1rem;
  height: .41rem;
  flex-shrink: 0;
  background-color: #3175FF;
  color: #FFF;
  font-size: .24rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .35rem;
}

.business .business-box .business-tip .business-tip__icon {
  width: .42rem;
  height: .42rem;
}

.business .business-box .business-name {
  margin-top: 1.55rem;
  padding-left: .3rem;
  color: #003297;
  font-size: .28rem;
  font-weight: 700;
  line-height: 1.5;
}

.business .business-box .business-board {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/m_business_bg.png") no-repeat;
  background-size: cover;
  z-index: 2;
  padding-top: .2rem;
}

.business .business-box .business-board .business-tip {
  padding-left: .23rem;
}

.business .business-box .business-board .business-tip .business-tip__icon {
  width: .36rem;
  height: .36rem;
  filter: brightness(0) invert(1);
}

.business .business-box .business-board .business-name {
  color: #FFF;
  font-size: .28rem;
  font-weight: 700;
  margin-top: .5rem;
  padding-left: .23rem;
}

.business .business-box .business-board .business-desc {
  color: #FFF;
  font-size: .26rem;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  padding-left: .23rem;
  padding-right: .17rem;
  margin-top: .06rem;
}

.business .business-box.active .business-board {
  visibility: visible;
  opacity: 1;
}

.business .business-box.active .business-board .business-ani {
  transform: translateY(0);
}

.counter-num {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 72px; */
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 69.444% */
}

.counter-unit {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 36px; */
  font-style: normal;
  font-weight: 500;
  line-height: .6;
}

.counter-unit-text {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1760px) {
  .f_133 {
    font-size: 110px;
  }
}

@media (max-width: 1680px) {
  .f_16 {
    font-size: 15px;
  }
  .f_18 {
    font-size: 15px;
  }
  .f_20 {
    font-size: 17px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 22px;
  }
  .f_26 {
    font-size: 24px;
  }
  .f_28 {
    font-size: 26px;
  }
  .f_30 {
    font-size: 28px;
  }
  .f_32 {
    font-size: 28px;
  }
  .f_34 {
    font-size: 32px;
  }
  .f_36 {
    font-size: 34px;
  }
  .f_38 {
    font-size: 36px;
  }
  .f_40 {
    font-size: 34px;
  }
  .f_42,
  .f_44 {
    font-size: 36px;
  }
  .f_46 {
    font-size: 36px;
  }
  .f_48 {
    font-size: 36px;
  }
  .f_50 {
    font-size: 40px;
  }
  .f_52 {
    font-size: 40px;
  }
  .f_54 {
    font-size: 46px;
  }
  .f_56 {
    font-size: 48px;
  }
  .f_58 {
    font-size: 48px;
  }
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_72,
  .f_74,
  .f_80 {
    font-size: 52px;
  }
  .f_88 {
    font-size: 56px;
  }
  .f_90 {
    font-size: 58px;
  }
  .f_133 {
    font-size: 72px;
  }
}

@media (max-width: 1560px) {
  .f_14 {
    font-size: 13px;
  }
  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_72,
  .f_74,
  .f_80 {
    font-size: 48px;
  }
}

@media (max-width: 1440px) {
  .f_16 {
    font-size: 15px;
  }
  .f_18 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_22 {
    font-size: 18px;
  }
  .f_24 {
    font-size: 18px;
  }
  .f_26 {
    font-size: 22px;
  }
  .f_28 {
    font-size: 22px;
  }
  .f_30 {
    font-size: 24px;
  }
  .f_32 {
    font-size: 24px;
  }
  .f_34 {
    font-size: 26px;
  }
  .f_36 {
    font-size: 28px;
  }
  .f_38 {
    font-size: 28px;
  }
  .f_40 {
    font-size: 30px;
  }
  .f_42,
  .f_44 {
    font-size: 32px;
  }
  .f_46 {
    font-size: 32px;
  }
  .f_48 {
    font-size: 34px;
  }
  .f_50 {
    font-size: 36px;
  }
  .f_52 {
    font-size: 34px;
  }
  .f_54 {
    font-size: 38px;
  }
  .f_56 {
    font-size: 40px;
  }
  .f_58 {
    font-size: 40px;
  }
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_72,
  .f_74,
  .f_80 {
    font-size: 44px;
  }
  .f_88 {
    font-size: 46px;
  }
  .f_90 {
    font-size: 48px;
  }
  .f_133 {
    font-size: 60px;
  }
  .counter-num {
    line-height: 28px;
  }
}

@media (max-width: 1280px) {
  .f_14 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 13px;
  }
  .f_18 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 15px;
  }
  .f_22 {
    font-size: 16px;
  }
  .f_24 {
    font-size: 16px;
  }
  .f_26 {
    font-size: 20px;
  }
  .f_28 {
    font-size: 20px;
  }
  .f_30 {
    font-size: 20px;
  }
  .f_32 {
    font-size: 22px;
  }
  .f_34 {
    font-size: 23px;
  }
  .f_36 {
    font-size: 25px;
  }
  .f_38 {
    font-size: 26px;
  }
  .f_40 {
    font-size: 30px;
  }
  .f_42,
  .f_44 {
    font-size: 32px;
  }
  .f_46 {
    font-size: 30px;
  }
  .f_48,
  .f_50 {
    font-size: 34px;
  }
  .f_52 {
    font-size: 32px;
  }
  .f_54,
  .f_56,
  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_72,
  .f_74,
  .f_80 {
    font-size: 40px;
  }
  .f_88 {
    font-size: 42px;
  }
  .f_90 {
    font-size: 44px;
  }
  .f_133 {
    font-size: 56px;
  }
  .counter-num {
    line-height: 28px;
  }
  /*.header-right-tel {*/
  /*    top: -20px;*/
  /*}*/
}

@media (max-width: 767px) {
  .f_14,
  .f_16 {
    font-size: 0.28rem;
  }
  .f_18,
  .f_20 {
    font-size: 0.3rem;
  }
  .f_22,
  .f_24,
  .f_26,
  .f_27 {
    font-size: 0.32rem;
  }
  .f_28 {
    font-size: 0.36rem;
  }
  .f_30,
  .f_32,
  .f_34 {
    font-size: 0.4rem;
  }
  .f_36,
  .f_38,
  .f_40,
  .f_42,
  .f_44,
  .f_46 {
    font-size: 0.46rem;
  }
  .f_48,
  .f_50,
  .f_52,
  .f_54,
  .f_56,
  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_68,
  .f_72,
  .f_74,
  .f_80 {
    font-size: 0.58rem;
  }
  .f_88 {
    font-size: 0.6rem;
  }
  .f_90 {
    font-size: 0.62rem;
  }
  .f_133 {
    font-size: 52px;
  }
}

/* 常用字体颜色 */
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-333 {
  color: #333;
}

.col-666 {
  color: #666;
}

.col-999 {
  color: #999;
}

.vi-col {
  color: var(--vi);
}

html {
  font-size: calc(100vw/19.2);
}

@media (min-width: 1901px) {
  html {
    font-size: calc(100vw/19.2);
  }
}

.canvas-wrapper {
  position: relative;
  margin-top: .3rem;
  padding-bottom: 1.66rem;
}

.canvas-wrapper .canvas-data {
  width: 16.6rem;
  margin: 0 auto;
  display: flex;
  padding-top: .54rem;
  padding-bottom: .54rem;
  background-color: rgba(244, 244, 244, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: .64rem;
  z-index: 999;
}

.canvas-wrapper .canvas-data .canvas-data-item {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.canvas-wrapper .canvas-data .canvas-data-item .canvas-data-item__img {
  width: .41rem;
  height: .41rem;
  margin-right: .37rem;
}

.canvas-wrapper .canvas-data .canvas-data-item .canvas-data-item-num {
  color: #003297;
  font-weight: 700;
  margin-bottom: .08rem;
  display: flex;
  align-items: center;
}

.canvas-wrapper .canvas-data .canvas-data-item .canvas-data-item__p {
  color: #333333;
}

canvas {
  display: block;
  width: 100%;
  background: url("../images/map.png") no-repeat;
  background-size: 100% 100%;
}

/* @media (max-width: 1600px) {
  html {
    font-size: 66px;
  }
} */
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}

.header-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 1.3rem;
  /*background: rgba(255, 255, 255, 0.1);*/
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(42.35px);
  z-index: 9999999;
}

.downstyle {
  background-color: #ffffff;
}

.downstyle .header-right-search {
  color: #000000;
}

.downstyle .header-right-search img {
  filter: brightness(100) invert(1);
}

.downstyle .header-right-search::after {
  background-color: #000000;
}

.downstyle .header-right-lang {
  color: #000000;
}

.downstyle .header-right-lang .header-right-lang__icon {
  filter: brightness(100) invert(1);
}

.downstyle .header-right-lang .header-right-lang-arricon {
  filter: brightness(100) invert(1);
}

.downstyle .nav a span {
  color: #000000;
}

.inner-header-box {
  background-color: #ffffff;
  position: sticky;
}
.header-box .nav-box {
    display: flex;
    align-items: center;
    height: 100%;
}
.nav-box .item {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-box .nav-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    padding: .38rem 1.3rem;
}

.header-box .nav-list-inner {
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .86rem;
    row-gap: .3rem
}

.header-box .nav-list a {
    color: #666;
    font-weight: 400;
}

.header-box .nav-list a:hover {
    color: #00609D;
}

.header-box .nav-list a.active {
    color: #00609D;
}

.inner-header-box .header-right-search {
  color: #000000;
}

.inner-header-box .header-right-search img {
  filter: brightness(100) invert(1);
}

.inner-header-box .header-right-search::after {
  background-color: #000000;
}

.inner-header-box .header-right-lang {
  color: #000000;
}

.inner-header-box .header-right-lang .header-right-lang__icon {
  filter: brightness(100) invert(1);
}

.inner-header-box .header-right-lang .header-right-lang-arricon {
  filter: brightness(100) invert(1);
}

.inner-header-box .nav a span {
  color: #333333;
}

.header-right {
  display: flex;
  align-items: center;
  position: relative;
}
/*.header-right-tel {*/
/*    position: absolute;*/
/*    top: -25px;*/
/*    right: 0;*/
/*    white-space: nowrap;*/
/*}*/
.header-info {
    padding: .2rem 0 0;
    display: flex;
    justify-content: flex-end;
}
.header-right-tel-index {
    color: #ffffff;
}
.header-right-tel {
    color: #000000;
    margin-left: .1rem;
}
.header-right-tel-index {
    color: #ffffff;
}

.header-right-search {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  margin-right: .22rem;
  position: relative;
}

.header-right-search img {
  width: .2rem;
  height: .2rem;
  margin-right: .08rem;
}

.header-right-search::after {
  content: "";
  position: absolute;
  right: -.11rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: .18rem;
  background-color: rgba(255, 255, 255, 0.28);
}

.header-right-lang {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.header-right-lang .header-right-lang__icon {
  width: .2rem;
  height: .2rem;
  margin-right: .06rem;
}

.header-right-lang .header-right-lang-arricon {
  width: 8px;
  height: 5px;
  margin-left: .12rem;
}

.header {
  width: 100%;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo-box {
  width: .55rem;
}

.header .nav {
  display: flex;
  align-items: center;
  gap: .7rem;
  height: 100%;
}

.ind_cont .banner {
  position: relative;
  height: 100vh;
}
.ind_cont .banner .swiper {
    height: 100vh;
}

.ind_cont .banner .indexswiper-nav {
  position: absolute;
  right: 1.7rem;
  bottom: 1.71rem;
  z-index: 999999;
  display: flex;
  align-items: center;
}

.ind_cont .banner .indexswiper-nav .indexswiper-nav-left {
  width: 52px;
  height: 52px;
  background: url("../images/arrowgroup.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.ind_cont .banner .indexswiper-nav .indexswiper-nav-left:hover {
  background: url("../images/arrowgroup.png") no-repeat;
  background-position: -81px 0;
  transform: rotate(180deg);
}

.ind_cont .banner .indexswiper-nav .indexswiper-nav-right {
  width: 52px;
  height: 52px;
  background: url("../images/arrowgroup.png") no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
  margin-left: .29rem;
}

.ind_cont .banner .indexswiper-nav .indexswiper-nav-right:hover {
  transform: rotate(0);
  background-position: -81px 0;
}

.ind_cont .banner .swiper-pagination-banner {
  display: flex;
  flex-direction: column;
  left: auto !important;
  right: 1.66rem !important;
  width: auto !important;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.ind_cont .banner .swiper-pagination-banner .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 0;
  margin-top: .11rem;
  margin-bottom: .11rem;
  background: white;
  opacity: .3;
}

.ind_cont .banner .swiper-pagination-banner .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.ind_cont .banner .swiper-pagination-banner .swiper-pagination-bullet:first-child {
  margin-top: 0;
}

.ind_cont .banner .swiper-pagination-banner .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

.ind_cont .banner .indexswiper-num {
  position: absolute;
  left: 1.51rem;
  bottom: 1.71rem;
  display: flex;
  align-items: baseline;
  z-index: 999999;
}

.ind_cont .banner .indexswiper-num .indexswiper-num-cur {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ind_cont .banner .indexswiper-num .indexswiper-num-total {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: .1rem;
}

.ind_cont .banner .swiper .swiper-slide {
  position: relative;
}

.ind_cont .banner .swiper .swiper-slide .txt {
  position: absolute;
  z-index: 2;
  padding: 2.86rem 1.3rem;
  top: 0;
  left: 0;
}

.ind_cont .banner .swiper .swiper-slide .txt span {
  line-height: 1.4;
}

.ind1 {
  position: relative;
}

.ind1 .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ind1 .cont {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ind1 .cont .txt {
  display: flex;
  flex-direction: column;
}

.ind1 .cont .txt .h1 {
  margin-bottom: .2rem;
}

.ind1 .cont .txt .h2 {
  margin-bottom: .47rem;
}

.ind1 .cont .txt .p1 {
  margin-bottom: .74rem;
  max-width: 6.12rem;
  line-height: 156%;
}

.ind1 .cont .txt .more {
  display: flex;
  align-items: center;
  gap: .24rem;
  border-radius: .25rem;
  background: var(--vi);
  padding: .09rem .11rem .09rem .31rem;
  width: fit-content;
}

.ind1 .cont .txt .more img {
  width: .33rem;
  height: .33rem;
}

.ind1 .swiper .swiper-slide {
  position: relative;
  padding: 2.17rem 1.3rem 0;
  height: 10.8rem;
  width: 100%;
}

.product-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 999999;
}

.product-menu__div {
  width: 16.667%;
  /* height: 198px; */
  height: 1.98rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* padding-bottom: 55px; */
  padding-bottom: .55rem;
  background-color: rgba(255, 255, 255, 0.5);
  /* transition: all .3s ease; */
}

.product-menu__div p {
  color: #003297;
}

.product-menu__div:hover {
  background-color: #003297;
}

.product-menu__div.active {
  background-color: #003297;
}

.product-menu__div.active img {
  filter: brightness(0) invert(1);
}

.product-menu__div.active p {
  filter: brightness(0) invert(1);
}

.product-menu__div-imgbox {
  /* height: 84px; */
  height: .84rem;
  display: flex;
  justify-items: center;
}

.product-menu__div:first-child .product-menu__div-imgbox img {
  /* width: 49px;
  height: 49px; */
  width: .49rem;
  height: .49rem;
}

.product-menu__div:nth-child(2) .product-menu__div-imgbox img {
  /* width: 64px;
  height: 64px; */
  width: .64rem;
  height: .64rem;
}

.product-menu__div:nth-child(3) .product-menu__div-imgbox img {
  /* width: 52px;
  height: 52px; */
  width: .52rem;
  height: .52rem;
}

.product-menu__div:nth-child(4) .product-menu__div-imgbox img {
  /* width: 67px;
  height: 67px; */
  width: .67rem;
  height: .67rem;
}

.product-menu__div:nth-child(5) .product-menu__div-imgbox img {
  /* width: 68px;
  height: 68px; */
  width: .68rem;
  height: .68rem;
}

.product-menu__div:nth-child(6) .product-menu__div-imgbox img {
  /* width: 56px;
  height: 56px; */
  width: .56rem;
  height: .56rem;
}

.product-menu__div:hover img {
  filter: brightness(0) invert(1);
}

.product-menu__div:hover p {
  filter: brightness(0) invert(1);
}

.ind2 {
  /* padding-top: 173px; */
  background: url(../images/ind2bg.png) no-repeat left top;
  overflow: hidden;
}

.ind2-container {
  width: 16.56rem;
  margin-left: 1.3rem;
  padding-top: 1.73rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
}

.ind2-container-left {
  width: 7.04rem;
  margin-right: 1.66rem;
}

.ind2 .ind2-container-left .ind2-title {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 30px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ind2 .ind2-container-left .ind2-coo-blue {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 50px; */
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
  margin-top: .12rem;
}

.ind2-container-left .ind2-coo-black {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 50px; */
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
  margin-top: .04rem;
}

.ind2-container-left .ind2-coo-intro {
  color: #666;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-top: .3rem;
}

.ind2-container-left .ind2-coo-intro span {
  color: #003297;
}

.ind2-container-left-link {
  width: 1.63rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: .25rem;
  background: #003297;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .11rem 0 .31rem;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  margin-top: .74rem;
}

.ind2-container-left-link p {
  /* color: #FFF; */
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  /* font-style: normal;
  font-weight: 500;
  line-height: normal; */
}

.ind2-container-left-link img {
  width: .33rem;
  height: .33rem;
}

.ind2-container-right {
  width: 7.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: .2rem;
  grid-column-gap: .2rem;
  background: url(../images/sec3bg.png) no-repeat;
  background-position: center center;
  background-size: 5.3rem 4.71rem;
}

.ind2-type {
  width: 3.85rem;
  height: 2.83rem;
  flex-shrink: 0;
  border-radius: .1rem;
  background: rgba(254, 254, 254, 0.8);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  padding-top: .4rem;
  padding-bottom: .4rem;
  overflow: hidden;
}

.ind2-type:hover {
  background: url("../images/indexusbg.png") no-repeat;
  background-size: cover;
}

.ind2-type:hover .ind2-type-top img {
  filter: brightness(0) invert(1);
}

.ind2-type:hover .ind2-type-text p {
  color: #ffffff;
}

.ind2-type-box {
  overflow: hidden;
}

.ind2-type-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .4rem;
  padding-right: .4rem;
  margin-bottom: .37rem;
}

.ind2-type-top p {
  width: .80rem;
  height: .30rem;
  flex-shrink: 0;
  text-align: center;
  line-height: .3rem;
  background-color: #3175FF;
  border-radius: .25rem;
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
}

.ind2-type-top img {
  width: .4rem;
  height: .4rem;
}

.ind2-type-text {
  margin-top: .37rem;
  transform: translateY(72px);
  padding-left: .4rem;
  padding-right: .4rem;
}

.ind2-type-box .ind2-type-text {
  transition: all .3s ease;
}

.ind2-type-box:hover .ind2-type-text {
  transform: translateY(0px);
}

.ind2-type-text p {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ind2-type-con {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 26px;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.ind3 {
  /* background: url(../images/map.png) no-repeat;
  background-position: 100% auto; */
  position: relative;
  padding-top: .98rem;
  width: 100%;
  min-height: 100vh;
}

.ind3-map {
  width: 100%;
}

.ind3-text {
  /* position: absolute;
  top: .98rem;
  left: 1.3rem; */
  width: 16.6rem;
  margin: 0 auto;
}

.ind3-title {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 30px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ind3-subtitle {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 50px; */
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
  margin-top: 0.12rem;
  margin-bottom: .2rem;
}

.ind3-con {
  color: #666;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 32px */
}

.ind3-con span {
  color: #013298;
}

.ind3-con span {
  color: #013298;
}

.line {
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
}

.ind4 {
  padding-top: .545rem;
  padding-bottom: 1.4rem;
}

.ind4-title {
  text-align: center;
  color: #043198;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 30px; */
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 3.6px;
  text-transform: capitalize;
}

.ind4-subtitle {
  margin-top: .2rem;
  color: #333;
  text-align: center;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 50px; */
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
  /* 136% */
}

.ind4-top {
  width: 16.58rem;
  margin: .72rem auto 0;
  display: flex;
  align-items: flex-start;
  background-color: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
}

.ind4-top-img {
  width: 8.64rem;
  height: 6.02rem;
  object-fit: contain;
}

.ind4-top-title {
  display: flex;
  align-items: center;
}

.ind4-top-title img {
  /* width: .14rem;
  height: .14rem; */
  width: 18px;
  height: 18px;
  margin-right: .15rem;
}

.ind4-top-title-tip {
  color: #474342;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-right: .27rem;
}

.ind4-top-title-tip::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #474342;
  position: absolute;
  top: 50%;
  right: -.15rem;
  transform: translateY(-50%);
}

.ind4-top-right {
  padding-top: 1.1rem;
  padding-left: 1rem;
  padding-right: .91rem;
}

.ind4-top-news {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 32px; */
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 48px */
  text-transform: uppercase;
  margin-top: .15rem;
}

.ind4-top-news-con {
  color: #666;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
  margin-top: .58rem;
}

.ind4-container-left-link {
  width: 1.63rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: .25rem;
  background: #003297;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .11rem 0 .31rem;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  margin-top: .53rem;
}

.ind4-container-left-link img {
  width: .33rem;
  height: .33rem;
}

.ind4-items {
  width: 16.58rem;
  margin: .48rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ind4-item {
  width: 5.1rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: .1rem;
  transition: all .3s ease;
}

.ind4-item:hover .ind4-item__p {
  color: #003297;
}

.ind4-item .ind4-item-litpic {
  width: 100%;
  height: 3.52rem;
  object-fit: cover;
}

.ind4-item-text {
  display: flex;
  align-items: center;
}

.ind4-item-text-icon {
  width: 18px;
  height: 18px;
  margin-right: .13rem;
}

.ind4-item-text-tip {
  color: #474342;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ind4-item-box {
  box-sizing: border-box;
  padding: .32rem .3rem .4rem .34rem;
}

.ind4-item-text span {
  position: relative;
  margin-right: .27rem;
}

.ind4-item-text span::after {
  content: "";
  width: 1px;
  height: .12rem;
  background-color: #474342;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -.15rem;
}

.ind4-item__p {
  color: var(--vise3, #474342);
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  margin-top: .2rem;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
}

.ind4-item-intro {
  color: #666;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
  display: -webkit-box;
  /* 设置为 WebKit 内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  margin-top: .2rem;
}

.ind5-container-left-link {
  /* width: 1.63rem; */
  /* height: .5rem; */
  flex-shrink: 0;
  /* border-radius: .25rem; */
  /* background: #003297; */
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* padding: 0 .11rem 0 .31rem; */
  color: #333333;
  font-style: normal;
  font-weight: 500;
  margin-top: .36rem;
}

.ind5-container-left-link img {
  margin-left: .17rem;
}

.ind4-item:hover {
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
}

.footer-box {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}

.footer-link {
  width: 16.58rem;
  height: 3.57rem;
  background: url(../images/footer-linkbg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: .76rem;
  padding-top: .63rem;
}

.footer-link-tip {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-link-text {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 32px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: .10rem;
}

.footer-link-intro {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: .21rem;
}

.footer-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .57rem;
  padding-right: .7rem;
}

.footer-form-input {
  width: 4.08rem;
  height: .57rem;
  flex-shrink: 0;
  border-radius: 25px;
  box-sizing: border-box;
  padding-left: .28rem;
}

.footer-form-input::placeholder {
  font-size: 16px;
  color: #666666;
}

.footer-form-submit {
  width: 2.24rem;
  height: .57rem;
  flex-shrink: 0;
  border-radius: 25px;
  color: #003297;
  background-color: #ffffff !important;
}

.footer-logobox {
  width: 16.58rem;
  margin: .63rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .39rem;
  border-bottom: 1px solid #818181;
}

.footer-logo {
  width: .89rem;
  height: .89rem;
}

.footer-site {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-site__p {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 17px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .2rem;
}

.footer-site-icon {
  display: flex;
  align-items: center;
}

.footer-site-icon a {
  width: .432rem;
  height: .43rem;
  margin-left: .21rem;
  background-color: #292929;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-site-icon a:hover {
  background-color: #003297;
}

.footer-site-icon1 img {
  width: .2rem;
}

.footer-site-icon2 img {
  width: .14rem;
}

.footer-site-icon3 img {
  width: .195rem;
}

.footer-site-icon4 img {
  width: .133rem;
}

.footer-nav {
  width: 16.58rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .42rem;
  padding-bottom: .18rem;
}

.footer-menu {
  display: flex;
  align-items: flex-start;
}

.footer-menu-item {
  width: 1.6rem;
  display: flex;
  flex-direction: column;
  margin-right: .3rem;
}
.footer-menu-item:last-child {
    margin-right: 0;
}

.footer-menu-dl {
  color: #FFF;
  display: block;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 19px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .32rem;
}
.footer-nav-code-right {
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
}
.footer-menu-dt {
  color: #FFF;
  display: block;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 17px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .09rem;
}
.footer-nav-code-address {
    /*margin-top: .5rem;*/
    /*width: 4rem;*/
    width: 3.5rem;
}
.footer-nav-code-address p {
    line-height: 2;
    color: #ffffff;
    margin-left: .1rem;
}
.footer-nav-code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-nav-code-img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.footer-nav-code-text {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: .25rem;
}

.footer-copyright-box {
  border-top: 1px solid rgba(129, 129, 129, 0.224);
}

.footer-copyright {
  width: 16.58rem;
  margin: 0 auto;
  height: .69rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright-left {
  height: .69rem;
  display: flex;
  align-items: center;
}

.footer-copyright-left a {
  margin-right: .31rem;
  color: #B4B4B4;
}

.footer-copyright-left a:last-child {
  margin-right: 0;
}

.footer-copyright-right {
  display: flex;
  align-items: center;
}

.footer-copyright-right a {
  color: #808080;
  margin-right: .2rem;
  position: relative;
}

.footer-copyright-right a::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #808080;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -.1rem;
}

.footer-copyright-right a:last-child::after {
  content: none;
}

/* 内页banner基本样式 */
.banner {
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-tip__p {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 54px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner-tip__span {
  display: block;
  width: .54rem;
  height: .05rem;
  flex-shrink: 0;
  margin-top: .2rem;
  background-color: #fff;
}

/* 公司简介 */
.intro {
  padding-bottom: .6rem;
}

.intro-con {
  width: 16.60rem;
  margin: 1.4rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.intro-con-left {
  display: flex;
  flex-direction: column;
}

.intro-con__p {
  color: #000;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 46px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.intro-con-en {
  color: #999;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: .2rem;
}

.intro-con-right {
  max-width: 11.2rem;
}

.intro-con-name {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 36px; */
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 111.111% */
  margin-bottom: .2rem;
}

.intro-con-tip {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 28px; */
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 142.857% */
  margin-bottom: .35rem;
}

.intro-con-con {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
}

.intro-img {
  width: 100%;
  max-width: 16.6rem;
  margin: 2.2rem auto 0;
}

.prelative {
  position: relative;
  overflow: hidden;
}

.intro-con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.intro-article {
  width: 16.6rem;
  margin: .6rem auto 0;
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
}

.counter {
  width: 16.6rem;
  margin: .8rem;
  display: flex;
  justify-content: center;
}

.counter-item {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .98rem;
  margin-right: .98rem;
}

.counter-item:first-child {
  margin-left: 0;
}

.counter-item:last-child {
  margin-right: 0;
}

.counter-top {
  display: flex;
  align-items: flex-end;
}

.counter__p {
  color: #000;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: .24rem;
}

/* 新闻资讯样式 */
.news .banner .banner-tip {
  margin-top: 1.92rem;
}

.news .newsbanner .banner-tip {
  top: 1.92rem;
  margin-top: 0;
}

.newsbanner .banner-tip {
  top: 1.92rem;
  margin-top: 0;
}

.news .banner {
  position: relative;
}

.banner-list {
  position: absolute;
  width: 16.6rem;
  bottom: -3.12rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  background: #FFF;
  padding: .6rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.swiper-news {
  width: 7.56rem;
  height: 4.7rem;
}

.swiper-news .swiper-slide {
  position: relative;
  border-radius: .16rem;
  overflow: hidden;
}

.swiper-news .swiper-slide .swiper-slide__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-news-board {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.42rem;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  box-sizing: border-box;
  padding: .4rem;
}

.swiper-news-time {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .15rem;
}

.swiper-news-title {
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner-todo {
  width: 7.24rem;
}

.banner-todo-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: .35rem;
  padding-bottom: .35rem;
  border-bottom: 1px solid #EFEFEF;
}

.banner-todo-list:first-child {
  padding-top: 0;
}

.banner-todo-list-time {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .15rem;
}

.banner-todo-list-title {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
}

.news-list {
  padding-top: 3.68rem;
}

.news-list-item {
  width: 16.6rem;
  border-radius: 16px;
  background: #FAFAFC;
  padding: .6rem;
  box-sizing: border-box;
  margin: 0 auto .4rem;
  transition: all .3s ease;
}

.news-list-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.news-list-time {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .25rem;
}

.news-list-title {
  height: 28px;
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .3rem;
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
}

.news-list-desc {
  color: #666;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-list-more {
  flex-shrink: 0;
  padding: .13rem .54rem .13rem .3rem;
  border-radius: .5rem;
  border: 1px solid #999;
  color: #666;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: .5rem;
  position: relative;
}

.news-list-more::after {
  content: "";
  width: .2rem;
  height: .2rem;
  background: url("../images/newarr.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .3rem;
}

.news-list-more:hover::after {
  content: "";
  width: .2rem;
  height: .2rem;
  background: url("../images/newarr.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .3rem;
  filter: brightness(0) invert(1);
}

.news-list-more img {
  width: .2rem;
  height: .2rem;
}

.news-list-more:hover {
  color: #ffffff;
  background: #003297;
}

.news-list-more:hover img {
  filter: brightness(0) invert(1);
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .8rem;
  margin-bottom: 1.4rem;
}

.page a {
  width: .5rem;
  height: .5rem;
  flex-shrink: 0;
  margin-left: .1rem;
  margin-right: .1rem;
}

.prepage,
.pagenum,
.nextpage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #F6F6F6;
}

.prepage img,
.nextpage img {
  width: .16rem;
  height: .16rem;
}

.pagenum {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.prepage:hover {
  background-color: #003297;
}

.page .pagenum.active {
  background-color: #003297;
  color: #ffffff;
}

.prepage:hover img {
  filter: brightness(0) invert(1);
}

.pagenum:hover {
  background-color: #003297;
  color: #ffffff;
}

.nextpage:hover {
  background-color: #003297;
}

.nextpage:hover img {
  filter: brightness(0) invert(1);
}

/* 新闻详情样式 */
.main {
  transform: translateY(-3.1rem);
  width: 16.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-left {
  width: 12.4rem;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 1.1rem .6rem .1rem .6rem;
  border-radius: 16px;
  background: #FAFAFC;
}

.detail-h1 {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 36px; */
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 111.111% */
}

.detail-other {
  display: flex;
  align-items: center;
  margin-top: .28rem;
}

.detail-other-time {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: .66rem;
}

.detail-other-share {
  display: flex;
  align-items: center;
}

.detail-other-icon {
  width: 27px;
  height: 27px;
  margin-right: .13rem;
}

.detail-other-wx {
  background: url(../images/share1.svg) no-repeat;
  background-position: 0 center;
  margin-left: .1rem;
}

.detail-other-qq {
  background: url(../images/share1.svg) no-repeat;
  background-position: -40px center;
}

.detail-other-wb {
  background: url(../images/share1.svg) no-repeat;
  background-position: -79.88px center;
}

.detail-other-gy {
  background: url(../images/share1.svg) no-repeat;
  background-position: -116.76px center;
}

.detail-article {
  padding-top: 1rem;
}

.detail-article p {
  color: #333;
  /* text-align: justify; */
  /* font-family: "HarmonyOS Sans SC"; */
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
}

.detail-article-img {
  max-width: 100%;
  margin: .28rem auto;
}

.main-right {
  width: 3.8rem;
  padding: .6rem .3rem .3rem .3rem;
  border-radius: 16px;
  background: #FAFAFC;
  box-sizing: border-box;
}

.main-right-tip {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .38rem;
}

.main-right-li {
  margin-bottom: .28rem;
}

.main-right-li-time {
  color: #474342;
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #666; */
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .1rem;
}

.main-right-li-title {
  width: 3.2rem;
  color: #474342;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  white-space: nowrap;
  /* 禁止文本换行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
}

.main-next {
  width: 3.8rem;
  padding: .74rem .3rem .6rem .3rem;
  border-radius: 16px;
  background: #FAFAFC;
  box-sizing: border-box;
  margin-top: .2rem;
}

.main-next-tip {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-next-link {
  margin-top: .38rem;
}

.main-next-link-time {
  color: #474342;
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #666; */
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .1rem;
}

.main-next-link-title {
  width: 3.2rem;
  overflow: hidden;
  color: #474342;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.toindx {
  width: 1.63rem;
  padding: .09rem .11rem .09rem .31rem;
  border-radius: 25px;
  background: #003297;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: .58rem;
}

.toindx img {
  width: .32rem;
  height: .32rem;
}

.honourswiper {
  padding-top: 1.4rem;
  /* background: url(../images/text2.png) no-repeat; */
  background-size: 100% 2.59rem;
  background-position: center bottom;
}

.honourswiper-title {
  text-align: center;
  color: #000;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 46px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .2rem;
}

.honourswiper-en {
  text-align: center;
  color: #999;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.swiper-honour {
  margin-left: 1.3rem !important;
  margin-top: 1.6rem;
}

.swiper-honour-box {
  position: relative;
  /* margin-bottom: 20px; */
  padding-bottom: 1rem;
}

.swiper-scrollbar {
  width: 14.38rem;
  height: 3px;
}

.swiper-honour-control {
  margin-top: 1.61rem;
  margin-left: 1.3rem;
  display: flex;
  align-items: center;
}

.swiper-honour-box .swiper-scrollbar-drag {
  background: #003297;
}

.swiper-honour-control-nav {
  display: flex;
  align-items: center;
}

.swiper-honour-control-btn1 {
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  border: 1px solid #003297;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-honour-control-btn1 img {
  width: .3rem;
  height: .3rem;
}

.swiper-honour-control-btn2 {
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  box-sizing: border-box;
  background: #003297;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: .3rem;
  margin-right: .8rem;
}

.swiper-honour-control-btn2 img {
  width: .3rem;
  height: .3rem;
}

.honourlist {
  padding-top: 1rem;
}

.honourlist-title {
  color: #000;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 46px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.honourlist-title-en {
  color: #999;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: .2rem;
  text-align: center;
}

.honourlist-items {
  display: flex;
  flex-wrap: wrap;
  width: 16.6rem;
  margin: .8rem auto 0;
}

.honourlist-box {
  width: 3.85rem;
  margin-bottom: .6rem;
}

.honourlist-item {
  width: 100%;
  height: 5.3rem;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  padding: .5rem .38rem;
  margin-right: .4rem;
}

.honourlist-item:nth-child(4n) {
  margin-right: 0;
}

.honourlist-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honourlist-item-name {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-top: .4rem;
  height: 64px;
}

.way {
  width: 16.6rem;
  margin: 1.4rem auto 0;
}

.way-left {
  width: 6.7rem;
  height: 767px;
  background: url(../images/way1.png) no-repeat;
  background-size: cover;
  position: relative;
}

.way-right {
  width: calc(100% - 6.7rem);
  height: 767px;
  background-color: #F5F5F5;
  padding-left: .84rem;
  padding-top: .6rem;
}

.way-title {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 36px; */
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 111.111% */
  margin-bottom: .3rem;
}

.duty-tip {
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 166.667% */
  margin-bottom: .15rem;
}

.duty-list {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  margin-bottom: .25rem;
}

.way-user {
  position: absolute;
  bottom: .6rem;
  left: .88rem;
}

.way-user-tip {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 36px; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: .26rem;
}

.way-user-msg {
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

.swiper-way .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.way-control {
  position: absolute;
  bottom: .6rem;
  /* left: .84rem; */
  right: .89rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}

.swiper-nav {
  display: flex;
  align-items: center;
  margin-left: .59rem;
}

.swiper-nav-prev {
  border-radius: 50px;
  border: 2px solid #003297;
  width: .56rem;
  height: .56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.swiper-nav-next {
  border-radius: 50px;
  border: 2px solid #003297;
  width: .56rem;
  height: .56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #003297;
  margin-left: .3rem;
}

.swiper-nav img {
  width: .3rem;
  height: .3rem;
}

.way-control .swiper-scrollbar {
  width: 6.13rem;
  height: .05rem;
}

.swiper-way .swiper-scrollbar-drag {
  border-radius: 100px;
  background: #003297;
}

.talent {
  padding-bottom: 1.4rem;
}

.productcen-main {
  width: 16.6rem;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-between;*/
  align-items: flex-start;
  padding-top: .8rem;
}

.productcen-main {
  display: flex;
  /*justify-content: space-between;*/
  align-items: flex-start;
}

.productcen-left {
  padding-right: .2rem;
}

.productcen-left-item {
  width: calc(2.98rem - 1px);
  height: .56rem;
  line-height: .56rem;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: .4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: .3rem;
  padding-right: .4rem;
  margin-bottom: .24rem;
}

.productcen-left-item:last-child {
  margin-bottom: 0;
}

.linebox {
  width: .18rem;
  height: 12px;
  background: url("../images/line.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.productcen-left-item:hover {
  background-color: #F5FAFF;
}

.productcen-left-item:hover .linebox {
  background: url("../images/line2.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.productcen-left-item.active .linebox {
  background: url("../images/line2.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.productcen-left-item.active {
  background-color: #F5FAFF;
}

.productcen-right {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid #EEEEEE;
  padding-left: .56rem;
}

.productcen-item {
  width: 4.02rem;
  border-radius: 20px;
  border: 1px solid #003297;
  background: #FFF;
  /* height: 1.98rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: .4rem;
  margin-bottom: .4rem;
  transition: all .3s ease;
  box-sizing: border-box;
}

.productcen-item:nth-child(3n) {
  margin-right: 0;
}

.productcen-item-top {
  width: 100%;
  padding-top: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.productcen-item:hover .productcen-item-top {
  background: url('../images/bghover.png') no-repeat;
  background-size: 100% cover;
  background-position: center top;
}

.productcen-item-title {
  color: #333;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 48px;
  padding-left: .3rem;
  padding-right: .3rem;
  /*margin-bottom: .1rem;*/
  display: -webkit-box; /* 必须 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 3; /* 限制显示3行 */
    overflow: hidden; /* 隐藏超出内容 */
    text-overflow: ellipsis; /* 可选，部分浏览器不生效 */
}
.productcen-item-labelbox {
    /*margin-bottom: .2rem;*/
    height: .76rem;
}
.productcen-item-label {
  /* display: block; */
  /*padding: .06rem .15rem;*/
  padding: 0 .15rem;
  height: .3rem;
  line-height: .3rem;
  border-radius: .24rem;
  border: 1px solid #DDD;
  /*margin: .04rem auto .24rem;*/
  /*margin: .04rem .04rem .24rem;*/
  margin: .04rem .04rem .04rem;
  transition: all .3s ease;
}

.productcen-more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: .31rem;
}

.productcen-more-btn {
  border-radius: .25rem;
  border: 1px solid #003297;
  width: 1.63rem;
  height: .5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003297;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.productcen-more-board {
  border-radius: .25rem;
  border: 1px solid #003297;
  width: 1.63rem;
  height: .5rem;
  box-sizing: border-box;
  background: #003297;
  padding-left: .3rem;
  padding-right: .11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  /* font-family: "HarmonyOS Sans SC"; */
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s ease;
}

.productcen-more-board img {
  width: .32rem;
  height: .32rem;
}

.productcen-item:hover {
  box-shadow: 0 0 20px #D5E3FF;
}

.productcen-item:hover .productcen-more-board {
  opacity: 1;
}

.productcen-item-litpic {
  display: block;
  width: 100%;
  height: 2.38rem;
  object-fit: cover;
}

.productcen-item:hover .productcen-item-title {
  color: #003297;
}

.productcen-item:hover .productcen-item-label {
  border: 1px solid #003297;
  color: #003297;
}

.product-detail-top {
  width: 100%;
  background: url("../images/prodetail.png") no-repeat;
  background-size: 100% 100%;
  padding-top: .6rem;
  padding-bottom: .87rem;
  background-color: #F9FBFD;
}

.product-detail-top .detail-top-box {
  display: flex;
  justify-content: flex-start;
  width: 16.6rem;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  border-radius: .15rem;
}

.product-detail-top .detail-top-box .swiper-product-detail {
  width: 6.94rem;
  background-color: #F9FBFD;
  border-radius: .15rem;
  margin-left: 0;
  margin-right: 0;
  flex-shrink: 0;
}

.product-detail-top .detail-top-box .swiper-product-detail .swiper-slide {
  display: flex;
}

.product-detail-top .detail-top-box .swiper-product-detail .swiper-slide .product-img {
  width: 6.94rem;
  height: 6.84rem;
}

.product-detail-top .detail-top-box .swiper-product-detail .swiper-slide .product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-top .detail-top-box .swiper-thumb-box {
  position: absolute;
  bottom: .57rem;
  left: .66rem;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.product-detail-top .detail-top-box .swiper-thumb-box .swiper-thumb {
  width: 3.95rem;
}

.product-detail-top .detail-top-box .swiper-thumb-box .swiper-thumb .swiper-slide img {
  display: block;
  width: 100%;
}

.product-detail-top .detail-top-box .swiper-thumb-box .swiper-thumb-navprev {
  width: .56rem;
  height: .56rem;
  margin-right: .26rem;
  cursor: pointer;
  background: url("../images/product-noamal.png") no-repeat;
  background-size: 100% 100%;
}

.product-detail-top .detail-top-box .swiper-thumb-box .swiper-thumb-navprev:hover {
  transform: rotate(180deg);
  background: url("../images/product-hover.png") no-repeat;
  background-size: 100% 100%;
}

.product-detail-top .detail-top-box .swiper-thumb-box .swiper-thumb-navnext {
  width: .56rem;
  height: .56rem;
  transform: rotate(180deg);
  margin-left: .26rem;
  cursor: pointer;
  background: url("../images/product-noamal.png") no-repeat;
  background-size: 100% 100%;
}

.product-detail-top .detail-top-box .swiper-thumb-box .swiper-thumb-navnext:hover {
  transform: rotate(0deg);
  background: url("../images/product-hover.png") no-repeat;
  background-size: 100% 100%;
}

.product-detail-top .detail-top-box .productp-desc {
  padding-left: .6rem;
  padding-top: .8rem;
}

.product-detail-top .detail-top-box .productp-desc .productp-desc-title {
  color: #222;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: .3rem;
}

.product-detail-top .detail-top-box .productp-desc .productp-desc__p {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .2rem;
}

.product-detail-top .detail-top-box .productp-desc .productp-desc-btn {
  display: flex;
  align-items: center;
  margin-top: .6rem;
}

.product-detail-top .detail-top-box .productp-desc .productp-desc-btn a {
  padding: .17rem .29rem;
  border: 1px solid #003297;
  border-radius: .47rem;
  margin-right: .32rem;
}

.product-detail-top .detail-top-box .productp-desc .productp-desc-btn .blue {
  background-color: #003297;
  color: #ffffff;
}

.bcfff {
  background-color: #ffffff;
}

.bcE5EEFD {
  background-color: #E5EEFD;
}

.product-params {
  background: url("../images/params.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.37rem;
}

.product-params .product-params-title {
  text-align: center;
  color: #000;
  text-align: center;
}

.product-params .product-params-entitle {
  text-align: center;
  color: #999;
  margin-top: .21rem;
}

.product-params .product-params-conbox {
  width: 15.23rem;
  padding: .6rem .65rem .72rem;
  background: url("../images/paramsboxbg.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  box-sizing: border-box;
  fill: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(0 4px 41.7px rgba(0, 49, 113, 0.11));
  backdrop-filter: blur(15px);
  margin-top: 1rem;
}

.product-params .product-params-conbox .product-params-rows {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product-params .product-params-conbox .product-params-rows .product-params-col {
  width: 4.41rem;
}

.product-params .product-params-conbox .product-params-rows .product-params-col .product-params-dl {
  width: 100%;
  height: .74rem;
  background-color: #003297;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-bottom: .16rem;
}

.product-params .product-params-conbox .product-params-rows .product-params-col .product-params-dt {
  width: 100%;
  height: .74rem;
  margin-bottom: .16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .16rem;
}

.product-params .product-params-conbox .product-params-rows .product-params-col .product-params-dt:last-child {
  margin-bottom: 0;
}

.product-areas {
  width: 16.6rem;
  margin: 0 auto;
  /*padding-top: 1.2rem;*/
  /*padding-top: .6rem;*/
  padding-bottom: 1.2rem;
}

.product-areas .product-areas-title {
  text-align: center;
  color: #000;
  margin-bottom: .21rem;
}

.product-areas .product-areas-entitle {
  text-align: center;
  color: #999999;
}

.product-areas .product-areas-box {
  display: flex;
  align-items: flex-start;
  margin-top: 1.18rem;
}

.product-areas .product-areas-box .product-areas-fieldimg {
  display: none;
  width: 7.88rem;
  height: 5.46rem;
  flex-shrink: 0;
  object-fit: cover;
}

.product-areas .product-areas-box .product-areas-right {
  width: 8.12rem;
  margin-left: .6rem;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box {
  border-bottom: 1px solid #F0F0F0;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .36rem;
  cursor: pointer;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item .product-areas-item-title {
  color: #333333;
  line-height: 1.2;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item .field-right-icon {
  width: .08rem;
  height: .16rem;
  background: url("../images/field-right-icon.png") no-repeat;
  background-size: 100% 100%;
  
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item:hover .product-areas-item-title {
  color: #003297;
  font-weight: bold;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item.active .field-right-icon {
  width: .16rem;
  height: .08rem;
  background: url("../images/field-right-icon2.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item.active .product-areas-item-title {
  color: #003297;
  font-weight: bold;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item.active ~ .product-areas-con {
  display: block;
}

.product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-con {
  color: #999;
  line-height: 1.6;
  padding-bottom: .3rem;
  display: none;
}

.product-app .product-areas-box .product-areas-right {
  margin-left: .36rem;
}

.product-app .product-areas-box .product-areas-right .product-areas-item-box {
  padding-left: .6rem;
  border-left: 1px solid #D9D9D9;
  border-bottom: 0;
}

.product-app .product-areas-box .product-areas-right .product-areas-item-box.active {
  position: relative;
}

.product-app .product-areas-box .product-areas-right .product-areas-item-box.active::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #003297;
}

.product-app .product-areas-box .product-areas-fieldimg {
  width: 8.1rem;
  height: 6.66rem;
}

.product-article {
  background: url("../images/articlebg.png") no-repeat;
  /*background-size: cover;*/
  background-size: 100% auto;
  padding-top: 1.2rem;
  /*padding-bottom: 4.06rem;*/
  padding-bottom: 1.2rem;
  position: relative;
}

.product-article .product-article-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: .21rem;
}

.product-article .product-article-entitle {
  color: #ffffff;
  text-align: center;
}

.product-article .product-article-con {
  width: 16.6rem;
  border-radius: .2rem;
  background: #FFF;
  box-shadow: 0 13px 47.3px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: .8rem 1.4rem;
  margin: .6rem auto 0;
  /*position: absolute;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  /*top: 2.74rem;*/
}

.product-article .product-article-con .product-article-title {
  /*text-align: center;*/
  color: #003297;
}

.product-article .product-article-con .product-article-con__article {
  margin-top: .6rem;
  max-height: 300px;
  overflow-y: auto;
  color: #666;
  line-height: 1.6;
}

.product-article .product-article-con .product-article-con__article p {
  color: #666;
  line-height: 1.6;
}

.product-article .product-article-con .product-article-con__article pre {
  color: #666;
  line-height: 1.6;
  white-space: pre-wrap;
}

.product-paper {
  /*padding-top: 1.93rem;*/
  padding-bottom: 1.2rem;
}

.product-paper .product-paper-con {
  width: 16.6rem;
  margin: 0 auto;
}

.product-paper .product-paper-con .product-paper-title {
  text-align: center;
  color: #000000;
  margin-bottom: .21rem;
}

.product-paper .product-paper-con .product-paper-entitle {
  text-align: center;
  color: #999999;
}

.product-paper .product-paper-con .product-paper-items {
  display: flex;
  align-items: flex-start;
  margin-top: 1.18rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item {
  width: 5.17rem;
  border-radius: .1rem;
  overflow: hidden;
  margin-right: .54rem;
  transition: all .3s ease;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-litpic {
  display: block;
  width: 100%;
  height: 3.47rem;
  object-fit: contain;
  border-radius: .15rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con {
  padding: .37rem .3rem .37rem .34rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-info {
  display: flex;
  align-items: center;
  margin-bottom: .16rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-info .product-paper-item__img {
  width: 14px;
  height: 14px;
  margin-right: .1488rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-info .product-paper-item__p {
  display: flex;
  align-items: center;
  color: #474342;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-info .product-paper-item__p span {
  margin-right: .27rem;
  position: relative;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-info .product-paper-item__p span::after {
  content: "";
  width: 1px;
  height: .12rem;
  background-color: #474342;
  position: absolute;
  right: -.13rem;
  top: 50%;
  transform: translateY(-50%);
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-title {
  color: #474342;
  text-overflow: ellipsis;
  /* 当文本溢出时显示省略号 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  white-space: nowrap;
  /* 禁止换行 */
  margin-bottom: .2rem;
  transition: all .3s ease;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-desc {
  color: #666666;
  height: 60px;
  line-height: 30px;
  word-break: break-all;
  /* 允许单词在行尾断开 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  display: -webkit-box;
  /* 将元素作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-btn {
  display: flex;
  align-items: center;
  color: #333;
  margin-top: .36rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-btn img {
  width: .25rem;
  height: .25rem;
  margin-left: .17rem;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item:hover {
  box-shadow: 0 0.04rem 0.45rem rgba(0, 0, 0, 0.1);
}

.product-paper .product-paper-con .product-paper-items .product-paper-item:hover .product-paper-item-title {
  color: #003297;
}

.product-paper .product-paper-con .product-paper-items .product-paper-item:last-child {
  margin-right: 0;
}

.product-spec {
  padding-top: .8rem;
  padding-bottom: 1rem;
}

.product-spec .product-spec-title {
  text-align: center;
  color: #000000;
  margin-bottom: .21rem;
}

.product-spec .product-spec-entitle {
  text-align: center;
  color: #999999;
}

.product-spec .product-spec-table {
  width: 16.6rem;
  margin: .6rem auto 0;
  display: flex;
}

.product-spec .product-spec-table .product-spec-table-col {
  width: 4.15rem;
}

.product-spec .product-spec-table .product-spec-table-col .product-spec-table-dl {
  width: 100%;
  height: .74rem;
  background-color: #003297;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-right: 1px solid #FFFFFF;
}

.product-spec .product-spec-table .product-spec-table-col .product-spec-table-dt {
  width: 100%;
  height: .74rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  border-right: 1px solid #EDEDED;
}

.product-spec .product-spec-table .product-spec-table-col:last-child .product-spec-table-dl {
  border-right: 0;
}

.product-spec .product-spec-table .product-spec-table-col:last-child .product-spec-table-dt {
  border-right: 0;
}

.product-material-nav {
  padding-left: 1.3rem;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}

.product-material-nav::-webkit-scrollbar {
  height: 0;
}

.product-material-nav .product-material-nav-item {
  display: inline-block;
  height: .8rem;
  flex-shrink: 0;
}

.product-material-nav .product-material-nav-item p {
  height: 100%;
  position: relative;
  color: #666;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-material-nav .product-material-nav-item p.active {
  color: #003297;
}

.product-material-nav .product-material-nav-item p.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: .54rem;
  height: 1px;
  background-color: #003297;
}

.product-material-nav .product-material-nav-item p:hover {
  color: #003297;
}

.product-material-nav .product-material-nav-item p:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: .54rem;
  height: 1px;
  background-color: #003297;
}

.product-material-nav .swiper-materialnav .swiper-slide {
  width: auto;
}

.product-material {
  display: flex;
  align-items: center;
  margin-top: .8rem;
}

.product-material .product-material-box {
  display: none;
  width: 16.6rem;
  margin: 0 auto;
}

.product-material .product-material-box .product-material__img {
  width: 7.34rem;
  height: 4.48rem;
  object-fit: cover;
  border-radius: .15rem;
}

.product-material .product-material-box .product-material-right {
  padding-left: .55rem;
  padding-top: .4rem;
  position: relative;
  background: url("../images/applicationbg.png") no-repeat;
  background-size: 100% 100%;
}

.product-material .product-material-box .product-material-right .product-material-title {
  color: #000000;
  margin-bottom: .4rem;
}

.product-material .product-material-box .product-material-right .product-material-content {
  line-height: 1.6;
  color: #999999;
}

.product-material .product-material-box .product-material-right .product-material-more {
  width: 1.63rem;
  height: .5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #003297;
  border-radius: .25rem;
  padding-left: .31rem;
  position: absolute;
  bottom: .55rem;
}

.product-material .product-material-box .product-material-right .product-material-more img {
  width: .32rem;
  height: .32rem;
  margin-left: .24rem;
}

.centerpoint {
  position: absolute;
  border-radius: 50%;
  background-color: #003297;
  z-index: 999;
}

.centerpoint .centerimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.noamaldiv {
  position: absolute;
  z-index: 999999;
  cursor: pointer;
}

.noamaldiv:hover .hoverbox {
  display: block;
}

.noamaldiv:hover .pointdiv img:first-child {
  animation: fadeup .5s ease;
}

.noamaldiv .pointdiv {
  position: relative;
}

.noamaldiv .pointdiv .ellipse {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  max-width: none;
  width: 39px;
  height: 16px;
}

.noamaldiv .divp {
  width: 75px;
  padding-top: .1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.noamaldiv .divp p {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.3;
}

.hoverbox {
  display: none;
  position: absolute;
  width: 2.74rem;
  height: 2.92rem;
  background: #FFF;
  box-shadow: 0 0 0.4rem 0 rgba(255, 85, 51, 0.13);
  padding: .14rem;
  top: calc(100% + .1rem);
  left: .5rem;
  z-index: 999999999;
}

.hoverbox .hoverimg {
  display: block;
  width: 2.45rem;
  height: 1.42rem;
  flex-shrink: 0;
  margin: 0 auto;
}

.hoverbox .hovertextdiv .signp {
  margin-top: .15rem;
  font-size: 14px;
  color: #B3B3B3;
}

.hoverbox .hovertextdiv .detailp {
  font-size: 14px;
  color: #333333;
  margin-top: .06rem;
}

@keyframes fadeup {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.mfooter {
  display: none;
}

.mfooter-box {
  width: 6.9rem;
  margin: 0 auto;
  background: url("../images/mfoot-formbg.png") no-repeat;
  background-size: cover;
  padding-top: 1.23rem;
  padding-left: .49rem;
  padding-right: .49rem;
  padding-bottom: .9rem;
  border-radius: .08rem;
  transform: translateY(1.6rem);
}

.mfooter-box .mfooter-box-form .mfooter-form-tip {
  color: #FFF;
  font-size: .28rem;
  font-weight: 400;
}

.mfooter-box .mfooter-box-form .mfooter-form__p {
  color: #FFF;
  font-size: .42rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: .1rem;
}

.mfooter-box .mfooter-box-form .mfooter-form-desc {
  margin-top: .17rem;
  color: #FFF;
  font-size: .28rem;
  font-weight: 300;
  line-height: normal;
}

.mfooter-box .mfooter-box-form .mfooter-form-input {
  margin-top: 1.3rem;
}

.mfooter-box .mfooter-box-form .mfooter-form-input .mfooter-form-input__input {
  width: 100%;
  height: .8rem;
  flex-shrink: 0;
  border-radius: .27rem;
  background: #FFF;
  box-sizing: border-box;
  padding-left: .4rem;
  margin-bottom: .15rem;
  color: #666;
  font-size: .26rem;
  font-weight: 400;
}

.mfooter-box .mfooter-box-form .mfooter-form-input .mfooter-form-input__input:last-child {
  margin-bottom: 0;
}

.mfooter-box .mfooter-box-form .mfooter-form-input .mfooter-form-input__input::placeholder {
  color: #666;
  font-size: .26rem;
}

.mfooter-box .mfooter-box-form .mfooter-form-input .mfooter-form-input__input::-moz-placeholder {
  color: #666;
  font-size: .26rem;
}

.mfooter-box .mfooter-box-form .mfooter-form-input .mfooter-form__submit {
  width: 2.24rem;
  height: .62rem;
  flex-shrink: 0;
  color: #003297;
  font-size: .26rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .36rem auto 0;
  background-color: #ffffff;
  border-radius: .3rem;
}

.mfooter-bottom-code-box {
  background-color: #3e3e3e;
  overflow: hidden;
}

.mfooter-nav {
  padding-top: 2rem;
  background-color: #3e3e3e;
  background: url("../images/mfoot-bg.png") no-repeat;
  background-size: 100% auto;
}

.mfooter-nav .mfooter-nav-list {
  display: block;
  padding-left: .3rem;
  padding-right: .3rem;
  margin: 0 auto;
  color: #FFF;
  font-size: .28rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(129, 129, 129, 0.224);
  background-color: #3e3e3e;
}

.mfooter-nav .mfooter-nav-list .mfooter-nav-list-ul {
  display: none;
}

.mfooter-nav .mfooter-nav-list.on .mfooter-nav-list-ul {
  display: block;
}

.mfooter-nav .mfooter-nav-list-default {
  height: .88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: .28rem;
  font-weight: 500;
}

.mfooter-nav .mfooter-nav-list-li {
  width: 6.9rem;
  height: .88rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(129, 129, 129, 0.224);
  display: flex;
  align-items: center;
  padding-left: .3rem;
}

.mfooter-nav .mfooter-nav-list-li a {
  color: #FFF;
  font-size: .28rem;
  font-weight: 500;
}

.mfooter-bottom-code {
  display: block;
  width: 2.15rem;
  margin: .82rem auto 0;
}

.mfooter-bottom-text-box {
  background-color: #3e3e3e;
}

.mfooter-bottom-text {
  text-align: center;
  padding-top: .22rem;
  color: #FFF;
  font-size: .24rem;
  font-weight: 400;
}

.bc3e3e3e {
  background-color: #3e3e3e;
}

.mfooter-share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .72rem;
  background-color: #3e3e3e;
}

.mfooter-share1 {
  background: url("../images/footer-icon1.svg") no-repeat;
  background-size: 100% 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .12rem;
  margin-right: .12rem;
}

.mfooter-share1:hover {
  background: url("../images/footer-icon1-show.svg") no-repeat;
  background-size: 100% 100%;
}

.mfooter-share2 {
  background: url("../images/footer-icon2.svg") no-repeat;
  background-size: 100% 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .12rem;
  margin-right: .12rem;
}

.mfooter-share2:hover {
  background: url("../images/footer-icon2-show.svg") no-repeat;
  background-size: 100% 100%;
}

.mfooter-share3 {
  background: url("../images/footer-icon3.svg") no-repeat;
  background-size: 100% 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .12rem;
  margin-right: .12rem;
}

.mfooter-share3:hover {
  background: url("../images/footer-icon3-show.svg") no-repeat;
  background-size: 100% 100%;
}

.mfooter-share4 {
  background: url("../images/footer-icon4.svg") no-repeat;
  background-size: 100% 100%;
  width: .5rem;
  height: .5rem;
  margin-left: .12rem;
  margin-right: .12rem;
}

.mfooter-share4:hover {
  background: url("../images/footer-icon4-show.svg") no-repeat;
  background-size: 100% 100%;
}

.mfooter-copyright {
  border-top: 1px solid rgba(129, 129, 129, 0.224);
  padding-top: .24rem;
  padding-bottom: .85rem;
  background-color: #3e3e3e;
}

.mfooter-copyright .mfooter-copyright-top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #808080;
  margin: 0 auto;
  font-size: .24rem;
  font-weight: 400;
}

.mfooter-copyright .mfooter-copyright-top a {
  position: relative;
  margin-right: .23rem;
  color: #B4B4B4;
}

.mfooter-copyright .mfooter-copyright-top a::after {
  content: "";
  width: 1px;
  height: .27rem;
  background-color: #B4B4B4;
  position: absolute;
  right: -.12rem;
  top: 50%;
  transform: translateY(-50%);
}

.mfooter-copyright .mfooter-copyright-top a:last-child {
  margin-right: 0;
}

.mfooter-copyright .mfooter-copyright-top a:last-child::after {
  content: none;
}

.mfooter-copyright .mfooter-copyright-text {
  display: flex;
  justify-content: center;
  margin-top: .1rem;
  margin-bottom: .1rem;
  color: #B4B4B4;
  font-size: .24rem;
  font-weight: 400;
}

.mfooter-copyright .mfooter-ba {
  display: flex;
  justify-content: center;
  margin-top: .1rem;
  margin-bottom: .1rem;
  color: #B4B4B4;
  font-size: .24rem;
  font-weight: 400;
}

.business-ani {
  transform: translateY(2.62rem);
}

.m_header {
  display: none;
}

.m_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 10px 15px;
  z-index: 98;
  justify-content: space-between;
  transition: all 0.5s;
  z-index: 999999999;
}

.m_header-inner {
  position: sticky;
  background-color: #ffffff;
}

.m_header.on {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.m_header .logo {
  width: 62px;
}

.m_header .logo img {
  width: 100%;
  display: block;
}

.m_header .right {
  display: flex;
  align-items: center;
}

.m_header .right .tel {
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
  padding-left: 26px;
  line-height: 26px;
  background: url(../img/m_tel.svg) no-repeat left center;
  background-size: 22px auto;
}

/*.m_header .right .tel{width: 22px;margin-right: 18px;}*/
/*.m_header .right .tel img{width: 100%;}*/
.m_header .right .ser {
  width: 20px;
  margin-right: 18px;
}

.m_header .right .ser img {
  width: 100%;
}

.m_header .btn {
  display: block;
}

.m_header .btn {
  margin-right: 0;
  cursor: pointer;
  height: 37px;
  padding-top: 16px;
}

.m_header .btn.hide {
  opacity: 0;
}

.m_header .btn div {
  display: block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.3s;
}

/*.m_header .btn div {*/
/*  background-color: #333;*/
/*}*/
.m_header-inner .btn div {
    background-color: #333;
}

.m_header .btn div:nth-child(1) {
  transform: translate(0, -8px);
}

.m_header .btn div:nth-child(2) {
  transform: translate(12px, 0);
  width: 12px;
}

.m_header .btn div:nth-child(3) {
  transform: translate(0px, 8px);
}

.m_header .btn:hover div:nth-child(1) {
  transform: translate(0, -8px);
}

.m_header .btn:hover div:nth-child(2) {
  transform: translate(0, 0);
  width: 22px;
}

.m_header .btn:hover div:nth-child(3) {
  transform: translate(0, 8px);
}

.m_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mh_nav {
  display: block !important;
}

.mh_nav {
  position: fixed;
  top: 0;
  left: 10%;
  width: 90%;
  transform: translateX(120%);
  z-index: 9999999999;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
  padding: 50px 15px;
  transition: all 0.5s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.mh_nav.show {
  transform: translateX(0);
}

.mh_nav .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.mh_nav .nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 40px;
}

.mh_nav .nav > li > a {
  line-height: 60px;
  font-size: 16px;
  display: block;
  font-family: hm;
}

.mh_nav .nav > li:after {
  content: "";
  position: absolute;
  right: 0;
  /*top: 24px;*/
  top: 50%;
  transition: all 0.5s;
  /*width: 12px;*/
  /*height: 12px;*/
  width: 24px;
  height: 24px;
  background: url(../images/select_jt.png) no-repeat center;
  background-size: 12px auto;
  transform: translateY(-50%) rotate(-90deg);
}

.mh_nav .nav > li.on:after {
  transform: rotate(0deg);
}

.mh_nav .nav > li:nth-child(1):after {
  display: none;
}

/*.mh_nav .nav > li:nth-child(4):after {*/
/*  display: none;*/
/*}*/

.mh_nav .nav > li .nav1 {
  padding: 15px;
  line-height: 24px;
  display: none;
  font-size: 14px;
  font-family: hm;
  padding-top: 0;
}

.mh_nav .nav > li .nav1 .h {
  font-family: 'hb';
  font-weight: 600;
  font-size: 14px;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.mh_nav .nav > li .nav1 a {
    display: block;
  padding: 6px 0;
}

.mh_nav .nav > li .nav2 {
  font-size: 13px;
  padding-left: 16px;
  font-family: hr;
}

.mh_nav .nav > li .nav2 a {
  font-size: 13px;
  padding: 0;
}

/*.mh_nav .nav > li:nth-child(4) .nav1 {*/
/*  display: none !important;*/
/*}*/

.productcen-item-labelbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-table {
  width: 100%;
  border: 0;
  border-collapse:collapse;
}
.product-table th {
  // border: 0;
  height: 0.74rem;
  background-color: #003297;
  color: #FFF;
  border-right: 1px solid #FFFFFF;
  border-collapse:collapse;
}
.product-table td {
  height: 0.74rem;
  color: #333333;
  border-right: 1px solid #EDEDED;
  text-align: center;
}
.product-table td:last-child {
  border-right: 0;
}
.product-detail th {
  width: 4.41rem;
  background-color: transparent;
}
.product-detail th div {
  background-color: #003297;
  width: calc( 100% - .25rem );
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail th {
  border-right: 0;
}
.product-detail td {
  width: 4.41rem;
  border-right: 0;
  padding-top: .16rem;
}
.product-detail td div {
  width: calc( 100% - .25rem );
  height: .74rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.swiper-honour .swiper-slide {
  background: url(../images/honour1.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-honour .swiper-slide img {
    width: 100%;
    transform: scale(.85);
}
.website {
    padding-top: 120px;
    padding-bottom: 80px;
    width: 16.58rem;
    margin: 0 auto;
}
.website .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .35rem;
}
.website .cont {
    line-height: 1.5;
}
.article-page01.map .cont p {
    line-height: 1.5;
}

@media screen and (max-width: 1800px) {
  .canvas-wrapper .canvas-data {
    bottom: .34rem;
  }
}

@media screen and (max-width: 1680px) {
  .product-material .product-material-box .product-material-right .product-material-more img {
    margin-left: .2rem;
  }
  .product-material .product-material-box .product-material-right .product-material-more {
    padding-left: .28rem;
  }
  .ind2-type-text {
          transform: translateY(80px);
  }
}

@media screen and (max-width: 1560px) {
  .canvas-wrapper .canvas-data {
    bottom: .2rem;
  }
  .way-left {
    height: 700px;
  }
  .way-right {
    height: 700px;
  }
}

@media screen and (max-width: 1440px) {
  .productcen-more-board {
    padding-left: .2rem;
  }
  .productcen-more-board img {
    width: .28rem;
    height: .28rem;
  }
  .canvas-wrapper .canvas-data {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .product-material .product-material-box .product-material-right .product-material-more {
    padding-left: .2rem;
  }
  .hoverbox {
    height: 3.1rem;
  }
  .ind4-container-left-link {
    padding: 0 .11rem 0 .21rem;
  }
}

@media screen and (max-width: 1366px) {
  .product-material .product-material-box .product-material-right .product-material-more img {
    margin-left: .15rem;
  }
  .ind2-container-left-link {
    padding: 0 .11rem 0 .21rem;
  }
}

@media screen and (max-width: 1290px) {
  .productcen-left-item p {
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    white-space: nowrap;
    /* 保持文本在一行内显示 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-title {
    margin-bottom: .1rem;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-desc {
    line-height: 24px;
    height: 48px;
  }
  .canvas-wrapper .canvas-data {
    bottom: 0;
  }
  .noamaldiv .divp p {
    font-size: 14px;
  }
  .product-material .product-material-box .product-material-right .product-material-content {
    display: -webkit-box;
    /* 设置为 WebKit 内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 5;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
  }
  .banner-todo-list {
    padding-bottom: .26rem;
  }
  .intro-img {
    margin: 2.8rem auto 0;
  }
  .way-left {
    height: 650px;
  }
  .way-right {
    height: 650px;
  }
  .ind2-type {
    height: 3.1rem;
  }
  .ind2 .ind2-container-left .ind2-coo-blue {
    font-size: 28px;
  }
  .ind2-container-left .ind2-coo-black {
    font-size: 28px;
  }
  .hoverbox .hoverimg {
    height: 1.2rem;
  }
  .ind4-container-left-link {
    padding: 0 .11rem 0 .21rem;
  }
}

@media screen and (max-width: 1200px) {
  .intro-con-tip {
    margin-bottom: .25rem;
  }
  .intro-con-con {
    line-height: 30px;
  }
  .intro-con-tip {
    line-height: 30px;
  }
  .ind2 .ind2-container-left .ind2-coo-blue {
    font-size: 28px;
  }
  .ind2-container-left .ind2-coo-black {
    font-size: 28px;
  }
}

@media screen and (max-width: 1050px) {
  .product-material .product-material-box .product-material-right .product-material-more img {
    margin-left: .1rem;
  }
}

.pc {
  display: block !important;
}

.pc-flex {
  display: flex !important;
}

.pc-grid {
  display: grid !important;
}

.mobile {
  display: none !important;
}

.mobile-flex {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .pc-grid {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .header-box {
    display: none;
  }
  .m_header {
    display: flex !important;
  }
  .footer-box {
    display: none;
  }
  .mfooter {
    display: block;
  }
  canvas {
    display: block;
    width: 100%;
    background: url("../images/m_map.png") no-repeat;
    background-size: 100% 100%;
  }
  .divp p:nth-child(2) {
    display: none;
  }
  .pointdiv img:first-child {
    width: 11px;
    height: 17px;
  }
  .noamaldiv .divp {
    width: auto;
    white-space: nowrap;
  }
  .noamaldiv .divp-right {
    left: calc(100% + 12px);
    right: auto;
    transform: translateX(0);
    padding: 0;
  }
  .noamaldiv .divp-left {
    left: auto;
    right: calc(100% + 12px);
    transform: translateX(0);
    padding-top: 0;
  }
  .noamaldiv .divp-top {
    padding-top: 0;
    top: -100%;
  }
  .noamaldiv .pointdiv .ellipse {
    width: 25px;
    height: 12px;
  }
  .intro-article {
    width: 90%;
  }
  .intro-con {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .counter {
    width: 90%;
    margin: 0 auto;
  }
  .intro-con-right {
    width: 90%;
  }
  .counter-item {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    margin-top: .3rem;
  }
  .counter {
    flex-wrap: wrap;
  }
  .intro-img {
    margin: 0 auto;
  }
  .intro-con {
    position: static;
  }
  .intro-con {
    width: 90%;
    margin: 0 auto;
  }
  .talent {
    padding-bottom: 0;
  }
  .prelative {
    padding-top: .5rem;
  }
  .productcen-main {
    display: flex;
    flex-direction: column;
  }
  .product-paper {
    padding-bottom: 0;
  }
  .productcen-main {
    width: 100%;
  }
  .productcen-right {
    width: 90%;
    padding-left: 0;
    margin: .5rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .productcen-item {
    width: 49%;
  }
  .productcen-item {
    margin-right: 0;
    margin-bottom: .2rem;
  }
  .productcen-left {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
  }
  .productcen-left-item {
    width: 48%;
  }
  .linebox {
    flex-shrink: 0;
  }
  .product-params .product-params-conbox {
    width: 90%;
  }
  .product-params-rows {
    display: flex;
    flex-direction: column;
  }
  .product-params .product-params-conbox .product-params-rows .product-params-col {
    width: 100%;
  }
  .product-params .product-params-conbox {
    background-size: 100% 150%;
    background-position: 0 -120px;
  }
  .product-areas {
    width: 100%;
  }
  .product-areas-box {
    display: flex;
    flex-direction: column;
  }
  .product-areas .product-areas-box .product-areas-right {
    margin-left: 0;
    width: 95%;
    margin: 0 auto;
    margin-left: 0;
  }
  .product-areas .product-areas-box .product-areas-right-foronly {
    width: 90%;
    margin: 0 auto;
  }
  .product-article .product-article-con {
    width: 90%;
  }
  .product-article .product-article-con {
    padding: .4rem;
  }
  .product-article .product-article-con .product-article-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .product-article .product-article-con .product-article-con__article {
    margin-top: .3rem;
  }
  .product-article .product-article-con {
    position: static;
    transform: translateX(0);
    margin: .3rem auto;
  }
  .product-article {
    padding-bottom: .6rem;
  }
  .product-paper .product-paper-con {
    width: 90%;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item {
    width: 49%;
    margin-right: 0;
  }
  .product-paper .product-paper-con .product-paper-items {
    justify-content: space-between;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item:nth-child(3) {
    display: none;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-litpic {
    object-fit: cover;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con {
    padding: 0.27rem 0.1rem 0.37rem 0.1rem;
  }
  .product-paper {
    /*padding-top: 1rem;*/
  }
  .product-paper .product-paper-con .product-paper-items {
    margin-top: .5rem;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-info {
    margin-bottom: .3rem;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-title {
    margin-bottom: .2rem;
    font-size: 14px;
    color: #003297;
  }
  .product-paper .product-paper-con .product-paper-items .product-paper-item .product-paper-item-con .product-paper-item-desc {
    font-size: 14px;
  }
  .product-detail-top .detail-top-box .swiper-product-detail .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .product-detail-top .detail-top-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-detail-top .detail-top-box .swiper-product-detail .swiper-slide .product-img {
    width: 100%;
    height: auto;
  }
  .product-detail-top .detail-top-box .swiper-product-detail .swiper-slide .productp-desc {
    width: 90%;
    margin: .3rem auto 0;
    padding: 0;
  }
  .product-detail-top {
    padding-top: 0;
  }
  .product-detail-top .detail-top-box .swiper-thumb-box {
    position: static;
    width: 90%;
    margin: .5rem auto 0;
  }
  .product-detail-top .detail-top-box {
    background-color: #F9FBFD;
    border-radius: 0.15rem;
    padding-bottom: .3rem;
  }
  .product-spec .product-spec-table {
    width: 90%;
  }
  .product-material .product-material-box {
    flex-direction: column;
  }
  .product-material .product-material-box .product-material-right .product-material-more {
    position: static;
    margin-top: .3rem;
  }
  .product-material .product-material-box .product-material-right .product-material-more {
    width: 1.9rem;
  }
  .product-spec {
    padding-bottom: .5rem;
  }
  .product-areas {
    padding-top: .8rem;
  }
  .product-areas .product-areas-box {
    margin-top: .6rem;
  }
  .product-areas .product-areas-box .product-areas-right .product-areas-item-box .product-areas-item {
    padding-top: .3rem;
    padding-bottom: .26rem;
  }
  .product-detail-top .detail-top-box .swiper-product-detail {
    margin: 0 auto;
  }
  .product-detail-top .detail-top-box .productp-desc {
    padding-left: 5%;
    padding-right: 5%;
  }
  .product-material-nav {
    padding-left: .3rem;
  }
  .banner-list {
    width: 90%;
    position: static;
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    padding: .6rem 0;
    margin: 0 auto;
  }
  .news-list-item {
    width: 90%;
  }
  .swiper-news {
    width: 100%;
  }
  .banner-todo {
    width: 100%;
    margin-top: .35rem;
  }
  .news-list {
    padding-top: 0;
  }
  .news .newsbanner .banner-tip {
    top: 1.5rem;
  }
  .main {
    width: 90%;
    margin: .5rem auto;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
  }
  .main-left {
    width: 100%;
    padding: .3rem;
  }
  .detail-other {
    align-items: center;
  }
  .detail-other-time {
    font-size: 14px;
  }
  .detail-other-share {
    font-size: 14px;
    flex-shrink: 0;
  }
  .detail-article {
    padding-top: .5rem;
  }
  .main-right {
    width: 100%;
    padding-top: .3rem;
    margin-top: .3rem;
  }
  .main-right-box {
    width: 100%;
    position: sticky;
    top: 4.1rem;
  }
  .main-right-li {
    width: 100%;
  }
  .main-right-li-title {
    width: 100%;
  }
  .main-next {
    width: 100%;
    padding-top: .4rem;
  }
  .main-next-link {
    width: 100%;
  }
  .main-next-link-title {
    width: 100%;
  }
  .main-next-link-title {
    padding-top: .4rem;
  }
  .toindx {
    margin-top: .3rem;
  }
  .main-next-link-title {
    padding-top: .2rem;
  }
  .detail-h1 {
    font-size: .42rem;
  }
  .newsbanner .banner-tip {
    top: 1.52rem;
  }
  .swiper-honour {
    margin-left: 5% !important;
    margin-top: .6rem;
  }
  .swiper-honour-control {
    margin-left: 5%;
    margin-top: .6rem;
  }
  .swiper-honour-control-btn2 {
    margin-right: .3rem;
  }
  .swiper-scrollbar {
    width: calc(95% - 1.72rem);
  }
  .swiper-honour-box {
    padding-bottom: .5rem;
  }
  .honourlist {
    padding-top: .5rem;
  }
  .honourlist-items {
    margin-top: .4rem;
  }
  .honourlist-items {
    width: 90%;
  }
  .honourlist-box {
    width: 49%;
  }
  .honourlist-items {
    display: flex;
    justify-content: space-between;
  }
  .honourlist-box {
    margin-bottom: .2rem;
  }
  .honourlist-item-name {
    margin-top: .2rem;
  }
  .honourlist-item-name {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为3 */
    overflow: hidden;
  }
  .way {
    width: 90%;
    margin: .4rem auto 0;
  }
  .swiper-way .swiper-slide {
    flex-direction: column;
  }
  .way-left {
    height: 300px;
  }
  .way-right {
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    height: auto;
  }
  .duty-list {
    line-height: 1.8;
  }
  .way-control {
    width: 100%;
    margin: .2rem auto 0;
    position: static;
  }
  .way-user {
    left: .3rem;
  }
  .indexswiper-num {
    display: none;
  }
  .product-menu {
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.29rem;
    flex-wrap: wrap;
    width: 6.9rem;
  }
  .product-menu__div {
    width: 33.333%;
  }
  .ind1 .swiper .swiper-slide {
    padding: 0;
    height: 15.9rem;
  }
  .ind1 .bgimg {
    object-fit: cover;
  }
  .ind1 .cont .txt .h1 {
    text-align: center;
    margin-top: 1.17rem;
  }
  .ind1 .cont .txt .h2 {
    text-align: center;
    color: #FFF;
    font-size: .48rem;
    font-style: normal;
    font-weight: 500;
    margin-top: .15rem;
    margin-bottom: .3rem;
  }
  .ind1 .cont .txt .p1 {
    width: 6.9rem;
    max-width: none;
    margin: 0 auto;
  }
  .ind1 .cont .txt .more {
    width: 2rem;
    height: .61rem;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    margin: .24rem auto 0;
    padding-left: .26rem;
    gap: 0;
    font-size: .26rem;
  }
  .ind2-container {
    width: 6.9rem;
    flex-direction: column;
    margin: 0 auto;
  }
  .ind2-container-left .ind2-coo-intro {
    text-align: justify;
  }
  .ind2 .ind2-container-left .ind2-title {
    text-align: center;
  }
  .ind2 .ind2-container-left .ind2-coo-blue {
    text-align: center;
    line-height: 1;
    margin-top: .25rem;
    font-size: .48rem;
  }
  .ind2-container-left .ind2-coo-black {
    text-align: center;
    line-height: 1;
    margin-top: .24rem;
    font-size: .48rem;
  }
  .ind2-container-left {
    width: 100%;
    margin-left: 0;
  }
  .ind2-container-left-link {
    width: 2rem;
    height: 0.61rem;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    margin: 0.24rem auto 0;
    padding-left: 0.26rem;
    gap: 0;
    font-size: .26rem;
    margin: .3rem auto 0;
  }
  .ind2-container-right {
    width: 100%;
  }
  .ind3-text {
    width: 100%;
  }
  .ind3-title {
    text-align: center;
  }
  .ind2-container {
    padding-bottom: .97rem;
  }
  .ind3-title {
    font-size: .28rem;
  }
  .ind3-subtitle {
    width: 4.8rem;
    margin: 0 auto;
    font-size: .48rem;
    line-height: .6rem;
    text-align: center;
    margin-top: .2rem;
  }
  .blockform {
    margin-top: .42rem;
    background-color: #F5F5F5;
    padding-top: .63rem;
    padding-bottom: .9rem;
  }
  .blockform .ind3-con {
    width: 6.9rem;
    margin: 0 auto;
    font-size: .26rem;
    line-height: 1.5;
  }
  .blockform .ind3-info {
    width: 6.9rem;
    margin: .44rem auto 0;
  }
  .blockform .ind3-info .ind3-info__img {
    display: block;
    width: 100%;
    border-radius: .08rem;
  }
  .blockform .ind3-info .ind3-info-address {
    display: flex;
    align-items: center;
    color: #333;
    font-size: .26rem;
    font-weight: 400;
    line-height: .4rem;
    margin-top: .14rem;
  }
  .blockform .ind3-info .ind3-info-address span:first-child {
    color: #B3B3B3;
    font-size: .26rem;
    font-weight: 400;
    line-height: .4rem;
  }
  .canvas-wrapper {
    padding-bottom: 0;
  }
  .canvas-wrapper .canvas-data {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    padding-bottom: 0;
  }
  .canvas-wrapper .canvas-data .canvas-data-item {
    width: 6.9rem;
    height: 1.63rem;
    margin: 0 auto .15rem;
    justify-content: flex-start;
    padding-left: .42rem;
    border-radius: .08rem;
    background: rgba(244, 244, 244, 0.4);
    backdrop-filter: blur(0.11rem);
  }
  .canvas-wrapper .canvas-data .canvas-data-item:last-child {
    margin-bottom: 0;
  }
  .ind4 {
    padding-top: 1.7rem;
    padding-bottom: 0;
  }
  .ind4 .ind4-title {
    text-align: center;
    line-height: 1;
    color: #043198;
    font-size: .32rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .04rem;
    text-transform: capitalize;
  }
  .ind4 .ind4-subtitle {
    color: #333;
    text-align: center;
    font-family: "HarmonyOS Sans SC";
    font-size: .48rem;
    font-weight: 500;
    line-height: .6rem;
    margin-top: .25rem;
  }
  .ind4-top {
    width: 6.9rem;
    flex-direction: column;
  }
  .ind4-top .ind4-top-img {
    width: 100%;
    height: auto;
  }
  .ind4-top .ind4-top-right {
    padding: .5rem .4rem .3rem;
  }
  .ind4-box {
    background: linear-gradient(to bottom, #fefefe, #f9f9f9);
  }
  .ind4-top {
    background-color: #ffffff;
  }
  .ind4-top-news {
    color: #003297;
    font-size: .32rem;
    font-weight: 500;
    line-height: 1.3;
    margin-top: .4rem;
    font-weight: bold;
  }
  .ind4-top-news-con {
    margin-top: .3rem;
    overflow: hidden;
    color: #666;
    font-size: .26rem;
    font-weight: 400;
    line-height: .37rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为3 */
    overflow: hidden;
  }
  .ind4-container-left-link {
    margin-top: .8rem;
    width: 2rem;
    height: .61rem;
    flex-shrink: 0;
    border-radius: .25rem;
    background: #003297;
    padding: 0 0.11rem 0 0.26rem;
  }
  .ind4-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .ind4-items .ind4-item {
    width: 6.9rem;
    margin: .6rem auto 0;
  }
  .ind4-item-box {
    background-color: #ffffff;
    padding: 0.5rem 0.4rem 0.3rem;
  }
  .ind4-item__p {
    color: #003297;
    font-size: .32rem;
    line-height: 1.3;
    margin-top: 0.4rem;
    font-weight: bold;
  }
  .ind4-item-intro {
    margin-top: 0.3rem;
    color: #666;
    font-size: .26rem;
    font-weight: 400;
    line-height: .37rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .website {
      width: 90%;
  }
}
