@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: 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: 1580px) {
  body {
    font-size: 12px;
  }
}
@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%;
  }
}
.bgcolor {
  background-color: #070707;
}
@font-face {
  font-family: "HONORSansCN-Regular";
  src: url("https://font.fonwi.com/xinweb/addfile/aitaike/font/HONORSansCN-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSC-Medium";
  src: url("https://font.fonwi.com/xinweb/addfile/aitaike/font/NotoSansSC-Medium.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-Bold";
  src: url("https://font.fonwi.com/xinweb/addfile/aitaike/font/HONORSansCN-Bold.ttf");
  font-display: swap;
}
.pt60 {
  padding-top: 0.6rem;
}
@media screen and (max-width: 1900px) {
  .pt60 {
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .pt60 {
    padding-top: 1rem;
  }
}
.pb60 {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 1900px) {
  .pb60 {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .pb60 {
    padding-bottom: 1rem;
  }
}
.pt70 {
  padding-top: 0.7rem;
}
@media screen and (max-width: 1900px) {
  .pt70 {
    padding-top: 3.645833333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pt70 {
    padding-top: 1rem;
  }
}
.pb70 {
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 1900px) {
  .pb70 {
    padding-bottom: 3.645833333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pb70 {
    padding-bottom: 1rem;
  }
}
.pt80 {
  padding-top: 0.8rem;
}
@media screen and (max-width: 1900px) {
  .pt80 {
    padding-top: 4.166666666666667vw;
  }
}
@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.166666666666667vw;
  }
}
@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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
}
.font14 {
  font-size: 14px;
}
@media screen and (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1260px) {
  .font14 {
    font-size: 14px;
  }
}
.font16 {
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .font16 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .font16 {
    font-size: 16px;
  }
}
.font18 {
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .font18 {
    font-size: 15px;
  }
}
.font20 {
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .font20 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
.font22 {
  font-size: 22px;
}
@media screen and (max-width: 1580px) {
  .font22 {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .font22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .font22 {
    font-size: 18px;
  }
}
.font24 {
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .font24 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .font24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .font24 {
    font-size: 18px;
  }
}
.font26 {
  font-size: 26px;
}
@media screen and (max-width: 1580px) {
  .font26 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .font26 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .font26 {
    font-size: 20px;
  }
}
.font30 {
  font-size: 30px;
}
@media screen and (max-width: 1580px) {
  .font30 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .font30 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .font30 {
    font-size: 20px;
  }
}
.font32 {
  font-size: 32px;
}
@media screen and (max-width: 1580px) {
  .font32 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .font32 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .font32 {
    font-size: 20px;
  }
}
.font36 {
  font-size: 36px;
}
@media screen and (max-width: 1580px) {
  .font36 {
    font-size: .34rem;
  }
}
@media screen and (max-width: 991px) {
  .font36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .font36 {
    font-size: 22px;
  }
}
.font40 {
  font-size: 40px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font40 {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .font40 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .font40 {
    font-size: 24px;
  }
}
.font44 {
  font-size: 44px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font44 {
    font-size: 2.291666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font44 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font44 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .font44 {
    font-size: 24px;
  }
}
.font48 {
  font-size: 48px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font48 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 991px) {
  .font48 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font48 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .font48 {
    font-size: 22px;
  }
}
.font50 {
  font-size: 50px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font50 {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font50 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font50 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .font50 {
    font-size: 22px;
  }
}
.font68 {
  font-size: 68px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font68 {
    font-size: 3.541666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font68 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .font68 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .font68 {
    font-size: 24px;
  }
}
#interval {
  height: 0.9rem;
}
@media screen and (max-width: 991px) {
  #interval {
    height: 60px;
  }
}
.public-btn span,
.public-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.6rem;
  height: 0.52rem;
  color: #e60012;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 0 0.25rem;
  background: #ffffff;
  border: #e60012 solid 0.02rem;
  border-radius: 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .public-btn span,
  .public-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn span,
  .public-btn a {
    font-size: 16px;
  }
}
@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;
    font-size: 14px;
  }
}
.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(480px);
  min-height: calc(480px);
  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(480px);
  min-height: calc(480px);
  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.red,
.public-btn a.red {
  color: #ffffff;
  background: #e60012;
}
.public-btn span:hover,
.public-btn a:hover {
  color: #ffffff;
  background: #e60012;
}
.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.small span,
.public-btn.small a {
  min-width: 1.2rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .public-btn.small span,
  .public-btn.small a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.small span,
  .public-btn.small a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .public-btn.small span,
  .public-btn.small a {
    height: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.small span,
  .public-btn.small a {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.small span,
  .public-btn.small a {
    padding: 0 0.3rem;
    font-size: 14px;
  }
}
.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;
  }
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.universal-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  font-family: "NotoSansSC-Bold";
  color: #ffffff;
  font-size: 16px;
  padding: 0 0.15rem;
  background: #0080ff;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .universal-button {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .universal-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .universal-button {
    height: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .universal-button {
    padding: 0 0.25rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .universal-button {
    padding: 0 0.3rem;
    font-size: 14px;
  }
}
.universal-button:hover .btn-inner {
  color: #ffffff;
}
.universal-button:hover .mask {
  width: 300px;
  height: 300px;
}
.universal-button .btn-inner {
  position: relative;
  z-index: 2;
}
.universal-button .mask {
  background: #359aff;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width .4s, height .4s;
  transition: width .4s, height .4s;
  z-index: 1;
  left: 0\9 !important;
  top: 0\9 !important;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
}
.header .box {
  max-width: 1920px;
  width: 100%;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1261px) {
	/*20260429*/
  .header .box{
  	display: grid;
  	grid-template-columns: 1fr auto 1fr;
  }
}
@media screen and (max-width: 1260px) {
  .header .box {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .header .box {
    max-width: 90%;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .box .logo a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .box .logo a img {
  display: inline-block;
  height: 0.62rem;
}
@media screen and (max-width: 1260px) {
  .header .box .logo a img {
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .logo a img {
    height: 40px;
  }
}
.header .box .logo a img.m2 {
  display: none;
}
.header .box .nav {
  /*margin-right: 0.45rem;*/
}
@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.21rem;
  list-style: none;
}
.header .box .nav ul li.static {
  position: static;
}
.header .box .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li > a {
    font-size: 15px;
  }
}
.header .box .nav ul li > a span {
  position: relative;
}
.header .box .nav ul li > a span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #e60012;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .box .nav ul li > a i {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.11rem;
  height: 0.2rem;
  background: url(../images/arrow-down_w.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .nav ul li:hover > a {
  color: #e60012;
}
.header .box .nav ul li:hover > a span::before {
  width: 100%;
}
.header .box .nav ul li:hover > a i {
  background: url(../images/arrow-down_p.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .nav ul li.on > a {
  color: #e60012;
}
.header .box .nav ul li.on > a i {
  background: url(../images/arrow-down_p.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  min-width: 1.2rem;
  width: max-content;
}
.header .box .nav ul li .navcell .cell {
  display: flex;
  flex-direction: column;
  width: max-content;
  min-width: max-content;
  padding: 0.12rem 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}
.header .box .nav ul li .navcell .cell a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
  padding: 0.05rem 0.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .navcell .cell a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .navcell .cell a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1900px) and (min-width: 1261px) {
  .header .box .nav ul li .navcell .cell a {
    padding: 0.260416vw 1.3020833vw;
  }
}
.header .box .nav ul li .navcell .cell a:hover {
  color: #e60012;
}
.header .box .nav ul li .pulldown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 5;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}
.header .box .nav ul li .pulldown .pullbox {
  padding: 0.4rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
  min-height: 3.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.header .box .nav ul li .pulldown .pullbox .item {
  width: 1.9rem;
}
.header .box .nav ul li .pulldown .pullbox .item:hover .subtit {
  color: #e60012;
}
.header .box .nav ul li .pulldown .pullbox .item:hover .subtit i {
  background: url(../images/icon26a.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .nav ul li .pulldown .pullbox .item .subtit {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .pulldown .pullbox .item .subtit {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .pulldown .pullbox .item .subtit {
    font-size: 16px;
  }
}
.header .box .nav ul li .pulldown .pullbox .item .subtit:hover {
  color: #e60012;
}
.header .box .nav ul li .pulldown .pullbox .item .subtit:hover i {
  background: url(../images/icon26a.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .nav ul li .pulldown .pullbox .item .subtit i {
  flex-shrink: 0;
  display: inline-block;
  margin-top: -0.03rem;
  margin-right: 0.1rem;
  width: 0.14rem;
  height: 0.16rem;
  background: url(../images/icon26.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box .nav ul li .pulldown .pullbox .item .subtit span {
  flex: 1;
  overflow: hidden;
}
.header .box .nav ul li .pulldown .pullbox .item .wrapper a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.5;
  padding: 0.05rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .pulldown .pullbox .item .wrapper a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .pulldown .pullbox .item .wrapper a {
    font-size: 16px;
  }
}
.header .box .nav ul li .pulldown .pullbox .item .wrapper a:hover {
  color: #e60012;
}
.header .box .nav ul li .pulldown .contain .cellbox {
  display: flex;
  align-items: stretch;
}
.header .box .nav ul li .pulldown .contain .cellbox .title {
  flex-shrink: 0;
  margin-right: 4.75%;
  min-width: 2rem;
  padding-top: 0.4rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  padding-right: 0.4rem;
  box-sizing: border-box;
  border-right: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .pulldown .contain .cellbox .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .pulldown .contain .cellbox .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .box .nav ul li .pulldown .contain .cellbox .title {
    font-size: 18px;
  }
}
.header .box .nav ul li .pulldown .contain .cellbox .cell {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item {
  width: calc((100% - 1.2rem) / 4);
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item:hover .subtitle {
  padding-left: 0.32rem;
  color: #e60012;
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item:hover .subtitle i {
  left: 0;
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item:hover .img img {
  transform: scale(1.1);
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item .subtitle {
  position: relative;
  transition: all 0.5s ease;
  color: #000000;
  font-size: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .pulldown .contain .cellbox .cell .item .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .pulldown .contain .cellbox .cell .item .subtitle {
    font-size: 16px;
  }
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item .subtitle i {
  position: absolute;
  left: -100%;
  top: 0;
  display: inline-block;
  width: 0.14rem;
  height: 0.24rem;
  background: url(../images/icon28.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item .img {
  margin-top: 0.2rem;
  border-radius: 10px;
  overflow: hidden;
}
.header .box .nav ul li .pulldown .contain .cellbox .cell .item .img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.header .box .headright {
  gap: 0.1rem;
  /*20260429*/
 	justify-content: flex-end;
}
@media screen and (max-width: 1260px) {
  .header .box .headright {
    gap: 10px;
  }
}
.header .box .headright .head_search .icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.06rem;
  border: rgba(255, 255, 255, 0.1) solid 0.02rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head_search .icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
}
.header .box .headright .head_search .icon img {
  width: 50%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .box .headright .head-nation {
  position: relative;
}
.header .box .headright .head-nation .title {
  display: inline-flex !important;
  align-items: center;
  min-width: 1.3rem;
  height: 0.4rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  border-radius: 0.06rem;
  border: rgba(255, 255, 255, 0.1) solid 0.02rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-nation .title {
    height: 32px;
    border-radius: 4px;
  }
}
.header .box .headright .head-nation .title img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.17rem;
  -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: 17px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 540px) {
  .header .box .headright .head-nation .title img {
    width: 3.14814814814815vmin;
  }
}
.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: 1580px) {
  .header .box .headright .head-nation .title span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .title span {
    font-size: 14px;
  }
}
.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: 16px;
  color: #2b2b2b;
  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: 1580px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 16px;
  }
}
@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;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 12px;
  }
}
.header .box .headright .head-nation .dropdown ul li a:hover {
  color: #e60012;
}
.header .box .headright .head-nation:hover .dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header .box .headright .head-contact {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .head-contact {
    display: none;
  }
}
.header .box .headright .head-contact a,
.header .box .headright .head-contact span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  height: 0.4rem;
  border-radius: 0.06rem;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0.15rem;
  background: #e60012;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .header .box .headright .head-contact a,
  .header .box .headright .head-contact span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-contact a,
  .header .box .headright .head-contact span {
    font-size: 16px;
  }
}
.header .box .headright .head-contact a img,
.header .box .headright .head-contact span img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.19rem;
}
.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: 0.02rem 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: 1580px) {
  .header .search-form .form-body input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    height: 0.64rem;
    font-size: 14px;
  }
}
@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.white {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}
.header.white .box .logo a img.m1 {
  display: none;
}
.header.white .box .logo a img.m2 {
  display: inline-block;
}
.header.white .box .nav ul li > a {
  color: #010101;
}
.header.white .box .nav ul li:hover > a {
  color: #e60012;
}
.header.white .box .nav ul li.on > a {
  color: #e60012;
}
.header.white .box .headright .head_search .icon {
  border-color: rgba(0, 0, 0, 0.1);
}
.header.white .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.white .box .headright .head-nation {
  position: relative;
}
.header.white .box .headright .head-nation .title {
  border-color: rgba(0, 0, 0, 0.1);
}
.header.white .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
}
.header.white .box .headright .head-nation .title span {
  color: #000000;
}
.header.white .phone-toggle span {
  background-color: #000000;
}
.header.whitebg {
  background: #ffffff;
}
.header.whitebg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.06);
}
.header.whitebg .box .logo a img.m1 {
  display: none;
}
.header.whitebg .box .logo a img.m2 {
  display: inline-block;
}
.header.whitebg .box .nav ul li > a {
  color: #010101;
}
.header.whitebg .box .nav ul li:hover > a {
  color: #e60012;
}
.header.whitebg .box .nav ul li.on > a {
  color: #e60012;
}
.header.whitebg .box .headright .head_search .icon {
  border-color: rgba(0, 0, 0, 0.1);
}
.header.whitebg .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .box .headright .head-nation {
  position: relative;
}
.header.whitebg .box .headright .head-nation .title {
  border-color: rgba(0, 0, 0, 0.1);
}
.header.whitebg .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .box .headright .head-nation .title span {
  color: #000000;
}
.header.whitebg .phone-toggle span {
  background-color: #000000;
}
.header .phone-toggle {
  margin-left: 20px;
  user-select: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1260px) {
  .header .phone-toggle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .phone-toggle {
    margin-left: 10px;
  }
}
.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;
}
.m-nav {
  position: fixed;
  top: 60px;
  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: #070707;
  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: #070707;
  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/icon27.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #e60012;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon27.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;
  padding: 7px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: #e60012;
}
.m-nav > ul > li ul li .headtitle {
  padding: 8px 0px;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #e60012;
}
.mbox .header {
  background: #FFFFFF;
}
.mbox .header .box .logo a img.m1 {
  display: none;
}
.mbox .header .box .logo a img.m2 {
  display: inline-block;
}
.mbox .header .box .nav ul li > a {
  color: #010101;
}
.mbox .header .box .nav ul li:hover > a {
  color: #e60012;
}
.mbox .header .box .nav ul li.on > a {
  color: #e60012;
}
.mbox .header .box .headright .head_search .icon {
  border-color: rgba(0, 0, 0, 0.1);
}
.mbox .header .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .head-nation {
  position: relative;
}
.mbox .header .box .headright .head-nation .title {
  border-color: rgba(0, 0, 0, 0.1);
}
.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 - 60px);
}
.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;
  }
}
.side-link {
  position: fixed;
  right: 1%;
  bottom: 3.5vw;
  z-index: 13;
  cursor: pointer;
}
.side-link .scroll-box {
  position: relative;
}
.side-link .scroll-box ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  padding-left: 0;
  overflow: initial;
}
.side-link .scroll-box ul li {
  position: absolute;
  right: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 80px;
  max-width: 45vw;
  min-height: 0.28rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s ease;
  z-index: -1;
}
.side-link .scroll-box ul li.fade-0 {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 1s ease;
}
.side-link .scroll-box ul li.fade-1 {
  transform: translateY(-40px);
  opacity: 1!important;
  transition: all 1s ease;
}
.side-link .scroll-box ul li .item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border-radius: 30px;
  padding: 5px 10px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.side-link .scroll-box ul li .item img {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  margin-top: -2px;
}
@media screen and (max-width: 1260px) {
  .side-link .scroll-box ul li .item img {
    width: 12px;
  }
}
.side-link .scroll-box ul li .item span {
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.side-link .img {
  margin-top: 0.05rem;
  text-align: center;
  min-width: 1.12rem;
}
.side-link .img img {
  max-width: 1rem;
}
.pclink {
  display: inline-flex !important;
}
.mlink {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .pclink {
    display: none !important;
  }
  .mlink {
    display: inline-flex !important;
  }
}
.sidebar {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .sidebar {
    right: 3%;
  }
}
.sidebar ul li {
  margin-bottom: 0.04rem;
}
.sidebar ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 6px;
  background: #f9f9f9;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar ul li .icon img {
  width: 0.27rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar ul li:hover .icon {
  background: #e60012;
}
.sidebar ul li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.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: 1580px) {
  .sidebar ul li .secondary .box .txtli .item .t1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li .secondary .box .txtli .item .t1 {
    font-size: 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: 1580px) {
  .sidebar ul li .secondary .box .txtli .item .t2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li .secondary .box .txtli .item .t2 {
    font-size: 16px;
  }
}
@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;
  }
}
.istop a,
.istop span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #e60012;
}
.istop a img,
.istop span img {
  display: block;
  margin: auto;
  width: 0.2rem;
}
.footer {
  padding-top: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .box {
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .footer .box {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .footer .box {
    max-width: 90%;
    width: 90%;
  }
}
.footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top {
    padding-bottom: 0.5rem;
  }
}
.footer .box .footer-top .footer-top-left {
  width: 29.0625%;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-left {
    width: 100%;
  }
}
.footer .box .footer-top .footer-top-left .footer-logo a img {
  height: 0.8rem;
}
.footer .box .footer-top .footer-top-left .text {
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-top .footer-top-left .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-left .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-left .text {
    margin-top: 0.35rem;
    margin-bottom: 0.4rem;
  }
}
.footer .box .footer-top .footer-top-left .follow ul {
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
  padding: 0;
}
@media screen and (min-width: 1261px) {
  .footer .box .footer-top .footer-top-left .follow ul {
    column-gap: 0.51vw;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-left .follow ul {
    column-gap: 10px;
  }
}
.footer .box .footer-top .footer-top-left .follow ul li {
  position: relative;
  list-style: none;
}
.footer .box .footer-top .footer-top-left .follow ul li:hover span,
.footer .box .footer-top .footer-top-left .follow ul li:hover a {
  background: #ffffff;
}
.footer .box .footer-top .footer-top-left .follow ul li:hover span img,
.footer .box .footer-top .footer-top-left .follow ul li:hover a img {
  -webkit-filter: none;
  filter: none;
}
.footer .box .footer-top .footer-top-left .follow ul li span,
.footer .box .footer-top .footer-top-left .follow ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.58rem;
  height: 0.58rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-left .follow ul li span,
  .footer .box .footer-top .footer-top-left .follow ul li a {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.footer .box .footer-top .footer-top-left .follow ul li span img,
.footer .box .footer-top .footer-top-left .follow ul li a img {
  max-width: 35%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-left .follow ul li span img,
  .footer .box .footer-top .footer-top-left .follow ul li a img {
    max-width: 42%;
  }
}
.footer .box .footer-top .footer-top-left .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) {
  .footer .box .footer-top .footer-top-left .follow ul li .qrcode {
    width: 96px;
  }
}
.footer .box .footer-top .footer-top-left .follow ul li .qrcode .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #FFFFFF;
}
.footer .box .footer-top .footer-top-left .follow ul li .qrcode .img img {
  width: 100%;
}
.footer .box .footer-top .footer-top-left .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;
}
.footer .box .footer-top .footer-top-left .follow ul li:hover a img {
  opacity: 1;
}
.footer .box .footer-top .footer-top-left .follow ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.footer .box .footer-top .footer-top-right {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.footer .box .footer-top .footer-top-right .footer-info {
  max-width: 3.6rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-info {
    max-width: 40%;
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-info {
    max-width: 100%;
    width: 100%;
  }
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-info .switch-nav {
    margin-bottom: 0.3rem;
  }
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.06);
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav .item {
  position: relative;
  font-family: "HONORSansCN-Bold";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.4s ease;
  padding-bottom: 0.16rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-top .footer-top-right .footer-info .switch-nav .item {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-info .switch-nav .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-info .switch-nav .item {
    padding-bottom: 0.24rem;
  }
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0.02rem;
  background: #ffffff;
  transition: all 0.4s ease;
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav .item:hover {
  color: #FFFFFF;
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav .item:hover::before {
  width: 100%;
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav .item.active {
  color: #FFFFFF;
}
.footer .box .footer-top .footer-top-right .footer-info .switch-nav .item.active::before {
  width: 100%;
}
.footer .box .footer-top .footer-top-right .footer-info .switch-content .item {
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-top .footer-top-right .footer-info .switch-content .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-info .switch-content .item {
    font-size: 15px;
  }
}
.footer .box .footer-top .footer-top-right .footer-info .switch-content .item.active {
  display: block;
}
.footer .box .footer-top .footer-top-right .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-nav {
    flex: 1;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-nav {
    flex: auto;
    width: 100%;
  }
}
.footer .box .footer-top .footer-top-right .footer-nav .row {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
  min-width: 1.6rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-nav .row {
    gap: 20px;
    width: 100%;
  }
}
.footer .box .footer-top .footer-top-right .footer-nav .item.on .title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .box .footer-top .footer-top-right .footer-nav .item .title {
  position: relative;
  font-family: "HONORSansCN-Bold";
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 0.14rem;
  border-bottom: rgba(255, 255, 255, 0.06) solid 0.02rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item .title {
    display: flex;
    align-items: center;
    padding-bottom: 0.22rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item .title {
    font-size: 16px;
  }
}
.footer .box .footer-top .footer-top-right .footer-nav .item .title i {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -8px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
.footer .box .footer-top .footer-top-right .footer-nav .item .title i::before {
  content: '';
  width: 12px;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #070707;
}
.footer .box .footer-top .footer-top-right .footer-nav .item .title i::after {
  content: '';
  height: 12px;
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #070707;
}
.footer .box .footer-top .footer-top-right .footer-nav .item ul {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.footer .box .footer-top .footer-top-right .footer-nav .item ul li {
  list-style: none;
  margin-bottom: 0.04rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item ul li {
    margin-bottom: 10px;
  }
}
.footer .box .footer-top .footer-top-right .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: 1580px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-nav .item ul li a {
    font-size: 15px;
  }
}
.footer .box .footer-top .footer-top-right .footer-nav .item ul li a:hover {
  color: #e60012;
}
.footer .box .footer-top .footer-top-right .footer-code {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-code {
    width: 100%;
  }
}
.footer .box .footer-top .footer-top-right .footer-code ul {
  display: flex;
  align-items: flex-start;
  gap: 0.24rem;
}
.footer .box .footer-top .footer-top-right .footer-code ul li {
  text-align: center;
}
.footer .box .footer-top .footer-top-right .footer-code ul li .img {
  border-radius: 10px;
  overflow: hidden;
}
.footer .box .footer-top .footer-top-right .footer-code ul li .img img {
  max-width: 1.28rem;
}
.footer .box .footer-top .footer-top-right .footer-code ul li .txt {
  margin-top: 0.1rem;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-top .footer-top-right .footer-code ul li .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-top .footer-top-right .footer-code ul li .txt {
    font-size: 15px;
  }
}
.footer .box .footerbottom {
  padding: 0.2rem 0;
  border-top: rgba(255, 255, 255, 0.06) solid 0.02rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .footer .box .footerbottom {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footerbottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footerbottom {
    border-top: none;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footerbottom {
    font-size: 14px;
  }
}
.footer .box .footerbottom .copylink {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  text-align: right;
  margin-left: 0.05rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footerbottom .copylink {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
}
.footer .box .footerbottom .copylink .copyright {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .box .footerbottom .copylink .copyright:hover {
  color: #e60012;
}
.footer .box .footerbottom .copylink span {
  display: inline-block;
  margin: 0 0.06rem;
}
.footer .box .footerbottom .copylink a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .box .footerbottom .copylink a:hover {
  color: #e60012;
}
.footer .box .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 .box .footerbottom .poweredBy {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.footer .box .footerbottom .poweredBy a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .box .footerbottom .poweredBy:hover {
  color: #ffffff;
}
.footer .box .footerbottom .poweredBy:hover a {
  color: #ffffff;
}
.banner .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide .video-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  top: 9vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner {
    top: 1.5rem;
  }
}
.banner .swiper .swiper-wrapper .swiper-slide .i-banner .box {
  width: 100%;
  text-align: center;
}
.banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .tagtext {
  font-family: "HONORSansCN-Bold";
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1580px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .tagtext {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .tagtext {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .tagtext {
    font-size: 18px;
  }
}
.banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .title {
  font-family: "HONORSansCN-Bold";
  font-size: 40px;
  color: #FFFFFF;
  line-height: 1.35;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: 24px;
  }
}
.banner .swiper .swiper-pagination {
  z-index: 3;
  bottom: 3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .banner .swiper .swiper-pagination {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-pagination {
    max-width: 90%;
    width: 90%;
    bottom: 0.4rem;
  }
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.65rem;
  height: 0.06rem;
  margin: 0 0.05rem;
  opacity: 1;
  background: #ffffff;
  border-radius: 0.03rem;
  overflow: hidden;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3.385416666666667vw;
    height: 0.3125vw;
    margin: 0 0.2604vw;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
  }
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.swiper-pagination.common-pagination {
  z-index: 3;
  bottom: 1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .swiper-pagination.common-pagination {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .swiper-pagination.common-pagination {
    max-width: 90%;
    width: 90%;
    bottom: 0.4rem;
  }
}
.swiper-pagination.common-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.4rem;
  height: 0.04rem;
  margin: 0 0.05rem;
  opacity: 1;
  background: #ffffff;
  border-radius: 0.03rem;
  overflow: hidden;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .swiper-pagination.common-pagination .swiper-pagination-bullet {
    width: 2.083333333333333vw;
    height: 0.2083333333333333vw;
    margin: 0 0.2604vw;
  }
}
@media screen and (max-width: 991px) {
  .swiper-pagination.common-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
  }
}
.swiper-pagination.common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  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;
  bottom: 3.90625vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle {
    bottom: 9%;
  }
}
.obanner .bannerTitle .box .headline {
  line-height: 1.2;
  font-family: "HONORSansCN-Bold";
  font-size: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .obanner .bannerTitle .box .headline {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .headline {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .obanner .bannerTitle .box .headline {
    font-size: 24px;
  }
}
.obanner .bannerTitle .box .text {
  margin-top: 0.15rem;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  max-width: 9.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px) {
  .obanner .bannerTitle .box .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .obanner .bannerTitle .box .text {
    font-size: 18px;
  }
}
.product-banner .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.product-banner .swiper .swiper-wrapper .swiper-slide .p-banner {
  position: absolute;
  bottom: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.product-banner .swiper .swiper-wrapper .swiper-slide .p-banner .box {
  width: 100%;
  text-align: left;
}
body.lock {
  height: 100vh;
  overflow: hidden;
}
.index-page {
  transition: opacity 0.5s ease;
}
.index-page.hide {
  opacity: 0;
  visibility: hidden;
}
.page-animate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.page-animate.hide {
  display: none;
}
.page-animate .contain {
  text-align: center;
}
.page-animate .contain .img img {
  max-width: 1.59rem;
  will-change: transform, opacity;
}
.page-animate .contain .text {
  margin-top: 0.25rem;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 40px;
  line-height: 1.35;
  will-change: transform, opacity;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .page-animate .contain .text {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .page-animate .contain .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .page-animate .contain .text {
    font-size: 24px;
  }
}
.current-title.center {
  text-align: center;
}
.current-title .headline {
  position: relative;
  z-index: 1;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 40px;
  line-height: 1.45;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .current-title .headline {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .current-title .headline {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .current-title .headline {
    font-size: 24px;
  }
}
.current-title .headline::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0.71rem;
  height: 0.81rem;
  background: url(../images/icon9.png) center no-repeat;
  background-size: cover;
}
.current-title .headline span {
  display: inline-block;
  padding-left: 0.3rem;
  color: #FFFFFF;
}
.current-title .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 1.45;
  margin-top: 0.06rem;
}
@media screen and (max-width: 1580px) {
  .current-title .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .current-title .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .current-title .text {
    font-size: 18px;
  }
}
.current-title .desp {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.45;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1580px) {
  .current-title .desp {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .current-title .desp {
    font-size: 16px;
  }
}
.current-title .desp p {
  margin-bottom: 0.25rem;
}
.current-title .desp p:last-child {
  margin-bottom: 0;
}
.current-title .white {
  color: #FFFFFF;
}
.index_about {
  padding-top: 10.9375%;
  background: url(../images/img2.png) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .index_about {
    background: url(../images/img2.png) left top no-repeat;
    background-size: 200% auto;
  }
}
.index_about .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .index_about .box {
    flex-wrap: wrap;
  }
}
.index_about .box .textbox {
  width: 55.72916666666667%;
  box-sizing: border-box;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: 7.5%;
}
@media screen and (max-width: 1900px) {
  .index_about .box .textbox {
    padding-left: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .index_about .box .textbox {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .textbox {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}
.index_about .box .textbox .subtitle {
  margin-top: 0.6rem;
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .index_about .box .textbox .subtitle {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .textbox .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .index_about .box .textbox .subtitle {
    font-size: 20px;
  }
}
.index_about .box .textbox .text {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .index_about .box .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .textbox .text {
    font-size: 16px;
  }
}
.index_about .box .textbox .public-btn {
  margin-top: 0.35rem;
}
.index_about .box .imgbox {
  width: 44.27083333333333%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .index_about .box .imgbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6rem;
  }
}
.index_about .box .imgbox img {
  display: block;
  width: 100%;
}
.index_about .slogan {
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .index_about .slogan {
    margin-top: 0.7rem;
  }
}
.index_about .slogan img {
  max-width: 100%;
}
.index_advantage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_advantage .box {
  margin-top: 0.6rem;
}
.index_advantage .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_advantage .box .swiper {
    padding-left: 8.333333333333335%;
    padding-right: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .index_advantage .box .swiper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.index_advantage .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox::before {
    opacity: 0;
  }
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .imgbox::after {
    opacity: 1;
  }
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .textbox .content {
    opacity: 1;
    max-height: 100%;
  }
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide:hover .item .imgbox::before {
  opacity: 0;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide:hover .item .imgbox::after {
  opacity: 1;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide:hover .item .textbox .content {
  opacity: 1;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  transition: all 0.4s ease;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .imgbox::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(230, 0, 18, 0) 32%, rgba(230, 0, 18, 0.6));
  transition: all 0.4s ease;
  opacity: 0;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  padding: 0.35rem 0.4rem;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .icon {
  margin-bottom: 0.15rem;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .icon img {
  width: 0.33rem;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 18px;
  }
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .content {
  margin-top: 0.12rem;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
}
.index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .content .text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box .swiper .swiper-wrapper .swiper-slide .item .textbox .content .text {
    font-size: 15px;
  }
}
.index_advantage .box .swiper .swiper-pagination {
  position: static;
  max-width: 1600px;
  width: 100%;
  margin-top: 0.7rem;
  margin-left: auto;
  margin-right: auto;
}
.index_advantage .box .swiper .swiper-pagination.swiper-pagination-progressbar {
  height: 0.03rem;
  background: rgba(0, 0, 0, 0.06);
}
.index_advantage .box .swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e60012;
}
.swiper-button {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  gap: 0.12rem;
}
.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}
.swiper-button .swiper-button-next::after,
.swiper-button .swiper-button-prev::after {
  display: none;
}
.swiper-button .swiper-button-next {
  background: #ffffff url(../images/icon13.png) center no-repeat;
  background-size: 12.5% auto;
}
@media screen and (max-width: 991px) {
  .swiper-button .swiper-button-next {
    background: #ffffff url(../images/icon13.png) center no-repeat;
    background-size: 15% auto;
  }
}
.swiper-button .swiper-button-next:hover {
  background: #e60012 url(../images/icon13a.png) center no-repeat;
  background-size: 12.5% auto;
}
@media screen and (max-width: 991px) {
  .swiper-button .swiper-button-next:hover {
    background: #e60012 url(../images/icon13a.png) center no-repeat;
    background-size: 15% auto;
  }
}
.swiper-button .swiper-button-prev {
  background: #ffffff url(../images/icon12.png) center no-repeat;
  background-size: 12.5% auto;
}
@media screen and (max-width: 991px) {
  .swiper-button .swiper-button-prev {
    background: #ffffff url(../images/icon12.png) center no-repeat;
    background-size: 15% auto;
  }
}
.swiper-button .swiper-button-prev:hover {
  background: #e60012 url(../images/icon12a.png) center no-repeat;
  background-size: 12.5% auto;
}
@media screen and (max-width: 991px) {
  .swiper-button .swiper-button-prev:hover {
    background: #e60012 url(../images/icon12a.png) center no-repeat;
    background-size: 15% auto;
  }
}
.index_product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_product .box {
  margin-top: 0.6rem;
}
@media screen and (max-width: 991px) {
  .index_product .box {
    flex-wrap: wrap;
  }
}
.index_product .box .item-box {
  display: inline-flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 13.875%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
@media screen and (max-width: 991px) {
  .index_product .box .item-box {
    width: 100%;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
}
.index_product .box .item-box .tab-item {
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  color: #ffffff;
  font-size: 20px;
  padding: 0.1rem 0.25rem;
  box-sizing: border-box;
  border: rgba(255, 255, 255, 0.1) solid 0.02rem;
  border-radius: 6px;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 1580px) {
  .index_product .box .item-box .tab-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .item-box .tab-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .item-box .tab-item {
    min-height: 0.7rem;
  }
}
.index_product .box .item-box .tab-item.active {
  background: #e60012;
  border-color: #e60012;
}
.index_product .box .panel-box {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_product .box .panel-box {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index_product .box .panel-box .tab-panel {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 100%;
}
.index_product .box .panel-box .tab-panel.active {
  display: flex;
}
.index_product .box .panel-box .tab-panel .img {
  position: relative;
  z-index: 5;
  width: 60%;
  overflow: hidden;
}
.index_product .box .panel-box .tab-panel .img img {
  max-width: 100%;
}
.index_product .box .panel-box .tab-panel .img video {
  display: block;
  width: 100%;
}
.index_product .box .panel-box .tab-panel .icon {
  text-align: center;
}
.index_product .box .panel-box .tab-panel .icon img {
  width: 0.44rem;
}
.index_product .box .panel-box .tab-panel .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.index_product .box .panel-box .tab-panel .text span {
  display: inline-block;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-family: "HONORSansCN-Bold";
  font-size: 180px;
  color: transparent;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  .index_product .box .panel-box .tab-panel .text span {
    font-size: 9.375vw;
  }
}
.index_solution {
  position: relative;
  background: url(../images/img10.png) left bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1261px) {
  .index_solution {
    min-height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .index_solution {
    padding: 1rem 0;
    background: url(../images/img10.png) left bottom no-repeat;
    background-size: 200% auto;
  }
}
.index_solution .left_w {
  width: 38.75%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .index_solution .left_w {
    position: relative;
    height: auto;
    width: 100%;
  }
}
.index_solution .left_w .content {
  position: absolute;
  left: 0;
  top: 9.375vw;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .index_solution .left_w .content {
    position: relative;
    top: 0;
  }
}
.index_solution .left_w .content .text {
  margin-top: 0.8rem;
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .index_solution .left_w .content .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .left_w .content .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_solution .left_w .content .text {
    font-size: 18px;
  }
}
.index_solution .left_w .content .public-btn {
  margin-top: 0.4rem;
}
.index_solution .right_w {
  padding: 9.375vw 0 4.5rem;
  margin-top: -100vh;
  position: relative;
  margin-left: auto;
  width: 52.5%;
}
@media screen and (max-width: 991px) {
  .index_solution .right_w {
    width: 100%;
    margin-top: 0;
    padding: 1rem 0 3.5rem;
  }
}
.index_solution .right_w .imgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.4rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .index_solution .right_w .imgbox {
    gap: 0.3rem;
  }
}
.index_solution .right_w .imgbox .item {
  display: block;
  width: calc((100% - 0.4rem) / 2);
  position: relative;
  transition: all 0.2s;
  border-radius: 10px;
  overflow: hidden;
}
.index_solution .right_w .imgbox .item:nth-child(even) {
  transform: translateY(2.2rem);
}
@media screen and (max-width: 480px) {
  .index_solution .right_w .imgbox .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
.index_solution .right_w .imgbox .item:hover .img::before {
  opacity: 0;
}
.index_solution .right_w .imgbox .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
}
@media screen and (max-width: 767px) {
  .index_solution .right_w .imgbox .item .img {
    position: absolute;
    height: 100%;
    padding-bottom: 0;
  }
}
.index_solution .right_w .imgbox .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}
.index_solution .right_w .imgbox .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_solution .right_w .imgbox .item .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .index_solution .right_w .imgbox .item .content {
    position: relative;
    padding: 0.3rem 0.25rem 0.4rem;
  }
}
.index_solution .right_w .imgbox .item .content .serial {
  flex: 1;
  overflow: hidden;
  color: #ffffff;
  font-size: 30px;
}
@media screen and (max-width: 1580px) {
  .index_solution .right_w .imgbox .item .content .serial {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .right_w .imgbox .item .content .serial {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .right_w .imgbox .item .content .serial {
    font-size: 20px;
  }
}
.index_solution .right_w .imgbox .item .content .icon {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 1.2rem;
}
.index_solution .right_w .imgbox .item .content .icon img {
  opacity: 0.24;
}
.index_solution .right_w .imgbox .item .content .subtitle {
  margin-top: 0.4rem;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .index_solution .right_w .imgbox .item .content .subtitle {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .right_w .imgbox .item .content .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .right_w .imgbox .item .content .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_solution .right_w .imgbox .item .content .subtitle {
    margin-top: 1rem;
  }
}
.index_solution .right_w .imgbox .item .content .txt {
  margin-top: 0.2rem;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .index_solution .right_w .imgbox .item .content .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .right_w .imgbox .item .content .txt {
    font-size: 16px;
  }
}
.index_news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_news .box {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1260px) {
  .index_news .box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .index_news .box {
    gap: 0.4rem;
  }
}
.index_news .box .item {
  width: 32.5%;
  margin-right: 1.25%;
  box-shadow: none;
  border-radius: 10px;
}
.index_news .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1260px) {
  .index_news .box .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .index_news .box .item:nth-child(3n) {
    margin-right: 3%;
  }
  .index_news .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .index_news .box .item {
    width: 100%;
    margin-right: 0;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  }
}
.index_news .box .item:hover .imgbox img {
  transform: scale(1.1);
}
.index_news .box .item:hover .textbox .subtitle {
  color: #e60012;
}
.index_news .box .item.item-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.35rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1260px) {
  .index_news .box .item.item-list {
    width: 100%;
    margin-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .index_news .box .item.item-list {
    margin-top: 0;
    padding: 0.4rem 0.4rem 0.5rem;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  }
}
.index_news .box .item.item-list .content .item-list-li {
  display: block;
  width: 100%;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
.index_news .box .item.item-list .content .item-list-li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index_news .box .item.item-list .content .item-list-li .subtitle {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.5s;
}
@media screen and (max-width: 1580px) {
  .index_news .box .item.item-list .content .item-list-li .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_news .box .item.item-list .content .item-list-li .subtitle {
    font-size: 16px;
  }
}
.index_news .box .item.item-list .content .item-list-li .date {
  margin-top: 0.05rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .index_news .box .item.item-list .content .item-list-li .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index_news .box .item.item-list .content .item-list-li .date {
    font-size: 15px;
  }
}
.index_news .box .item.item-list .content .item-list-li:hover .subtitle {
  color: #e60012;
}
.index_news .box .item .public-btn {
  margin-top: 0.2rem;
  padding-top: 0.25rem;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 991px) {
  .index_news .box .item .public-btn {
    padding-top: 0.4rem;
  }
}
.newitem {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
.newitem .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.newitem .imgbox > img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.newitem .imgbox .date {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newitem .imgbox .date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 0.4rem;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px 0px 10px 0px ;
  background: #e60012;
}
@media screen and (max-width: 1580px) {
  .newitem .imgbox .date span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .imgbox .date span {
    font-size: 16px;
  }
}
.newitem .textbox {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0.35rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newitem .textbox {
    padding: 0.4rem 0.4rem 0.5rem;
  }
}
.newitem .textbox .subtitle {
  flex: 1;
  overflow: hidden;
  color: #000000;
  font-size: 24px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .newitem .textbox .subtitle {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .newitem .textbox .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newitem .textbox .subtitle {
    font-size: 18px;
  }
}
.newitem .textbox .text {
  margin-top: 0.3rem;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .newitem .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .textbox .text {
    font-size: 16px;
  }
}
.newitem .textbox .public-btn {
  margin-top: 0.2rem;
  padding-top: 0.25rem;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 991px) {
  .newitem .textbox .public-btn {
    margin-top: 0.25rem;
    padding-top: 0.4rem;
  }
}
.public-crumbs .contain {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .public-crumbs .contain {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.public-crumbs .contain span,
.public-crumbs .contain a {
  display: inline-flex;
  align-items: baseline;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}
.public-crumbs .contain span:hover,
.public-crumbs .contain a:hover {
  color: #e60012;
}
.public-crumbs .contain span:hover img,
.public-crumbs .contain a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.public-crumbs .contain span.on,
.public-crumbs .contain a.on {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.6);
}
.public-crumbs .contain a img {
  display: inline-block;
  margin-right: 0.04rem;
  opacity: 0.4;
  width: 0.12rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.4s ease;
}
.public-crumbs .contain span {
  margin: 0 4px;
}
@media screen and (min-width: 992px) {
  .public-crumbs .contain span {
    margin: 0 0.208333vw;
  }
}
.public-crumbs .contain span img {
  display: inline-block;
  width: 0.05rem;
}
.product-details .specifics .box {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box {
    flex-wrap: wrap;
  }
}
.product-details .specifics .box .left_w {
  position: relative;
  width: 43.75%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box .left_w {
    width: 100%;
  }
}
.product-details .specifics .box .left_w .tab-content .tab-pane {
  position: relative;
  display: none;
  overflow: hidden;
  border-radius: 10px;
}
.product-details .specifics .box .left_w .tab-content .tab-pane.active {
  display: block;
}
.product-details .specifics .box .left_w .tab-content .tab-pane img {
  display: block;
  width: 100%;
}
.product-details .specifics .box .left_w .tab-content .tab-pane .model {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.product-details .specifics .box .left_w .tab-content .tab-pane .model model-viewer {
  display: block;
  width: 100%;
  height: 100%;
}
.product-details .specifics .box .left_w .tab-content .tab-pane .model iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.product-details .specifics .box .left_w .tab-bottom {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.product-details .specifics .box .left_w .tab-bottom .tab-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.8rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  border: #e60012 solid 0.02rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-Bold";
  color: #e60012;
  font-size: 16px;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 1580px) {
  .product-details .specifics .box .left_w .tab-bottom .tab-item span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box .left_w .tab-bottom .tab-item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box .left_w .tab-bottom .tab-item span {
    min-width: 1rem;
    height: 0.5rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .specifics .box .left_w .tab-bottom .tab-item span {
    min-width: 1.2rem;
    height: 0.56rem;
    border-radius: 0.28rem;
  }
}
.product-details .specifics .box .left_w .tab-bottom .tab-item.active span {
  color: #ffffff;
  background: #e60012;
}
.product-details .specifics .box .right_w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 56.25%;
  padding: 4% 6.25%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box .right_w {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.product-details .specifics .box .right_w .textbox .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 40px;
  padding-bottom: 0.35rem;
  margin-bottom: 0.4rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .product-details .specifics .box .right_w .textbox .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box .right_w .textbox .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .specifics .box .right_w .textbox .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1260px) {
  .product-details .specifics .box .right_w .textbox .title {
    padding-bottom: 0.2rem;
    margin-bottom: 0.25rem;
  }
}
.product-details .specifics .box .right_w .textbox .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .product-details .specifics .box .right_w .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .box .right_w .textbox .text {
    font-size: 16px;
  }
}
.product-details .specifics .box .right_w .textbox .public-btn {
  margin-top: 0.6rem;
  display: flex;
  align-items: stretch;
  gap: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .product-details .specifics .box .right_w .textbox .public-btn {
    margin-top: 0.4rem;
  }
}
.product-details .particulars .tab-switch {
  position: relative;
  display: flex;
  align-items: stretch;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 991px) {
  .product-details .particulars .tab-switch {
    padding-bottom: 0.3rem;
  }
}
.product-details .particulars .tab-switch::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.06);
}
.product-details .particulars .tab-switch .tab-item {
  position: relative;
  cursor: pointer;
  font-family: "HONORSansCN-Bold";
  color: #b5b5b5;
  font-size: 30px;
  transition: all 0.5s ease;
  padding-right: 0.3rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1580px) {
  .product-details .particulars .tab-switch .tab-item {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .particulars .tab-switch .tab-item {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .particulars .tab-switch .tab-item {
    font-size: 20px;
  }
}
.product-details .particulars .tab-switch .tab-item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 55%;
  background: #b5b5b5;
}
.product-details .particulars .tab-switch .tab-item:last-child::before {
  display: none;
}
.product-details .particulars .tab-switch .tab-item.active {
  color: #000000;
}
.product-details .particulars .tab-content {
  padding-top: 0.3rem;
}
.product-details .particulars .tab-content .tab-pane {
  display: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .product-details .particulars .tab-content .tab-pane {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .particulars .tab-content .tab-pane {
    font-size: 16px;
  }
}
.product-details .particulars .tab-content .tab-pane p {
  margin-bottom: 0.1rem;
}
.product-details .particulars .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.product-details .particulars .tab-content .tab-pane ul {
  padding-left: invert;
}
.product-details .particulars .tab-content .tab-pane ul li {
  list-style: inherit;
}
.product-details .particulars .tab-content .tab-pane.active {
  display: block;
}
.product-details .demo-video .wrap .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
}
@media screen and (max-width: 1580px) {
  .product-details .demo-video .wrap .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .demo-video .wrap .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .demo-video .wrap .title {
    font-size: 20px;
  }
}
.product-details .demo-video .box {
  margin-top: 0.4rem;
}
.product-details .demo-video .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-details .demo-video .box .swiper {
    width: 90%;
  }
}
.product-details .demo-video .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0.2;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video {
  position: relative;
  width: 100%;
  padding-bottom: 54.54545454545455%;
  border-radius: 10px;
  overflow: hidden;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .videoimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .videoimg img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .btns.playButton {
    display: none;
  }
}
.product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .btns img {
  width: 0.56rem;
}
@media screen and (max-width: 1260px) {
  .product-details .demo-video .box .swiper .swiper-wrapper .swiper-slide .c-video .btns img {
    width: 0.64rem;
  }
}
.product-details .recommend .wrap .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
}
@media screen and (max-width: 1580px) {
  .product-details .recommend .wrap .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .recommend .wrap .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .recommend .wrap .title {
    font-size: 20px;
  }
}
.product-details .recommend .box {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.product-details .recommend .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
}
.product-details .recommend .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.product-details .recommend .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
}
.product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
}
.product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
.product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
.product-details .recommend .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.proitem {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.proitem:hover .imgbox img {
  transform: scale(1.1);
}
.proitem:hover .textbox .subtitle {
  color: #e60012;
}
.proitem .imgbox {
  width: 100%;
  overflow: hidden;
}
.proitem .imgbox img {
  max-width: 100%;
  transition: all 0.4s ease;
}
.proitem .textbox {
  margin-top: 0.2rem;
  padding-bottom: 0.45rem;
}
.proitem .textbox .subtitle {
  color: #000000;
  font-size: 20px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .proitem .textbox .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .proitem .textbox .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box {
    flex-wrap: wrap;
  }
}
.product-center .box .left_w {
  width: 18.75%;
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w {
    width: 100%;
  }
}
.product-center .box .left_w .productNav > ul > li {
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
  margin-bottom: 0.2rem;
}
.product-center .box .left_w .productNav > ul > li .title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 1580px) {
  .product-center .box .left_w .productNav > ul > li .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-center .box .left_w .productNav > ul > li .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .product-center .box .left_w .productNav > ul > li .title {
    font-size: 16px;
  }
}
.product-center .box .left_w .productNav > ul > li.on .title {
  color: #000000;
}
.product-center .box .left_w .productNav > ul > li > ul {
  display: none;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.product-center .box .left_w .productNav > ul > li > ul li {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li > ul li {
    margin-bottom: 0.15rem;
  }
}
.product-center .box .left_w .productNav > ul > li > ul li:hover a {
  color: #e60012;
}
.product-center .box .left_w .productNav > ul > li > ul li:hover a i {
  background: url(../images/icon16.png) center no-repeat;
  background-size: 0.08rem auto;
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li > ul li:hover a i {
    background: url(../images/icon16.png) center no-repeat;
    background-size: 6px auto;
  }
}
.product-center .box .left_w .productNav > ul > li > ul li.on a {
  color: #e60012;
}
.product-center .box .left_w .productNav > ul > li > ul li.on a i {
  background: url(../images/icon16.png) center no-repeat;
  background-size: 0.08rem auto;
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li > ul li.on a i {
    background: url(../images/icon16.png) center no-repeat;
    background-size: 6px auto;
  }
}
.product-center .box .left_w .productNav > ul > li > ul li a {
  position: relative;
  padding-right: 1.8vw;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.5;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .product-center .box .left_w .productNav > ul > li > ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li > ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li > ul li a {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .product-center .box .left_w .productNav > ul > li > ul li a {
    font-size: 14px;
  }
}
.product-center .box .left_w .productNav > ul > li > ul li a i {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.8vw;
  height: 100%;
  background: url(../images/icon15.png) center no-repeat;
  background-size: 0.08rem auto;
}
@media screen and (max-width: 991px) {
  .product-center .box .left_w .productNav > ul > li > ul li a i {
    width: 0.3rem;
    background: url(../images/icon15.png) center no-repeat;
    background-size: 6px auto;
  }
}
.product-center .box .right_w {
  width: 76.25%;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-center .box .right_w .brandlist ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.1rem;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .brandlist ul {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .product-center .box .right_w .brandlist ul {
    gap: 0.2rem;
  }
}
.product-center .box .right_w .brandlist ul li {
  width: 1.6rem;
  max-height: 0.6rem;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .brandlist ul li {
    width: 120px;
    max-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .brandlist ul li {
    width: 110px;
    max-height: 41px;
  }
}
@media screen and (max-width: 480px) {
  .product-center .box .right_w .brandlist ul li {
    width: calc((100% - 0.4rem) / 3);
  }
}
.product-center .box .right_w .brandlist ul li:hover a {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.product-center .box .right_w .brandlist ul li:hover a img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.product-center .box .right_w .brandlist ul li.on a {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.product-center .box .right_w .brandlist ul li.on a img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.product-center .box .right_w .brandlist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  overflow: hidden;
}
.product-center .box .right_w .brandlist ul li a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-center .box .right_w .product-list {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .product-list {
    margin-top: 0.6rem;
  }
}
.product-center .box .right_w .product-list .wrap {
  gap: 0.25rem;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .product-list .wrap {
    gap: 0.4rem;
  }
}
.product-center .box .right_w .product-list .wrap .item {
  position: relative;
  display: block;
  width: calc((100% - 0.5rem) / 3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .product-list .wrap .item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .product-center .box .right_w .product-list .wrap .item {
    width: 100%;
  }
}
.product-center .box .right_w .product-list .wrap .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: #e60012 solid 0.02rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
}
.product-center .box .right_w .product-list .wrap .item:hover::before {
  opacity: 1;
}
.product-center .box .right_w .product-list .wrap .item:hover .textbox .icon span {
  background: #e60012 url(../images/icon18.png) center no-repeat;
  background-size: 0.07rem auto;
  border-color: #e60012;
}
.product-center .box .right_w .product-list .wrap .item .imgbox {
  width: 100%;
  overflow: hidden;
}
.product-center .box .right_w .product-list .wrap .item .imgbox img {
  max-width: 100%;
}
.product-center .box .right_w .product-list .wrap .item .textbox {
  margin-top: 0.25rem;
  padding-bottom: 0.4rem;
}
.product-center .box .right_w .product-list .wrap .item .textbox .subtitle {
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .product-center .box .right_w .product-list .wrap .item .textbox .subtitle {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .product-list .wrap .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-center .box .right_w .product-list .wrap .item .textbox .subtitle {
    font-size: 18px;
  }
}
.product-center .box .right_w .product-list .wrap .item .textbox .icon {
  margin-top: 0.3rem;
}
.product-center .box .right_w .product-list .wrap .item .textbox .icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  box-sizing: border-box;
  border-radius: 6px;
  border: rgba(0, 0, 0, 0.06) solid 0.02rem;
  background: url(../images/icon17.png) center no-repeat;
  background-size: 0.07rem auto;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .product-center .box .right_w .product-list .wrap .item .textbox .icon span {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon17.png) center no-repeat;
    background-size: 20% auto;
  }
}
@media screen and (max-width: 480px) {
  .product-center .box .right_w .product-list .wrap .item .textbox .icon span {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.about_intro {
  background: url(../images/img31.png) left bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .about_intro .box {
    flex-wrap: wrap;
  }
}
.about_intro .box .title {
  width: 36.25%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about_intro .box .title {
    width: 100%;
  }
}
.about_intro .box .title .t1 {
  font-family: "HONORSansCN-Bold";
  color: #363636;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .about_intro .box .title .t1 {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .title .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about_intro .box .title .t1 {
    font-size: 24px;
  }
}
.about_intro .box .title .t2 {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Bold";
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .about_intro .box .title .t2 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .title .t2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .about_intro .box .title .t2 {
    font-size: 20px;
  }
}
.about_intro .box .text {
  width: 51.5%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .about_intro .box .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.about_intro .box .text p {
  margin-bottom: 0.15rem;
}
.about_intro .box .text p:last-child {
  margin-bottom: 0;
}
.about_mission {
  position: relative;
}
.about_mission .imgbox {
  width: 100%;
  overflow: hidden;
}
.about_mission .imgbox img {
  display: block;
  width: 100%;
}
.about_mission .textbox {
  position: absolute;
  left: 0;
  top: 5.46875vw;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.about_mission .textbox .tagtext {
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .about_mission .textbox .tagtext {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .about_mission .textbox .tagtext {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_mission .textbox .tagtext {
    font-size: 18px;
  }
}
.about_mission .textbox .title {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .about_mission .textbox .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .about_mission .textbox .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about_mission .textbox .title {
    font-size: 24px;
  }
}
.about_qualification .wrap .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 40px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .about_qualification .wrap .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .about_qualification .wrap .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about_qualification .wrap .title {
    font-size: 24px;
  }
}
.about_qualification .box .swiper {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: calc((100% - 1600px) / 2);
  padding-right: calc((100% - 1600px) / 2);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .about_qualification .box .swiper {
    padding-left: 8.333333333333335%;
    padding-right: 8.333333333333335%;
  }
}
@media screen and (max-width: 1260px) {
  .about_qualification .box .swiper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 991px) {
  .about_qualification .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.about_qualification .box .swiper .swiper-wrapper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.about_qualification .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 94%;
  background: #eeeeee;
}
.about_qualification .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
}
.about_qualification .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  padding: 0.5rem 0.25rem;
  text-align: center;
  box-sizing: border-box;
}
.about_qualification .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .about_qualification .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about_qualification .box .swiper .swiper-wrapper .swiper-slide .item .textbox .subtitle {
    font-size: 16px;
  }
}
.c-download .contain {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.c-download .contain .box {
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .c-download .contain .box {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-download .contain .box {
    gap: 0.4rem;
  }
}
.c-download .contain .box .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 0.2rem) / 2);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  padding: 0.56rem 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .c-download .contain .box .item {
    padding: 0.5rem 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .c-download .contain .box .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-download .contain .box .item {
    width: 100%;
  }
}
.c-download .contain .box .item .icon {
  flex: 1;
  overflow: hidden;
}
.c-download .contain .box .item .icon img {
  width: 0.41rem;
}
.c-download .contain .box .item .subtitle {
  flex-shrink: 0;
  margin-top: 1rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  padding-bottom: 0.25rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .c-download .contain .box .item .subtitle {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .c-download .contain .box .item .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .c-download .contain .box .item .subtitle {
    font-size: 20px;
  }
}
.c-download .contain .box .item .public-btn {
  flex-shrink: 0;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1260px) {
  .c-download .contain .box .item .public-btn {
    margin-top: 0.35rem;
  }
}
.join .contain {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.join .contain .wrap {
  box-sizing: border-box;
  padding: 0.6rem;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .join .contain .wrap {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .wrap {
    padding: 0.4rem;
  }
}
.join .contain .wrap .search-for {
  max-width: 420px;
}
.join .contain .wrap .search-for .s-form {
  position: relative;
  display: flex;
  align-items: stretch;
}
.join .contain .wrap .search-for .s-form .layui-input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.3rem;
  padding-right: 1rem;
  height: 0.6rem;
  border: rgba(0, 0, 0, 0.06) solid 0.02rem;
  color: #000000;
  font-size: 18px;
  border-radius: 6px;
}
@media screen and (max-width: 1580px) {
  .join .contain .wrap .search-for .s-form .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .search-for .s-form .layui-input {
    font-size: 15px;
  }
}
.join .contain .wrap .search-for .s-form .layui-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.join .contain .wrap .search-for .s-form .layui-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.join .contain .wrap .search-for .s-form .layui-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.join .contain .wrap .search-for .s-form .layui-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.join .contain .wrap .search-for .s-form .layui-input::hover {
  border-color: #e60012 !important;
}
.join .contain .wrap .search-for .s-form .layui-input:focus {
  border-color: #e60012 !important;
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .search-for .s-form .layui-input {
    height: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .join .contain .wrap .search-for .s-form .layui-input {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .join .contain .wrap .search-for .s-form .layui-input {
    height: 0.75rem;
  }
}
.join .contain .wrap .search-for .s-form .layui-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 100%;
  background: #e60012;
  border-radius: 6px;
  padding: 0;
}
.join .contain .wrap .search-for .s-form .layui-btn img {
  width: 0.21rem;
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .search-for .s-form .layui-btn img {
    width: 16px;
  }
}
.join .contain .wrap .filter {
  margin-top: 0.5rem;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
.join .contain .wrap .filter .item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .filter .item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .join .contain .wrap .filter .item {
    flex-wrap: wrap;
  }
}
.join .contain .wrap .filter .item .subtit {
  min-width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .join .contain .wrap .filter .item .subtit {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .filter .item .subtit {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .join .contain .wrap .filter .item .subtit {
    width: 100%;
  }
}
.join .contain .wrap .filter .item .text {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.2rem 0.7rem;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .join .contain .wrap .filter .item .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .filter .item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .wrap .filter .item .text {
    gap: 0.16rem 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .join .contain .wrap .filter .item .text {
    flex: auto;
    width: 100%;
    margin-top: 0.25rem;
  }
}
.join .contain .wrap .filter .item .text a {
  color: #000000;
  transition: all 0.5s ease;
}
.join .contain .wrap .filter .item .text a:hover {
  color: #e60012;
}
.join .contain .wrap .filter .item .text a.on {
  color: #e60012;
}
.join .contain .box {
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .join .contain .box {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .join .contain .box {
    gap: 0.4rem;
  }
}
.join .contain .box .post {
  position: relative;
  width: calc((100% - 0.4rem) / 3);
  min-height: 2.6rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 0.5rem;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .join .contain .box .post {
    padding: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .box .post {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .join .contain .box .post {
    width: 100%;
  }
}
.join .contain .box .post::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img36.png) right bottom no-repeat;
  background-size: 23.27% auto;
  transition: all 0.5s ease;
  opacity: 0;
}
.join .contain .box .post:hover {
  background: #e60012;
}
.join .contain .box .post:hover::before {
  opacity: 1;
}
.join .contain .box .post:hover .subtitle {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.join .contain .box .post:hover .text {
  color: #ffffff;
}
.join .contain .box .post:hover .icon {
  opacity: 1;
}
.join .contain .box .post .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .join .contain .box .post .subtitle {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .box .post .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .join .contain .box .post .subtitle {
    font-size: 18px;
  }
}
.join .contain .box .post .text {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .join .contain .box .post .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .join .contain .box .post .text {
    font-size: 16px;
  }
}
.join .contain .box .post .text ul {
  padding-left: 0;
}
.join .contain .box .post .text ul li {
  list-style: none;
}
.join .contain .box .post .icon {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ffffff url(../images/icon20.png) center no-repeat;
  background-size: 0.08rem auto;
  transition: all 0.5s ease;
  opacity: 0;
}
.post-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.post-pop-up.active {
  opacity: 1;
  visibility: visible;
}
.post-pop-up.active .box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.post-pop-up .box {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  max-width: 10rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 2.8%;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .post-pop-up .box {
    padding: 0.5rem 0.4rem;
  }
}
.post-pop-up .box .closebtn {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .post-pop-up .box .closebtn {
    right: 0.35rem;
    top: 0.35rem;
  }
}
@media (max-width: 767px) {
  .post-pop-up .box .closebtn {
    right: 0.4rem;
    top: 0.4rem;
  }
}
.post-pop-up .box .closebtn img {
  max-width: 0.21rem;
}
@media (max-width: 1580px) {
  .post-pop-up .box .closebtn img {
    max-width: 0.25rem;
  }
}
@media (max-width: 767px) {
  .post-pop-up .box .closebtn img {
    max-width: 0.32rem;
  }
}
.post-pop-up .box .title {
  font-family: "HONORSansCN-Bold";
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 1580px) {
  .post-pop-up .box .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .post-pop-up .box .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .post-pop-up .box .title {
    font-size: 20px;
  }
}
.post-pop-up .box .content {
  margin-top: 0.2rem;
  padding-top: 0.3rem;
  border-top: rgba(0, 0, 0, 0.1) solid 0.02rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 1580px) {
  .post-pop-up .box .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .post-pop-up .box .content {
    font-size: 16px;
  }
}
.post-pop-up .box .content .item .subtitle {
  font-family: "HONORSansCN-Bold";
  font-size: 20px;
  color: #000000;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1580px) {
  .post-pop-up .box .content .item .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .post-pop-up .box .content .item .subtitle {
    font-size: 16px;
  }
}
.post-pop-up .box .content .item ul {
  padding-left: revert;
}
.post-pop-up .box .content .item ul li {
  list-style: inherit;
}
.post-pop-up .box .content .info {
  font-family: "HONORSansCN-Bold";
  color: #e60012;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1580px) {
  .post-pop-up .box .content .info {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .post-pop-up .box .content .info {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post-pop-up .box .content .info {
    font-size: 18px;
  }
}
.post-pop-up .box .content .info a {
  display: inline-block;
  color: #e60012;
}
.solution .box {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .solution .box {
    gap: 0.4rem;
  }
}
.solution .box .item {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .solution .box .item {
    flex-wrap: wrap;
  }
}
.solution .box .item .textbox {
  width: 56.25%;
  padding: 3.75%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .solution .box .item .textbox {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.solution .box .item .textbox .icon {
  margin-bottom: 0.5rem;
}
.solution .box .item .textbox .icon img {
  width: 0.51rem;
}
.solution .box .item .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .solution .box .item .textbox .subtitle {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .solution .box .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .solution .box .item .textbox .subtitle {
    font-size: 20px;
  }
}
.solution .box .item .textbox .text {
  flex: 1;
  overflow: hidden;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1580px) {
  .solution .box .item .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .solution .box .item .textbox .text {
    font-size: 16px;
  }
}
.solution .box .item .textbox .public-btn {
  margin-top: 0.3rem;
}
.solution .box .item .imgbox {
  width: 43.75%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .solution .box .item .imgbox {
    width: 100%;
  }
}
.solution .box .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-details .box {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
@media screen and (max-width: 1900px) {
  .solution-details .box {
    gap: 6vw;
  }
}
@media screen and (max-width: 991px) {
  .solution-details .box {
    gap: 0.6rem;
  }
}
.solution-details .box .wrap.layout1 .dateil-title {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
.solution-details .box .wrap.layout2 .box {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}
.solution-details .box .wrap.layout2 .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .solution-details .box .wrap.layout2 .box .swiper {
    padding: 0.6rem 0.4rem 0.4rem;
  }
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
.solution-details .box .wrap.layout2 .box .swiper .swiper-wrapper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-details .box .wrap.layout3 .box {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}
.solution-details .box .wrap.layout3 .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .solution-details .box .wrap.layout3 .box .swiper {
    padding: 0.6rem 0.4rem 0.4rem;
  }
}
.solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
}
.solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
}
.solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
.solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
.solution-details .box .wrap.layout3 .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.solution-details .box .wrap .rubric .dateil-title {
  flex: 1;
  overflow: hidden;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
}
@media screen and (max-width: 1580px) {
  .solution-details .box .wrap .rubric .dateil-title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .solution-details .box .wrap .rubric .dateil-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .solution-details .box .wrap .rubric .dateil-title {
    font-size: 20px;
  }
}
.solution-details .box .wrap .box .text {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .solution-details .box .wrap .box .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .solution-details .box .wrap .box .text {
    font-size: 16px;
  }
}
.contact_address {
  background: url(../images/img45.jpg) center no-repeat;
  background-size: cover;
}
.contact_address .box {
  margin-top: 0.5rem;
}
.contact_address .box .wrap {
  background: url(../images/img56.png) left bottom no-repeat;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap {
    flex-wrap: wrap;
  }
}
.contact_address .box .wrap .textbox {
  width: 47.875%;
  padding: 4.375% 6.25% 4.375% 5.625%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap .textbox {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.contact_address .box .wrap .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  font-size: 30px;
  color: #000000;
  padding-bottom: 0.15rem;
  margin-bottom: 0.25rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .contact_address .box .wrap .textbox .subtitle {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap .textbox .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .contact_address .box .wrap .textbox .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap .textbox .subtitle {
    padding-bottom: 0.25rem;
    margin-bottom: 0.35rem;
  }
}
.contact_address .box .wrap .textbox .content {
  display: flex;
  align-items: flex-start;
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
  word-break: break-all;
}
@media screen and (max-width: 1580px) {
  .contact_address .box .wrap .textbox .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap .textbox .content {
    font-size: 16px;
  }
}
.contact_address .box .wrap .textbox .content .img {
  flex-shrink: 0;
  margin-right: 0.35rem;
  width: 17.354%;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap .textbox .content .img {
    width: 25%;
  }
}
.contact_address .box .wrap .textbox .content .img img {
  display: block;
  width: 100%;
}
.contact_address .box .wrap .textbox .content .part ul {
  padding-left: 0;
}
.contact_address .box .wrap .textbox .content .part ul li {
  list-style: none;
}
.contact_address .box .wrap .imgbox {
  width: 52.125%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact_address .box .wrap .imgbox {
    width: 100%;
  }
}
.contact_address .box .wrap .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_address .box .office {
  margin-top: 0.25rem;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .contact_address .box .office {
    margin-top: 0.5rem;
    gap: 0.35rem;
  }
}
.contact_address .box .office .item {
  width: calc((100% - 0.4rem) / 3);
  min-height: 3.5rem;
  padding: 3.125%;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1260px) {
  .contact_address .box .office .item {
    width: calc((100% - 0.24rem) / 2);
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item {
    width: 100%;
    padding: 0.4rem;
  }
}
.contact_address .box .office .item .subheadline {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 1580px) {
  .contact_address .box .office .item .subheadline {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item .subheadline {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact_address .box .office .item .subheadline {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item .subheadline {
    padding-bottom: 0.3rem;
  }
}
.contact_address .box .office .item .content {
  display: flex;
  align-items: flex-start;
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item .content {
    padding-top: 0.35rem;
  }
}
.contact_address .box .office .item .content .img {
  width: 20%;
  flex-shrink: 0;
  margin-right: 0.3rem;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item .content .img {
    width: 25%;
  }
}
.contact_address .box .office .item .content .img img {
  display: block;
  width: 100%;
}
.contact_address .box .office .item .content .txt {
  flex: 1;
  overflow: hidden;
}
.contact_address .box .office .item .content .txt .text {
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1580px) {
  .contact_address .box .office .item .content .txt .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item .content .txt .text {
    font-size: 16px;
  }
}
.contact_address .box .office .item .content .txt .qrcode {
  margin-top: 0.2rem;
}
.contact_address .box .office .item .content .txt .qrcode .c-img img {
  max-width: 2rem;
}
.contact_address .box .office .item .content .txt .qrcode .c-text {
  margin-top: 0.12rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .contact_address .box .office .item .content .txt .qrcode .c-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .office .item .content .txt .qrcode .c-text {
    font-size: 16px;
  }
}
.contact_address .box .office .item .imgbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact_address .box .office .item .imgbox img {
  max-width: 47.5%;
}
.catalogue .box,
.sales-terms .box {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}
.catalogue .box .item,
.sales-terms .box .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
.catalogue .box .item:hover .text,
.sales-terms .box .item:hover .text {
  color: #e60012;
}
.catalogue .box .item:hover .text a,
.sales-terms .box .item:hover .text a {
  color: #e60012;
}
.catalogue .box .item .icon,
.sales-terms .box .item .icon {
  flex-shrink: 0;
  margin-right: 0.18rem;
  margin-top: 0.03rem;
}
.catalogue .box .item .icon img,
.sales-terms .box .item .icon img {
  width: 0.22rem;
}
@media screen and (max-width: 991px) {
  .catalogue .box .item .icon img,
  .sales-terms .box .item .icon img {
    width: 18px;
  }
}
.catalogue .box .item .text,
.sales-terms .box .item .text {
  flex: 1;
  overflow: hidden;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .catalogue .box .item .text,
  .sales-terms .box .item .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .catalogue .box .item .text,
  .sales-terms .box .item .text {
    font-size: 16px;
  }
}
.catalogue .box .item .text a,
.sales-terms .box .item .text a {
  display: block;
  width: 100%;
  color: #000000;
}
.catalogue .box .item .loadicon,
.sales-terms .box .item .loadicon {
  flex-shrink: 0;
  margin-left: 0.3rem;
}
.catalogue .box .item .loadicon img,
.sales-terms .box .item .loadicon img {
  width: 0.27rem;
}
@media screen and (max-width: 991px) {
  .catalogue .box .item .loadicon img,
  .sales-terms .box .item .loadicon img {
    width: 20px;
  }
}
.certificate .box {
  gap: 0.15rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 991px) {
  .certificate .box {
    gap: 0.3rem;
    margin-bottom: 0.7rem;
  }
}
.certificate .box .item {
  width: calc((100% - 0.45rem) / 4);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .certificate .box .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .certificate .box .item {
    width: 100%;
  }
}
.certificate .box .item:hover .content .img img {
  transform: translate(-50%, -50%) scale(1.07);
}
.certificate .box .item .content {
  display: block;
  width: 100%;
  padding-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .certificate .box .item .content {
    padding-top: 0.3rem;
  }
}
.certificate .box .item .content .img {
  position: relative;
  padding-bottom: 84.88745980707395%;
  overflow: hidden;
}
.certificate .box .item .content .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.certificate .box .item .content .text {
  margin-top: 0.15rem;
  text-align: center;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1580px) {
  .certificate .box .item .content .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .item .content .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .item .content .text {
    margin-top: 0.25rem;
    font-size: 18px;
  }
}
.certificate .box .item .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
  margin-bottom: 0.45rem;
  gap: 0.1rem;
}
@media screen and (max-width: 991px) {
  .certificate .box .item .btns {
    margin-top: 0.2rem;
    gap: 0.2rem;
  }
}
.certificate .box .item .btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.3rem;
  border-radius: 0.15rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  color: #000000;
  font-size: 16px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .certificate .box .item .btns .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .item .btns .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .certificate .box .item .btns .btn {
    height: 0.38rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .item .btns .btn {
    height: 0.42rem;
    border-radius: 0.21rem;
    padding: 0 0.25rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .certificate .box .item .btns .btn {
    height: 0.54rem;
    border-radius: 0.27rem;
  }
}
.certificate .box .item .btns .btn.loadicon {
  background: #e60012;
  color: #FFFFFF;
}
.certificate .box .item .btns .btn:hover {
  background: #e60012;
  color: #FFFFFF;
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page .page-list span,
.page .page-list a {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 .12rem;
  min-width: .5rem;
  height: .5rem;
  margin-bottom: .1rem;
  margin-right: 0.07rem;
  text-align: center;
  font-family: "HONORSansCN-Bold";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1580px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span,
  .page .page-list a {
    min-width: .56rem;
    height: .56rem;
    margin-bottom: .1rem;
    margin-right: .1rem;
    font-size: 12px;
  }
}
.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: #e60012;
  border-color: #e60012;
}
.page .page-list span.fyprev,
.page .page-list a.fyprev {
  background: #FFFFFF url(../images/icon23.png) center no-repeat;
  background-size: 0.06rem auto;
}
@media screen and (max-width: 991px) {
  .page .page-list span.fyprev,
  .page .page-list a.fyprev {
    background: #FFFFFF url(../images/icon23.png) center no-repeat;
    background-size: 6px auto;
  }
}
.page .page-list span.fyprev.disabled,
.page .page-list a.fyprev.disabled {
  pointer-events: none;
}
.page .page-list span.fyprev:hover,
.page .page-list a.fyprev:hover {
  background: #e60012 url(../images/icon23a.png) center no-repeat;
  background-size: 0.06rem auto;
}
@media screen and (max-width: 991px) {
  .page .page-list span.fyprev:hover,
  .page .page-list a.fyprev:hover {
    background: #e60012 url(../images/icon23a.png) center no-repeat;
    background-size: 6px auto;
  }
}
.page .page-list span.fynext,
.page .page-list a.fynext {
  background: #FFFFFF url(../images/icon24.png) center no-repeat;
  background-size: 0.06rem auto;
}
@media screen and (max-width: 991px) {
  .page .page-list span.fynext,
  .page .page-list a.fynext {
    background: #FFFFFF url(../images/icon24.png) center no-repeat;
    background-size: 6px auto;
  }
}
.page .page-list span.fynext.disabled,
.page .page-list a.fynext.disabled {
  pointer-events: none;
  background: none;
}
.page .page-list span.fynext:hover,
.page .page-list a.fynext:hover {
  background: #e60012 url(../images/icon24a.png) center no-repeat;
  background-size: 0.06rem auto;
}
@media screen and (max-width: 991px) {
  .page .page-list span.fynext:hover,
  .page .page-list a.fynext:hover {
    background: #e60012 url(../images/icon24a.png) center no-repeat;
    background-size: 6px auto;
  }
}
.page .page-list span.on,
.page .page-list a.on {
  color: #FFFFFF;
  background: #e60012;
  border-color: #e60012;
}
.page .page-list span {
  min-width: 0.3rem;
  background: none;
}
.page .page-list span.els {
  color: #999999;
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .page .page-list span.els {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list span.els {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page .page-list span.els {
    font-size: 18px;
  }
}
.page .page-list span:hover {
  background: none;
}
.news .main-news {
  margin: -0.4rem;
  margin-bottom: 0.5rem;
}
.news .main-news .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
}
.news .main-news .swiper .swiper-wrapper {
  align-items: stretch;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: stretch;
  height: 100%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 50%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox {
    width: 100%;
    height: auto;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
  display: flex;
  flex-direction: column;
  width: 50%;
  overflow: hidden;
  padding: 3.75% 4.6875%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox {
    width: 100%;
    padding: 0.4rem;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
  color: #e60012;
  font-size: 20px;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1580px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: 16px;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1580px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: 20px;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .text {
    font-size: 16px;
  }
}
.news .main-news .swiper .swiper-wrapper .swiper-slide .item .textbox .public-btn {
  margin-top: 0.3rem;
}
.news .main-news .swiper .common-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 1.15rem;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-right: 6.5%;
}
@media screen and (max-width: 991px) {
  .news .main-news .swiper .common-pagination {
    bottom: 1rem;
  }
}
.news .main-news .swiper .common-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.1);
}
.news .main-news .swiper .common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.news .box {
  gap: 0.2rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 991px) {
  .news .box {
    gap: 0.4rem;
  }
}
.news .box .newitem {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .news .box .newitem {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .box .newitem {
    width: 100%;
  }
}
.video-highlights .column-tab {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .video-highlights .column-tab {
    margin-bottom: 0.6rem;
  }
}
.video-highlights .column-tab ul {
  display: flex;
  align-items: flex-start;
  gap: 0.12rem;
}
@media screen and (max-width: 1260px) {
  .video-highlights .column-tab ul {
    gap: 0.2rem;
  }
}
.video-highlights .column-tab ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 0.6rem;
  padding: 0 0.25rem;
  border-radius: 10px;
  box-sizing: border-box;
  border: rgba(0, 0, 0, 0.1) solid 0.02rem;
  transition: all 0.5s ease;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .video-highlights .column-tab ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .video-highlights .column-tab ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .video-highlights .column-tab ul li a {
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .video-highlights .column-tab ul li a {
    height: 0.7rem;
  }
}
.video-highlights .column-tab ul li:hover a {
  background: #e60012;
  border-color: #e60012;
  color: #FFFFFF;
}
.video-highlights .column-tab ul li.on a {
  background: #e60012;
  border-color: #e60012;
  color: #FFFFFF;
}
.video-highlights .box {
  gap: 0.2rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 991px) {
  .video-highlights .box {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .video-highlights .box {
    gap: 0.4rem;
  }
}
.video-highlights .box .item {
  position: relative;
  display: block;
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .video-highlights .box .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .video-highlights .box .item {
    width: 100%;
  }
}
.video-highlights .box .item:hover .imgbox > img {
  transform: scale(1.1);
}
.video-highlights .box .item:hover .title {
  color: #e60012;
}
.video-highlights .box .item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 65.38461538461538%;
  border-radius: 10px;
  overflow: hidden;
}
.video-highlights .box .item .imgbox > img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.video-highlights .box .item .imgbox .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.52rem;
}
@media screen and (max-width: 991px) {
  .video-highlights .box .item .imgbox .icon {
    width: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .video-highlights .box .item .imgbox .icon {
    width: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .video-highlights .box .item .imgbox .icon {
    width: 0.7rem;
  }
}
.video-highlights .box .item .imgbox .icon img {
  display: block;
  width: 100%;
}
.video-highlights .box .item .title {
  padding: 0.25rem 0;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .video-highlights .box .item .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .video-highlights .box .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-highlights .box .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .video-highlights .box .item .title {
    padding-top: 0.35rem;
  }
}
.video-details .content .title {
  text-align: center;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 40px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .video-details .content .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .video-details .content .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .video-details .content .title {
    font-size: 24px;
  }
}
.video-details .content .box {
  max-width: 10rem;
  margin-top: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
.video-details .content .box .c-video {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 10px;
  overflow: hidden;
}
.video-details .content .box .c-video .videoimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-details .content .box .c-video .videoimg img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-details .content .box .c-video .movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-details .content .box .c-video .movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-details .content .box .c-video .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .video-details .content .box .c-video .btns.playButton {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .video-details .content .box .c-video .btns.c-play {
    display: none;
  }
}
.video-details .content .box .c-video .btns img {
  width: 0.56rem;
}
@media screen and (max-width: 1260px) {
  .video-details .content .box .c-video .btns img {
    width: 0.64rem;
  }
}
.application-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.application-form.active {
  opacity: 1;
  visibility: visible;
}
.application-form.active .box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.application-form .box {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  max-width: 10rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 3.5%;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .application-form .box {
    padding: 0.5rem 0.4rem;
  }
}
.application-form .box .closebtn {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .application-form .box .closebtn {
    right: 0.35rem;
    top: 0.35rem;
  }
}
@media (max-width: 767px) {
  .application-form .box .closebtn {
    right: 0.4rem;
    top: 0.4rem;
  }
}
.application-form .box .closebtn img {
  max-width: 0.21rem;
}
@media (max-width: 1580px) {
  .application-form .box .closebtn img {
    max-width: 0.25rem;
  }
}
@media (max-width: 767px) {
  .application-form .box .closebtn img {
    max-width: 0.32rem;
  }
}
.application-form .box .title {
  text-align: center;
  font-family: "HONORSansCN-Bold";
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 1580px) {
  .application-form .box .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .application-form .box .title {
    font-size: 20px;
  }
}
.application-form .box .common-form {
  margin-top: 0.45rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.4rem 0.3rem;
}
.application-form .box .common-form .layui-form-item {
  position: relative;
  width: calc((100% - 0.3rem) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .application-form .box .common-form .layui-form-item {
    width: 100%;
  }
}
.application-form .box .common-form .layui-form-item.w100 {
  width: 100%;
}
.application-form .box .common-form .layui-form-item .text {
  color: #00496c;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .application-form .box .common-form .layui-form-item .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .application-form .box .common-form .layui-form-item .text {
    font-size: 12px;
  }
}
.application-form .box .common-form .layui-form-item .text a {
  color: #00496c;
}
.application-form .box .common-form .layui-form-item .layui-form-label {
  float: none;
  text-align: left;
  padding: 0;
  margin-bottom: 0.2rem;
  color: #000000;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 1580px) {
  .application-form .box .common-form .layui-form-item .layui-form-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-form-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .application-form .box .common-form .layui-form-item .layui-form-label {
    font-size: 14px;
  }
}
.application-form .box .common-form .layui-form-item .layui-input-block {
  margin-left: 0 !important;
}
.application-form .box .common-form .layui-form-item .layui-input {
  width: 100%;
  height: 0.7rem;
  color: #000000;
  font-size: 20px;
  border-radius: 6px;
  padding: 0 0.3rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
  border-color: transparent;
}
@media screen and (max-width: 1580px) {
  .application-form .box .common-form .layui-form-item .layui-input {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-input {
    font-size: 16px;
  }
}
.application-form .box .common-form .layui-form-item .layui-input::-webkit-input-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-input::-moz-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-input:-moz-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-input:-ms-input-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-input::hover {
  border-color: transparent !important;
}
.application-form .box .common-form .layui-form-item .layui-input:focus {
  border-color: transparent !important;
}
@media screen and (max-width: 480px) {
  .application-form .box .common-form .layui-form-item .layui-input {
    font-size: 14px;
  }
}
.application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0.28rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    padding-left: 24px;
  }
}
.application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary].layui-form-checked[lay-skin=primary] i {
  border-color: #e60012 !important;
  background-color: #e60012;
}
.application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.35;
  white-space: normal;
  padding-right: 0;
}
@media screen and (max-width: 1580px) {
  .application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 14px;
  }
}
.application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] i {
  top: 0.02rem;
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
  border: rgba(0, 0, 0, 0.2) solid 0.02rem;
  border-radius: 0.04rem;
  font-size: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] i {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .application-form .box .common-form .layui-form-item .layui-form-checkbox[lay-skin=primary] i {
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
}
.application-form .box .common-form .layui-form-item .layui-textarea {
  width: 100%;
  height: 1rem;
  color: #000000;
  font-size: 20px;
  padding: 0.15rem 0.18rem;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  resize: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .application-form .box .common-form .layui-form-item .layui-textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-textarea {
    font-size: 16px;
  }
}
.application-form .box .common-form .layui-form-item .layui-textarea::-webkit-input-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-textarea::-moz-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-textarea:-moz-placeholder {
  color: #000000;
}
.application-form .box .common-form .layui-form-item .layui-textarea:-ms-input-placeholder {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-textarea {
    height: 1.5rem;
    padding: 0.18rem 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .application-form .box .common-form .layui-form-item .layui-textarea {
    height: 2rem;
    padding: 0.2rem 0.3rem;
  }
}
.application-form .box .common-form .layui-form-item .layui-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #FFFFFF;
  font-size: 20px;
  border: none;
  background: #e60012;
}
@media screen and (max-width: 1580px) {
  .application-form .box .common-form .layui-form-item .layui-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .application-form .box .common-form .layui-form-item .layui-btn {
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .application-form .box .common-form .layui-form-item .layui-btn {
    width: 1.8rem;
    height: 0.64rem;
    border-radius: 0.32rem;
  }
}
@media screen and (max-width: 480px) {
  .application-form .box .common-form .layui-form-item .layui-btn {
    height: 0.7rem;
    border-radius: 0.35rem;
  }
}
.product-infor .box {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 991px) {
  .product-infor .box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.4rem;
    border-top: none;
  }
}
.product-infor .box .item {
  display: flex;
  align-items: stretch;
  padding: 0.5rem 0;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
.product-infor .box .item:first-child {
  border-top: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 991px) {
  .product-infor .box .item {
    flex-wrap: wrap;
    width: calc((100% - 0.4rem) / 2);
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-infor .box .item {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.product-infor .box .item:hover .imgbox img {
  transform: scale(1.1);
}
.product-infor .box .item:hover .textbox .title {
  color: #e60012;
}
.product-infor .box .item .imgbox {
  position: relative;
  width: 28.125%;
  padding-bottom: 18.75%;
  margin-right: 4.375%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-infor .box .item .imgbox {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    margin-right: 0;
  }
}
.product-infor .box .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.product-infor .box .item .textbox {
  display: flex;
  flex-direction: column;
  width: 67.5%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-infor .box .item .textbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.product-infor .box .item .textbox .date {
  color: #e60012;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .product-infor .box .item .textbox .date {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-infor .box .item .textbox .date {
    font-size: 16px;
  }
}
.product-infor .box .item .textbox .title {
  font-family: "HONORSansCN-Bold";
  font-size: 30px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .product-infor .box .item .textbox .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .product-infor .box .item .textbox .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .product-infor .box .item .textbox .title {
    font-size: 20px;
  }
}
.product-infor .box .item .textbox .text {
  flex: 1;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1580px) {
  .product-infor .box .item .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-infor .box .item .textbox .text {
    font-size: 16px;
  }
}
.product-infor .box .item .textbox .public-btn {
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .new-details .c-article {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box {
    flex-wrap: wrap;
  }
}
.new-details .c-article .box .left-side {
  width: 62.5%;
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .left-side {
    width: 100%;
  }
}
.new-details .c-article .box .left-side .topic {
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
  padding-bottom: 0.15rem;
}
.new-details .c-article .box .left-side .topic .title {
  font-family: "HONORSansCN-Bold";
  font-size: 40px;
  color: #000000;
  line-height: 1.35;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .new-details .c-article .box .left-side .topic .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .left-side .topic .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .c-article .box .left-side .topic .title {
    font-size: 24px;
  }
}
.new-details .c-article .box .left-side .topic .text {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.15rem 0.5rem;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .new-details .c-article .box .left-side .topic .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .left-side .topic .text {
    font-size: 16px;
  }
}
.new-details .c-article .box .left-side .details {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  padding-top: 0.35rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 1580px) {
  .new-details .c-article .box .left-side .details {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .left-side .details {
    font-size: 16px;
  }
}
.new-details .c-article .box .left-side .details img {
  max-width: 100%;
  height: auto;
}
.new-details .c-article .box .left-side .article-link a {
  display: block;
  width: 100%;
  margin-bottom: 0.12rem;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  border: rgba(0, 0, 0, 0.06) solid 0.02rem;
  color: #000000;
  font-size: 18px;
  padding: 0.16rem 0.2rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1580px) {
  .new-details .c-article .box .left-side .article-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .left-side .article-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .left-side .article-link a {
    padding: 0.2rem 0.3rem;
    margin-bottom: 0.25rem;
  }
}
.new-details .c-article .box .left-side .article-link a:hover {
  color: #ffffff;
  background: #e60012;
  border-color: #e60012;
}
.new-details .c-article .box .right-side {
  width: 31.25%;
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .right-side {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.new-details .c-article .box .right-side .related-news .title {
  font-family: "HONORSansCN-Bold";
  font-size: 24px;
  color: #000000;
  padding-bottom: 0.2rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .new-details .c-article .box .right-side .related-news .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .right-side .related-news .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .c-article .box .right-side .related-news .title {
    font-size: 18px;
  }
}
.new-details .c-article .box .right-side .related-news .wrap .item {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .right-side .related-news .wrap .item {
    padding: 0.3rem 0;
  }
}
.new-details .c-article .box .right-side .related-news .wrap .item .subtitle {
  color: #000000;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1580px) {
  .new-details .c-article .box .right-side .related-news .wrap .item .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .right-side .related-news .wrap .item .subtitle {
    font-size: 16px;
  }
}
.new-details .c-article .box .right-side .related-news .wrap .item .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .new-details .c-article .box .right-side .related-news .wrap .item .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .c-article .box .right-side .related-news .wrap .item .date {
    font-size: 15px;
  }
}
.new-details .other-news .topic .title {
  font-family: "HONORSansCN-Bold";
  font-size: 40px;
  color: #000000;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .new-details .other-news .topic .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .new-details .other-news .topic .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .other-news .topic .title {
    font-size: 24px;
  }
}
.new-details .other-news .box {
  margin: 0 -0.4rem;
}
.new-details .other-news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
}
.new-details .other-news .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.new-details .other-news .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
}
.new-details .other-news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.new-details .other-news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .new-details .other-news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
.new-details .other-news .box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.new-details .other-news .box .swiper .swiper-wrapper .swiper-slide .newitem {
  height: 100%;
}
.privacy-policy .wrap {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.privacy-policy .wrap .headline {
  text-align: center;
  font-family: "HONORSansCN-Bold";
  font-size: 40px;
  color: #000000;
  padding-bottom: 0.4rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .privacy-policy .wrap .headline {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .privacy-policy .wrap .headline {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy .wrap .headline {
    font-size: 24px;
  }
}
.privacy-policy .wrap .box {
  padding: 0.4rem 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .privacy-policy .wrap .box {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .privacy-policy .wrap .box {
    font-size: 16px;
  }
}
.privacy-policy .wrap .box h1,
.privacy-policy .wrap .box h2,
.privacy-policy .wrap .box h3,
.privacy-policy .wrap .box h4,
.privacy-policy .wrap .box h5,
.privacy-policy .wrap .box h6 {
  font-weight: revert;
  color: #000000;
}
.privacy-policy .wrap .box h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1580px) {
  .privacy-policy .wrap .box h2 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .privacy-policy .wrap .box h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy .wrap .box h2 {
    font-size: 18px;
  }
}
.privacy-policy .wrap .box ul {
  padding: revert;
}
.privacy-policy .wrap .box ul li {
  list-style: inherit;
}
.privacy-policy .wrap .box ol {
  padding: revert;
}
.privacy-policy .wrap .box ol li {
  list-style: inherit;
}
.appointment .text {
  color: #000000;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .appointment .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .appointment .text {
    font-size: 15px;
  }
}
.appointment .box {
  margin-top: 0.5rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4.25% 9.375%;
}
@media screen and (max-width: 991px) {
  .appointment .box {
    padding: 8%;
  }
}
@media screen and (max-width: 767px) {
  .appointment .box {
    padding: 0.6rem 0.5rem;
  }
}
.appointment .box .c-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.4rem 0.3rem;
}
.appointment .box .c-form .layui-form-item {
  position: relative;
  gap: 0.3rem;
  width: calc((100% - 0.3rem) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .appointment .box .c-form .layui-form-item {
    flex-wrap: wrap;
  }
}
.appointment .box .c-form .layui-form-item.w100 {
  width: 100%;
}
.appointment .box .c-form .layui-form-item .item-half {
  width: calc((100% - 0.3rem) / 2);
}
@media screen and (max-width: 767px) {
  .appointment .box .c-form .layui-form-item .item-half {
    width: 100%;
  }
}
.appointment .box .c-form .layui-form-item::after {
  display: none;
}
.appointment .box .c-form .layui-form-item .layui-form-label {
  float: none;
  text-align: left;
  padding: 0;
  margin-bottom: 0.2rem;
  color: #000000;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 1580px) {
  .appointment .box .c-form .layui-form-item .layui-form-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-form-label {
    font-size: 16px;
  }
}
.appointment .box .c-form .layui-form-item .layui-form-label span {
  color: #e60012;
}
@media screen and (max-width: 480px) {
  .appointment .box .c-form .layui-form-item .layui-form-label {
    font-size: 14px;
  }
}
.appointment .box .c-form .layui-form-item .layui-input-block {
  margin-left: 0 !important;
}
.appointment .box .c-form .layui-form-item .layui-input {
  width: 100%;
  height: 0.7rem;
  color: #000000;
  font-size: 20px;
  border-radius: 6px;
  padding: 0 0.3rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
  border-color: transparent;
}
@media screen and (max-width: 1580px) {
  .appointment .box .c-form .layui-form-item .layui-input {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-input {
    font-size: 16px;
  }
}
.appointment .box .c-form .layui-form-item .layui-input::-webkit-input-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-input::-moz-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-input:-moz-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-input:-ms-input-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-input::hover {
  border-color: transparent !important;
}
.appointment .box .c-form .layui-form-item .layui-input:focus {
  border-color: transparent !important;
}
@media screen and (max-width: 480px) {
  .appointment .box .c-form .layui-form-item .layui-input {
    font-size: 14px;
  }
}
.appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0.28rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    padding-left: 24px;
  }
}
.appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary].layui-form-checked[lay-skin=primary] i {
  border-color: #e60012 !important;
  background-color: #e60012;
}
.appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.35;
  white-space: normal;
  padding-right: 0;
}
@media screen and (max-width: 1580px) {
  .appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 14px;
  }
}
.appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] i {
  top: 0;
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
  border: rgba(0, 0, 0, 0.2) solid 0.02rem;
  border-radius: 0.04rem;
  font-size: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] i {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1260px) {
  .appointment .box .c-form .layui-form-item .layui-form-checkbox[lay-skin=primary] i {
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
}
.appointment .box .c-form .layui-form-item .layui-textarea {
  width: 100%;
  height: 2.7rem;
  color: #000000;
  font-size: 20px;
  padding: 0.25rem 0.3rem;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  resize: none;
  border-radius: 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .appointment .box .c-form .layui-form-item .layui-textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-textarea {
    font-size: 16px;
  }
}
.appointment .box .c-form .layui-form-item .layui-textarea::-webkit-input-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-textarea::-moz-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-textarea:-moz-placeholder {
  color: #000000;
}
.appointment .box .c-form .layui-form-item .layui-textarea:-ms-input-placeholder {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-textarea {
    height: 1.5rem;
    padding: 0.18rem 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .appointment .box .c-form .layui-form-item .layui-textarea {
    height: 2rem;
    padding: 0.2rem 0.3rem;
    font-size: 14px;
  }
}
.appointment .box .c-form .layui-form-item .layui-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.1rem;
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: 24px;
  border: none;
  background: #e60012;
}
@media screen and (max-width: 1580px) {
  .appointment .box .c-form .layui-form-item .layui-btn {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .appointment .box .c-form .layui-form-item .layui-btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .appointment .box .c-form .layui-form-item .layui-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .appointment .box .c-form .layui-form-item .layui-btn {
    height: 0.64rem;
    border-radius: 0.32rem;
  }
}
@media screen and (max-width: 480px) {
  .appointment .box .c-form .layui-form-item .layui-btn {
    height: 0.7rem;
    border-radius: 0.35rem;
    font-size: 16px;
  }
}
.search-result .searchbox {
  max-width: 7rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .search-result .searchbox {
    max-width: 100%;
  }
}
.search-result .searchbox .layui-form .layui-row {
  width: 100%;
  border: rgba(0, 0, 0, 0.06) solid 1px;
  box-sizing: border-box;
  border-radius: 0.4rem;
}
.search-result .searchbox .layui-form .layui-row .layui-input {
  flex: 1;
  color: #000000;
  font-size: 20px;
  height: 0.8rem;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .search-result .searchbox .layui-form .layui-row .layui-input {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-result .searchbox .layui-form .layui-row .layui-input {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .search-result .searchbox .layui-form .layui-row .layui-input {
    padding: 0 0.4rem;
  }
}
.search-result .searchbox .layui-form .layui-row .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.search-result .searchbox .layui-form .layui-row .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.search-result .searchbox .layui-form .layui-row .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.search-result .searchbox .layui-form .layui-row .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.search-result .searchbox .layui-form .layui-row .layui-btn {
  width: 1.2rem;
  background: #e60012;
  border-radius: 0.4rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .search-result .searchbox .layui-form .layui-row .layui-btn {
    width: 1.25rem;
  }
}
.search-result .searchbox .layui-form .layui-row .layui-btn img {
  max-width: 20.1%;
}
@media screen and (max-width: 991px) {
  .search-result .searchbox .layui-form .layui-row .layui-btn img {
    max-width: 25%;
  }
}
.search-result .result-tab {
  position: relative;
  margin-top: 0.7rem;
}
.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.8rem;
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul {
    column-gap: 0.6rem;
    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.15rem;
  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: 1580px) {
  .search-result .result-tab ul li a {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .search-result .result-tab ul li a {
    font-size: 20px;
  }
}
@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: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-result .result-tab ul li.active a {
  color: #000000;
}
.search-result .result-tab ul li.active a::before {
  width: 100%;
}
.search-result .result-tab ul li:hover a {
  color: #000000;
}
.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.5rem;
}
@media screen and (max-width: 991px) {
  .search-result .box {
    margin-top: 0.7rem;
  }
}
.search-result .box .p-wrap {
  gap: 0.15rem;
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap {
    gap: 0.4rem;
  }
}
.search-result .box .p-wrap .p-item {
  position: relative;
  display: block;
  width: calc((100% - 0.45rem) / 4);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap .p-item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .p-wrap .p-item {
    width: 100%;
  }
}
.search-result .box .p-wrap .p-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: #e60012 solid 0.02rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
}
.search-result .box .p-wrap .p-item:hover::before {
  opacity: 1;
}
.search-result .box .p-wrap .p-item:hover .textbox .icon span {
  background: #e60012 url(../images/icon18.png) center no-repeat;
  background-size: 0.07rem auto;
  border-color: #e60012;
}
.search-result .box .p-wrap .p-item .imgbox {
  width: 100%;
  overflow: hidden;
}
.search-result .box .p-wrap .p-item .imgbox img {
  max-width: 100%;
}
.search-result .box .p-wrap .p-item .textbox {
  margin-top: 0.25rem;
  padding-bottom: 0.4rem;
}
.search-result .box .p-wrap .p-item .textbox .subtitle {
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .search-result .box .p-wrap .p-item .textbox .subtitle {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap .p-item .textbox .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .p-wrap .p-item .textbox .subtitle {
    font-size: 18px;
  }
}
.search-result .box .p-wrap .p-item .textbox .icon {
  margin-top: 0.3rem;
}
.search-result .box .p-wrap .p-item .textbox .icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  box-sizing: border-box;
  border-radius: 6px;
  border: rgba(0, 0, 0, 0.06) solid 0.02rem;
  background: url(../images/icon17.png) center no-repeat;
  background-size: 0.07rem auto;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .search-result .box .p-wrap .p-item .textbox .icon span {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon17.png) center no-repeat;
    background-size: 20% auto;
  }
}
@media screen and (max-width: 480px) {
  .search-result .box .p-wrap .p-item .textbox .icon span {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.search-result .box .s-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .search-result .box .s-wrap {
    gap: 0.4rem;
  }
}
.search-result .box .s-wrap .s-item {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .search-result .box .s-wrap .s-item {
    flex-wrap: wrap;
  }
}
.search-result .box .s-wrap .s-item .textbox {
  width: 56.25%;
  padding: 3.75%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .search-result .box .s-wrap .s-item .textbox {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.search-result .box .s-wrap .s-item .textbox .icon {
  margin-bottom: 0.5rem;
}
.search-result .box .s-wrap .s-item .textbox .icon img {
  width: 0.51rem;
}
.search-result .box .s-wrap .s-item .textbox .subtitle {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 30px;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
@media screen and (max-width: 1580px) {
  .search-result .box .s-wrap .s-item .textbox .subtitle {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .s-wrap .s-item .textbox .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .search-result .box .s-wrap .s-item .textbox .subtitle {
    font-size: 20px;
  }
}
.search-result .box .s-wrap .s-item .textbox .text {
  flex: 1;
  overflow: hidden;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1580px) {
  .search-result .box .s-wrap .s-item .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .s-wrap .s-item .textbox .text {
    font-size: 16px;
  }
}
.search-result .box .s-wrap .s-item .textbox .public-btn {
  margin-top: 0.3rem;
}
.search-result .box .s-wrap .s-item .imgbox {
  width: 43.75%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .search-result .box .s-wrap .s-item .imgbox {
    width: 100%;
  }
}
.search-result .box .s-wrap .s-item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result .box .new-wrap {
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .search-result .box .new-wrap {
    gap: 0.4rem;
  }
}
.search-result .box .new-wrap .newitem {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .search-result .box .new-wrap .newitem {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .new-wrap .newitem {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.4rem;
    border-top: none;
  }
}
.search-result .box .n-wrap .n-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: rgba(0, 0, 0, 0.06) solid 0.02rem;
}
.search-result .box .n-wrap .n-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .n-item {
    flex-wrap: wrap;
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .n-wrap .n-item {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.search-result .box .n-wrap .n-item:hover .imgbox img {
  transform: scale(1.1);
}
.search-result .box .n-wrap .n-item:hover .textbox .title {
  color: #e60012;
}
.search-result .box .n-wrap .n-item .imgbox {
  position: relative;
  width: 28.125%;
  padding-bottom: 18.75%;
  margin-right: 4.375%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .n-item .imgbox {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    margin-right: 0;
  }
}
.search-result .box .n-wrap .n-item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.search-result .box .n-wrap .n-item .textbox {
  display: flex;
  flex-direction: column;
  width: 67.5%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .n-item .textbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.search-result .box .n-wrap .n-item .textbox .date {
  color: #e60012;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .search-result .box .n-wrap .n-item .textbox .date {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .n-item .textbox .date {
    font-size: 16px;
  }
}
.search-result .box .n-wrap .n-item .textbox .title {
  font-family: "HONORSansCN-Bold";
  font-size: 30px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .search-result .box .n-wrap .n-item .textbox .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .n-item .textbox .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .search-result .box .n-wrap .n-item .textbox .title {
    font-size: 20px;
  }
}
.search-result .box .n-wrap .n-item .textbox .text {
  flex: 1;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1580px) {
  .search-result .box .n-wrap .n-item .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .n-wrap .n-item .textbox .text {
    font-size: 16px;
  }
}
.search-result .box .n-wrap .n-item .textbox .public-btn {
  margin-top: 0.3rem;
}
.search-result .box .v-wrap {
  gap: 0.2rem;
}
.search-result .box .v-wrap .v-item {
  position: relative;
  display: block;
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .search-result .box .v-wrap .v-item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .v-wrap .v-item {
    width: 100%;
  }
}
.search-result .box .v-wrap .v-item:hover .imgbox > img {
  transform: scale(1.1);
}
.search-result .box .v-wrap .v-item:hover .title {
  color: #e60012;
}
.search-result .box .v-wrap .v-item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 65.38461538461538%;
  border-radius: 10px;
  overflow: hidden;
}
.search-result .box .v-wrap .v-item .imgbox > img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.search-result .box .v-wrap .v-item .imgbox .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.52rem;
}
@media screen and (max-width: 991px) {
  .search-result .box .v-wrap .v-item .imgbox .icon {
    width: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .v-wrap .v-item .imgbox .icon {
    width: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result .box .v-wrap .v-item .imgbox .icon {
    width: 0.7rem;
  }
}
.search-result .box .v-wrap .v-item .imgbox .icon img {
  display: block;
  width: 100%;
}
.search-result .box .v-wrap .v-item .title {
  padding: 0.25rem 0;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 24px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .search-result .box .v-wrap .v-item .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .v-wrap .v-item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .v-wrap .v-item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .search-result .box .v-wrap .v-item .title {
    padding-top: 0.35rem;
  }
}
