@charset "utf-8";
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 1.8s ease-in-out;
}
.each-item:hover .picture img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  zoom: 1.1 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HONORSansCN-Regular", "Microsoft YaHei", "PingFang SC";
}
@media screen and (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1580px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media screen and (max-width: 1260px) {
  html {
    font-size: 66px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-family: "HONORSansCN-Regular", "Microsoft YaHei", "PingFang SC";
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 1900px) {
  body {
    font-size: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 1260px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: .28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.overflow {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.contain {
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .contain {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .contain {
    max-width: 90%;
    width: 90%;
  }
}
@font-face {
  font-family: "HONORSansCN-Bold";
  src: url("https://font.fonwi.com/xinweb/addfile/tongrui/fonts/HONORSansCN-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-DemiBold";
  src: url("https://font.fonwi.com/xinweb/addfile/tongrui/fonts/HONORSansCN-DemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-Regular";
  src: url("https://font.fonwi.com/xinweb/addfile/tongrui/fonts/HONORSansCN-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
.pt80 {
  padding-top: 0.8rem;
}
@media screen and (max-width: 1900px) {
  .pt80 {
    padding-top: 4.1667vw;
  }
}
@media screen and (max-width: 991px) {
  .pt80 {
    padding-top: 1rem;
  }
}
.pb80 {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 1900px) {
  .pb80 {
    padding-bottom: 4.1667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb80 {
    padding-bottom: 1rem;
  }
}
.pt90 {
  padding-top: 0.9rem;
}
@media screen and (max-width: 1900px) {
  .pt90 {
    padding-top: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .pt90 {
    padding-top: 1rem;
  }
}
.pb90 {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 1900px) {
  .pb90 {
    padding-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .pb90 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media screen and (max-width: 1900px) {
  .pt100 {
    padding-top: 5.208333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1900px) {
  .pb100 {
    padding-bottom: 5.208333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt110 {
  padding-top: 1rem;
}
@media screen and (max-width: 1900px) {
  .pt110 {
    padding-top: 5.729166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pt110 {
    padding-top: 1.1rem;
  }
}
.pb110 {
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 1900px) {
  .pb110 {
    padding-bottom: 5.729166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb110 {
    padding-bottom: 1.1rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media screen and (max-width: 1900px) {
  .pt120 {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 1900px) {
  .pb120 {
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt150 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1900px) {
  .pt150 {
    padding-top: 7.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .pt150 {
    padding-top: 1rem;
  }
}
.pb150 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1900px) {
  .pb150 {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .pb150 {
    padding-bottom: 1rem;
  }
}
.pt160 {
  padding-top: 1.6rem;
}
@media screen and (max-width: 1900px) {
  .pt160 {
    padding-top: 8.333333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pt160 {
    padding-top: 1.2rem;
  }
}
.pb160 {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1900px) {
  .pb160 {
    padding-bottom: 8.333333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pb160 {
    padding-bottom: 1.2rem;
  }
}
.pt170 {
  padding-top: 1.7rem;
}
@media screen and (max-width: 1900px) {
  .pt170 {
    padding-top: 8.854166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pt170 {
    padding-top: 1.2rem;
  }
}
.pb170 {
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 1900px) {
  .pb170 {
    padding-bottom: 8.854166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb170 {
    padding-bottom: 1.2rem;
  }
}
.pb200 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1900px) {
  .pb200 {
    padding-bottom: 10.41666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb200 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1900px) {
  .font12 {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .font12 {
    font-size: 12px;
  }
}
.font14 {
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .font14 {
    font-size: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .font14 {
    font-size: 14px;
  }
}
.font16 {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .font16 {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .font16 {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.font18 {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .font18 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .font18 {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.font20 {
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .font20 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .font20 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.font24 {
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .font24 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .font24 {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.font28 {
  font-size: 28px;
}
@media screen and (max-width: 1900px) {
  .font28 {
    font-size: 1.458333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .font28 {
    font-size: clamp(20px, 0.28rem, 28px);
  }
}
.font30 {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .font30 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .font30 {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
.font40 {
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .font40 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .font40 {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.font48 {
  font-size: 48px;
}
@media screen and (max-width: 1900px) {
  .font48 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1260px) {
  .font48 {
    font-size: clamp(24px, 0.48rem, 48px);
  }
}
.font50 {
  font-size: 50px;
}
@media screen and (max-width: 1900px) {
  .font50 {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .font50 {
    font-size: clamp(26px, 0.5rem, 5px);
  }
}
.font60 {
  font-size: 60px;
}
@media screen and (max-width: 1900px) {
  .font60 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1260px) {
  .font60 {
    font-size: clamp(30px, 0.6rem, 60px);
  }
}
#interval {
  height: 1.05rem;
}
@media screen and (max-width: 1260px) {
  #interval {
    height: 84px;
  }
}
.public-btn span,
.public-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.1rem;
  height: 0.32rem;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background: #005ab7;
  padding: 0 0.15rem;
  border-radius: 0.16rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .public-btn span,
  .public-btn a {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn span,
  .public-btn a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1580px) {
  .public-btn span,
  .public-btn a {
    height: 0.42rem;
    border-radius: 0.21rem;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn span,
  .public-btn a {
    height: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .public-btn span,
  .public-btn a {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn span,
  .public-btn a {
    padding: 0 0.3rem;
  }
}
.public-btn span img,
.public-btn a img {
  display: inline-block;
  margin-left: 8px;
  width: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.public-btn span:before,
.public-btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(160px * 3);
  min-height: calc(160px * 3);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  opacity: .3;
  left: -35px;
  border-radius: 35%;
  animation-duration: 10s;
}
.public-btn span:after,
.public-btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(160px * 3);
  min-height: calc(160px * 3);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  left: -10px;
  opacity: .5;
  border-radius: 37%;
  animation-duration: 10s;
}
.public-btn span:after:after,
.public-btn a:after:after {
  background: #FFFFFF;
  left: 128%;
}
.public-btn span:hover,
.public-btn a:hover {
  color: #ffffff;
  background: #005ab7;
}
.public-btn span:hover:before,
.public-btn a:hover:before {
  background: #FFFFFF;
  left: 125%;
  opacity: 1;
}
.public-btn span:hover:after,
.public-btn a:hover:after {
  background: #FFFFFF;
  left: 128%;
  opacity: 1;
}
.public-btn.white span,
.public-btn.white a {
  color: #FFFFFF;
  background: none;
  border: #ffffff solid 1px;
}
@media screen and (max-width: 1580px) {
  .public-btn.white span,
  .public-btn.white a {
    height: 0.42rem;
    border-radius: 0.21rem;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn.white span,
  .public-btn.white a {
    height: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.white span,
  .public-btn.white a {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.white span,
  .public-btn.white a {
    padding: 0 0.3rem;
  }
}
.public-btn.orange span,
.public-btn.orange a {
  color: #ffffff;
  background: #ffa11b;
  border: #ffa11b solid 1px;
}
@media screen and (max-width: 1580px) {
  .public-btn.orange span,
  .public-btn.orange a {
    height: 0.42rem;
    border-radius: 0.21rem;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn.orange span,
  .public-btn.orange a {
    height: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.orange span,
  .public-btn.orange a {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.orange span,
  .public-btn.orange a {
    padding: 0 0.3rem;
  }
}
.public-btn.larger a,
.public-btn.larger span {
  min-width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.2rem;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .public-btn.larger a,
  .public-btn.larger span {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn.larger a,
  .public-btn.larger span {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
@media screen and (max-width: 991px) {
  .public-btn.larger a,
  .public-btn.larger span {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.larger a,
  .public-btn.larger span {
    padding: 0 0.3rem;
  }
}
.public-btn.larger a img,
.public-btn.larger span img {
  margin-left: 0.2rem;
  width: 6px;
}
.public-btn.gray a,
.public-btn.gray span {
  color: #666666;
  background: rgba(204, 204, 204, 0.2);
}
.public-btn.gray a:hover,
.public-btn.gray span:hover {
  color: #FFFFFF;
  background: #005ab7;
}
.public-btn.gray a:hover img,
.public-btn.gray span:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1580px) {
  .public-btn.gray a,
  .public-btn.gray span {
    height: 0.42rem;
    border-radius: 0.21rem;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn.gray a,
  .public-btn.gray span {
    height: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.gray a,
  .public-btn.gray span {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.gray a,
  .public-btn.gray span {
    padding: 0 0.3rem;
  }
}
.public-btn.gray a img,
.public-btn.gray span img {
  margin-left: 0.2rem;
  width: 6px;
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.displace {
  top: -0.32rem;
}
@media screen and (max-width: 1260px) {
  .header.displace {
    top: -32px;
  }
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.78%;
  padding-right: 1.78%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .header-top {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media screen and (max-width: 991px) {
  .header .header-top {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.header .header-top .header-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.header .header-top .header-link a {
  color: #ffffff;
  font-size: 14px;
  line-height: 0.32rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .header .header-top .header-link a {
    font-size: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .header-top .header-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .header .header-top .header-link a {
    line-height: 32px;
  }
}
.header .header-top .header-link a:hover {
  color: #005ab7;
}
.header .box {
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  padding-left: 1.78%;
  padding-right: 1.78%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .box {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media screen and (max-width: 991px) {
  .header .box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.header .box .logo a {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.7rem;
}
@media screen and (max-width: 1260px) {
  .header .box .logo a {
    height: 50px;
  }
}
.header .box .logo a img {
  max-height: 54.2%;
}
@media screen and (max-width: 1260px) {
  .header .box .logo a img {
    max-height: 50%;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav {
    display: none;
  }
}
.header .box .nav ul {
  padding: 0;
}
.header .box .nav ul li {
  padding: 0 0.24rem;
  list-style: none;
}
.header .box .nav ul li.relative {
  position: relative;
}
.header .box .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  height: 0.7rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li > a {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li > a {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.header .box .nav ul li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .box .nav ul li:hover > a {
  color: #ffffff;
}
.header .box .nav ul li:hover > a::before {
  width: 100%;
}
.header .box .nav ul li.on > a {
  color: #ffffff;
}
.header .box .nav ul li.on > a::before {
  width: 100%;
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  padding-top: 0.15rem;
}
.header .box .nav ul li .navcell .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-width: 1.2rem;
  padding: 0.15rem 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.header .box .nav ul li .navcell .cell a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0.07rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li .navcell .cell a {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li .navcell .cell a {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.header .box .nav ul li .navcell .cell a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  background: linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .navcell .cell a:hover {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .box .nav ul li .navcell .cell a:hover::before {
  width: 100%;
}
.header .box .nav ul li .pulldown {
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 5;
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 0.36rem 0.36rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.25s ease, visibility 0.25s, transform 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  z-index: 1000;
}
.header .box .nav ul li .pulldown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .box .nav ul li .pulldown .column-menu {
  margin-top: 0.35rem;
  padding-bottom: 0.6rem;
  max-width: 13.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}
.header .box .nav ul li .pulldown .column-menu > ul {
  position: relative;
  width: 30%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  max-height: 400px;
}
.header .box .nav ul li .pulldown .column-menu > ul::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
}
.header .box .nav ul li .pulldown .column-menu > ul::-webkit-scrollbar {
  width: 4px;
}
.header .box .nav ul li .pulldown .column-menu > ul::-webkit-scrollbar-track {
  background: #eef2f8;
  border-radius: 6px;
}
.header .box .nav ul li .pulldown .column-menu > ul::-webkit-scrollbar-thumb {
  background: #cbdae9;
  border-radius: 6px;
}
.header .box .nav ul li .pulldown .column-menu > ul > li {
  position: relative;
  padding: 0;
  margin-bottom: 0.05rem;
}
.header .box .nav ul li .pulldown .column-menu > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.header .box .nav ul li .pulldown .column-menu > ul > li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: -webkit-linear-gradient(to right, #00c82f, #005ab7);
  background: linear-gradient(to right, #00c82f, #005ab7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .column-menu > ul > li.active::after {
  width: 100%;
}
.header .box .nav ul li .pulldown .column-menu > ul > li.active a span {
  font-family: "HONORSansCN-Bold";
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .box .nav ul li .pulldown .column-menu > ul > li.active a i {
  opacity: 1;
}
.header .box .nav ul li .pulldown .column-menu > ul > li.active a::before {
  opacity: 1;
}
.header .box .nav ul li .pulldown .column-menu > ul > li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 0.5rem;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li .pulldown .column-menu > ul > li a {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li .pulldown .column-menu > ul > li a {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.header .box .nav ul li .pulldown .column-menu > ul > li a::before {
  display: none;
}
.header .box .nav ul li .pulldown .column-menu > ul > li a span {
  display: inline-block;
}
.header .box .nav ul li .pulldown .column-menu > ul > li a i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon43.png) center right no-repeat;
  background-size: 0.08rem auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .column-menu > ul > li a:hover span {
  font-family: "HONORSansCN-Bold";
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .box .nav ul li .pulldown .column-menu > ul > li a:hover i {
  opacity: 1;
}
.header .box .nav ul li .pulldown .column-menu > ul > li a:hover::before {
  opacity: 1;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region {
  position: relative;
  width: 30%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 400px;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region::-webkit-scrollbar {
  width: 4px;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region::-webkit-scrollbar-track {
  background: #eef2f8;
  border-radius: 6px;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region::-webkit-scrollbar-thumb {
  background: #cbdae9;
  border-radius: 6px;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list {
  display: none;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list.active {
  display: block;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item {
  position: relative;
  margin-bottom: 0.05rem;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: -webkit-linear-gradient(to right, #00c82f, #005ab7);
  background: linear-gradient(to right, #00c82f, #005ab7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item:hover::after,
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item.active::after {
  width: 100%;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item:hover a span,
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item.active a span {
  font-family: "HONORSansCN-Bold";
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item:hover a i,
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item.active a i {
  opacity: 1;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 0.5rem;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item a {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item a {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item a::before {
  display: none;
}
.header .box .nav ul li .pulldown .column-menu .tertiary-region .tertiary-list .tertiary-item a i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon43.png) center right no-repeat;
  background-size: 0.08rem auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .column-menu .image-region {
  width: 40%;
  padding: 0 5%;
  box-sizing: border-box;
  text-align: center;
}
.header .box .nav ul li .pulldown .column-menu .image-region.hide {
  display: none;
}
.header .box .nav ul li .pulldown .column-menu .image-region .preview-card {
  width: 100%;
}
.header .box .nav ul li .pulldown .column-menu .image-region .preview-card .preview-img {
  display: block;
  width: 100%;
  border-radius: 0.2rem;
}
.header .box .nav ul li .pulldown .column-menu .image-region .preview-card .preview-caption {
  margin-top: 0.15rem;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li .pulldown .column-menu .image-region .preview-card .preview-caption {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li .pulldown .column-menu .image-region .preview-card .preview-caption {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.header .box .nav ul li .pulldown .pullbox {
  padding: 0.4rem 0;
  display: flex;
  align-items: flex-start;
  column-gap: 0.5rem;
  max-width: 13.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.header .box .nav ul li .pulldown .pullbox .item {
  position: relative;
  flex: 1;
  max-width: calc((100% - 2rem) / 5);
  margin-bottom: 0.05rem;
}
.header .box .nav ul li .pulldown .pullbox .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.header .box .nav ul li .pulldown .pullbox .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: -webkit-linear-gradient(to right, #00c82f, #005ab7);
  background: linear-gradient(to right, #00c82f, #005ab7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .pullbox .item:hover::after {
  width: 100%;
}
.header .box .nav ul li .pulldown .pullbox .item:hover a span {
  font-family: "HONORSansCN-Bold";
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .box .nav ul li .pulldown .pullbox .item:hover a i {
  opacity: 1;
}
.header .box .nav ul li .pulldown .pullbox .item a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 0.5rem;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li .pulldown .pullbox .item a {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li .pulldown .pullbox .item a {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.header .box .nav ul li .pulldown .pullbox .item a::before {
  display: none;
}
.header .box .nav ul li .pulldown .pullbox .item a i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon43.png) center right no-repeat;
  background-size: 0.08rem auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .pullbox .item a:hover span {
  font-family: "HONORSansCN-Bold";
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .box .nav ul li .pulldown .pullbox .item a:hover i {
  opacity: 1;
}
.header .box .headright {
  gap: 0.12rem;
}
.header .box .headright .head-search {
  display: inline-block;
}
.header .box .headright .head-search .title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0.8rem;
  height: 0.3rem;
  border: #ffffff solid 0.02rem;
  border-radius: 4px;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-search .title {
    min-width: 70px;
    height: 28px;
    border-width: 1px;
    padding: 0 10px;
  }
}
.header .box .headright .head-search .title img {
  display: inline-block;
  margin-right: 0.05rem;
  width: 0.13rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-search .title img {
    width: 13px;
    margin-right: 5px;
  }
}
.header .box .headright .head-search .title span {
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .header .box .headright .head-search .title span {
    font-size: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-search .title span {
    font-size: 14px;
  }
}
.header .box .headright .head-nation {
  position: relative;
}
.header .box .headright .head-nation .title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0.8rem;
  height: 0.3rem;
  border: #ffffff solid 0.02rem;
  border-radius: 4px;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-nation .title {
    min-width: 70px;
    height: 28px;
    border-width: 1px;
    padding: 0 10px;
  }
}
.header .box .headright .head-nation .title img {
  display: inline-block;
  margin-left: 0.05rem;
  width: 0.11rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-nation .title img {
    width: 11px;
    margin-left: 5px;
  }
}
.header .box .headright .head-nation .title span {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .header .box .headright .head-nation .title span {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-nation .title span {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.header .box .headright .head-nation .dropdown {
  position: absolute;
  left: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0.1rem);
  transform: translate(-50%, 0.1rem);
  top: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .dropdown {
    top: 100%;
    min-width: 90px;
  }
}
.header .box .headright .head-nation .dropdown ul {
  margin-top: 0.2rem;
  background: #FFFFFF;
  padding: 0.1rem 0px;
  text-align: left;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .header .box .headright .head-nation .dropdown ul {
    margin-top: 1.04167vw;
    padding: 0.52083vw 0;
  }
}
.header .box .headright .head-nation .dropdown ul li {
  list-style: none;
}
.header .box .headright .head-nation .dropdown ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 2.2;
  min-width: 0.9rem;
  text-align: center;
  padding: 0 0.2rem;
  white-space: nowrap;
  box-sizing: border-box;
  list-style: none;
}
@media screen and (max-width: 1900px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .header .box .headright .head-nation .dropdown ul li a {
    min-width: 4.6875vw;
    padding: 0 1.04167vw;
  }
}
.header .box .headright .head-nation .dropdown ul li a:hover {
  color: #005ab7;
}
.header .box .headright .head-nation:hover .dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 10px -13px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header .search-form {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.header .search-form.active {
  opacity: 1;
  visibility: visible;
}
.header .search-form .form-body {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  border: 1px solid #eee;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body {
    width: 90%;
  }
}
.header .search-form .form-body input {
  width: 6rem;
  height: 0.54rem;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .header .search-form .form-body input {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .header .search-form .form-body input {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    height: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body input {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body input {
    height: 0.7rem;
  }
}
.header .search-form .form-body .icon {
  line-height: 1;
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.2rem;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .icon {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .icon {
    width: 0.28rem;
  }
}
.header .search-form .form-body .icon img {
  max-width: 100%;
}
.header .search-form .form-body .close {
  width: 0.2rem;
  cursor: pointer;
  margin-left: 0.2rem;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .close {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .close {
    width: 0.28rem;
  }
}
.header .search-form .form-body .close img {
  max-width: 100%;
}
.header .phone-toggle {
  margin-left: 10px;
  user-select: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1260px) {
  .header .phone-toggle {
    display: block;
  }
}
.header .phone-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.45s ease;
}
.header .phone-toggle span:last-of-type {
  margin-bottom: 0;
}
.header.hyaline {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
}
.header.hyaline .header-top .header-link a {
  color: #000000;
}
.header.hyaline .header-top .header-link a:hover {
  color: #005ab7;
}
.header.hyaline .box {
  border-top-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.header.hyaline .box .nav ul li > a {
  color: #000000;
}
.header.hyaline .box .nav ul li:hover > a {
  color: #000000;
}
.header.hyaline .box .nav ul li:hover > a::before {
  background: #000000;
}
.header.hyaline .box .nav ul li.on > a {
  color: #000000;
}
.header.hyaline .box .nav ul li.on > a::before {
  background: #000000;
}
.header.hyaline .box .headright .head-search .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.header.hyaline .box .headright .head-search .title img {
  -webkit-filter: none;
  filter: none;
}
.header.hyaline .box .headright .head-search .title span {
  color: #000000;
}
.header.hyaline .box .headright .head-nation .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.header.hyaline .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
  opacity: 0.4;
}
.header.hyaline .box .headright .head-nation .title span {
  color: #000000;
}
.header.hyaline .phone-toggle span {
  background-color: #333333;
}
.header.white {
  background: #ffffff;
}
.header.white .header-top .header-link a {
  color: #000000;
}
.header.white .header-top .header-link a:hover {
  color: #005ab7;
}
.header.white .box {
  border-top-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.header.white .box .nav ul li > a {
  color: #000000;
}
.header.white .box .nav ul li:hover > a {
  color: #000000;
}
.header.white .box .nav ul li:hover > a::before {
  background: #000000;
}
.header.white .box .nav ul li.on > a {
  color: #000000;
}
.header.white .box .nav ul li.on > a::before {
  background: #000000;
}
.header.white .box .headright .head-search .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.header.white .box .headright .head-search .title img {
  -webkit-filter: none;
  filter: none;
}
.header.white .box .headright .head-search .title span {
  color: #000000;
}
.header.white .box .headright .head-nation .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.header.white .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
  opacity: 0.4;
}
.header.white .box .headright .head-nation .title span {
  color: #000000;
}
.header.white .phone-toggle span {
  background-color: #333333;
}
.header.whitebg {
  background: #ffffff;
}
.header.whitebg .header-top .header-link a {
  color: #000000;
}
.header.whitebg .header-top .header-link a:hover {
  color: #005ab7;
}
.header.whitebg .box {
  border-top-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.header.whitebg .box .nav ul li > a {
  color: #000000;
}
.header.whitebg .box .nav ul li:hover > a {
  color: #000000;
}
.header.whitebg .box .nav ul li:hover > a::before {
  background: #000000;
}
.header.whitebg .box .nav ul li.on > a {
  color: #000000;
}
.header.whitebg .box .nav ul li.on > a::before {
  background: #000000;
}
.header.whitebg .box .headright .head-search .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.header.whitebg .box .headright .head-search .title img {
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .box .headright .head-search .title span {
  color: #000000;
}
.header.whitebg .box .headright .head-nation .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.header.whitebg .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
  opacity: 0.4;
}
.header.whitebg .box .headright .head-nation .title span {
  color: #000000;
}
.header.whitebg .phone-toggle span {
  background-color: #333333;
}
.m-nav {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 99;
  background-color: #FFFFFF;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-nav > ul {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.m-nav > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  border-bottom: #e5e5e5 solid 1px;
}
.m-nav > ul > li a {
  display: block;
  line-height: 1.7;
  color: #000000;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle {
  position: relative;
  display: block;
  line-height: 1.7;
  color: #000000;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle a {
  display: inline-block;
  padding: 0;
}
.m-nav > ul > li .headtitle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/icon42.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #005ab7;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon42.png) center no-repeat;
  background-size: 8px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-nav > ul > li ul {
  display: none;
  padding-left: 20px;
  border-top: #e5e5e5 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-nav > ul > li ul li {
  list-style: none;
}
.m-nav > ul > li ul li a {
  display: block;
  font-size: 16px;
  color: #222222;
  padding: 7px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: #005ab7;
}
.m-nav > ul > li ul li .headtitle {
  padding: 8px 0px;
}
.m-nav > ul > li ul li .headtitle.on a {
  color: #005ab7;
}
.m-nav > ul > li ul li ul li a {
  color: #666666;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #005ab7;
}
.m-nav .m-contact {
  margin-top: 30px;
  padding: 0 5%;
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}
.m-nav .m-contact a,
.m-nav .m-contact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  border-radius: 20px;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  background: #005ab7;
  color: #ffffff;
  font-size: 14px;
}
.m-nav .m-contact a.m-protal,
.m-nav .m-contact span.m-protal {
  padding: 0;
  border-radius: 0;
  background: none;
}
.m-nav .m-contact a.m-protal img,
.m-nav .m-contact span.m-protal img {
  height: 40px;
}
.mbox .header {
  background: #FFFFFF;
}
.mbox .header .header-top .header-link a {
  color: #000000;
}
.mbox .header .box {
  border-top-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mbox .header .box .headright .head-search .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.mbox .header .box .headright .head-search .title img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .head-search .title span {
  color: #000000;
}
.mbox .header .box .headright .head-nation .title {
  border-color: #dcdcdc;
  background: #f5f5f5;
}
.mbox .header .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .head-nation .title span {
  color: #000000;
}
.mbox .m-nav {
  height: calc(100vh - 84px);
}
.mbox .phone-toggle {
  margin-top: -5px;
}
.mbox .phone-toggle span {
  background-color: #333333;
}
.mbox .phone-toggle span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.mbox .phone-toggle span:nth-child(2) {
  display: none;
}
.mbox .phone-toggle span:nth-child(3) {
  transform: rotate(45deg);
}
@media screen and (min-width: 1261px) {
  .phone-toggle {
    display: none !important;
  }
}
.sidebar {
  position: fixed;
  right: 1%;
  bottom: 5vw;
  z-index: 12;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .sidebar {
    right: 3%;
    bottom: 10vw;
  }
}
.sidebar ul li {
  margin-bottom: 0.1rem;
}
.sidebar ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .sidebar ul li .img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar ul li .img {
    width: 36px;
    height: 36px;
  }
}
.sidebar ul li .img img {
  width: 40%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar ul li:hover .img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sidebar ul li:hover .secondary {
  display: block;
}
.sidebar ul li .secondary {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 12;
  min-width: 100%;
  white-space: nowrap;
  text-align: center;
  padding-right: 10px;
}
.sidebar ul li .secondary .box {
  position: relative;
  padding: 15px 12px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(230, 0, 18, 0.06);
  border-radius: 6px;
  box-sizing: border-box;
}
.sidebar ul li .secondary .box .txtli {
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.sidebar ul li .secondary .box .txtli .item {
  margin-bottom: 0.15rem;
}
.sidebar ul li .secondary .box .txtli .item:last-child {
  margin-bottom: 0;
}
.sidebar ul li .secondary .box .txtli .item .t1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1900px) {
  .sidebar ul li .secondary .box .txtli .item .t1 {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .sidebar ul li .secondary .box .txtli .item .t1 {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul li .secondary .box .txtli .item .t1 {
    font-size: 14px;
  }
}
.sidebar ul li .secondary .box .txtli .item .t2 {
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .sidebar ul li .secondary .box .txtli .item .t2 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .sidebar ul li .secondary .box .txtli .item .t2 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul li .secondary .box .txtli .item .t2 {
    font-size: 16px;
  }
}
.sidebar ul li .secondary .box .txtli .item .img {
  text-align: center;
}
.sidebar ul li .secondary .box .txtli .item .img img {
  width: 1.2rem;
}
@media screen and (max-width: 991px) {
  .sidebar ul li .secondary .box .txtli .item .img img {
    width: 100px;
  }
}
.footer {
  padding-top: 1.1rem;
  display: flex;
  flex-direction: column;
  min-height: 6.07rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .footer {
    min-height: 31.61458333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .footer {
    padding-top: 1rem;
  }
}
.footer .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 1260px) {
  .footer .box {
    flex-wrap: wrap;
  }
}
.footer .box .footer-info {
  width: 31.25%;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info {
    width: 100%;
  }
}
.footer .box .footer-info .footer-logo {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info .footer-logo {
    margin-bottom: 25px;
  }
}
.footer .box .footer-info .footer-logo a img {
  height: 0.35rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-info .footer-logo a img {
    height: 35px;
  }
}
.footer .box .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.25rem 0.4rem;
  width: 54.0625%;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }
}
.footer .box .footer-nav .row {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .row {
    gap: 20px;
    width: 100%;
  }
}
.footer .box .footer-nav .item.on .title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .box .footer-nav .item .title {
  position: relative;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer-nav .item .title {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title {
    display: flex;
    align-items: center;
    border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-nav .item .title {
    font-size: 16px;
  }
}
.footer .box .footer-nav .item .title i {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -8px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title i {
    display: block;
  }
}
.footer .box .footer-nav .item .title i::before {
  content: '';
  width: 12px;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
.footer .box .footer-nav .item .title i::after {
  content: '';
  height: 12px;
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
.footer .box .footer-nav .item ul {
  padding-left: 0;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul {
    display: none;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.footer .box .footer-nav .item ul li {
  list-style: none;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul li {
    margin-bottom: 10px;
  }
}
.footer .box .footer-nav .item ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.7;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer-nav .item ul li a {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul li a {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.footer .box .footer-nav .item ul li a:hover {
  color: #FFFFFF;
}
.footer .box .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.footer .box .footer-contact .item {
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer-contact .item {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-contact .item {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.footer .box .follow {
  padding-left: 0.3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .follow {
    width: 100%;
    padding-left: 28px;
  }
}
.footer .footerbottom {
  margin-top: 0.5rem;
  padding: 0.24rem 0;
  border-top: rgba(255, 255, 255, 0.15) solid 1px;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .footer .footerbottom {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .footer .footerbottom {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 1260px) {
  .footer .footerbottom {
    border-top: none;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
  }
}
.footer .footerbottom .copyright {
  display: inline-block;
}
@media screen and (max-width: 1260px) {
  .footer .footerbottom .copyright {
    display: block;
  }
}
.footer .footerbottom .copyright .g-name {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footerbottom .copyright .g-name:hover {
  color: #ffffff;
}
.footer .footerbottom .copyright .r-number {
  display: inline-block;
  color: #ffffff;
  margin-left: 0.05rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footerbottom .copyright .r-number:hover {
  color: #ffffff;
}
.footer .footerbottom .poweredBy {
  display: inline-block;
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .footer .footerbottom .poweredBy {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.footer .footerbottom .poweredBy a {
  color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footerbottom .poweredBy:hover {
  color: rgba(255, 255, 255, 0.1);
}
.footer .footerbottom .poweredBy:hover a {
  color: rgba(255, 255, 255, 0.1);
}
.follow ul {
  display: flex;
  align-items: center;
  column-gap: 0.16rem;
  padding: 0;
}
@media screen and (min-width: 1261px) {
  .follow ul {
    column-gap: 0.83333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .follow ul {
    column-gap: 10px;
  }
}
.follow ul li {
  position: relative;
  list-style: none;
}
.follow ul li span img,
.follow ul li a img {
  width: 0.2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .follow ul li span img,
  .follow ul li a img {
    width: 18px;
  }
}
.follow ul li .qrcode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  width: 1.03rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .follow ul li .qrcode {
    width: 96px;
  }
}
.follow ul li .qrcode .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #FFFFFF;
}
.follow ul li .qrcode .img img {
  width: 100%;
}
.follow ul li .qrcode .sjx {
  position: relative;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  margin-top: -3px;
  border-style: solid;
  border-width: 8px;
  border-color: #FFFFFF transparent transparent transparent;
}
.follow ul li:hover a img {
  opacity: 1;
}
.follow ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.lunbotu .swiper-wrapper .swiper-slide {
  position: relative;
}
.lunbotu .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
.lunbotu .swiper-wrapper .swiper-slide .video-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .video-box {
    display: none;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .video-box video {
    display: none;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  top: 10.41666666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner {
    top: 12vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner {
    top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner {
    top: 120px;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
  width: 100%;
  text-align: center;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
  font-family: "HONORSansCN-DemiBold";
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
  margin-top: 0.15rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1900px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text span {
  position: relative;
  display: inline-block;
  padding: 0 0.15rem;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 70%;
  background: #FFFFFF;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text span:last-child::before {
  display: none;
}
.lunbotu .swiper-pagination {
  bottom: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination {
    bottom: 0.4rem;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.06rem;
  margin: 0 0.06rem;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 0.03rem;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 2.083333333333333vw;
    height: 0.3125vw;
    margin: 0 0.3125vw;
    border-radius: 0.15625vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 5px;
    border-radius: 2px;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
}
.progress-pagination.swiper-pagination {
  bottom: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination {
    bottom: 0.4rem;
  }
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.68rem;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  background: none;
  border-radius: 50%;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 3.541666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 24px;
  }
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.02rem;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet::before {
    height: 2px;
  }
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #0078d8;
  animation: animate 4s linear forwards;
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.02rem;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet span {
    height: 2px;
  }
}
@keyframes animate {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.obanner {
  position: relative;
  z-index: 5;
}
.obanner > img {
  width: 100%;
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}
.obanner .bannerTitle .box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 38.95833333333333%;
  padding-top: 2.604vw;
  padding-bottom: 2.604vw;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: 11vw;
  box-sizing: border-box;
  min-height: 12.5vw;
}
@media screen and (max-width: 1900px) {
  .obanner .bannerTitle .box {
    padding-left: 8.333333333333333%;
  }
}
@media screen and (max-width: 1260px) {
  .obanner .bannerTitle .box {
    padding-left: 5%;
    padding-right: 1.5rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    min-height: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box {
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .obanner .bannerTitle .box {
    min-width: 60%;
  }
}
.obanner .bannerTitle .box i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: url(../images/wordbg.png) right top no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.obanner .bannerTitle .box i.aos-animate {
  width: 100%;
}
.obanner .bannerTitle .box .title_cn {
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  .obanner .bannerTitle .box .title_cn {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .obanner .bannerTitle .box .title_cn {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.obanner .bannerTitle .box .title_en {
  font-family: "HONORSansCN-Bold";
  color: rgba(255, 255, 255, 0.1);
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  .obanner .bannerTitle .box .title_en {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .obanner .bannerTitle .box .title_en {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.i-title.center {
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .i-title .characters {
    margin-bottom: 5px;
  }
}
.i-title .characters span {
  font-family: "HONORSansCN-Bold";
  font-size: 20px;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1900px) {
  .i-title .characters span {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .i-title .characters span {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.i-title .headline {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1900px) {
  .i-title .headline {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .i-title .headline {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.i-title .text {
  margin-top: 0.05rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 1.45;
}
@media screen and (max-width: 1900px) {
  .i-title .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .i-title .text {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.i-title .txt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .i-title .txt {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .i-title .txt {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.i-title .white {
  color: #FFFFFF;
}
.index_product {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_product #cas {
  position: absolute;
  left: 0;
  top: 30vh;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.index_product #cas canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  opacity: 0.2;
}
.index_product .contain {
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
}
@media screen and (max-width: 991px) {
  .index_product .wrap {
    flex-wrap: wrap;
  }
}
.index_product .wrap .i-title {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .index_product .wrap .i-title {
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  .index_product .wrap .i-title {
    width: 100%;
  }
}
.index_product .wrap .switch {
  flex-shrink: 0;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (max-width: 991px) {
  .index_product .wrap .switch {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .index_product .wrap .switch::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .index_product .wrap .switch::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_product .wrap .switch::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_product .wrap .switch::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_product .wrap .switch::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_product .wrap .switch::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_product .wrap .switch::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
}
.index_product .box .tab-panel {
  display: none;
}
.index_product .box .tab-panel.active {
  display: block;
}
.index_product .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_product .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_product .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_product .box .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_product .box .swiper .swiper-wrapper .swiper-slide .item:hover .imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_product .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  flex: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_product .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_product .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  flex-shrink: 0;
  margin-top: 0.2rem;
  padding-bottom: 0.4rem;
  text-align: center;
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: 28px;
}
@media screen and (max-width: 1900px) {
  .index_product .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    font-size: 1.458333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_product .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    font-size: clamp(20px, 0.28rem, 28px);
  }
}
.index_product .box .swiper .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.index_product .box .swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.index_product .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(180deg, #00c82f, #005ab7);
  background: linear-gradient(180deg, #00c82f, #005ab7);
}
.commonbtn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0 0.35rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .commonbtn {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .commonbtn {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .commonbtn {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .commonbtn {
    min-width: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .commonbtn {
    min-width: 25vmin;
    height: 9.375vmin;
    border-radius: 4.6875vmin;
    padding: 0 5.6vmin;
  }
}
.commonbtn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: rgba(0, 0, 0, 0.06) solid 0.02rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .commonbtn::before {
    border-width: 2px;
  }
}
@media screen and (max-width: 480px) {
  .commonbtn::before {
    border-radius: 4.6875vmin;
  }
}
.commonbtn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.commonbtn:hover {
  color: #ffffff;
}
.commonbtn:hover::before {
  opacity: 0;
}
.commonbtn:hover::after {
  opacity: 1;
}
.commonbtn:hover i {
  opacity: 1;
}
.commonbtn.active {
  color: #ffffff;
}
.commonbtn.active::before {
  opacity: 0;
}
.commonbtn.active::after {
  opacity: 1;
}
.commonbtn.active i {
  opacity: 1;
}
.commonbtn.on {
  color: #ffffff;
}
.commonbtn.on::before {
  opacity: 0;
}
.commonbtn.on::after {
  opacity: 1;
}
.commonbtn.on i {
  opacity: 1;
}
.commonbtn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .commonbtn i {
    height: 2px;
  }
}
.commonbtn i::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
@media screen and (max-width: 1260px) {
  .commonbtn i::before {
    width: 6px;
    height: 6px;
  }
}
.commonbtn i.i-left {
  left: 0;
}
.commonbtn i.i-left::before {
  right: -0.08rem;
}
@media screen and (max-width: 1260px) {
  .commonbtn i.i-left::before {
    right: -6px;
  }
}
.commonbtn i.i-right {
  right: 0;
}
.commonbtn i.i-right::before {
  left: -0.08rem;
}
@media screen and (max-width: 1260px) {
  .commonbtn i.i-right::before {
    left: -6px;
  }
}
.index_application {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_application .box {
  margin-top: 0.45rem;
}
.index_application .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_application .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_application .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_application .box .swiper .swiper-wrapper .swiper-slide .item {
  height: 100%;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .item::before {
  width: 100%;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .item .icon img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .item .text span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide:hover .item::before {
  width: 100%;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide:hover .item .icon img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide:hover .item .text span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    border-width: 2px;
  }
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: auto;
  width: 0;
  height: 0.02rem;
  background: -webkit-linear-gradient(180deg, #00c82f, #005ab7);
  background: linear-gradient(180deg, #00c82f, #005ab7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item::before {
    height: 2px;
  }
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item .icon img {
  width: 0.23rem;
  opacity: 0.4;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item .icon img {
    width: 20px;
  }
}
.index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item .text span {
  display: inline-block;
  font-family: "HONORSansCN-Bold";
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item .text span {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_application .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item .text span {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.index_application .box .swiper.mySwiper2 {
  margin-top: 0.4rem;
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item {
    flex-direction: column;
  }
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox {
  display: flex;
  flex-direction: column;
  width: 36.5%;
  height: 100%;
  padding: 4%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem 0.6rem;
  }
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .icon {
  flex-shrink: 0;
  margin-bottom: 0.3rem;
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .icon img {
  max-width: 0.46rem;
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .subtitle {
  flex-shrink: 0;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1900px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .desc {
  flex: 1;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .textbox .btn {
  flex-shrink: 0;
  margin-top: 0.3rem;
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .imgbox {
  width: 63.5%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}
@media screen and (max-width: 991px) {
  .index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .imgbox {
    width: 100%;
    height: auto;
  }
}
.index_application .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1260px) {
  .index_about {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.index_about .textbox {
  order: 1;
  width: 50.72916666666667%;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .index_about .textbox {
    padding-left: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .index_about .textbox {
    padding-left: 7.5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .index_about .textbox {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}
.index_about .textbox .i-title .characters {
  margin-bottom: 0.1rem;
}
.index_about .textbox .i-title .headline {
  margin-bottom: 0.4rem;
}
.index_about .textbox .i-title .btn {
  margin-top: 0.6rem;
}
.index_about .imgbox {
  order: 2;
  position: relative;
  width: 49.27083333333333%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_about .imgbox {
    order: 3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6rem;
  }
}
.index_about .imgbox > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .imgbox .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
}
@media screen and (max-width: 991px) {
  .index_about .imgbox .btns {
    width: 0.75rem;
  }
}
.index_about .imgbox .btns img {
  display: block;
  width: 100%;
}
.index_about .index_num {
  order: 3;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .index_about .index_num {
    order: 2;
    margin-top: 0.6rem;
  }
}
.index_about .index_num ul {
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1260px) {
  .index_about .index_num ul {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .index_about .index_num ul {
    max-width: 90%;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .index_about .index_num ul {
    flex-wrap: wrap;
  }
}
.index_about .index_num ul li {
  position: relative;
  flex: 1;
  overflow: hidden;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index_about .index_num ul li {
    flex: none;
    width: 50%;
    padding: 0.4rem 0;
  }
}
.index_about .index_num ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 75%;
  background: rgba(0, 90, 183, 0.2);
}
.index_about .index_num ul li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 40%;
  min-width: 0.7rem;
  height: 1px;
  background: rgba(0, 90, 183, 0.2);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .index_about .index_num ul li::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .index_about .index_num ul li:nth-child(1) {
    max-width: 19.0625%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .index_about .index_num ul li:nth-child(1)::after {
    display: none;
  }
}
.index_about .index_num ul li:nth-child(1) .t1 {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .index_about .index_num ul li:nth-child(2)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .index_about .index_num ul li:last-child {
    max-width: 19.0625%;
    text-align: right;
  }
}
.index_about .index_num ul li:last-child .t1 {
  justify-content: flex-end;
}
.index_about .index_num ul li:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .index_about .index_num ul li:nth-child(2n)::before {
    display: none;
  }
}
.index_about .index_num ul li .t1 {
  font-family: "HONORSansCN-Bold";
  font-size: 18px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1900px) {
  .index_about .index_num ul li .t1 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_about .index_num ul li .t1 {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.index_about .index_num ul li .t1 .timer {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .index_about .index_num ul li .t1 .timer {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_about .index_num ul li .t1 .timer {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.index_about .index_num ul li .t2 {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .index_about .index_num ul li .t2 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_about .index_num ul li .t2 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.index_about .index_num ul li .t2 span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_news {
  width: 100%;
  overflow: hidden;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .contain {
    flex-wrap: wrap;
  }
}
.index_news .wrap .contain .i-title {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .index_news .wrap .contain .i-title {
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  .index_news .wrap .contain .i-title {
    width: 100%;
  }
}
.index_news .wrap .contain .switch {
  flex-shrink: 0;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .contain .switch {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  .index_news .wrap .contain .switch::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
}
.index_news .box {
  margin-top: 0.5rem;
}
.index_news .box .tab-panel {
  display: none;
}
.index_news .box .tab-panel.active {
  display: block;
}
.index_news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.8rem;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: calc((100% - 1600px) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .index_news .box .swiper {
    padding-left: 8.333333333333335%;
    padding-right: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 991px) {
  .index_news .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.index_news .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox img {
  opacity: 1;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .date {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .subtitle {
  color: #ffffff;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .desc {
  color: rgba(255, 255, 255, 0.6);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .icon span {
  background: -webkit-linear-gradient(180deg, #00c82f, #005ab7);
  background: linear-gradient(180deg, #00c82f, #005ab7);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .icon span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .imgbox img {
  opacity: 1;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .textbox .date {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .textbox .subtitle {
  color: #ffffff;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .textbox .desc {
  color: rgba(255, 255, 255, 0.6);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .textbox .icon span {
  background: -webkit-linear-gradient(180deg, #00c82f, #005ab7);
  background: linear-gradient(180deg, #00c82f, #005ab7);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .textbox .icon span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #ffffff;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 13.75% 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    padding: 0.6rem 0.5rem;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1900px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    border-width: 2px;
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1900px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1900px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.2rem 0 0.2rem 0;
  background: #f0f0f0;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .icon span img {
  max-width: 13.4%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_news .box .swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.06);
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper .swiper-pagination {
    width: 85%;
    height: 2px;
  }
}
@media screen and (max-width: 991px) {
  .index_news .box .swiper .swiper-pagination {
    max-width: 90%;
    width: 90%;
  }
}
.index_news .box .swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
}
.index_cooperative {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_cooperative .wrap .i-title {
  flex: 1;
  overflow: hidden;
}
.index_cooperative .wrap .swiper-button-box {
  flex-shrink: 0;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.15rem;
}
.index_cooperative .wrap .swiper-button-box .swiper-button {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
}
.index_cooperative .box {
  margin-top: 0.56rem;
}
.index_cooperative .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: calc((100% - 1600px) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .index_cooperative .box .swiper {
    padding-left: 8.333333333333335%;
    padding-right: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .index_cooperative .box .swiper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 991px) {
  .index_cooperative .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.index_cooperative .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_cooperative .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_cooperative .box .swiper .swiper-wrapper .swiper-slide .item {
  background: #fbfbfb;
  border-radius: 0.2rem;
  padding: 0.7rem 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.index_cooperative .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  max-width: 100%;
}
.index_cooperative .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  margin-top: 0.2rem;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .index_cooperative .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .index_cooperative .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.swiper-button {
  z-index: 1;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.swiper-button.swiper-button-next::before {
  background: url(../images/icon8a.png) center no-repeat;
  background-size: 13.8% auto;
}
.swiper-button.swiper-button-next::after {
  opacity: 1;
}
.swiper-button.swiper-button-next.swiper-button-disabled {
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .swiper-button.swiper-button-next.swiper-button-disabled {
    border-width: 2px;
  }
}
.swiper-button.swiper-button-next.swiper-button-disabled::before {
  background: url(../images/icon8.png) center no-repeat;
  background-size: 13.8% auto;
}
.swiper-button.swiper-button-next.swiper-button-disabled::after {
  opacity: 0;
}
.swiper-button.swiper-button-prev::before {
  background: url(../images/icon9a.png) center no-repeat;
  background-size: 13.8% auto;
}
.swiper-button.swiper-button-prev::after {
  opacity: 1;
}
.swiper-button.swiper-button-prev.swiper-button-disabled {
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .swiper-button.swiper-button-prev.swiper-button-disabled {
    border-width: 2px;
  }
}
.swiper-button.swiper-button-prev.swiper-button-disabled::before {
  background: url(../images/icon9.png) center no-repeat;
  background-size: 13.8% auto;
}
.swiper-button.swiper-button-prev.swiper-button-disabled::after {
  opacity: 0;
}
.swiper-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.1rem;
}
.swiper-button.hover.swiper-button-next::before {
  background: url(../images/icon8.png) center no-repeat;
  background-size: 13.8% auto;
}
.swiper-button.hover.swiper-button-next::after {
  opacity: 0;
}
.swiper-button.hover.swiper-button-next:hover::before {
  background: url(../images/icon8a.png) center no-repeat;
  background-size: 13.8% auto;
  border: none;
}
.swiper-button.hover.swiper-button-next:hover::after {
  opacity: 1;
}
.swiper-button.hover.swiper-button-prev::before {
  background: url(../images/icon9.png) center no-repeat;
  background-size: 13.8% auto;
}
.swiper-button.hover.swiper-button-prev::after {
  opacity: 0;
}
.swiper-button.hover.swiper-button-prev:hover::before {
  background: url(../images/icon9a.png) center no-repeat;
  background-size: 13.8% auto;
  border: none;
}
.swiper-button.hover.swiper-button-prev:hover::after {
  opacity: 1;
}
.swiper-button.hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .swiper-button.hover::before {
    border-width: 2px;
  }
}
.swiper-button.hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.1rem;
}
.product-page {
  background: #fafafa;
}
.product-page .box {
  width: 100%;
  overflow: hidden;
  padding-top: 0.35rem;
}
@media screen and (max-width: 1260px) {
  .product-page .box {
    flex-wrap: wrap;
  }
}
.product-page .box .left_side {
  width: 4.12rem;
  padding-top: 0.32rem;
  padding-bottom: 0.6rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
}
@media screen and (max-width: 1900px) {
  .product-page .box .left_side {
    width: 21.45833333333333%;
  }
}
@media screen and (max-width: 1260px) {
  .product-page .box .left_side {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.product-page .box .left_side .side-search {
  margin-bottom: 0.48rem;
  padding-left: 8.73786407767%;
  padding-right: 8.73786407767%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product-page .box .left_side .side-search {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.product-page .box .left_side .side-search .layui-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .product-page .box .left_side .side-search .layui-form {
    border-radius: 0.32rem;
  }
}
@media screen and (max-width: 480px) {
  .product-page .box .left_side .side-search .layui-form {
    border-radius: 0.34rem;
  }
}
.product-page .box .left_side .side-search .layui-form .layui-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .product-page .box .left_side .side-search .layui-form .layui-btn {
    width: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .product-page .box .left_side .side-search .layui-form .layui-btn {
    width: 0.8rem;
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .product-page .box .left_side .side-search .layui-form .layui-btn {
    height: 0.68rem;
  }
}
.product-page .box .left_side .side-search .layui-form .layui-btn img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .product-page .box .left_side .side-search .layui-form .layui-btn img {
    width: 35%;
  }
}
.product-page .box .left_side .side-search .layui-form .layui-input {
  width: calc(100% - 0.6rem);
  padding-right: 0.3rem;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  height: 0.6rem;
  padding-left: 0;
  background: none;
  border: none;
}
@media screen and (max-width: 1900px) {
  .product-page .box .left_side .side-search .layui-form .layui-input {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .product-page .box .left_side .side-search .layui-form .layui-input {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.product-page .box .left_side .side-search .layui-form .layui-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.product-page .box .left_side .side-search .layui-form .layui-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.product-page .box .left_side .side-search .layui-form .layui-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.product-page .box .left_side .side-search .layui-form .layui-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .product-page .box .left_side .side-search .layui-form .layui-input {
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .product-page .box .left_side .side-search .layui-form .layui-input {
    height: 0.68rem;
  }
}
.product-page .box .right_side {
  width: calc(100% - 4.12rem);
  box-sizing: border-box;
  padding: 0 1.78%;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .product-page .box .right_side {
    width: 78.54166666666667%;
  }
}
@media screen and (max-width: 1260px) {
  .product-page .box .right_side {
    flex: none;
    width: 100%;
    padding: 5%;
  }
}
@media screen and (max-width: 991px) {
  .product-page .box .right_side {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.product-page .box .right_side .substance {
  padding: 1% 0;
}
.public-crumbs.white .content {
  color: rgba(255, 255, 255, 0.4);
}
.public-crumbs.white .content span,
.public-crumbs.white .content a {
  color: rgba(255, 255, 255, 0.4);
}
.public-crumbs.white .content span:hover,
.public-crumbs.white .content a:hover {
  color: #ffffff;
}
.public-crumbs.white .content span.on,
.public-crumbs.white .content a.on {
  color: rgba(255, 255, 255, 0.4);
}
.public-crumbs .content {
  display: flex;
  align-items: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1.78%;
  padding-right: 1.78%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .public-crumbs .content {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .public-crumbs .content {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 1260px) {
  .public-crumbs .content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.public-crumbs .content span,
.public-crumbs .content a {
  display: inline-flex;
  align-items: baseline;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}
.public-crumbs .content span:hover,
.public-crumbs .content a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.public-crumbs .content span:hover img,
.public-crumbs .content a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.public-crumbs .content span.on,
.public-crumbs .content a.on {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 0;
}
.public-crumbs .content span {
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
  .public-crumbs .content span {
    margin: 0 0.52083333vw;
  }
}
.public-crumbs .content span img {
  display: inline-block;
  width: 0.13rem;
}
.side-menu > ul {
  padding-left: 0;
}
.side-menu > ul > li {
  list-style: none;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.side-menu > ul > li.on > .title {
  background: #e5eef8;
}
.side-menu > ul > li.on > .title span,
.side-menu > ul > li.on > .title a {
  color: #005ab7;
}
.side-menu > ul > li.on > .title .arrow {
  background: url(../images/icon11.png) center no-repeat;
  background-size: 100% auto;
}
.side-menu > ul > li.on > ul {
  display: block;
}
.side-menu > ul > li .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 8.73786407767%;
  padding-right: 8.73786407767%;
  font-size: 20px;
  color: #000000;
  line-height: 1.25;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .side-menu > ul > li .title {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li .title {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li .title {
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.side-menu > ul > li .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 82.52427184466%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li .title::after {
    width: 90%;
  }
}
.side-menu > ul > li .title span,
.side-menu > ul > li .title a {
  flex: 1;
  overflow: hidden;
  color: #000000;
  transition: all 0.4s ease;
}
.side-menu > ul > li .title .arrow {
  flex-shrink: 0;
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1rem;
  border-radius: 50%;
  background: url(../images/icon11a.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .side-menu > ul > li .title .arrow {
    width: 10px;
    height: 6px;
  }
}
.side-menu > ul > li ul {
  display: none;
  box-sizing: border-box;
  padding-left: 0;
  width: 100%;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  padding-left: 8.73786407767%;
  padding-right: 8.73786407767%;
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li ul {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.side-menu > ul > li ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 0.05rem;
}
.side-menu > ul > li ul li:last-child {
  margin-bottom: 0;
}
.side-menu > ul > li ul li.on > .title {
  color: #005ab7;
}
.side-menu > ul > li ul li.on > .title a {
  color: #005ab7;
}
.side-menu > ul > li ul li.on > .title .drop-icon {
  background: url(../images/icon12b.png) left center no-repeat;
  background-size: 40% auto;
}
.side-menu > ul > li ul li.on > a {
  color: #005ab7;
}
.side-menu > ul > li ul li.on ul {
  display: block;
}
.side-menu > ul > li ul li .title,
.side-menu > ul > li ul li a {
  position: relative;
  display: block;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  transition: all 0.5s ease;
  border-bottom: none;
}
.side-menu > ul > li ul li .title{
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 1900px) {
  .side-menu > ul > li ul li .title,
  .side-menu > ul > li ul li a {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li ul li .title,
  .side-menu > ul > li ul li a {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li ul li .title,
  .side-menu > ul > li ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
}
.side-menu > ul > li ul li .title::after,
.side-menu > ul > li ul li a::after {
  display: none;
}
.side-menu > ul > li ul li .title {
  padding-left: 0.27rem;
}
.side-menu > ul > li ul li .title .drop-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.25rem;
  height: 90%;
  background: url(../images/icon12.png) left center no-repeat;
  background-size: 40% auto;
}
.side-menu > ul > li ul li .title a {
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}
.side-menu > ul > li ul li > ul {
  padding-left: 0.27rem;
  padding-right: 0.27rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.side-menu > ul > li ul li > ul li .title,
.side-menu > ul > li ul li > ul li a {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .side-menu > ul > li ul li > ul li .title,
  .side-menu > ul > li ul li > ul li a {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .side-menu > ul > li ul li > ul li .title,
  .side-menu > ul > li ul li > ul li a {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.side-menu > ul > li ul li > ul li.on .title a {
  color: #005ab7;
}
.side-menu > ul > li ul li > ul li.on a {
  color: #005ab7;
}
.product .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .product .title {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .title {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
.product .filter .wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product .filter .wrap {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
}
.product .filter .wrap .left_w {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.product .filter .wrap .left_w::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  border-radius: 0.2rem;
  background: #FFFFFF;
}
.product .filter .wrap .left_w .formbox {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  padding-right: 1.45rem;
  box-sizing: border-box;
  /* 滚动条整体 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .product .filter .wrap .left_w .formbox {
    flex-wrap: wrap;
    overflow: hidden;
    padding-right: 0;
  }
}
.product .filter .wrap .left_w .formbox::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}
.product .filter .wrap .left_w .formbox::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.04rem;
}
.product .filter .wrap .left_w .formbox::-webkit-scrollbar-thumb {
  background: #005ab7;
  border-radius: 0.04rem;
}
.product .filter .wrap .left_w .formbox::-webkit-scrollbar-thumb:hover {
  background: #005ab7;
}
.product .filter .wrap .left_w .formbox .filter-items {
  position: relative;
  height: 3rem;
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 3rem;
  flex: 1;
}
@media screen and (max-width: 1900px) and (min-width: 1261px) {
  .product .filter .wrap .left_w .formbox .filter-items {
    min-width: 15.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox .filter-items {
    width: 30%;
    flex: none;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 991px) {
  .product .filter .wrap .left_w .formbox .filter-items {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .product .filter .wrap .left_w .formbox .filter-items {
    width: 50%;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  }
}
.product .filter .wrap .left_w .formbox .filter-items::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.product .filter .wrap .left_w .formbox .filter-items .filter-title {
  font-family: "HONORSansCN-Bold";
  color: #005ab7;
  font-size: 20px;
  padding: 0.2rem 0.25rem;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 1900px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-title {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-title {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 480px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-title {
    font-size: 3.125vmin;
  }
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope {
  flex: 1;
  overflow: hidden;
  padding: 0.2rem 0.25rem;
  box-sizing: border-box;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .below {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .below span {
  flex-shrink: 0;
  margin: 0 0.15rem;
  display: block;
  width: 0.22rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .below .filter-input {
  flex: 1;
  padding-left: 0;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .above {
  margin-bottom: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .above {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 414px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .above {
    margin-bottom: 3.6vmin;
  }
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .above .filter-input {
  padding-left: 0;
  color: rgba(0,0,0,0.8);
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  /* 滚动条整体 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.03rem;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice::-webkit-scrollbar-thumb {
  background: #005ab7;
  border-radius: 0.03rem;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice::-webkit-scrollbar-thumb:hover {
  background: #005ab7;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  padding-left: 0 !important;
  margin-bottom: 0.05rem;
  min-height: 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary].layui-form-checked[lay-skin=primary] i {
  border-color: #005ab7 !important;
  background-color: #005ab7;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] span {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-wrap;
 /* word-break: break-all;*/
}
@media screen and (max-width: 1900px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] span {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] span {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 414px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] span {
    font-size: 2.9vmin;
  }
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] .layui-icon {
  flex-shrink: 0;
  margin-right: 0.1rem;
  position: static;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 2px;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
@media screen and (max-width: 414px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .m-choice .layui-form-checkbox[lay-skin=primary] .layui-icon {
    width: 3.6vmin;
    height: 3.6vmin;
    line-height: 3.6vmin;
    font-size: 3.2vmin;
  }
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input {
  height: 0.42rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
  /*color: rgba(0, 0, 0, 0.8);*/
 	color: #999999;
  font-size: 16px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  box-sizing: border-box;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input.user-input{
	color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1900px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 1900px) and (min-width: 1261px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input {
    height: 1.458333333333333vw;
  }
}
@media screen and (max-width: 414px) {
  .product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input {
    height: 6.763285vmin;
    font-size: 3vmin;
  }
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input::-webkit-input-placeholder {
    color: #999999;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input::-moz-placeholder {
    color: #999999;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input:-moz-placeholder {
    color: #999999;
}
.product .filter .wrap .left_w .formbox .filter-items .filter-scope .filter-input:-ms-input-placeholder {
    color: #999999;
}
.product .filter .wrap .right_w {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1.45rem;
  height: 100%;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: -15px 0px 15px -10px rgba(41, 98, 245, 0.12);
}
@media screen and (min-width: 768px) {
  .product .filter .wrap .right_w {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .right_w {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .product .filter .wrap .right_w {
    width: 100%;
    height: auto;
    padding: 0.3rem;
  }
}
.product .filter .wrap .right_w .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .product .filter .wrap .right_w .btns {
    flex-direction: row;
    gap: 0.3rem;
  }
}
.product .filter .wrap .right_w .btns .layui-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.45rem;
  border-radius: 6px;
  font-size: 20px;
  color: #005ab7;
  background: #FFFFFF;
  transition: all 0.4s ease;
  padding: 0 0.15rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(41, 98, 245, 0.12);
}
@media screen and (max-width: 1900px) {
  .product .filter .wrap .right_w .btns .layui-btn {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .right_w .btns .layui-btn {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .product .filter .wrap .right_w .btns .layui-btn {
    min-width: 1.2rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .product .filter .wrap .right_w .btns .layui-btn {
    min-width: 1.8rem;
    height: 0.6rem;
  }
}
.product .filter .wrap .right_w .btns .layui-btn + .layui-btn {
  margin-left: 0;
}
.product .filter .wrap .right_w .btns .layui-btn.layui-btn-reset {
  color: #005ab7;
  background: #FFFFFF;
}
.product .filter .wrap .right_w .btns .layui-btn:hover {
  color: #ffffff;
  background: #005ab7;
}
.product .result-display {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media screen and (max-width: 1260px) {
  .product .result-display {
    margin-top: 0.5rem;
  }
}
.commontable {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  /*overflow-x: auto;*/
}
@media screen and (max-width: 1260px){
	.commontable{
		overflow-x: auto;
	}
}
.commontable::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}
.commontable::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.04rem;
}
.commontable::-webkit-scrollbar-thumb {
  background: #005ab7;
  border-radius: 0.04rem;
}
.commontable::-webkit-scrollbar-thumb:hover {
  background: #005ab7;
}
.commontable.series-table table tr:hover td {
  background: #e5eef8;
}
.commontable table {
  /*width: max-content;
  min-width: 100%;*/
	width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 1260px){
	.commontable table{
		width: max-content;
  	min-width: 100%;
	}
}
.commontable table tr th {
  /*min-width: 1rem;*/
  text-align: center;
  height: 0.8rem;
  font-family: "HONORSansCN-Bold";
  /*font-size: 20px;*/
 	font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  background: #005ab7;
  border-right: #FFFFFF solid 1px;
  border-bottom: #FFFFFF solid 1px;
  /*padding: 0.2rem 0.25rem;*/
 	padding: 0.15rem 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .commontable table tr th {
    /*font-size: 1.041666666666667vw;*/
   	font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .commontable table tr th {
    /*font-size: clamp(16px, 0.2rem, 20px);*/
   	font-size: clamp(16px, 0.18rem, 18px);
  }
}
@media screen and (max-width: 1260px) {
  .commontable table tr th {
    padding: 6px 10px;
  }
}
.commontable table tr td {
  text-align: center;
  height: 0.8rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  border-right: rgba(0, 0, 0, 0.1) solid 1px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  transition: all 0.4s ease;
  /*padding: 0.2rem 0.25rem;*/
 	padding: 0.15rem 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .commontable table tr td {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .commontable table tr td {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 1260px) {
  .commontable table tr td {
    padding: 6px 10px;
  }
}

.commontable table tr td .proimg img {
  max-width: 1.47rem;
}
@media screen and (max-width: 991px) {
  .commontable table tr td .proimg img {
    max-width: 1.2rem;
  }
}

.commontable table tr td .proimg2 img {
  max-width: 0.47rem;
}
@media screen and (max-width: 991px) {
  .commontable table tr td .proimg2 img {
    max-width: 0.54rem;
  }
}
.commontable table tr td .dl-icon img {
  max-width: 0.23rem;
}
@media screen and (max-width: 991px) {
  .commontable table tr td .dl-icon img {
    max-width: 0.3rem;
  }
}
.commontable table tr td a {
  display: block;
  color: #666666;
}
.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
@media screen and (max-width: 767px) {
  .page {
    gap: 2.5vmin;
  }
}
.page .page-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page .page-list span,
.page .page-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  margin-right: 0.12rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  text-align: center;
  font-size: 20px;
  color: #000000;
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-list span,
  .page .page-list a {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (min-width: 1261px) and (max-width: 1900px) {
  .page .page-list span,
  .page .page-list a {
    min-width: 3.125vw;
    height: 3.125vw;
    margin-right: 0.625vw;
    margin-top: 0.520833334vw;
    margin-bottom: 0.520833334vw;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-list span,
  .page .page-list a {
    border-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page .page-list span,
  .page .page-list a {
    min-width: 6.25vmin;
    height: 6.25vmin;
    margin-right: 1.25vmin;
    margin-top: 1.25vmin;
    margin-bottom: 1.25vmin;
    font-size: 2.1875vmin;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 2.7vmin;
  }
}
.page .page-list span:last-child,
.page .page-list a:last-child {
  margin-right: 0;
}
.page .page-list span:hover,
.page .page-list a:hover {
  color: #FFFFFF;
  background: #005ab7;
  border-color: #005ab7;
}
.page .page-list span.fyprev,
.page .page-list a.fyprev {
  background: url(../images/icon13.png) center no-repeat;
  background-size: 14.2858% auto;
}
@media screen and (max-width: 767px) {
  .page .page-list span.fyprev,
  .page .page-list a.fyprev {
    background: url(../images/icon13.png) center no-repeat;
    background-size: 18% auto;
  }
}
.page .page-list span.fyprev img,
.page .page-list a.fyprev img {
  width: 6px;
  transition: all 0.5s ease;
}
.page .page-list span.fyprev:hover,
.page .page-list a.fyprev:hover {
  background: #005ab7 url(../images/icon13a.png) center no-repeat;
  border-color: #005ab7;
  background-size: 14.2858% auto;
}
@media screen and (max-width: 767px) {
  .page .page-list span.fyprev:hover,
  .page .page-list a.fyprev:hover {
    background: #005ab7 url(../images/icon13a.png) center no-repeat;
    border-color: #005ab7;
    background-size: 18% auto;
  }
}
.page .page-list span.fyprev:hover img,
.page .page-list a.fyprev:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page .page-list span.fyprev.disabled,
.page .page-list a.fyprev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page .page-list span.fynext,
.page .page-list a.fynext {
  background: url(../images/icon14.png) center no-repeat;
  background-size: 14.2858% auto;
}
@media screen and (max-width: 767px) {
  .page .page-list span.fynext,
  .page .page-list a.fynext {
    background: url(../images/icon14.png) center no-repeat;
    background-size: 18% auto;
  }
}
.page .page-list span.fynext img,
.page .page-list a.fynext img {
  width: 6px;
  transition: all 0.5s ease;
}
.page .page-list span.fynext:hover,
.page .page-list a.fynext:hover {
  background: #005ab7 url(../images/icon14a.png) center no-repeat;
  background-size: 14.2858% auto;
  border-color: #005ab7;
}
@media screen and (max-width: 767px) {
  .page .page-list span.fynext:hover,
  .page .page-list a.fynext:hover {
    background: #005ab7 url(../images/icon14a.png) center no-repeat;
    background-size: 18% auto;
    border-color: #005ab7;
  }
}
.page .page-list span.fynext:hover img,
.page .page-list a.fynext:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page .page-list span.fynext.disabled,
.page .page-list a.fynext.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page .page-list span.on,
.page .page-list a.on {
  color: #FFFFFF;
  background: #005ab7;
  border-color: #005ab7;
}
.page .page-list span.omit,
.page .page-list a.omit {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  border: none;
}
@media screen and (max-width: 1900px) {
  .page .page-list span.omit,
  .page .page-list a.omit {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-list span.omit,
  .page .page-list a.omit {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
@media screen and (max-width: 767px) {
  .page .page-list span.omit,
  .page .page-list a.omit {
    font-size: 3.4375vmin;
  }
}
.page .page-list span.omit:hover,
.page .page-list a.omit:hover {
  color: rgba(0, 0, 0, 0.4);
  background: none;
}
.page .page-list span.omit img,
.page .page-list a.omit img {
  max-width: 0.09rem;
}
@media screen and (max-width: 1260px) {
  .page .page-list span.omit img,
  .page .page-list a.omit img {
    max-width: 9px;
  }
}
@media screen and (max-width: 767px) {
  .page .page-list span.omit img,
  .page .page-list a.omit img {
    max-width: 1.40625vmin;
  }
}
.page .page-jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 1900px) {
  .page .page-jump {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-jump {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 991px) {
  .page .page-jump {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page .page-jump {
    font-size: 2.1875vmin;
  }
}
@media screen and (max-width: 480px) {
  .page .page-jump {
    font-size: 2.7vmin;
  }
}
.page .page-jump .page-input {
  text-align: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  margin: 0 0.12rem;
  font-size: 20px;
  color: #000000;
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .page .page-jump .page-input {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-jump .page-input {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (min-width: 1261px) and (max-width: 1900px) {
  .page .page-jump .page-input {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-jump .page-input {
    border-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-jump .page-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page .page-jump .page-input {
    width: 6.25vmin;
    height: 6.25vmin;
    margin-right: 1.25vmin;
    margin-left: 1.25vmin;
    font-size: 2.1875vmin;
  }
}
@media screen and (max-width: 480px) {
  .page .page-jump .page-input {
    font-size: 2.7vmin;
  }
}
.page .page-jump .page-input::-webkit-inner-spin-button,
.page .page-jump .page-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.page .page-jump .page-btn {
  min-width: 1rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  color: #FFFFFF;
  background: #005ab7;
  border: none;
  margin-left: 0.12rem;
}
@media screen and (min-width: 1261px) and (max-width: 1900px) {
  .page .page-jump .page-btn {
    min-width: 5.208333333333333vw;
    height: 3.125vw;
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .page .page-jump .page-btn {
    width: 10vmin;
    height: 6.25vmin;
    margin-left: 1.25vmin;
  }
}
.page.dateil-page .page-list span:hover,
.page.dateil-page .page-list a:hover {
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  border: none;
}
.page.dateil-page .page-list span.fyprev,
.page.dateil-page .page-list a.fyprev {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: none;
}
.page.dateil-page .page-list span.fyprev::before,
.page.dateil-page .page-list a.fyprev::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page.dateil-page .page-list span.fyprev::after,
.page.dateil-page .page-list a.fyprev::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/icon13b.png) center no-repeat;
  background-size: 14.2858% auto;
}
.page.dateil-page .page-list span.fyprev:hover,
.page.dateil-page .page-list a.fyprev:hover {
  background: none;
}
.page.dateil-page .page-list span.fyprev:hover::before,
.page.dateil-page .page-list a.fyprev:hover::before {
  opacity: 1;
}
.page.dateil-page .page-list span.fyprev:hover::after,
.page.dateil-page .page-list a.fyprev:hover::after {
  background: url(../images/icon13a.png) center no-repeat;
  background-size: 14.2858% auto;
}
.page.dateil-page .page-list span.fyprev.disabled,
.page.dateil-page .page-list a.fyprev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page.dateil-page .page-list span.fynext,
.page.dateil-page .page-list a.fynext {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: none;
}
.page.dateil-page .page-list span.fynext::before,
.page.dateil-page .page-list a.fynext::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page.dateil-page .page-list span.fynext::after,
.page.dateil-page .page-list a.fynext::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/icon14b.png) center no-repeat;
  background-size: 14.2858% auto;
}
.page.dateil-page .page-list span.fynext:hover::before,
.page.dateil-page .page-list a.fynext:hover::before {
  opacity: 1;
}
.page.dateil-page .page-list span.fynext:hover::after,
.page.dateil-page .page-list a.fynext:hover::after {
  background: url(../images/icon14a.png) center no-repeat;
  background-size: 14.2858% auto;
}
.page.dateil-page .page-list span.fynext.disabled,
.page.dateil-page .page-list a.fynext.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page.dateil-page .page-list span.on,
.page.dateil-page .page-list a.on {
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  border: none;
}
.page.dateil-page .page-list span.omit,
.page.dateil-page .page-list a.omit {
  border: none;
}
.page.dateil-page .page-list span.omit:hover,
.page.dateil-page .page-list a.omit:hover {
  background: none;
}
.product-series {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.product-series .switch-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.3rem;
}
.product-series .switch-tab a,
.product-series .switch-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 0.8rem;
  padding: 0 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  box-sizing: border-box;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .product-series .switch-tab a,
  .product-series .switch-tab span {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .product-series .switch-tab a,
  .product-series .switch-tab span {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .product-series .switch-tab a,
  .product-series .switch-tab span {
    min-width: 2.5rem;
  }
}
.product-series .switch-tab a:hover,
.product-series .switch-tab span:hover {
  color: #005ab7;
  background: #e5eef8;
  box-shadow: none;
}
.product-series .switch-tab a.on,
.product-series .switch-tab span.on {
  color: #005ab7;
  background: #e5eef8;
  box-shadow: none;
}
.product-series .switch-panle {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.common-classify.classify-stick,
.classify.classify-stick {
  position: sticky;
  top: 1.04rem;
  z-index: 12;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and ((max-width: 991px)) {
  .common-classify.classify-stick,
  .classify.classify-stick {
    top: 84px;
  }
}
.common-classify.classify-stick.shift,
.classify.classify-stick.shift {
  top: 0.72rem;
}
@media screen and ((max-width: 991px)) {
  .common-classify.classify-stick.shift,
  .classify.classify-stick.shift {
    top: 52px;
  }
}
.common-classify.classify-stick .contain ul,
.classify.classify-stick .contain ul {
  padding: 0.2rem 0;
}
.common-classify ul,
.classify ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and ((max-width: 991px)) {
  .common-classify ul,
  .classify ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .common-classify ul::-webkit-scrollbar,
  .classify ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .common-classify ul::-webkit-scrollbar-button,
  .classify ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .common-classify ul::-webkit-scrollbar-track,
  .classify ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .common-classify ul::-webkit-scrollbar-track-piece,
  .classify ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .common-classify ul::-webkit-scrollbar-thumb,
  .classify ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .common-classify ul::-webkit-scrollbar-corner,
  .classify ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  .common-classify ul::-webkit-scrollbar-resizer,
  .classify ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
}
.common-classify ul li,
.classify ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
.common-classify ul li.active .commonbtn,
.classify ul li.active .commonbtn {
  color: #ffffff;
}
.common-classify ul li.active .commonbtn::before,
.classify ul li.active .commonbtn::before {
  opacity: 0;
}
.common-classify ul li.active .commonbtn::after,
.classify ul li.active .commonbtn::after {
  opacity: 1;
}
.common-classify ul li.active .commonbtn i,
.classify ul li.active .commonbtn i {
  opacity: 1;
}
.about {
  position: relative;
  overflow: hidden;
}
.about .basic-content .basic-panel {
  display: none;
}
.about .basic-content .basic-panel.active {
  display: block;
  animation: slideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.about .basic-content .basic-panel .history-carousel {
  position: static;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .about .basic-content .basic-panel .history-carousel {
    padding-bottom: 70vw;
  }
}
@media screen and (max-width: 991px) {
  .about .basic-content .basic-panel .history-carousel .other {
    bottom: -100vw;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.history {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.1rem;
}
.history .classify {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .history .classify {
    order: 1;
  }
}
.history .box {
  width: 55.15625%;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: 15.625%;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .history .box {
    padding-left: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .history .box {
    padding-left: 7.5%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .history .box {
    padding-left: 5%;
    width: 100%;
    padding-right: 5%;
    order: 3;
  }
}
.history .box .i-title {
  margin-top: 1.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .history .box .i-title {
    margin-top: 0.5rem;
  }
}
.history .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history .box .swiper ul {
  align-items: stretch;
}
.history .box .swiper ul li {
  height: auto;
  display: none;
}
.history .box .swiper ul li.active {
  display: block;
}
.history .box .swiper ul li .item {
  display: block;
  width: 100%;
}
.history .box .swiper ul li .item .imgbox {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.history .box .swiper ul li .item .imgbox img {
  display: block;
  width: 100%;
}
.history .box .swiper ul li .item .textbox {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-height: 1.4rem;
}
.history .box .swiper ul li .item .textbox .event .t1 {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .history .box .swiper ul li .item .textbox .event .t1 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .history .box .swiper ul li .item .textbox .event .t1 {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.history .box .swiper ul li .item .textbox .event .t2 {
  margin-top: 0.05rem;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .history .box .swiper ul li .item .textbox .event .t2 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .history .box .swiper ul li .item .textbox .event .t2 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.history .box .swiper .swiper-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 0.2rem;
  margin-top: 0.5rem;
}
.history .box .swiper .swiper-button-box .swiper-button {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
}
.history .wrap {
  position: relative;
  width: 44.84375%;
  transform: translateY(-1rem);
}
@media screen and (max-width: 991px) {
  .history .wrap {
    width: 100%;
    transform: translateY(0);
    margin-top: 0.5rem;
    order: 2;
  }
}
.history .wrap .imgbox {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .history .wrap .imgbox {
    display: none;
  }
}
.history .wrap .imgbox img {
  display: block;
  width: 100%;
}
.history .wrap .swiper {
  position: relative;
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 57%;
    height: 50%;
  }
}
@media screen and (max-width: 991px) {
  .history .wrap .swiper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .history .wrap .swiper .swiper-wrapper {
    align-items: stretch;
  }
}
.history .wrap .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.off1 .year {
    transform: rotate(-90deg) translateX(14vw) translateY(6.875vw);
  }
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.off2 .year {
    transform: rotate(90deg) translateX(14vw) translateY(-6.875vw);
  }
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.on4 .year {
    transform: rotate(36deg) translateX(3.90625vw) translateY(3.125vw);
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.on3 .year {
    transform: rotate(75deg) translateX(10.5vw) translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.on2 .year {
    transform: rotate(-36deg) translateX(3.90625vw) translateY(-3.125vw);
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.on1 .year {
    transform: rotate(-75deg) translateX(10.5vw) translateY(0);
    opacity: 1;
  }
}
.history .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .year {
  opacity: 1;
  transform: rotate(0deg) translateX(0) translateY(0);
}
.history .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .year span {
  font-size: 60px;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1900px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .year span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1260px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .year span {
    font-size: clamp(30px, 0.6rem, 60px);
  }
}
@media screen and (max-width: 991px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
}
.history .wrap .swiper .swiper-wrapper .swiper-slide .year {
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide .year {
    opacity: 1;
  }
}
.history .wrap .swiper .swiper-wrapper .swiper-slide .year span {
  font-family: "HONORSansCN-Bold";
  font-size: 40px;
  color: rgba(189, 189, 189, 0.4);
}
@media screen and (max-width: 1900px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide .year span {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .history .wrap .swiper .swiper-wrapper .swiper-slide .year span {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
:root {
  --ease: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.history-carousel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.1rem;
}
@media screen and (max-width: 991px) {
  .history-carousel {
    padding-bottom: 54vw;
  }
}
.history-carousel .classify {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .history-carousel .classify {
    order: 1;
  }
}
.history-carousel .box {
  width: 55.15625%;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: 15.625%;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .history-carousel .box {
    padding-left: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .history-carousel .box {
    padding-left: 7.5%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .history-carousel .box {
    padding-left: 5%;
    width: 100%;
    padding-right: 5%;
    order: 3;
  }
}
.history-carousel .box .i-title {
  margin-top: 1.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .history-carousel .box .i-title {
    margin-top: 0.5rem;
  }
}
.history-carousel .box .group {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history-carousel .box .group ul {
  padding-left: 0;
}
.history-carousel .box .group ul li {
  display: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  opacity: 0;
  pointer-events: none;
}
.history-carousel .box .group ul li.active {
  opacity: 1;
  pointer-events: painted;
  display: block;
}
.history-carousel .box .group ul li .item {
  display: block;
  width: 100%;
}
.history-carousel .box .group ul li .item .imgbox {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.history-carousel .box .group ul li .item .imgbox img {
  display: block;
  width: 100%;
}
.history-carousel .box .group ul li .item .textbox {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-height: 1.4rem;
}
.history-carousel .box .group ul li .item .textbox .event .t1 {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .history-carousel .box .group ul li .item .textbox .event .t1 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .history-carousel .box .group ul li .item .textbox .event .t1 {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.history-carousel .box .group ul li .item .textbox .event .t2 {
  margin-top: 0.05rem;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .history-carousel .box .group ul li .item .textbox .event .t2 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .history-carousel .box .group ul li .item .textbox .event .t2 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.history-carousel .box .group .swiper-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 0.2rem;
  margin-top: 0.5rem;
}
.history-carousel .box .group .swiper-button-box .swiper-button {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
}
.history-carousel .other {
  position: absolute;
  right: 0;
  top: 0;
  right: -49vw;
  width: 90vw;
  height: 90vw;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 5.20833vw;
}
@media screen and (max-width: 991px) {
  .history-carousel .other {
    width: 162vw;
    height: 162vw;
    top: auto;
    bottom: -115vw;
    right: -31vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.history-carousel .other .imgbox {
  width: 96.16724738675958%;
  overflow: hidden;
  margin-left: 0.33rem;
}
.history-carousel .other .imgbox img {
  display: block;
  width: 100%;
}
.history-carousel .other .c1 {
  position: absolute;
  width: calc(100% - 3.541666666666667vw);
  height: calc(100% - 3.541666666666667vw);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #eaf9f4;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .c1 {
    width: calc(100% - 6vw);
    height: calc(100% - 6vw);
  }
}
.history-carousel .other .c2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border: 7.5vw solid rgba(234, 249, 244, 0.8);
  width: 77vw;
  height: 77vw;
  z-index: 4;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .c2 {
    width: 144vw;
    height: 144vw;
    border-width: 14vw;
  }
}
.history-carousel .other .c3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 56vw;
  height: 56vw;
  border-radius: 50%;
  border: 1px solid #eaf9f4;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .c3 {
    width: 110vw;
    height: 110vw;
  }
}
.history-carousel .other .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 70%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 70%, #fff 100%);
}
.history-carousel .other .items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.history-carousel .other .items .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.history-carousel .other .items .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  height: 4.166664vw;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide {
    height: 90px;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .dot {
  border-color: #5fd982;
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .dot::after {
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .line {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .txt {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .txt h3 {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .txt h3 {
    -webkit-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  height: 4.166664vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list {
    height: 90px;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .dot {
  flex-shrink: 0;
  display: inline-block;
  width: 3.541666666666667vw;
  height: 3.541666666666667vw;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .dot {
    width: 6vw;
    height: 6vw;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #ededed;
  -webkit-transition: background-color 1s var(--ease);
  transition: background-color 1s var(--ease);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .line {
  flex-shrink: 0;
  display: inline-block;
  width: 10.41666666666667vw;
  height: 1px;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  opacity: 0;
  -webkit-transform: translate3d(0.2em, 0, 0);
  transform: translate3d(0.2em, 0, 0);
  -webkit-transition: opacity 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .line {
    width: 17vw;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt {
  color: #ffffff80;
  flex: 1;
  padding-left: 1rem;
  box-sizing: border-box;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease), -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt {
    padding-left: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
  display: inline-block;
  font-family: "HONORSansCN-Bold";
  color: #bdbdbd;
  font-size: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  font-weight: 400;
  -webkit-transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease), -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 1900px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1260px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
    font-size: clamp(30px, 0.6rem, 60px);
  }
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
    -webkit-transform: scale(0.6) rotate(-90deg);
    -ms-transform: scale(0.6) rotate(-90deg);
    transform: scale(0.6) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
.history-carousel .other .items .r4SwChild {
  z-index: 5;
}
.history-carousel .other .items .r4SwChild .swiper-slide {
  width: 100%;
  position: relative;
  height: 4.166664vw;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .r4SwChild .swiper-slide {
    height: 90px;
  }
}
.history-carousel .other .items .r4SwChild .swiper-slide.swiper-slide-active .list .txt {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.history-carousel .other .items .r4SwChild .swiper-slide.swiper-slide-active .list .txt h3 {
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .r4SwChild .swiper-slide.swiper-slide-active .list .txt h3 {
    -webkit-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
}
.history-carousel .other .items .r4SwChild .swiper-slide .list {
  position: absolute;
  left: 0;
  height: 4.166664vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .dot {
  flex-shrink: 0;
  display: inline-block;
  width: 3.541666666666667vw;
  height: 3.541666666666667vw;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  visibility: hidden;
  -webkit-transition: border-color 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #dedede;
  -webkit-transition: background-color 1s var(--ease);
  transition: background-color 1s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .line {
  flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  height: 1px;
  visibility: hidden;
  background-color: #96b931;
  opacity: 0;
  -webkit-transform: translate3d(0.2em, 0, 0);
  transform: translate3d(0.2em, 0, 0);
  -webkit-transition: opacity 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color 0.3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .txt {
  color: #ffffff80;
  cursor: pointer;
  padding-left: 1em;
  width: calc(97.6%);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease), -webkit-transform 1.2s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .txt h3 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
  font-weight: 400;
  -webkit-transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease);
  transition: color 0.8s var(--ease), transform 1.2s var(--ease), -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .r4SwChild .swiper-slide .list .txt h3 {
    -webkit-transform: scale(0.6) rotate(-90deg);
    -ms-transform: scale(0.6) rotate(-90deg);
    transform: scale(0.6) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
.profile {
  padding-top: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile .i-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .profile .i-title {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.profile .i-title .left_w {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .profile .i-title .left_w {
    width: 100%;
  }
}
.profile .i-title .right_w {
  width: 54.375%;
}
@media screen and (max-width: 991px) {
  .profile .i-title .right_w {
    width: 100%;
  }
}
.profile .box {
  margin-top: 6.875%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.25rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 991px) {
  .profile .box {
    margin-top: 0.8rem;
    padding-bottom: 0;
    gap: 0.4rem;
  }
}
.profile .box .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 0.75rem) / 4);
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  border-radius: 0.2rem;
  overflow: hidden;
  background: #ffffff;
}
.profile .box .item:nth-child(even) {
  transform: translateY(0.9rem);
}
@media screen and (max-width: 991px) {
  .profile .box .item:nth-child(even) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .profile .box .item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .profile .box .item {
    width: 100%;
  }
}
.profile .box .item .textbox {
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.3rem 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .profile .box .item .textbox {
    padding: 0.4rem;
  }
}
.profile .box .item .textbox .above {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.profile .box .item .textbox .above .sp {
  flex: 1;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .profile .box .item .textbox .above .sp {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .profile .box .item .textbox .above .sp {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.profile .box .item .textbox .above .icon {
  flex-shrink: 0;
  margin-left: 0.3rem;
}
.profile .box .item .textbox .above .icon img {
  max-width: 0.4rem;
}
@media screen and (max-width: 767px) {
  .profile .box .item .textbox .above .icon img {
    max-width: 0.5rem;
  }
}
.profile .box .item .textbox .below {
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
  font-family: "HONORSansCN-Bold";
  font-size: 18px;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1900px) {
  .profile .box .item .textbox .below {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .profile .box .item .textbox .below {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.profile .box .item .textbox .below span {
  display: inline-block;
}
.profile .box .item .textbox .below span.timer {
  font-size: 50px;
}
@media screen and (max-width: 1900px) {
  .profile .box .item .textbox .below span.timer {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .profile .box .item .textbox .below span.timer {
    font-size: clamp(26px, 0.5rem, 5px);
  }
}
.profile .box .item .imgbox {
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.profile .box .item .imgbox img {
  display: block;
  width: 100%;
}
.contact {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.contact .contact-info .box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box {
    flex-direction: column;
  }
}
.contact .contact-info .box .textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43.75%;
  padding-top: 4.375%;
  padding-bottom: 4.375%;
  padding-left: 4.375%;
  padding-right: 3.125%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box .textbox {
    width: 100%;
    padding: 0.6rem 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact .contact-info .box .textbox {
    padding: 0.6rem 0.4rem;
  }
}
.contact .contact-info .box .textbox .i-title {
  margin-bottom: 0.3rem;
}
.contact .contact-info .box .textbox .content {
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .contact .contact-info .box .textbox .content {
    border-width: 2px;
  }
}
.contact .contact-info .box .textbox .content ul {
  padding-left: 0;
}
.contact .contact-info .box .textbox .content ul li {
  padding: 0.25rem 0;
  list-style: none;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1260px) {
  .contact .contact-info .box .textbox .content ul li {
    border-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box .textbox .content ul li {
    padding: 0.35rem 0;
  }
}
.contact .contact-info .box .textbox .content ul li .icon {
  flex-shrink: 0;
  margin-right: 0.15rem;
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box .textbox .content ul li .icon {
    margin-right: 12px;
  }
}
.contact .contact-info .box .textbox .content ul li .icon img {
  max-width: 0.4rem;
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box .textbox .content ul li .icon img {
    max-width: 32px;
  }
}
.contact .contact-info .box .textbox .content ul li .txt {
  flex: 1;
  overflow: hidden;
}
.contact .contact-info .box .textbox .content ul li .txt .t1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .contact .contact-info .box .textbox .content ul li .txt .t1 {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .contact .contact-info .box .textbox .content ul li .txt .t1 {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.contact .contact-info .box .textbox .content ul li .txt .t2 {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .contact .contact-info .box .textbox .content ul li .txt .t2 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .contact .contact-info .box .textbox .content ul li .txt .t2 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.contact .contact-info .box .imgbox {
  width: 56.25%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box .imgbox {
    width: 100%;
  }
}
.contact .contact-info .box .imgbox .wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact .contact-info .box .imgbox .wrap {
    height: auto;
    padding-bottom: 75.55555555555556%;
  }
}
.contact .contact-info .box .imgbox .wrap iframe,
.contact .contact-info .box .imgbox .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact-base .i-title {
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 991px) {
  .contact .contact-base .i-title {
    margin-bottom: 0.5rem;
  }
}
.contact .contact-base .box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .contact .contact-base .box {
    gap: 0.4rem;
  }
}
.contact .contact-base .box .item {
  position: relative;
  width: calc((100% - 0.2rem) / 2);
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact .contact-base .box .item {
    width: 100%;
  }
}
.contact .contact-base .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/img28.png) center bottom no-repeat;
  background-size: 100% auto;
}
.contact .contact-base .box .item .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact .contact-base .box .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact-base .box .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.25rem 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .contact .contact-base .box .item .textbox {
    padding: 0.4rem;
  }
}
.contact .contact-base .box .item .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .contact .contact-base .box .item .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .contact .contact-base .box .item .textbox .subtitle {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.qualifications {
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .qualifications {
    padding-top: 0.7rem;
  }
}
.qualifications .contain .switch-tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .qualifications .contain .switch-tab {
    gap: 0.5rem;
  }
}
.qualifications .contain .switch-tab::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-tab::before {
    height: 2px;
  }
}
.qualifications .contain .switch-tab .tabli {
  position: relative;
  cursor: pointer;
  font-family: "HONORSansCN-Bold";
  color: rgba(0, 0, 0, 0.4);
  font-size: 40px;
  padding-bottom: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .qualifications .contain .switch-tab .tabli {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-tab .tabli {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-tab .tabli {
    padding-bottom: 0.15rem;
  }
}
@media screen and (max-width: 991px) {
  .qualifications .contain .switch-tab .tabli {
    padding-bottom: 0.2rem;
  }
}
.qualifications .contain .switch-tab .tabli::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0.02rem;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  background: linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-tab .tabli::before {
    height: 2px;
  }
}
.qualifications .contain .switch-tab .tabli:hover span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qualifications .contain .switch-tab .tabli:hover::before {
  width: 100%;
}
.qualifications .contain .switch-tab .tabli.active span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qualifications .contain .switch-tab .tabli.active::before {
  width: 100%;
}
.qualifications .contain .switch-content {
  margin-top: 0.25rem;
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-content {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .qualifications .contain .switch-content {
    padding-bottom: 0.5rem;
  }
}
.qualifications .contain .switch-content .switch-panle {
  display: none;
}
.qualifications .contain .switch-content .switch-panle.active {
  display: block;
}
.qualifications .contain .switch-content .switch-panle .textbox {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .qualifications .contain .switch-content .switch-panle .textbox {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-content .switch-panle .textbox {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.qualifications .contain .switch-content .switch-panle .wrap {
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-content .switch-panle .wrap {
    margin-top: 0.2rem;
  }
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.35rem;
  box-sizing: border-box;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper {
  align-items: stretch;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  border-radius: 0.2rem;
  opacity: 0;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0;
  box-sizing: border-box;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 89.74358974358974%;
  overflow: hidden;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 100%;
  max-height: 100%;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide .item .text {
  margin-top: 0.2rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  text-align: center;
  padding: 0 0.35rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate {
  display: flex;
  align-items: center;
  gap: 0.54rem;
  margin-top: 0.6rem;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate .swiper-button-box {
  flex-shrink: 0;
  display: inline-flex;
  align-items: stretch;
  gap: 0.15rem;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate .swiper-button-box .swiper-button {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate .swiper-pagination {
  flex: 1;
  overflow: hidden;
  position: relative;
  left: 0;
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate .swiper-pagination.swiper-pagination-progressbar {
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1260px) {
  .qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate .swiper-pagination.swiper-pagination-progressbar {
    height: 2px;
  }
}
.qualifications .contain .switch-content .switch-panle .wrap .swiper .swiper-operate .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
}
.research .capability {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.research .capability .box {
  margin-top: 0.5rem;
  padding-bottom: 0.7rem;
  gap: 0.26rem;
}
@media screen and (max-width: 991px) {
  .research .capability .box {
    gap: 0.4rem;
    padding-bottom: 0;
  }
}
.research .capability .box .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 0.78rem) / 4);
  box-shadow: 0px 0px 35px rgba(41, 98, 245, 0.15);
  border-radius: 0.2rem;
  padding: 0.45rem;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
}
.research .capability .box .item:nth-child(odd) {
  transform: translateY(0.7rem);
}
@media screen and (max-width: 991px) {
  .research .capability .box .item:nth-child(odd) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .research .capability .box .item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 480px) {
  .research .capability .box .item {
    padding: 0.4rem;
  }
}
.research .capability .box .item .bg {
  position: absolute;
  right: -27.9%;
  bottom: -18.4%;
  width: 88.42105263157895%;
}
.research .capability .box .item .bg img {
  display: block;
  width: 100%;
  opacity: 0.04;
}
.research .capability .box .item .icon {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1260px) {
  .research .capability .box .item .icon {
    margin-bottom: 1rem;
  }
}
.research .capability .box .item .icon img {
  max-width: 0.41rem;
}
@media screen and (max-width: 991px) {
  .research .capability .box .item .icon img {
    max-width: 0.5rem;
  }
}
.research .capability .box .item .text .t1 {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05rem;
}
.research .capability .box .item .text .t1 span {
  display: inline-block;
  font-family: "HONORSansCN-Bold";
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.research .capability .box .item .text .t1 span.timer {
  font-size: 50px;
}
@media screen and (max-width: 1900px) {
  .research .capability .box .item .text .t1 span.timer {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .capability .box .item .text .t1 span.timer {
    font-size: clamp(26px, 0.5rem, 5px);
  }
}
.research .capability .box .item .text .t1 span.unit {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .research .capability .box .item .text .t1 span.unit {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .capability .box .item .text .t1 span.unit {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.research .capability .box .item .text .t1 span.sp1 {
  font-size: 50px;
}
@media screen and (max-width: 1900px) {
  .research .capability .box .item .text .t1 span.sp1 {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .capability .box .item .text .t1 span.sp1 {
    font-size: clamp(26px, 0.5rem, 5px);
  }
}
.research .capability .box .item .text .t1 span.sp2 {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .research .capability .box .item .text .t1 span.sp2 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .capability .box .item .text .t1 span.sp2 {
    font-size: clamp(15px, 0.18rem, 18px);
  }
}
.research .capability .box .item .text .t2 {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .research .capability .box .item .text .t2 {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .capability .box .item .text .t2 {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.research .customization {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.research .customization .box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.research .customization .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.02rem;
  background: rgba(0, 90, 183, 0.06);
}
@media screen and (max-width: 1260px) {
  .research .customization .box::before {
    height: 2px;
  }
}
.research .customization .box .swiper {
  position: relative;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.6875%;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .research .customization .box .swiper {
    width: 90%;
  }
}
@media screen and (max-width: 1260px) {
  .research .customization .box .swiper {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 640px) {
  .research .customization .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.research .customization .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: auto;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.on4 {
  transform: translateX(22%);
}
@media screen and (max-width: 991px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on4 {
    transform: translateX(32%);
  }
}
@media screen and (max-width: 640px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on4 {
    transform: translateX(0%);
  }
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.on3 {
  transform: translateX(72%);
}
@media screen and (max-width: 991px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on3 {
    transform: translateX(72%);
  }
}
@media screen and (max-width: 640px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on3 {
    transform: translateX(0%);
  }
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.on2 {
  transform: translateX(-22%);
}
@media screen and (max-width: 991px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on2 {
    transform: translateX(-32%);
  }
}
@media screen and (max-width: 640px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on2 {
    transform: translateX(0%);
  }
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.on1 {
  transform: translateX(-72%);
}
@media screen and (max-width: 991px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on1 {
    transform: translateX(-72%);
  }
}
@media screen and (max-width: 640px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.on1 {
    transform: translateX(0%);
  }
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .inline {
  max-width: 100%;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox {
  width: 78.84615384615385%;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox .img {
  opacity: 1;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox .icon {
  opacity: 0;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox .animate-wave {
  opacity: 1;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox {
  margin-top: 0.7rem;
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.7rem;
  box-sizing: border-box;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .inline {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 2.4rem;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.2rem;
  border-radius: 50%;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .img {
  position: relative;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .icon {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 81px rgba(41, 98, 245, 0.1);
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .icon img {
  width: 0.34rem;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave * {
  background: rgba(0, 90, 183, 0.1);
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave .w2 {
  animation-delay: 1s;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave .w3 {
  animation-delay: 2s;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave .w4 {
  animation-delay: 3s;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave .w5 {
  animation-delay: 4s;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .imgbox .animate-wave .w6 {
  animation-delay: 5s;
}
.research .customization .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  margin-top: 0.27rem;
  text-align: center;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .research .customization .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.research .customization .box .swiper .swiper-pagination {
  display: none;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .research .customization .box .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.research .customization .box .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #005ab7;
  opacity: 0.1;
}
.research .customization .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #005ab7;
}
@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
  }
}
@keyframes opac {
  from {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
  }
}
.laboratory .i-title .txt,
.manufacturing .i-title .txt {
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}
.laboratory .box,
.manufacturing .box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.4rem 0.2rem;
  margin-top: 0.45rem;
}
@media screen and (max-width: 991px) {
  .laboratory .box,
  .manufacturing .box {
    gap: 0.4rem 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .laboratory .box,
  .manufacturing .box {
    gap: 0.5rem;
  }
}
.proitem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .proitem {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .proitem {
    width: 100%;
  }
}
.proitem .img {
  position: relative;
  width: 100%;
  padding-bottom: 67.30769230769231%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.proitem .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proitem .text {
  margin-top: 0.2rem;
  text-align: center;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .proitem .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .proitem .text {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
@media screen and (max-width: 767px) {
  .proitem .text {
    margin-top: 15px;
  }
}
.news .main-news {
  margin-top: 0.5rem;
}
.news .main-news .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.news .main-news .swiper .swiper-wrapper {
  align-items: stretch;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item:hover .imgbox img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item:hover .textbox .subtitle {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item:hover .textbox .more span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 67.5%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox {
    width: 100%;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
  display: flex;
  flex-direction: column;
  width: 32.5%;
  padding: 3% 2.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
    width: 100%;
    padding: 0.6rem 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
    padding: 0.5rem 0.4rem;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
  min-height: 1.2rem;
  font-family: "HONORSansCN-Bold";
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1900px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
  flex-shrink: 0;
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
  flex: 1;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1900px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .desc {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more {
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
  margin-top: 0.3rem;
  padding-top: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more {
    border-top-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more {
    padding-top: 0.25rem;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more span {
  display: inline-flex;
  align-items: center;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .more span i {
  display: inline-block;
  width: 0.08rem;
  height: 0.15rem;
  margin-left: 0.12rem;
  background: url(../images/icon33.png) center no-repeat;
  background-size: 100% auto;
}
.news .main-news .swiper .swiper-pagination {
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-pagination {
    justify-content: flex-end;
    bottom: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .news .main-news .swiper .swiper-pagination {
    justify-content: flex-end;
    bottom: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #005ab7;
    opacity: 0.1;
  }
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005ab7;
    opacity: 1;
  }
}
.news .new-list {
  margin-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .news .new-list {
    margin-top: 0.5rem;
  }
}
.news .new-list .contain {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .news .new-list .contain {
    gap: 0.7rem;
  }
}
.news .new-list .contain .box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .news .new-list .contain .box {
    gap: 0.4rem;
  }
}
.news .new-list .contain .box .newitem {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .news .new-list .contain .box .newitem {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .new-list .contain .box .newitem {
    width: 100%;
  }
}
.newitem {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f8f8f8;
}
.newitem:hover .imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newitem:hover .textbox .subtitle {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newitem .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 69.23076923076923%;
  overflow: hidden;
}
.newitem .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newitem .textbox {
  padding: 7.7% 7.7% 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .newitem .textbox {
    padding: 0.6rem 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .newitem .textbox {
    padding: 0.5rem 0.4rem;
  }
}
.newitem .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .newitem .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .newitem .textbox .subtitle {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.newitem .textbox .info {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .newitem .textbox .info {
    border-top-width: 2px;
  }
}
.newitem .textbox .info .more {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .newitem .textbox .info .more {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .newitem .textbox .info .more {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.newitem .textbox .info .more span {
  display: inline-flex;
  align-items: center;
}
.newitem .textbox .info .more span i {
  display: inline-block;
  width: 0.08rem;
  height: 0.15rem;
  margin-left: 0.12rem;
  background: url(../images/icon33.png) center no-repeat;
  background-size: 100% auto;
}
.newitem .textbox .info .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .newitem .textbox .info .date {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .newitem .textbox .info .date {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.swiper-pagination.common-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  margin: 0 0.06rem;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 0.03rem;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .swiper-pagination.common-pagination .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 0.2083333333333333vw;
    margin: 0 0.3125vw;
    border-radius: 0.15625vw;
  }
}
@media screen and (max-width: 991px) {
  .swiper-pagination.common-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 5px;
    border-radius: 2px;
  }
}
.swiper-pagination.common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
}
.new-details {
  background-color: #f3f5f9;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .new-details {
    background-color: #f3f5f9;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 280px;
  }
}
.new-details .substance {
  padding-top: 0.9rem;
}
@media screen and (max-width: 1260px) {
  .new-details .substance {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 991px) {
  .new-details .substance {
    padding-top: 0.5rem;
  }
}
.new-details .substance .topic {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 1260px) {
  .new-details .substance .topic {
    gap: 0.4rem;
  }
}
.new-details .substance .topic .title {
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .topic .title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .topic .title {
    font-size: clamp(24px, 0.4rem, 40px);
  }
}
.new-details .substance .topic .info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .topic .info {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .topic .info {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 991px) {
  .new-details .substance .topic .info {
    gap: 0.1rem 0.3rem;
  }
}
.new-details .substance .topic .info span {
  display: inline-block;
}
.new-details .substance .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .new-details .substance .content {
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.4rem;
  }
}
.new-details .substance .content .left_w {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 68.75%;
}
@media screen and (max-width: 991px) {
  .new-details .substance .content .left_w {
    width: 100%;
  }
}
.new-details .substance .content .left_w .article {
  padding: 0.5rem 0.5rem 0.7rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  background: #ffffff;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .content .left_w .article {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .left_w .article {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 991px) {
  .new-details .substance .content .left_w .article {
    padding: 0.4rem 0.4rem 0.5rem;
  }
}
.new-details .substance .content .left_w .article img {
  max-width: 100%;
}
.new-details .substance .content .left_w .article .subtit {
  font-family: "HONORSansCN-Bold";
  font-size: 24px;
  color: #000000;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .content .left_w .article .subtit {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .left_w .article .subtit {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.new-details .substance .content .left_w .article-operate {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .new-details .substance .content .left_w .article-operate {
    padding: 0.4rem;
  }
}
.new-details .substance .content .left_w .article-operate a {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .content .left_w .article-operate a {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .left_w .article-operate a {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .left_w .article-operate a {
    border-bottom-width: 2px;
  }
}
.new-details .substance .content .left_w .article-operate a:first-child {
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .left_w .article-operate a:first-child {
    border-top-width: 2px;
  }
}
.new-details .substance .content .left_w .article-operate a:hover {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-details .substance .content .right_w {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .new-details .substance .content .right_w {
    width: 100%;
  }
}
.new-details .substance .content .right_w .related-info {
  padding: 0.36rem 0.36rem 0.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.new-details .substance .content .right_w .related-info .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  padding-bottom: 0.16rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .content .right_w .related-info .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .right_w .related-info .title {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .right_w .related-info .title {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .substance .content .right_w .related-info .title {
    padding-bottom: 0.25rem;
  }
}
.new-details .substance .content .right_w .related-info .info-list a {
  display: block;
  width: 100%;
  padding: 0.18rem 0;
  border-bottom: rgba(0, 0, 0, 0.06) solid 1px;
}
@media screen and (max-width: 991px) {
  .new-details .substance .content .right_w .related-info .info-list a {
    padding: 0.25rem 0;
  }
}
.new-details .substance .content .right_w .related-info .info-list a .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .content .right_w .related-info .info-list a .date {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .right_w .related-info .info-list a .date {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
.new-details .substance .content .right_w .related-info .info-list a .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .new-details .substance .content .right_w .related-info .info-list a .subtitle {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .substance .content .right_w .related-info .info-list a .subtitle {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.new-details .substance .content .right_w .related-info .info-list a:hover .subtitle {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spacing {
  scroll-snap-align: start;
  scroll-margin-top: 2rem;
}
.application .substance .commonsection:nth-child(odd) .content {
  background: url(../images/img63.png) center no-repeat;
  background-size: cover;
}
.application .substance .commonsection:nth-child(1) .content {
  padding-top: 1rem;
  background: url(../images/img64.png) bottom center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection:nth-child(1) .content {
    padding-top: 0.7rem;
  }
}
.application .substance .commonsection:nth-child(even) .content {
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .application .substance .commonsection:nth-child(even) .content .box {
    flex-direction: row-reverse;
  }
}
.application .substance .commonsection .content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.application .substance .commonsection .content .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content .box {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.application .substance .commonsection .content .box .textbox {
  width: 41.875%;
}
@media screen and (max-width: 1260px) {
  .application .substance .commonsection .content .box .textbox {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content .box .textbox {
    width: 100%;
  }
}
.application .substance .commonsection .content .box .textbox .icon {
  margin-bottom: 0.35rem;
}
.application .substance .commonsection .content .box .textbox .icon img {
  max-width: 0.39rem;
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content .box .textbox .icon img {
    max-width: 39px;
  }
}
.application .substance .commonsection .content .box .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1900px) {
  .application .substance .commonsection .content .box .textbox .subtitle {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .application .substance .commonsection .content .box .textbox .subtitle {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
.application .substance .commonsection .content .box .textbox .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .application .substance .commonsection .content .box .textbox .desc {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .application .substance .commonsection .content .box .textbox .desc {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.application .substance .commonsection .content .box .textbox .switch-tab {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem;
  min-width: 94%;
  max-width: 100%;
  margin-top: 0.36rem;
}
.application .substance .commonsection .content .box .textbox .switch-tab .tabli {
  position: relative;
  display: inline-block;
  width: calc((100% - 0.3rem) / 2);
  padding-bottom: 0.15rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .application .substance .commonsection .content .box .textbox .switch-tab .tabli {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .application .substance .commonsection .content .box .textbox .switch-tab .tabli {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.application .substance .commonsection .content .box .textbox .switch-tab .tabli::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: -webkit-linear-gradient(90deg, #00c82f, #005ab7);
  background: linear-gradient(90deg, #00c82f, #005ab7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application .substance .commonsection .content .box .textbox .switch-tab .tabli:hover::before {
  width: 100%;
}
.application .substance .commonsection .content .box .textbox .switch-tab .tabli:hover span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.application .substance .commonsection .content .box .textbox .switch-tab .tabli.active::before {
  width: 100%;
}
.application .substance .commonsection .content .box .textbox .switch-tab .tabli.active span {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.application .substance .commonsection .content .box .imgbox {
  width: 49.375%;
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content .box .imgbox {
    width: 100%;
  }
}
.application .substance .commonsection .content .box .imgbox .swiper {
  position: relative;
  width: 100%;
  padding-right: 37.21518987341772%;
  box-sizing: border-box;
  overflow: hidden;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper {
  align-items: stretch;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
  padding-right: 0;
  transition: opacity 0.4s ease;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0.2;
  padding-right: 0;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  padding-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding-right: 0.4rem;
  }
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item {
  width: 100%;
  height: 100%;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox {
  bottom: 0;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .text {
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .text {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .btn {
  opacity: 1;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide:hover .item .imgbox img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
  width: 58.8%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 100%;
  height: 100%;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  left: 0;
  bottom: -0.42rem;
  width: 100%;
  text-align: center;
  padding: 0.35rem;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox {
    bottom: -35px;
  }
}
@media screen and (max-width: 480px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox {
    bottom: -28px;
  }
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .btn {
  display: flex;
  align-items: stretch;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span {
  position: relative;
  display: inline-block;
  margin-top: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 5px;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
}
@media screen and (max-width: 991px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span {
    margin-top: 10px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span {
    margin-top: 10px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span {
    margin-top: 6px;
    width: 22px;
    height: 22px;
  }
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-wrapper .swiper-slide .item .textbox .btn span::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 50%;
  background: url(../images/icon14a.png) center no-repeat;
  background-size: 100% auto;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-button-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.15rem;
}
.application .substance .commonsection .content .box .imgbox .swiper .swiper-button-box .swiper-button {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
}
.application-details .box {
  margin-top: 0.56rem;
}
.application-details .box .content {
  margin-top: 0.5rem;
}
.application-details .box .content .table-box {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box {
    gap: 0.5rem;
  }
}
.application-details .box .content .table-box .table-item {
  border-radius: 0.1rem;
  box-shadow: 0px 0px 30px rgba(41, 98, 245, 0.12);
  overflow: hidden;
}
.application-details .box .content .table-box .table-item table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  border: none;
  table-layout: fixed;
}
.application-details .box .content .table-box .table-item table tr:last-child td {
  border-bottom: none;
}
.application-details .box .content .table-box .table-item table tr th {
  text-align: left;
  font-family: "HONORSansCN-Bold";
  font-size: 24px;
  color: #000000;
  border-right: rgba(0, 0, 0, 0.06) solid 0.02rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .application-details .box .content .table-box .table-item table tr th {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr th {
    font-size: clamp(18px, 0.24rem, 24px);
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr th {
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr th {
    font-size: 2.4vmin;
  }
}
.application-details .box .content .table-box .table-item table tr th .table-th-left {
  display: flex;
  align-items: stretch;
}
.application-details .box .content .table-box .table-item table tr th .table-th-left .table-num {
  display: inline-flex;
  align-items: center;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 30px;
  min-width: 2rem;
  height: 0.8rem;
  background: #005ab7;
  border-radius: 0 0.5rem 0 0;
  padding-left: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-left .table-num {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-left .table-num {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-left .table-num {
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-left .table-num {
    min-width: 20vmin;
    padding-left: 3vmin;
    height: 8vmin;
    font-size: 3vmin;
  }
}
.application-details .box .content .table-box .table-item table tr th .table-th-left .table-name {
  display: inline-flex;
  align-items: center;
  padding-left: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-left .table-name {
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-left .table-name {
    padding-left: 3vmin;
  }
}
.application-details .box .content .table-box .table-item table tr th .table-th-right {
  padding-left: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-right {
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr th .table-th-right {
    padding-left: 3vmin;
  }
}
.application-details .box .content .table-box .table-item table tr td {
  text-align: left;
  color: #000000;
  font-size: 20px;
  height: 0.8rem;
  border-right: rgba(0, 0, 0, 0.06) solid 0.02rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
  transition: all 0.4s ease;
  padding-left: 0.6rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .application-details .box .content .table-box .table-item table tr td {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr td {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .content .table-box .table-item table tr td {
    border-right-width: 2px;
    border-bottom-width: 2px;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr td {
    padding-left: 3vmin;
    padding-right: 1vmin;
    height: 8vmin;
    font-size: 2vmin;
  }
}
.application-details .box .content .table-box .table-item table tr td .table-content-right {
  display: flex;
  align-items: center;
}
.application-details .box .content .table-box .table-item table tr td .table-content-right .products-img {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.24rem;
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr td .table-content-right .products-img {
    margin-right: 2.4vmin;
  }
}
.application-details .box .content .table-box .table-item table tr td .table-content-right .products-img img {
  max-width: 0.42rem;
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr td .table-content-right .products-img img {
    max-width: 4.2vmin;
  }
}
.application-details .box .content .table-box .table-item table tr td .table-content-right .table-content-download {
  flex: 1;
  overflow: hidden;
}
.application-details .box .content .table-box .table-item table tr td .table-content-right .table-content-download a {
  display: inline-flex;
  align-items: flex-start;
  max-width: 100%;
  color: #000000;
  transition: all 0.4s ease;
}
.application-details .box .content .table-box .table-item table tr td .table-content-right .table-content-download a:hover {
  color: #005ab7;
}
.application-details .box .content .table-box .table-item table tr td .table-content-right .table-content-download a img {
  display: inline-block;
  margin-right: 0.15rem;
  max-width: 0.23rem;
}
@media screen and (max-width: 991px) {
  .application-details .box .content .table-box .table-item table tr td .table-content-right .table-content-download a img {
    margin-right: 1vmin;
    max-width: 2.4vmin;
  }
}
.search-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.search-banner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .search-banner > img {
    height: 30vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .search-banner > img {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .search-banner > img {
    height: 320px;
  }
}
.search-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}
.search-banner .box .searchbox {
  max-width: 6.7rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox {
    max-width: 100%;
  }
}
.search-banner .box .searchbox .layui-form .layui-row {
  position: relative;
  width: 100%;
  border: rgba(255, 255, 255, 0.5) solid 0.02rem;
  box-sizing: border-box;
  border-radius: 0.45rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row {
    border-width: 1px;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input {
  flex: 1;
  font-family: "HONORSansCN-Regular";
  color: #FFFFFF;
  font-size: 20px;
  height: 0.86rem;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.45rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    padding: 0 0.4rem;
    height: 0.88rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.8);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.8);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.8);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.8);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn {
  position: absolute;
  right: -0.02rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  border-radius: 0.45rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
  max-width: 18%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
    max-width: 22%;
  }
}
.search-banner .prompt-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .search-banner .prompt-text {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-banner .prompt-text {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.search-result .result-tab {
  position: relative;
}
.search-result .result-tab::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.06);
}
.search-result .result-tab ul {
  display: flex;
  align-items: stretch;
  column-gap: 0.56rem;
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .search-result .result-tab ul {
    column-gap: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul li {
    flex-shrink: 0;
  }
}
.search-result .result-tab ul li a {
  position: relative;
  display: block;
  padding-bottom: 0.12rem;
  font-family: "HONORSansCN-Bold";
  color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .search-result .result-tab ul li a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-result .result-tab ul li a {
    font-size: clamp(20px, 0.3rem, 30px);
  }
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul li a {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-result .result-tab ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .search-result .result-tab ul li a {
    font-size: 16px;
  }
}
.search-result .result-tab ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: -webkit-linear-gradient(135deg, #00c82f, #005ab7);
  background: linear-gradient(135deg, #00c82f, #005ab7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-result .result-tab ul li.active a {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-result .result-tab ul li.active a::before {
  width: 100%;
}
.search-result .result-tab ul li:hover a {
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-result .result-tab ul li:hover a::before {
  width: 100%;
}
.search-result .box {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .search-result .box {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result .box .p-wrap {
    gap: 0.5rem;
  }
}
.search-result .box .p-wrap .item {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  border-bottom: rgba(0, 0, 0, 0.06) solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .search-result .box .p-wrap .item {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-result .box .p-wrap .item {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
.search-result .box .p-wrap .item:hover span {
  display: inline-block;
  max-width: 100%;
  background: -webkit-linear-gradient(135deg, #005ab7, #00c82f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-result .box .p-wrap .search-table {
  margin-top: 0.2rem;
  border-radius: 10px;
  border: #e5e5e5 solid 1px;
  max-width: 100%;
  width: 100%;
  /* 滚动条整体 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap .search-table {
    overflow-x: auto;
  }
}
.search-result .box .p-wrap .search-table::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}
.search-result .box .p-wrap .search-table::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.04rem;
}
.search-result .box .p-wrap .search-table::-webkit-scrollbar-thumb {
  background: #005ab7;
  border-radius: 0.04rem;
}
.search-result .box .p-wrap .search-table::-webkit-scrollbar-thumb:hover {
  background: #005ab7;
}
.search-result .box .p-wrap .search-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap .search-table table {
    width: max-content;
    min-width: 100%;
  }
}
.search-result .box .p-wrap .search-table table tr:nth-child(1) {
  background: -webkit-linear-gradient(90deg, #00c82f, #005ab7);
  background: linear-gradient(90deg, #00c82f, #005ab7);
}
.search-result .box .p-wrap .search-table table tr:last-child td {
  border-bottom: none;
}
.search-result .box .p-wrap .search-table table tr th {
  min-width: 1rem;
  text-align: center;
  height: 0.6rem;
  font-family: "HONORSansCN-Bold";
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  border-right: #FFFFFF solid 1px;
  border-bottom: #FFFFFF solid 1px;
  padding: 0.06rem 0.12rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .search-result .box .p-wrap .search-table table tr th {
    font-size: 1.041666666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-result .box .p-wrap .search-table table tr th {
    font-size: clamp(16px, 0.2rem, 20px);
  }
}
@media screen and (max-width: 1260px) {
  .search-result .box .p-wrap .search-table table tr th {
    height: 0.8rem;
    padding: 6px 10px;
  }
}
.search-result .box .p-wrap .search-table table tr td {
  text-align: center;
  height: 0.6rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  transition: all 0.4s ease;
  padding: 0.06rem 0.12rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .search-result .box .p-wrap .search-table table tr td {
    font-size: 0.8333333333333333vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-result .box .p-wrap .search-table table tr td {
    font-size: clamp(14px, 0.16rem, 16px);
  }
}
@media screen and (max-width: 1260px) {
  .search-result .box .p-wrap .search-table table tr td {
    height: 0.8rem;
    padding: 6px 10px;
  }
}
.search-result .box .p-wrap .search-table table tr td .proimg img {
  max-width: 0.47rem;
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap .search-table table tr td .proimg img {
    max-width: 0.54rem;
  }
}
.search-result .box .p-wrap .search-table table tr td a {
  display: block;
  color: #666666;
}
.search-result .box .p-wrap .search-table table tr td .para {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}
.search-result .box .p-wrap .search-table table tr td .para .text {
  flex: 1;
  overflow: hidden;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.search-result .box .p-wrap .search-table table tr td .para .link {
  flex-shrink: 0;
}
.search-result .box .p-wrap .search-table table tr td .para .link a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.04rem 0.18rem;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.search-result .box .p-wrap .search-table table tr td .para .link a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: #e5e5e5 solid 1px;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-result .box .p-wrap .search-table table tr td .para .link a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #00c82f, #005ab7);
  background: linear-gradient(90deg, #00c82f, #005ab7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.search-result .box .p-wrap .search-table table tr td .para .link a:hover {
  color: #ffffff;
}
.search-result .box .p-wrap .search-table table tr td .para .link a:hover::before {
  opacity: 0;
}
.search-result .box .p-wrap .search-table table tr td .para .link a:hover::after {
  opacity: 1;
}
.search-result .box .p-wrap .search-table table tr td .para .link a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.search-result .box .p-wrap .search-table table tr td .para .link a img {
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.16rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .search-result .box .p-wrap .search-table table tr td .para .link a img {
    width: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result .box .p-wrap .search-table table tr td .para .link a img {
    width: 0.24rem;
  }
}
.search-result .box .n-wrap {
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap {
    gap: 0.4rem;
  }
}
.search-result .box .n-wrap .newitem {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .newitem {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .n-wrap .newitem {
    width: 100%;
  }
}
.fancybox__thumbs {
  display: none;
}
.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  display: none;
}
.f-carousel__toolbar__column.is-left {
  opacity: 0;
}



.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
}

.index_news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);  /* 黑色 45% 不透明，可按需调 0.35~0.6 */
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  border-radius: 0.2rem;
}

/* 当前激活 + 鼠标悬浮时显示遮罩 */
.index_news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox::before,
.index_news .box .swiper .swiper-wrapper .swiper-slide:hover .item .imgbox::before {
  opacity: 1;
}

