@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: "POPPINS-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: "POPPINS-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: 991px) {
  body {
    font-size: 13px;
  }
}
@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: 1720px;
  width: 89.58333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .contain {
    max-width: 90%;
    width: 90%;
  }
}
.bg-color {
  background-color: #fff;
}
@font-face {
  font-family: "POPPINS-BOLD";
  src: url("https://font.fonwi.com/xinweb/addfile/xinnengyuan/font/POPPINS-BOLD.TTF");
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-MEDIUM";
  src: url("https://font.fonwi.com/xinweb/addfile/xinnengyuan/font/POPPINS-MEDIUM.TTF");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-REGULAR";
  src: url("https://font.fonwi.com/xinweb/addfile/xinnengyuan/font/POPPINS-REGULAR.TTF");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-SEMIBOLD";
  src: url("https://font.fonwi.com/xinweb/addfile/xinnengyuan/font/POPPINS-SEMIBOLD.TTF");
  font-style: normal;
  font-display: swap;
}
.pt80 {
  padding-top: 0.8rem;
}
@media screen and (max-width: 1900px) {
  .pt80 {
    padding-top: 4.1667vw;
  }
}
@media screen and (max-width: 991px) {
  .pt80 {
    padding-top: 1rem;
  }
}
.pb80 {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 1900px) {
  .pb80 {
    padding-bottom: 4.1667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb80 {
    padding-bottom: 1rem;
  }
}
.pt90 {
  padding-top: 0.9rem;
}
@media screen and (max-width: 1900px) {
  .pt90 {
    padding-top: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .pt90 {
    padding-top: 1rem;
  }
}
.pb90 {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 1900px) {
  .pb90 {
    padding-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .pb90 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media screen and (max-width: 1900px) {
  .pt100 {
    padding-top: 5.208333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1900px) {
  .pb100 {
    padding-bottom: 5.208333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt110 {
  padding-top: 1rem;
}
@media screen and (max-width: 1900px) {
  .pt110 {
    padding-top: 5.729166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pt110 {
    padding-top: 1.1rem;
  }
}
.pb110 {
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 1900px) {
  .pb110 {
    padding-bottom: 5.729166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb110 {
    padding-bottom: 1.1rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media screen and (max-width: 1900px) {
  .pt120 {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 1900px) {
  .pb120 {
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt150 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1900px) {
  .pt150 {
    padding-top: 7.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .pt150 {
    padding-top: 1rem;
  }
}
.pb150 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1900px) {
  .pb150 {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .pb150 {
    padding-bottom: 1rem;
  }
}
.pt160 {
  padding-top: 1.6rem;
}
@media screen and (max-width: 1900px) {
  .pt160 {
    padding-top: 8.333333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pt160 {
    padding-top: 1.2rem;
  }
}
.pb160 {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1900px) {
  .pb160 {
    padding-bottom: 8.333333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .pb160 {
    padding-bottom: 1.2rem;
  }
}
.pt170 {
  padding-top: 1.7rem;
}
@media screen and (max-width: 1900px) {
  .pt170 {
    padding-top: 8.854166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pt170 {
    padding-top: 1.2rem;
  }
}
.pb170 {
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 1900px) {
  .pb170 {
    padding-bottom: 8.854166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb170 {
    padding-bottom: 1.2rem;
  }
}
.pb200 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1900px) {
  .pb200 {
    padding-bottom: 10.41666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .pb200 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media screen and (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .font14 {
    font-size: 13px;
  }
}
.font16 {
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .font16 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
.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: 16px;
  }
}
@media screen and (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .font22 {
    font-size: 16px;
  }
}
.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: 20px;
  }
}
@media screen and (max-width: 767px) {
  .font26 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .font26 {
    font-size: 16px;
  }
}
.font28 {
  font-size: 28px;
}
@media screen and (max-width: 1580px) {
  .font28 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 991px) {
  .font28 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .font28 {
    font-size: 18px;
  }
}
.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: 24px;
  }
}
@media screen and (max-width: 480px) {
  .font32 {
    font-size: 22px;
  }
}
.font36 {
  font-size: 36px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font36 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .font36 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .font36 {
    font-size: 18px;
  }
}
.font38 {
  font-size: 38px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font38 {
    font-size: 1.979166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font38 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .font38 {
    font-size: 20px;
  }
}
.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: 22px;
  }
}
@media screen and (max-width: 767px) {
  .font40 {
    font-size: 20px;
  }
}
.font42 {
  font-size: 42px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font42 {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 991px) {
  .font42 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .font42 {
    font-size: 20px;
  }
}
.font46 {
  font-size: 46px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font46 {
    font-size: 2.395833333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .font46 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .font46 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .font46 {
    font-size: 22px;
  }
}
.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;
  }
}
.font56 {
  font-size: 56px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font56 {
    font-size: 2.916666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font56 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font56 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .font56 {
    font-size: 22px;
  }
}
.font60 {
  font-size: 60px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font60 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .font60 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .font60 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .font60 {
    font-size: 24px;
  }
}
.font80 {
  font-size: 80px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font80 {
    font-size: 4.166666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font80 {
    font-size: 0.64rem;
  }
}
.font83 {
  font-size: 83px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .font83 {
    font-size: 4.322916666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .font83 {
    font-size: 0.66rem;
  }
}
#interval {
  height: 0;
  height: 1rem;
}
@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: 2.2rem;
  height: 0.6rem;
  color: #1d2088;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  border: #1d2088 solid 2px;
  padding: 0 0.3rem;
  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 {
    height: 0.65rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn span,
  .public-btn a {
    height: 0.7rem;
  }
}
.public-btn span img,
.public-btn a img {
  display: inline-block;
  margin-left: 0.2rem;
  width: 0.34rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .public-btn span img,
  .public-btn a img {
    width: 26px;
  }
}
.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:hover,
.public-btn a:hover {
  color: #ffffff;
  background: #1d2088;
}
.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 span:hover img,
.public-btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.public-btn.white span,
.public-btn.white a {
  color: #00a6e9;
  background: none;
  border: rgba(0, 166, 233, 0.2) solid 2px;
}
.public-btn.white span:hover,
.public-btn.white a:hover {
  color: #ffffff;
  background: #00a6e9;
}
.public-btn.small span,
.public-btn.small a {
  min-width: 1.6rem;
  height: 0.4rem;
  font-size: 16px;
  padding: 0 0.15rem;
}
@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: 14px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.small span,
  .public-btn.small a {
    height: 0.5rem;
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.small span,
  .public-btn.small a {
    height: 0.56rem;
  }
}
.public-btn.small span img,
.public-btn.small a img {
  width: 0.21rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 991px) {
  .public-btn.small span img,
  .public-btn.small a img {
    width: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.small span img,
  .public-btn.small a img {
    width: 0.28rem;
  }
}
.public-btn.news-btn span,
.public-btn.news-btn a {
  min-width: 1.52rem;
  height: 0.36rem;
  font-size: 16px;
  padding: 0 0.1rem;
  border-width: 1px;
}
@media screen and (max-width: 1580px) {
  .public-btn.news-btn span,
  .public-btn.news-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.news-btn span,
  .public-btn.news-btn a {
    font-size: 14px;
  }
}
.public-btn.news-btn span:hover,
.public-btn.news-btn a:hover {
  background: #fcc800;
  border-color: #fcc800;
}
@media screen and (max-width: 1260px) {
  .public-btn.news-btn span,
  .public-btn.news-btn a {
    height: 0.42rem;
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 991px) {
  .public-btn.news-btn span,
  .public-btn.news-btn a {
    height: 0.5rem;
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.news-btn span,
  .public-btn.news-btn a {
    height: 0.56rem;
  }
}
.public-btn.news-btn span img,
.public-btn.news-btn a img {
  width: 0.21rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 991px) {
  .public-btn.news-btn span img,
  .public-btn.news-btn a img {
    width: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn.news-btn span img,
  .public-btn.news-btn a img {
    width: 0.28rem;
  }
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .header .box {
    height: 60px;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .logo {
    flex: 1;
    overflow: hidden;
  }
}
.header .box .logo a {
  position: relative;
  display: inline-block;
}
.header .box .logo a img {
  height: 0.8rem;
}
@media screen and (max-width: 1260px) {
  .header .box .logo a img {
    height: 48px;
  }
}
.header .box .logo a img.ic2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .header .box .nav {
    display: none;
  }
}
.header .box .nav ul {
  padding: 0;
}
.header .box .nav ul li {
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.4rem;
  list-style: none;
}
@media screen and (max-width: 1900px) and (min-width: 1261px) {
  .header .box .nav ul li {
    padding-left: 0.5208333333333333vw;
    padding-right: 2.083333333333333vw;
  }
}
.header .box .nav ul li.productcolumn {
  position: static;
}
.header .box .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  font-family: "POPPINS-MEDIUM";
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 0.3rem;
  -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: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1900px) and (min-width: 1261px) {
  .header .box .nav ul li > a {
    padding-left: 1.5625vw;
  }
}
.header .box .nav ul li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.18rem;
  height: 100%;
  background: url(../images/navicon.png) center no-repeat;
  background-size: 100% auto;
  transition: all 0.7s ease;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
.header .box .nav ul li:hover > a {
  color: #fcc800;
}
.header .box .nav ul li:hover > a::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.header .box .nav ul li.on > a {
  color: #fcc800;
}
.header .box .nav ul li.on > a::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
  min-width: 1.2rem;
}
.header .box .nav ul li .navcell .cell {
  padding: 0.12rem 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.header .box .nav ul li .navcell .cell a {
  display: block;
  color: #1d2088;
  font-size: 18px;
  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: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .navcell .cell a {
    font-size: 15px;
  }
}
@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: #fcc800;
}
.header .box .head_search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fcc800;
}
@media screen and (max-width: 1260px) {
  .header .box .head_search .icon {
    width: 32px;
    height: 32px;
  }
}
.header .box .head_search .icon img {
  width: 40%;
}
@media screen and (max-width: 1260px) {
  .header .box .head_search .icon img {
    width: 43.75%;
  }
}
.header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 10px -13px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header .search-form {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.header .search-form.active {
  opacity: 1;
  visibility: visible;
}
.header .search-form .form-body {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  border: 1px solid #eee;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body {
    width: 90%;
  }
}
.header .search-form .form-body input {
  width: 6rem;
  height: 0.54rem;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 1580px) {
  .header .search-form .form-body input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    height: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body input {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body input {
    height: 0.7rem;
  }
}
.header .search-form .form-body .icon {
  line-height: 1;
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.2rem;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .icon {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .icon {
    width: 0.28rem;
  }
}
.header .search-form .form-body .icon img {
  max-width: 100%;
}
.header .search-form .form-body .close {
  width: 0.2rem;
  cursor: pointer;
  margin-left: 0.2rem;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .close {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .close {
    width: 0.28rem;
  }
}
.header .search-form .form-body .close img {
  max-width: 100%;
}
.header .phone-toggle {
  margin-left: 20px;
  user-select: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1260px) {
  .header .phone-toggle {
    display: block;
  }
}
.header .phone-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fcc800;
  margin-bottom: 5px;
  transition: all 0.45s ease;
}
.header .phone-toggle span:last-of-type {
  margin-bottom: 0;
}
.header.white {
  background: #FFFFFF;
  border-bottom: #f0f0f0 solid 1px;
}
.header.white .box .nav ul li a {
  color: #1d2088;
}
.header.white .box .nav ul li:hover > a {
  color: #fcc800;
}
.header.white .box .nav ul li.on > a {
  color: #fcc800;
}
.header.white .phone-toggle span {
  background-color: #fcc800;
}
.header.whitebg {
  background: #FFFFFF;
  border-bottom: #f0f0f0 solid 1px;
}
.header.whitebg .box .nav ul li a {
  color: #1d2088;
}
.header.whitebg .box .nav ul li:hover > a {
  color: #fcc800;
}
.header.whitebg .box .nav ul li.on > a {
  color: #fcc800;
}
.header.whitebg .phone-toggle span {
  background-color: #fcc800;
}
.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: #000000;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle {
  position: relative;
  display: block;
  line-height: 1.7;
  color: #000000;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle a {
  display: inline-block;
  padding: 0;
}
.m-nav > ul > li .headtitle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/icon13.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #fcc800;
}
.m-nav > ul > li .headtitle.on a {
  color: #fcc800;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon13b.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: #fcc800;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #fcc800;
}
.mbox .header {
  background: #FFFFFF;
}
.mbox .header .box .logo a img.ic1 {
  opacity: 0;
}
.mbox .header .box .logo a img.ic2 {
  opacity: 1;
}
.mbox .header .box .headright .nav ul li a {
  color: #050505;
}
.mbox .header .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .head-nation::before {
  background: #333333;
}
.mbox .header .box .headright .head-nation .title {
  background: url(../images/arrow.png) center right no-repeat;
  background-size: 8px auto;
}
.mbox .header .box .headright .head-nation .title img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .head-nation .title span {
  color: #666666;
}
.mbox .m-nav {
  height: calc(100vh - 60px);
}
.mbox .phone-toggle span {
  background-color: #fcc800;
}
.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;
  }
}
.footer {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: rgba(72, 71, 143, 0.56) solid 1px;
}
@media screen and (max-width: 991px) {
  .footer .footer-info {
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-info {
    padding: 0.6rem 0;
  }
}
.footer .footer-info .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .footer-info .item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-info .item {
    width: 100%;
  }
}
.footer .footer-info .item .icon {
  flex-shrink: 0;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: #fcc800 solid 1px;
  box-sizing: border-box;
}
.footer .footer-info .item .icon img {
  max-width: 45%;
}
.footer .footer-info .item .text {
  color: #fcc800;
  font-size: 24px;
  font-family: "POPPINS-BOLD";
}
@media screen and (max-width: 1580px) {
  .footer .footer-info .item .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-info .item .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-info .item .text {
    font-size: 18px;
  }
}
.footer .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1260px) {
  .footer .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer .footer-nav .row {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .footer .footer-nav .row {
    gap: 15px;
    width: 100%;
  }
}
.footer .footer-nav .item.on .title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .footer-nav .item .title {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "POPPINS-BOLD";
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1580px) {
  .footer .footer-nav .item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-nav .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .footer-nav .item .title {
    display: flex;
    align-items: center;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    padding-bottom: 22px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-nav .item .title {
    font-size: 16px;
  }
}
.footer .footer-nav .item .title i {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -8px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1260px) {
  .footer .footer-nav .item .title i {
    display: block;
  }
}
.footer .footer-nav .item .title i::before {
  content: '';
  width: 12px;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
.footer .footer-nav .item .title i::after {
  content: '';
  height: 12px;
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
@media screen and (max-width: 1260px) {
  .footer .footer-nav .item ul {
    display: none;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .footer-nav .item ul li {
    margin-bottom: 5px;
  }
}
.footer .footer-nav .item ul li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  line-height: 1.7;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .footer .footer-nav .item ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-nav .item ul li a {
    font-size: 15px;
  }
}
.footer .footer-nav .item ul li a:hover {
  color: #fcc800;
}
.footer .footer-bottom {
  margin-top: 5%;
  padding-top: 0.27rem;
  padding-bottom: 0.27rem;
  border-top: rgba(72, 71, 143, 0.56) solid 1px;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 5%;
    border-top: none;
  }
}
.footer .footer-bottom .copylink {
  display: flex;
  font-size: 18px;
  color: #b5b5b5;
  line-height: 1.7;
  text-transform: uppercase;
}
@media screen and (max-width: 1580px) {
  .footer .footer-bottom .copylink {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copylink {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copylink {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin-top: 0.3rem;
  }
}
.footer .footer-bottom .copylink a {
  color: #b5b5b5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-bottom .copylink a:hover {
  color: #fcc800;
}
.footer .footer-bottom .copylink .copyright {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copylink .copyright {
    width: 100%;
  }
}
.footer .footer-bottom .copylink .copyright .g-name {
  display: inline-block;
  color: #b5b5b5;
}
.footer .footer-bottom .copylink .copyright .g-name:hover {
  color: #fcc800;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copylink .links {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-bottom .copylink .links a {
  color: #3936c6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-bottom .copylink .links a:hover {
  color: #fcc800;
}
.footer .footer-bottom .copylink .links .poweredBy {
  display: inline-block;
  margin-left: 0.1rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copylink .links .poweredBy {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .copylink .links .poweredBy {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.footer .footer-bottom .copylink .links .poweredBy a {
  color: #3936c6;
}
.footer .footer-bottom .copylink .links .poweredBy:hover {
  color: #fcc800;
}
.footer .footer-bottom .copylink .links .poweredBy:hover a {
  color: #fcc800;
}
.footer .footer-bottom .follow {
  flex-shrink: 0;
  margin-left: 5%;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .follow {
    width: 100%;
    margin-left: 0;
  }
}
.footer .footer-bottom .follow ul {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .follow ul {
    margin-top: 12px;
    justify-content: center;
    gap: 0.2rem;
  }
}
.footer .footer-bottom .follow ul li {
  position: relative;
  list-style: none;
}
.footer .footer-bottom .follow ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: #666666 solid 1px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .follow ul li a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.footer .footer-bottom .follow ul li a img {
  max-width: 42%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer-bottom .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: 991px) {
  .footer .footer-bottom .follow ul li .qrcode {
    width: 96px;
  }
}
.footer .footer-bottom .follow ul li .qrcode .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #FFFFFF;
}
.footer .footer-bottom .follow ul li .qrcode .img img {
  width: 100%;
}
.footer .footer-bottom .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 .footer-bottom .follow ul li:hover a {
  background: #fcc800;
}
.footer .footer-bottom .follow ul li:hover a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer .footer-bottom .follow ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.lunbotu .swiper-wrapper .swiper-slide {
  position: relative;
}
.lunbotu .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}
.lunbotu .swiper-wrapper .swiper-slide a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.lunbotu .swiper-wrapper .swiper-slide a > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.lunbotu .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
.lunbotu .swiper-wrapper .swiper-slide .video-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.lunbotu .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  left: 50%;
  top: 18.5%;
  transform: translateX(-50%);
  z-index: 5;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .subtitle {
  color: #fcc800;
  font-size: 28px;
  font-family: "POPPINS-BOLD";
}
@media screen and (max-width: 1580px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .subtitle {
    font-size: .28rem;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .subtitle {
    font-size: 18px;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
  margin-top: 0.3rem;
  font-size: 83px;
  color: #FFFFFF;
  line-height: 1.1;
  font-family: "POPPINS-BOLD";
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: 4.322916666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
    font-size: 0.66rem;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
  max-width: 9.7rem;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 1580px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    margin-top: 1.5625vw;
  }
}
.lunbotu .swiper-pagination {
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  max-width: 1360px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination {
    bottom: 0.5rem;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0.05rem;
  opacity: 1;
  background: none;
  border-radius: 50%;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 2.1875vw;
    height: 2.1875vw;
    margin: 0 0.3125vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background: #709de6;
  transition: all 0.5s ease;
}
.lunbotu .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: #fcc800 solid 2px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease;
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #fcc800;
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.progress-pagination.swiper-pagination {
  bottom: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination {
    bottom: 0.4rem;
  }
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.68rem;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  background: none;
  border-radius: 50%;
}
@media screen and (max-width: 1580px) screen and (min-width: 992px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 3.541666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 24px;
  }
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.02rem;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet::before {
    height: 2px;
  }
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #006CFF;
  animation: animate 4s linear forwards;
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.02rem;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .progress-pagination.swiper-pagination .swiper-pagination-bullet span {
    height: 2px;
  }
}
@keyframes animate {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.obanner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 15, 59, 0), rgba(0, 15, 59, 0.68));
}
.obanner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .obanner > img {
    height: 24vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .obanner > img {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .obanner > img {
    height: 250px;
  }
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}
.obanner .bannerTitle .box {
  text-align: center;
}
.obanner .bannerTitle .box .headline {
  font-family: "POPPINS-BOLD";
  font-size: 83px;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .obanner .bannerTitle .box .headline {
    font-size: 4.322916666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .headline {
    font-size: 0.66rem;
  }
}
.c-title.center {
  text-align: center;
}
.c-title .headline {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 60px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .c-title .headline {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .c-title .headline {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-title .headline {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .c-title .headline {
    font-size: 24px;
  }
}
.c-title .headline span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.c-title .headline span::before {
  content: '';
  position: absolute;
  left: -0.15rem;
  top: 0.1rem;
  z-index: -1;
  width: 0.4rem;
  height: 0.66rem;
  background: #fcc800;
  transform: skew(-15deg);
}
@media screen and (max-width: 1260px) {
  .c-title .headline span::before {
    left: -0.08rem;
    top: 0.05rem;
  }
}
@media screen and (max-width: 991px) {
  .c-title .headline span::before {
    top: 0;
  }
}
.c-title .desc {
  margin-top: 0.25rem;
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1580px) {
  .c-title .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .c-title .desc {
    font-size: 16px;
  }
}
.index_about {
  position: relative;
  width: 100%;
  background: #ffffff;
}
.index_about .box {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  height: 180vh;
}
@media screen and (max-width: 991px) {
  .index_about .box {
    height: 200vh;
  }
}
.index_about .box .bannerbg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
.index_about .box .bannerbg .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index_about .box .bannerbg .img img,
.index_about .box .bannerbg .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .box .bannerbg .img img.md,
.index_about .box .bannerbg .img video.md {
  display: none;
}
@media screen and (max-width: 991px) {
  .index_about .box .bannerbg .img img.pc,
  .index_about .box .bannerbg .img video.pc {
    display: none;
  }
  .index_about .box .bannerbg .img img.md,
  .index_about .box .bannerbg .img video.md {
    display: block;
  }
}
.index_about .box .bannertext {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  margin-top: -100vh;
}
.index_about .box .bannertext .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .index_about .box .bannertext .text {
    max-width: 80%;
  }
}
.index_about .box .bannertext .text .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  margin: 0.44rem auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  display: none;
}
@media screen and (max-width: 991px) {
  .index_about .box .bannertext .text .icon {
    display: block;
  }
}
.index_about .box .bannertext .text .icon img {
  max-width: 100%;
}
.index_about .box .bannertext .text .title {
  margin-top: 0.25rem;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1580px) {
  .index_about .box .bannertext .text .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .bannertext .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_about .box .bannertext .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .bannertext .text .title {
    display: block;
  }
}
.index_about .box .about-logo {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
  margin-top: -100vh;
  z-index: 1;
}
.index_about .box .about-logo .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.index_about .box .about-logo .bg span {
  width: 200%;
  height: 200%;
  border-top: 60vh solid #fff;
  border-bottom: 60vh solid #fff;
  border-left: 20vw solid #fff;
  border-right: 20vw solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(10);
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 1260px) {
  .index_about .box .about-logo .bg span {
    border-top: 90vh solid #fff;
    border-bottom: 90vh solid #fff;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .about-logo .bg span {
    border-top: 85vh solid #fff;
    border-bottom: 85vh solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .index_about .box .about-logo .bg span {
    border-top: 90vh solid #fff;
    border-bottom: 90vh solid #fff;
  }
}
.index_about .box .about-logo .bg2 {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index_about .box .about-logo .text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_about .box .about-logo .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.index_about .box .about-logo .img img,
.index_about .box .about-logo .img svg {
  width: 100%;
  height: 100%;
  transform: scale(10);
  opacity: 0;
}
.index_about .wrap_spacing {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  position: sticky;
  position: -webkit-sticky;
  top: calc(100vh - 1.5rem);
  margin-top: -50vh;
  z-index: 6;
}
.index_about .wrap {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0.8rem 0 1.53rem;
}
@media screen and (max-width: 991px) {
  .index_about .wrap {
    padding: 0.5rem 0 1.5rem;
    margin-top: -60vh;
  }
}
.index_about .wrap .introduce {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 8%;
}
@media screen and (max-width: 991px) {
  .index_about .wrap .introduce {
    flex-wrap: wrap;
  }
}
.index_about .wrap .introduce .imgbox {
  width: 46.51162790697674%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_about .wrap .introduce .imgbox {
    width: 100%;
  }
}
.index_about .wrap .introduce .imgbox .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_about .wrap .introduce .imgbox .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_about .wrap .introduce .imgbox .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_about .wrap .introduce .imgbox .swiper .swiper-wrapper .swiper-slide .item-img {
  display: block;
  width: 100%;
}
.index_about .wrap .introduce .imgbox .swiper .swiper-wrapper .swiper-slide .item-img img {
  display: block;
  width: 100%;
}
.index_about .wrap .introduce .imgbox .swiper .swiper-pagination {
  bottom: 0.2rem;
  width: 100%;
  padding: 0 9.5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .index_about .wrap .introduce .imgbox .swiper .swiper-pagination {
    bottom: 0.4rem;
    padding: 0 5%;
  }
}
.index_about .wrap .introduce .imgbox .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  margin: 0 0.07rem;
  opacity: 1;
  background: #c5d8f2;
}
.index_about .wrap .introduce .imgbox .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fcc800;
}
.index_about .wrap .introduce .textbox {
  width: 47.8%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_about .wrap .introduce .textbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index_about .wrap .introduce .textbox .desc {
  color: #888888;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 1580px) {
  .index_about .wrap .introduce .textbox .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .index_about .wrap .introduce .textbox .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index_about .wrap .introduce .textbox .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .index_about .wrap .introduce .textbox .desc {
    font-size: 14px;
  }
}
.index_about .wrap .introduce .textbox .desc p {
  margin-bottom: 0.3rem;
}
.index_about .wrap .introduce .textbox .desc p:last-child {
  margin-bottom: 0;
}
.index_about .wrap .introduce .textbox .public-btn {
  margin-top: 0.7rem;
}
@media screen and (max-width: 991px) {
  .index_about .wrap .introduce .textbox .public-btn {
    margin-top: 0.5rem;
  }
}
.about_num {
  width: 100%;
}
.about_num ul {
  padding-top: 0.6rem;
}
@media screen and (max-width: 991px) {
  .about_num ul {
    flex-wrap: wrap;
    gap: 0.5rem 0.4rem;
  }
}
.about_num ul li {
  position: relative;
  padding: 0 3.2%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .about_num ul li {
    padding-left: 0;
    padding-right: 3%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 992px) {
  .about_num ul li {
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  .about_num ul li {
    width: calc((100% - 0.4rem) / 2);
    margin-right: 0;
    padding-right: 0.5rem;
  }
  .about_num ul li:nth-child(2n) {
    padding-right: 0;
  }
  .about_num ul li:nth-child(2n)::before {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .about_num ul li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
.about_num ul li:last-child::before {
  display: none;
}
.about_num ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: rgba(240, 240, 240, 0.9);
}
.about_num ul li .icon {
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 991px) {
  .about_num ul li .icon {
    margin-bottom: 0.25rem;
  }
}
.about_num ul li .icon img {
  width: 0.7rem;
}
.about_num ul li .text {
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
  text-align: right;
}
.about_num ul li .text .row {
  flex: 1;
}
.about_num ul li .text .row .t1 {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-family: "POPPINS-MEDIUM";
  font-size: 30px;
  color: #fcc800;
}
@media screen and (max-width: 1580px) {
  .about_num ul li .text .row .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .about_num ul li .text .row .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .about_num ul li .text .row .t1 {
    font-size: 20px;
  }
}
.about_num ul li .text .row .t1 .timer {
  font-family: "POPPINS-BOLD";
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .about_num ul li .text .row .t1 .timer {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .about_num ul li .text .row .t1 .timer {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about_num ul li .text .row .t1 .timer {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .about_num ul li .text .row .t1 .timer {
    font-size: 24px;
  }
}
.about_num ul li .text .row .t1 .sp {
  display: inline-block;
  line-height: 1;
}
.about_num ul li .text .row .t2 {
  margin-top: 0.1rem;
  color: #000000;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) {
  .about_num ul li .text .row .t2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about_num ul li .text .row .t2 {
    font-size: 16px;
  }
}
.index_technology {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_technology .box {
  margin-top: 0.7rem;
}
@media screen and (max-width: 991px) {
  .index_technology .box {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.index_technology .box .item {
  position: relative;
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2.9%;
  box-sizing: border-box;
  background: #fcc800;
  transition: all 0.5s ease;
}
.index_technology .box .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .index_technology .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.4rem;
  }
}
.index_technology .box .item:hover {
  background: #3f43e4;
}
.index_technology .box .item:hover .serial {
  color: #FFFFFF;
}
.index_technology .box .item:hover .subtitle {
  color: #fcc800;
}
.index_technology .box .item:hover .text {
  color: #fcc800;
}
.index_technology .box .item .serial {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  font-family: "POPPINS-SEMIBOLD";
  font-size: 80px;
  line-height: 1.2;
  color: #ffeca5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .index_technology .box .item .serial {
    font-size: 4.166666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .index_technology .box .item .serial {
    font-size: 0.64rem;
  }
}
.index_technology .box .item .subtitle {
  font-family: "POPPINS-BOLD";
  font-size: 36px;
  color: #ffffff;
  padding-right: 12%;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .index_technology .box .item .subtitle {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .index_technology .box .item .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_technology .box .item .subtitle {
    font-size: 18px;
  }
}
.index_technology .box .item .text {
  margin-top: 0.1rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .index_technology .box .item .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_technology .box .item .text {
    font-size: 16px;
  }
}
.index_technology .box .item .text .t2 {
  font-family: "POPPINS-SEMIBOLD";
}
.index_product {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_product .wrap {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 12;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .index_product .wrap {
    position: static;
  }
}
.index_product .wrap .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .index_product .wrap .contain {
    display: block;
  }
}
.index_product .wrap .contain .c-title {
  flex-shrink: 0;
  margin-right: 0.4rem;
}
@media screen and (max-width: 991px) {
  .index_product .wrap .contain .c-title {
    width: 100%;
    margin-right: 0;
  }
}
.index_product .wrap .contain .choice {
  position: relative;
  flex: 1;
  max-width: 71%;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .index_product .wrap .contain .choice {
    max-width: 100%;
    width: 100%;
    margin-top: 0.4rem;
    padding: 0 0.54rem;
  }
}
.index_product .wrap .contain .choice .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.index_product .wrap .contain .choice .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .item {
  background: #fcc800;
}
.index_product .wrap .contain .choice .swiper .swiper-wrapper .swiper-slide .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: #3f43e4;
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.5s ease;
  padding: 0 0.3rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1580px) {
  .index_product .wrap .contain .choice .swiper .swiper-wrapper .swiper-slide .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index_product .wrap .contain .choice .swiper .swiper-wrapper .swiper-slide .item {
    font-size: 15px;
  }
}
.index_product .wrap .contain .choice .swiper-button-next,
.index_product .wrap .contain .choice .swiper-button-prev {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-top: -0.27rem;
  border: #eeeeee solid 1px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.index_product .wrap .contain .choice .swiper-button-next::after,
.index_product .wrap .contain .choice .swiper-button-prev::after {
  display: none;
}
.index_product .wrap .contain .choice .swiper-button-next {
  right: 0;
  background: url(../images/icon13.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .index_product .wrap .contain .choice .swiper-button-next {
    right: -0.1rem;
  }
}
.index_product .wrap .contain .choice .swiper-button-next:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon13a.png) center no-repeat;
  background-size: 23.1% auto;
}
.index_product .wrap .contain .choice .swiper-button-prev {
  left: 0;
  background: url(../images/icon12.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .index_product .wrap .contain .choice .swiper-button-prev {
    left: -0.1rem;
  }
}
.index_product .wrap .contain .choice .swiper-button-prev:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon12a.png) center no-repeat;
  background-size: 23.1% auto;
}
.index_product .box .mySwiper2 .swiper-wrapper {
  align-items: stretch;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w {
  width: 86.45833333333333%;
}
@media screen and (min-width: 992px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w {
    box-shadow: 0px 0px 43px rgba(30, 72, 154, 0.03);
    filter: drop-shadow(0px 0px 43px rgba(30, 72, 154, 0.03));
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w {
    width: 100%;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide {
  z-index: 2;
  padding-top: 2.6rem;
  padding-bottom: 1.5rem;
  background: #ffffff;
  transition: all 1s ease;
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox {
  width: 50%;
  padding-left: calc((100vw - 1720px) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox {
    padding-left: 5.208333333333333%;
  }
}
@media screen and (max-width: 1260px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox {
    width: 90%;
    padding-left: 0;
    margin: auto;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
  font-family: "POPPINS-SEMIBOLD";
  color: #fcc800;
  font-size: 32px;
  transition: all 0.5s ease;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1580px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
    font-size: 22px;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t1 a {
  color: #fcc800;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
  margin-top: 0.1rem;
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 46px;
  line-height: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
    font-size: 2.395833333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
    font-size: 22px;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t2 a {
  color: #000000;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t3 {
  margin-top: 0.1rem;
  color: #888888;
  font-size: 20px;
  line-height: 1.6;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t3 {
    font-size: 16px;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .t3 a {
  color: #888888;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .textbox .public-btn {
  margin-top: 0.4rem;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 50%;
  padding: 0 6.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .imgbox {
    width: 90%;
    margin: 0.7rem auto 0;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .imgbox .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .imgbox .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img4.png) center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  transition: all 0.5s ease;
  animation: circle linear 5s infinite;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .imgbox .img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83.2%;
  padding-bottom: 83.2%;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 43px 19px rgba(30, 72, 154, 0.03);
  overflow: hidden;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-wrapper .swiper-slide .item .imgbox .img span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-next,
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-prev {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-top: -0.27rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-next::after,
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-next,
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-prev {
    margin-top: 0;
    top: auto;
    bottom: 45vmin;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-next,
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-prev {
    bottom: 48vmin;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-next {
  right: 0;
  background: #fcc800 url(../images/icon13a.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-next {
    right: 0.25rem;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-prev {
  left: 51%;
  background: #fcc800 url(../images/icon12a.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .left_w .b-swiper .swiper-button-prev {
    left: 0.25rem;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .right_w {
  display: flex;
  align-items: center;
  width: 25%;
  margin-right: -12.5%;
}
@media screen and (min-width: 992px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .right_w {
    box-shadow: 0px 0px 43px rgba(30, 72, 154, 0.03);
    filter: drop-shadow(0px 0px 43px rgba(30, 72, 154, 0.03));
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .right_w {
    width: 100%;
    margin-right: 0;
    display: none;
  }
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .right_w .s-swiper .swiper-wrapper .swiper-slide .item {
  display: block;
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .right_w .s-swiper .swiper-wrapper .swiper-slide .item .img {
  box-shadow: 0px 0px 43px rgba(30, 72, 154, 0.03);
  border-radius: 50%;
  background: #FFFFFF;
  overflow: hidden;
}
.index_product .box .mySwiper2 .swiper-wrapper .swiper-slide .part .right_w .s-swiper .swiper-wrapper .swiper-slide .item .img img {
  display: block;
  width: 100%;
  opacity: 0.3;
}
@keyframes circle {
  to {
    transform: rotate(0);
  }
  from {
    transform: rotate(1turn);
  }
}
.index_news {
  background: #fafafa;
}
.index_news .wrap .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_news .wrap .contain .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-shrink: 0;
  margin-left: 0.4rem;
  gap: 0.1rem;
}
.index_news .wrap .contain .swiper-button .swiper-button-next,
.index_news .wrap .contain .swiper-button .swiper-button-prev {
  position: static;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-top: 0;
  border: #666666 solid 1px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.index_news .wrap .contain .swiper-button .swiper-button-next::after,
.index_news .wrap .contain .swiper-button .swiper-button-prev::after {
  display: none;
}
.index_news .wrap .contain .swiper-button .swiper-button-next {
  background: url(../images/icon13.png) center no-repeat;
  background-size: 23.1% auto;
}
.index_news .wrap .contain .swiper-button .swiper-button-next:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon13a.png) center no-repeat;
  background-size: 23.1% auto;
}
.index_news .wrap .contain .swiper-button .swiper-button-prev {
  background: url(../images/icon12.png) center no-repeat;
  background-size: 23.1% auto;
}
.index_news .wrap .contain .swiper-button .swiper-button-prev:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon12a.png) center no-repeat;
  background-size: 23.1% auto;
}
.index_news .box {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .index_news .box {
    margin-top: 0.3rem;
  }
}
.index_news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: calc((100% - 1720px) / 2);
  padding-right: calc((100% - 1720px) / 2);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .index_news .box .swiper {
    padding-left: 5.208333333333333%;
    padding-right: 5.208333333333333%;
  }
}
@media screen and (max-width: 1260px) {
  .index_news .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.index_news .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_news .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.newsitem {
  display: block;
  width: 100%;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
.newsitem:hover {
  box-shadow: 0 0 0.45rem 0.19rem rgba(0, 0, 0, 0.05);
}
.newsitem:hover .imgbox img {
  transform: scale(1.1);
}
.newsitem:hover .textbox .other .news-btn span,
.newsitem:hover .textbox .other .news-btn a {
  color: #FFFFFF;
  background: #fcc800;
  border-color: #fcc800;
}
.newsitem:hover .textbox .other .news-btn span img,
.newsitem:hover .textbox .other .news-btn a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newsitem .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 61.92307692307692%;
  overflow: hidden;
}
.newsitem .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.newsitem .textbox {
  padding: 0.2rem 0.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .newsitem .textbox {
    padding: 0.4rem;
  }
}
.newsitem .textbox .title {
  font-family: "POPPINS-MEDIUM";
  color: #333333;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .newsitem .textbox .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .newsitem .textbox .title {
    font-size: 16px;
  }
}
.newsitem .textbox .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.2rem;
}
.newsitem .textbox .other .date {
  display: flex;
  align-items: center;
  color: #aa9696;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 1580px) {
  .newsitem .textbox .other .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newsitem .textbox .other .date {
    font-size: 14px;
  }
}
.newsitem .textbox .other .date img {
  width: 0.2rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 991px) {
  .newsitem .textbox .other .date img {
    width: 16px;
    margin-right: 8px;
  }
}
.banner-section {
  position: relative;
}
.banner-section .classify {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 12;
}
.classify {
  width: 100%;
}
.classify.sticky {
  position: sticky;
  top: 0.9rem;
  z-index: 12;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .classify.sticky {
    top: 60px;
  }
}
.classify .contain ul {
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .classify .contain ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .classify .contain ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .classify .contain ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .contain ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
}
.classify .contain ul li {
  list-style: none;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .classify .contain ul li {
    margin-left: 0;
  }
}
.classify .contain ul li span,
.classify .contain ul li a {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 0.5rem;
  font-size: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.32rem;
  box-sizing: border-box;
  background: #484bbd;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1580px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .classify .contain ul li span,
  .classify .contain ul li a {
    font-size: 3vmin;
  }
}
.classify .contain ul li span:hover,
.classify .contain ul li a:hover {
  background: #e7bd14;
}
.classify .contain ul li.active span,
.classify .contain ul li.active a {
  background: #e7bd14;
}
.about .a-section > div {
  scroll-snap-align: start;
  scroll-margin-top: 1rem;
}
.profile .c-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .profile .c-title {
    flex-wrap: wrap;
  }
}
.profile .c-title .headline {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .profile .c-title .headline {
    width: 100%;
  }
}
.profile .c-title .desc {
  width: 52.6%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .profile .c-title .desc {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 480px){
	.profile .c-title .desc{
		font-size: 14px;
	}
}
.profile .about_num {
  margin-top: 0.3rem;
  padding-top: 6.5%;
  padding-bottom: 13%;
  background: url(../images/img8.png) top center no-repeat;
  background-size: 100% auto;
}
.profile .about_num ul {
  min-height: 3rem;
}
.profile .about_num ul li .text .row .t1 .timer {
  font-family: "POPPINS-MEDIUM";
  font-size: 50px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .profile .about_num ul li .text .row .t1 .timer {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .profile .about_num ul li .text .row .t1 .timer {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .profile .about_num ul li .text .row .t1 .timer {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .profile .about_num ul li .text .row .t1 .timer {
    font-size: 22px;
  }
}
.profile .imgbox {
  position: relative;
  overflow: hidden;
}
.profile .imgbox.hide::before {
  display: none;
}
.profile .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.profile .imgbox .videoimg {
  display: block;
  width: 100%;
}
.profile .imgbox .movie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile .imgbox .movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .imgbox .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.profile .imgbox .wrap .btns {
  display: inline-flex;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .profile .imgbox .wrap .btns.playButton {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .profile .imgbox .wrap .btns.c-play {
    display: none;
  }
}
.profile .imgbox .wrap .btns img {
  width: 0.8rem;
}
.big-event {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.big-event .box {
  position: relative;
  margin-top: 10%;
}
.big-event .box .contain {
  position: relative;
}
.big-event .box .contain .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.big-event .box .contain .swiper .swiper-wrapper {
  align-items: stretch;
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide {
  width: 20%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide:nth-child(even) {
  padding-top: 1.3rem;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 0;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide.on {
  width: 15% !important;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide.on {
    width: 100% !important;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide.active {
  width: 40% !important;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide.active {
    width: 100% !important;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide.active .item .text {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .text {
    opacity: 1;
    visibility: visible;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding-left: 0.48rem;
  padding-right: 0.48rem;
  padding-bottom: 1.6rem;
  box-sizing: border-box;
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(233, 233, 233, 0.6);
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item::before {
    display: none;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .year {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 38px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 1.979166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 20px;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text {
  margin-top: 0.3rem;
  color: #000000;
  font-size: 20px;
  line-height: 1.7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text {
    width: 100% !important;
  }
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text span {
  font-family: "POPPINS-BOLD";
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text p {
  margin-bottom: 0.2rem;
}
.big-event .box .contain .swiper .swiper-wrapper .swiper-slide .item .text p:last-child {
  margin-bottom: 0;
}
.big-event .box .contain .swiper-button-next,
.big-event .box .contain .swiper-button-prev {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-top: -0.27rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.big-event .box .contain .swiper-button-next::after,
.big-event .box .contain .swiper-button-prev::after {
  display: none;
}
.big-event .box .contain .swiper-button-next {
  right: -0.54rem;
  background: #fcc800 url(../images/icon13a.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper-button-next {
    right: -0.25rem;
  }
}
.big-event .box .contain .swiper-button-prev {
  left: -0.54rem;
  background: #fcc800 url(../images/icon12a.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .big-event .box .contain .swiper-button-prev {
    left: -0.25rem;
  }
}
.certificate .box {
  margin-top: 0.2rem;
}
.certificate .box .text {
  text-align: center;
  color: #666666;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .certificate .box .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .text {
    font-size: 16px;
  }
}
.certificate .box .text .subtit,
.certificate .box .text h4 {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 30px;
  line-height: 1.35;
}
@media screen and (max-width: 1580px) {
  .certificate .box .text .subtit,
  .certificate .box .text h4 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .text .subtit,
  .certificate .box .text h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .certificate .box .text .subtit,
  .certificate .box .text h4 {
    font-size: 20px;
  }
}
.certificate .box .wrap {
  margin-top: 0.6rem;
}
.certificate .box .wrap .main-swiper {
  position: relative;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 40px;
  height: 7.33rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper {
  align-items: stretch;
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  display: none;
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item {
  opacity: 1;
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 67, 228, 0.22);
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial {
  position: absolute;
  right: 0.8rem;
  top: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.45rem;
  font-family: "POPPINS-BOLD";
  color: #FFFFFF;
  font-size: 60px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial {
    width: 0.9rem;
    height: 1rem;
    right: 0.4rem;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .serial::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #e7bd14;
  transform: skew(-15deg);
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 55.625%;
  height: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 6.875%;
  padding-right: 4%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox {
    width: 62.5%;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox {
    position: relative;
    width: 100%;
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox {
    padding: 0.6rem;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part {
    margin-bottom: 0.3rem;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part:last-child {
  margin-bottom: 0;
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part .t1 {
  font-family: "POPPINS-BOLD";
  color: #e7bd14;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part .t1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part .t1 {
    font-size: 16px;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part .t2 {
  margin-top: 0.2rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part .t2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .textbox .part .t2 {
    font-size: 16px;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .imgbox {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img12.png) center no-repeat;
  background-size: cover;
}
.certificate .box .wrap .main-swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificate .box .wrap .main-swiper .swiper-button-next,
.certificate .box .wrap .main-swiper .swiper-button-prev {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: -0.2rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.certificate .box .wrap .main-swiper .swiper-button-next::after,
.certificate .box .wrap .main-swiper .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-button-next,
  .certificate .box .wrap .main-swiper .swiper-button-prev {
    width: 0.54rem;
    height: 0.54rem;
    margin-top: -0.27rem;
  }
}
.certificate .box .wrap .main-swiper .swiper-button-next {
  right: 0.4rem;
  background: #fcc800 url(../images/icon13a.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-button-next {
    right: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .certificate .box .wrap .main-swiper .swiper-button-next {
    right: 0;
  }
}
.certificate .box .wrap .main-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  background: #000000 url(../images/icon13.png) center no-repeat;
  background-size: 23.1% auto;
}
.certificate .box .wrap .main-swiper .swiper-button-prev {
  left: 0.4rem;
  background: #fcc800 url(../images/icon12a.png) center no-repeat;
  background-size: 23.1% auto;
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .main-swiper .swiper-button-prev {
    left: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .certificate .box .wrap .main-swiper .swiper-button-prev {
    left: 0;
  }
}
.certificate .box .wrap .main-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  background: #000000 url(../images/icon12.png) center no-repeat;
  background-size: 23.1% auto;
}
.certificate .box .wrap .certificate-list {
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
}
.certificate .box .wrap .certificate-list ul {
  position: relative;
  padding-left: 0;
}
.certificate .box .wrap .certificate-list ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1580px) {
  .certificate .box .wrap .certificate-list ul li {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .wrap .certificate-list ul li {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .certificate .box .wrap .certificate-list ul li {
    gap: 0.4rem;
  }
}
.certificate .box .wrap .certificate-list ul li.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.certificate .box .wrap .certificate-list ul li .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.certificate .box .wrap .certificate-list ul li .swiper .swiper-wrapper {
  align-items: stretch;
}
.certificate .box .wrap .certificate-list ul li .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.certificate .box .wrap .certificate-list ul li .swiper .swiper-wrapper .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.certificate .box .wrap .certificate-list ul li .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
}
.certificate .box .wrap .certificate-list ul li .swiper .swiper-scrollbar {
  height: 0.06rem;
}
.certificate .box .wrap .certificate-list ul li .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1d2088;
}
.certificate .box .description {
  margin-top: 6.4%;
  color: #666666;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1580px) {
  .certificate .box .description {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .description {
    font-size: 16px;
  }
}
.certificate .box .description p {
  margin-bottom: 0.2rem;
}
.certificate .box .description p:last-child {
  margin-bottom: 0;
}
.certificate .box .description span {
  font-family: "POPPINS-BOLD";
  color: #000000;
}
.manufacture {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.manufacture .box {
  margin-top: 7%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .manufacture .box {
    margin-top: 0.6rem;
  }
}
.manufacture .box .rollBox {
  width: 100%;
  overflow: hidden;
}
.manufacture .box .rollBox ul {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  gap: 0.3rem;
}
.manufacture .box .rollBox ul li {
  width: 5.2rem;
  overflow: hidden;
  background: #FFFFFF;
}
.manufacture .box .rollBox ul li .img {
  width: 100%;
  overflow: hidden;
}
.manufacture .box .rollBox ul li .img img {
  display: block;
  width: 100%;
}
.manufacture .box .rollBox ul li .text {
  text-align: center;
  font-family: "POPPINS-MEDIUM";
  color: #333333;
  font-size: 26px;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .manufacture .box .rollBox ul li .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .manufacture .box .rollBox ul li .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .manufacture .box .rollBox ul li .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .manufacture .box .rollBox ul li .text {
    font-size: 16px;
  }
}
.manufacture .wrap {
  margin-top: 5%;
}
@media screen and (max-width: 991px) {
  .manufacture .wrap {
    margin-top: 0.5rem;
  }
}
.manufacture .wrap .text {
  font-size: 22px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1580px) {
  .manufacture .wrap .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .manufacture .wrap .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .manufacture .wrap .text {
    font-size: 16px;
  }
}
.manufacture .wrap .public-btn {
  margin-top: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .manufacture .wrap .public-btn {
    margin-top: 0.35rem;
  }
}
.contact .c-section > div {
  scroll-snap-align: start;
  scroll-margin-top: 1rem;
}
.global-layout {
  background: #f7f7f7;
}
.global-layout .box {
  position: relative;
  margin-top: 2%;
}
.global-layout .box .contain .global-data ul {
  width: 32.6%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .global-layout .box .contain .global-data ul {
    width: 100%;
  }
}
.global-layout .box .contain .global-data ul li {
  list-style: none;
  width: 46.4%;
  border-bottom: #c4c4c3 solid 1px;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  text-align: center;
}
.global-layout .box .contain .global-data ul li .t1 {
  font-family: "POPPINS-BOLD";
  color: #edbd07;
  line-height: 1.2;
}
.global-layout .box .contain .global-data ul li .t1 .timer {
  font-size: 50px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .global-layout .box .contain .global-data ul li .t1 .timer {
    font-size: 2.604166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .global-layout .box .contain .global-data ul li .t1 .timer {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .global-layout .box .contain .global-data ul li .t1 .timer {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .global-layout .box .contain .global-data ul li .t1 .timer {
    font-size: 22px;
  }
}
.global-layout .box .contain .global-data ul li .t1 .add {
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .global-layout .box .contain .global-data ul li .t1 .add {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .global-layout .box .contain .global-data ul li .t1 .add {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .global-layout .box .contain .global-data ul li .t1 .add {
    font-size: 18px;
  }
}
.global-layout .box .contain .global-data ul li .t2 {
  color: #000000;
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .global-layout .box .contain .global-data ul li .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .global-layout .box .contain .global-data ul li .t2 {
    font-size: 15px;
  }
}
.global-layout .box .imgbox {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  width: 69.79166666666667%;
  padding: 0 2.604166666666667%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .global-layout .box .imgbox {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0.5rem;
  }
}
.global-layout .box .imgbox .img {
  position: relative;
  display: inline-block;
}
.global-layout .box .imgbox .img > img {
  display: block;
  width: 100%;
}
.global-layout .box .imgbox .img .location {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.global-layout .box .imgbox .img .location .item {
  position: absolute;
}
.global-layout .box .imgbox .img .location .item.a0 {
  top: 48%;
  left: 36.5%;
}
.global-layout .box .imgbox .img .location .item.a0 .textbox {
  text-align: right;
}
.global-layout .box .imgbox .img .location .item.a1 {
  top: 48%;
  left: 30.5%;
}
.global-layout .box .imgbox .img .location .item.a1 .textbox {
  text-align: left;
}
.global-layout .box .imgbox .img .location .item.a2 {
  top: 43%;
  left: 34%;
}
.global-layout .box .imgbox .img .location .item.a3 {
  top: 75%;
  left: 39%;
}
.global-layout .box .imgbox .img .location .item.a4 {
  top: 34%;
  left: 41%;
}
.global-layout .box .imgbox .img .location .item.a5 {
  top: 37%;
  left: 71%;
}
.global-layout .box .imgbox .img .location .item.a6 {
  top: 25%;
  left: 75.9%;
}
.global-layout .box .imgbox .img .location .item.a7{
	top: 31%;
  left: 8%;
}
.global-layout .box .imgbox .img .location .item.on .textbox {
  opacity: 1;
  visibility: visible;
}
.global-layout .box .imgbox .img .location .item .point img {
  position: relative;
  z-index: 2;
  padding-bottom: 0.15rem;
  width: 0.13rem;
}
.global-layout .box .imgbox .img .location .item .point .animate-wave * {
  background: rgba(0, 0, 131, 0.7);
}
.global-layout .box .imgbox .img .location .item.hq .point .animate-wave * {
  background: rgba(0, 0, 0, 0.7);
}
.global-layout .box .imgbox .img .location .item.hq .textbox .text {
  color: #000000;
}
.global-layout .box .imgbox .img .location .item.overseas .point .animate-wave * {
  background: rgba(187, 153, 15, 0.7);
}
.global-layout .box .imgbox .img .location .item.overseas .textbox .text {
  color: #cfab18;
}
.global-layout .box .imgbox .img .location .item .textbox {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-block;
  min-width: 1.5rem;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .global-layout .box .imgbox .img .location .item .textbox {
    min-width: 15vmin;
  }
}
.global-layout .box .imgbox .img .location .item .textbox .text {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 1580px) {
  .global-layout .box .imgbox .img .location .item .textbox .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .global-layout .box .imgbox .img .location .item .textbox .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .global-layout .box .imgbox .img .location .item .textbox .text {
    font-size: 2vmin;
  }
}
.global-layout .box .explain {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.35rem;
}
@media screen and (max-width: 991px) {
  .global-layout .box .explain {
    margin-top: 0.5rem;
  }
}
.global-layout .box .explain ul {
  padding-left: 0;
  display: inline-block;
}
.global-layout .box .explain ul li {
	display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1580px) {
  .global-layout .box .explain ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .global-layout .box .explain ul li {
    font-size: 15px;
  }
}
.global-layout .box .explain ul li.hq {
  color: #000000;
}
.global-layout .box .explain ul li.hq i {
  background: #000000;
}
.global-layout .box .explain ul li.p-base {
  color: #1d2088;
}
.global-layout .box .explain ul li.p-base i {
  background: #1d2088;
}
.global-layout .box .explain ul li.s-market {
  color: #cfab18;
}
.global-layout .box .explain ul li.s-market i {
  background: #cfab18;
}
.global-layout .box .explain ul li i {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  margin-right: 0.1rem;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .global-layout .box .explain ul li i {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
}
.animate-wave {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.animate-wave * {
  background: #e7bd14;
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}
.animate-wave *.w2 {
  animation-delay: 1s;
}
.animate-wave *.w3 {
  animation-delay: 2s;
}
.animate-wave *.w4 {
  animation-delay: 3s;
}
.animate-wave *.w5 {
  animation-delay: 4s;
}
.animate-wave *.w6 {
  animation-delay: 5s;
}
@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.online-message .c-title .desc {
  max-width: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .online-message .c-title .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .online-message .c-title .desc {
    font-size: 15px;
  }
}
.online-message .box {
  margin-top: 7%;
}
.online-message .box .c-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 11.7rem;
  margin-left: auto;
  margin-right: auto;
  gap: 0.3rem 0.5rem;
}
.online-message .box .c-form .layui-form-item {
  width: calc((100% - 0.5rem) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item {
    width: 100%;
  }
}
.online-message .box .c-form .layui-form-item.w100 {
  width: 100%;
}
.online-message .box .c-form .layui-form-item .layui-input {
  width: 100%;
  height: 0.6rem;
  color: #4f4f4f;
  font-size: 18px;
  background: #f7f7f7;
  border: none !important;
  padding: 0 0.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .online-message .box .c-form .layui-form-item .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .online-message .box .c-form .layui-form-item .layui-input {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item .layui-input {
    height: 0.7rem;
    padding: 0 0.35rem;
  }
}
.online-message .box .c-form .layui-form-item .layui-input::-webkit-input-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-input::-moz-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-input:-moz-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-input:-ms-input-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-textarea {
  width: 100%;
  height: 1.6rem;
  color: #4f4f4f;
  font-size: 18px;
  background: #f7f7f7;
  border: none !important;
  padding: 0.25rem;
  box-sizing: border-box;
  resize: none;
}
@media screen and (max-width: 1580px) {
  .online-message .box .c-form .layui-form-item .layui-textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .online-message .box .c-form .layui-form-item .layui-textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item .layui-textarea {
    height: 1.8rem;
    padding: 0.35rem;
  }
}
.online-message .box .c-form .layui-form-item .layui-textarea::-webkit-input-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-textarea::-moz-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-textarea:-moz-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-textarea:-ms-input-placeholder {
  color: #4f4f4f;
}
.online-message .box .c-form .layui-form-item .layui-form-select {
  width: 100%;
}
.online-message .box .c-form .layui-form-item .layui-form-select .layui-select-title .layui-input {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item .layui-form-select .layui-select-title .layui-input {
    padding-left: 0.35rem;
    padding-right: 0.6rem;
  }
}
.online-message .box .c-form .layui-form-item .layui-form-select .layui-select-title .layui-edge {
  right: 0.25rem;
  margin-top: -0.04rem;
  width: 0.17rem;
  height: 0.1rem;
  border: none;
  background: url(../images/icon20.png) center no-repeat;
  background-size: 100% auto;
}
.online-message .box .c-form .layui-form-item .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.online-message .box .c-form .layui-form-item .layui-form-select dl dd {
  padding: 0 0.25rem;
  color: #1d2088;
  font-size: 18px;
  line-height: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 1580px) {
  .online-message .box .c-form .layui-form-item .layui-form-select dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .online-message .box .c-form .layui-form-item .layui-form-select dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item .layui-form-select dl dd {
    padding: 0 0.35rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
}
.online-message .box .c-form .layui-form-item .layui-form-select dl dd.layui-select-tips {
  padding-left: 0.25rem !important;
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item .layui-form-select dl dd.layui-select-tips {
    padding-left: 0.35rem !important;
  }
}
.online-message .box .c-form .layui-form-item .layui-form-select dl dd.layui-this {
  background: #fcc800;
  color: #FFFFFF;
}
.online-message .box .c-form .layui-form-item .layui-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  width: 1.85rem;
  height: 0.6rem;
  margin: 0.5rem auto 0;
  border-radius: 0.3rem;
  background: linear-gradient(to right, #5356c3, #1d2088);
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (max-width: 1580px) {
  .online-message .box .c-form .layui-form-item .layui-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .online-message .box .c-form .layui-form-item .layui-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .online-message .box .c-form .layui-form-item .layui-btn {
    width: 2rem;
    height: 0.7rem;
    border-radius: 0.35rem;
  }
}
.news .box {
  gap: 0.5rem;
  margin-bottom: 6.7%;
}
@media screen and (max-width: 1260px) {
  .news .box {
    gap: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .news .box {
    gap: 0.4rem;
    margin-bottom: 0.7rem;
  }
}
.news .box .newsitem {
  width: calc((100% - 1rem) / 3);
  background: #fafafa;
}
@media screen and (max-width: 1260px) {
  .news .box .newsitem {
    width: calc((100% - 0.7rem) / 3);
  }
}
@media screen and (max-width: 991px) {
  .news .box .newsitem {
    width: calc((100% - 0.35rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .box .newsitem {
    width: 100%;
  }
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: block;
  align-items: center;
  justify-content: center;
}
.page .page-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .1rem;
  min-width: .38rem;
  height: .38rem;
  margin-bottom: .1rem;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #cdcdcd;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1580px) {
  .page .page-list a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  .page .page-list a {
    padding: 0 0.520833334vw;
    min-width: 1.979166666666667vw;
    height: 1.979166666666667vw;
    margin-bottom: 0.520833334vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list a {
    min-width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.1rem;
  }
}
.page .page-list a:last-child {
  margin-right: 0;
}
.page .page-list a:hover {
  color: #FFFFFF;
  background: #e7bd14;
}
.page .page-list a.fyprev {
  min-width: 1.1rem;
  height: .38rem;
  margin-right: .36rem;
  border-radius: .19rem;
  color: #666666;
  border: #dddddd solid 1px;
}
.page .page-list a.fyprev:hover {
  color: #ffffff;
  background: #1f2286;
  border: #1f2286 solid 1px;
}
.page .page-list a.fyprev.disabled {
  border: #dddddd solid 1px;
  color: #666666;
  pointer-events: none;
  background: none;
  opacity: 0.5;
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  .page .page-list a.fyprev {
    min-width: 5.729166666666667vw;
    height: 1.979166666666667vw;
    margin-right: 1.875vw;
    border-radius: 0.9375vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list a.fyprev {
    min-width: 1.3rem;
    height: .5rem;
    border-radius: .25rem;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list a.fyprev {
    margin-right: .2rem;
  }
}
.page .page-list a.fynext {
  min-width: 1.1rem;
  height: .38rem;
  margin-left: .36rem;
  border-radius: .19rem;
  color: #666666;
  border: #dddddd solid 1px;
}
.page .page-list a.fynext:hover {
  color: #ffffff;
  background: #1f2286;
  border: #1f2286 solid 1px;
}
.page .page-list a.fynext.disabled {
  border: #dddddd solid 1px;
  color: #666666;
  pointer-events: none;
  background: none;
  opacity: 0.5;
}
@media screen and (min-width: 992px) and (max-width: 1900px) {
  .page .page-list a.fynext {
    min-width: 5.729166666666667vw;
    height: 1.979166666666667vw;
    margin-left: 1.875vw;
    border-radius: 0.9375vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list a.fynext {
    min-width: 1.3rem;
    height: .5rem;
    border-radius: .25rem;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list a.fynext {
    margin-left: 0;
  }
}
.page .page-list a.on {
  color: #FFFFFF;
  background: #e7bd14;
}
.newdetails .box {
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
}
.newdetails .box .title {
  text-align: center;
  padding-bottom: 0.1rem;
  border-bottom: #e9e9e9 solid 1px;
}
.newdetails .box .title .sp {
  font-family: "POPPINS-MEDIUM";
  color: #000000;
  font-size: 40px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .newdetails .box .title .sp {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .title .sp {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .newdetails .box .title .sp {
    font-size: 20px;
  }
}
.newdetails .box .title .othertxt {
  margin-top: 0.3rem;
}
.newdetails .box .title .othertxt span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.6rem;
  margin-bottom: 0.25rem;
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 1580px) {
  .newdetails .box .title .othertxt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .title .othertxt span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .newdetails .box .title .othertxt span {
    margin-right: 0.4rem;
  }
}
.newdetails .box .title .othertxt span:last-child {
  margin-right: 0;
}
.newdetails .box .title .othertxt span img {
  display: inline-block;
  width: 0.17rem;
  margin-right: 0.05rem;
}
@media screen and (max-width: 991px) {
  .newdetails .box .title .othertxt span img {
    width: 17px;
    margin-right: 5px;
  }
}
.newdetails .box .details {
  padding-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 12rem;
  color: #7d7d7d;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1580px) {
  .newdetails .box .details {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .details {
    font-size: 15px;
  }
}
.newdetails .box .details h4 {
  font-size: 24px;
  color: #000000;
}
@media screen and (max-width: 1580px) {
  .newdetails .box .details h4 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .details h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newdetails .box .details h4 {
    font-size: 18px;
  }
}
.newdetails .box .details img {
  display: block;
  margin: auto;
  height: auto !important;
}
.newdetails .box .article-operate {
  margin-top: 6%;
  padding-top: 4%;
  border-top: #e9e9e9 solid 1px;
}
@media screen and (max-width: 480px) {
  .newdetails .box .article-operate {
    margin-top: 7%;
    padding-top: 6%;
  }
}
.newdetails .box .article-operate .prvenext {
  -webkit-flex: 1;
  flex: 1;
}
.newdetails .box .article-operate .prvenext .item {
  list-style: none;
}
.newdetails .box .article-operate .prvenext .item.prve a img {
  margin-right: 0.1rem;
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .prvenext .item.prve a img {
    margin-right: 8px;
  }
}
.newdetails .box .article-operate .prvenext .item.next a img {
  margin-left: 0.1rem;
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .prvenext .item.next a img {
    margin-left: 8px;
  }
}
.newdetails .box .article-operate .prvenext .item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: #e5e5e5 solid 1px;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .newdetails .box .article-operate .prvenext .item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .prvenext .item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .prvenext .item a {
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
.newdetails .box .article-operate .prvenext .item a:hover {
  color: #FFFFFF;
  border-color: #000083;
  background: #000083;
}
.newdetails .box .article-operate .prvenext .item a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdetails .box .article-operate .prvenext .item a img {
  width: 0.16rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .prvenext .item a img {
    width: 16px;
  }
}
.newdetails .box .article-operate .article-return {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .article-return {
    display: none;
  }
}
.newdetails .box .article-operate .article-return a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #666666;
  font-size: 18px;
}
@media screen and (max-width: 1580px) {
  .newdetails .box .article-operate .article-return a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newdetails .box .article-operate .article-return a {
    font-size: 15px;
  }
}
.newdetails .box .article-operate .article-return a:hover {
  color: #1a4699;
}
.newdetails .box .article-operate .article-return a i {
  display: inline-block;
  width: 0.24rem;
  height: 0.26rem;
  margin-right: 0.18rem;
  background: url(../images/icon79.png) center no-repeat;
  background-size: 100% auto;
}
.exhibition .box {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 991px) {
  .exhibition .box {
    margin-bottom: 0.7rem;
  }
}
.exhibition .box .item {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.exhibition .box .item:hover {
  background: #fcc800;
}
.exhibition .box .item:hover .contain {
  border-color: #FFFFFF;
}
.exhibition .box .item:hover .contain .date::before {
  background: #FFFFFF;
}
.exhibition .box .item:hover .contain .date .t1 {
  color: #FFFFFF;
}
.exhibition .box .item:hover .contain .date .t2 {
  color: #FFFFFF;
}
.exhibition .box .item:hover .contain .textbox .text {
  color: #FFFFFF;
}
.exhibition .box .item:hover .contain .textbox .text .s2 {
  color: #FFFFFF;
}
.exhibition .box .item:hover .contain .imgbox img {
  transform: scale(1.1);
}
.exhibition .box .item .contain {
  padding: 0.7rem 0.4rem 0.28rem;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: #f3f3f3 solid 1px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain {
    flex-wrap: wrap;
    padding: 0.7rem 0 0.4rem;
  }
}
.exhibition .box .item .contain .date {
  position: relative;
  width: 17.7%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .date {
    order: 2;
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 0.35rem;
    gap: 0.2rem;
  }
}
.exhibition .box .item .contain .date::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: #e2e2e2;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .date::before {
    display: none;
  }
}
.exhibition .box .item .contain .date .t1 {
  font-family: "POPPINS-BOLD";
  font-size: 40px;
  color: #333333;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .exhibition .box .item .contain .date .t1 {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .date .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .box .item .contain .date .t1 {
    font-size: 20px;
  }
}
.exhibition .box .item .contain .date .t1 span {
  display: inline-block;
  font-family: "POPPINS-MEDIUM";
  font-size: 42px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .exhibition .box .item .contain .date .t1 span {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .date .t1 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .box .item .contain .date .t1 span {
    font-size: 20px;
  }
}
.exhibition .box .item .contain .date .t2 {
  font-family: "POPPINS-MEDIUM";
  color: #808080;
  font-size: 26px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .exhibition .box .item .contain .date .t2 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .date .t2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .box .item .contain .date .t2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .exhibition .box .item .contain .date .t2 {
    font-size: 16px;
  }
}
.exhibition .box .item .contain .textbox {
  flex: 1;
  padding-left: 4.4%;
  padding-right: 4.4%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 0.15rem;
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .textbox {
    order: 3;
    padding: 0;
    margin-top: 0.15rem;
  }
}
.exhibition .box .item .contain .textbox .text {
  display: flex;
  align-items: baseline;
  min-width: 40%;
  color: #000000;
  font-size: 26px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .exhibition .box .item .contain .textbox .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .textbox .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .exhibition .box .item .contain .textbox .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .exhibition .box .item .contain .textbox .text {
    font-size: 16px;
  }
}
.exhibition .box .item .contain .textbox .text .s1 {
  flex-shrink: 0;
}
.exhibition .box .item .contain .textbox .text .s2 {
  flex: 1;
  overflow: hidden;
  color: #888888;
  transition: all 0.5s ease;
}
.exhibition .box .item .contain .imgbox {
  width: 19.51219512195122%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .exhibition .box .item .contain .imgbox {
    width: 100%;
    order: 1;
  }
}
.exhibition .box .item .contain .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.product {
  padding-top: 0.6rem;
}
@media screen and (max-width: 991px) {
  .product .box {
    flex-wrap: wrap;
  }
}
.product .box .left_side {
  width: 17.3%;
}
@media screen and (max-width: 1260px) {
  .product .box .left_side {
    width: 24%;
  }
}
@media screen and (max-width: 991px) {
  .product .box .left_side {
    width: 100%;
  }
}
.product .box .left_side .side-menu ul {
  padding-left: 0;
}
.product .box .left_side .side-menu ul li {
  list-style: none;
  margin-bottom: 0.2rem;
}
.product .box .left_side .side-menu ul li.on .title .arrow {
  background: #ffffff url(../images/icon28.png) center no-repeat;
  background-size: 50% auto;
}
.product .box .left_side .side-menu ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0.3rem;
  padding-right: 0.15rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-radius: 0.5rem;
  background: #e8e8e8;
}
@media screen and (max-width: 991px) {
  .product .box .left_side .side-menu ul li .title {
    padding-left: 0.4rem;
    padding-right: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.product .box .left_side .side-menu ul li .title a {
  flex: 1;
  overflow: hidden;
  font-family: "POPPINS-MEDIUM";
  color: #000000;
  font-size: 22px;
  line-height: 1.25;
  word-break: break-all;
}
@media screen and (max-width: 1580px) {
  .product .box .left_side .side-menu ul li .title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product .box .left_side .side-menu ul li .title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product .box .left_side .side-menu ul li .title a {
    font-size: 16px;
  }
}
.product .box .left_side .side-menu ul li .title .arrow {
  flex-shrink: 0;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #ffffff url(../images/icon27.png) center no-repeat;
  background-size: 50% auto;
}
.product .box .left_side .side-menu ul li ul {
  display: none;
  padding: 0.25rem 0.25rem 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product .box .left_side .side-menu ul li ul {
    padding: 0.3rem 0.35rem 0.25rem;
  }
}
.product .box .left_side .side-menu ul li ul li {
  margin-bottom: 0.25rem;
}
.product .box .left_side .side-menu ul li ul li:last-child {
  margin-bottom: 0;
}
.product .box .left_side .side-menu ul li ul li.on a,
.product .box .left_side .side-menu ul li ul li:hover a {
  color: #1d2088;
}
.product .box .left_side .side-menu ul li ul li a {
  color: #999999;
  font-size: 18px;
  padding: 0.15rem 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .product .box .left_side .side-menu ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product .box .left_side .side-menu ul li ul li a {
    font-size: 15px;
  }
}
.product .box .right_side {
  width: 68.23%;
}
@media screen and (max-width: 991px) {
  .product .box .right_side {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.product .box .right_side .product-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product .box .right_side .product-list .part .rubric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product .box .right_side .product-list .part .rubric .title {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 40px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .product .box .right_side .product-list .part .rubric .title {
    font-size: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .product .box .right_side .product-list .part .rubric .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product .box .right_side .product-list .part .rubric .title {
    font-size: 20px;
  }
}
.product .box .right_side .product-list .part .rubric .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.product .box .right_side .product-list .part .rubric .title span::before {
  content: '';
  position: absolute;
  left: -0.15rem;
  top: 0.05rem;
  z-index: -1;
  width: 0.3rem;
  height: 0.5rem;
  background: #fcc800;
  transform: skew(-15deg);
}
@media screen and (max-width: 1260px) {
  .product .box .right_side .product-list .part .rubric .title span::before {
    left: -0.08rem;
    top: 0rem;
  }
}
.product .box .right_side .product-list .part .rubric .more-btn {
  flex-shrink: 0;
  margin-left: 0.15rem;
}
.product .box .right_side .product-list .part .rubric .more-btn a {
  display: flex;
  align-items: center;
  color: #c1baba;
  font-size: 18px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .product .box .right_side .product-list .part .rubric .more-btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product .box .right_side .product-list .part .rubric .more-btn a {
    font-size: 15px;
  }
}
.product .box .right_side .product-list .part .rubric .more-btn a:hover {
  color: #fcc800;
}
.product .box .right_side .product-list .part .rubric .more-btn a img {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.3rem;
}
@media screen and (max-width: 991px) {
  .product .box .right_side .product-list .part .rubric .more-btn a img {
    width: 24px;
    margin-left: 10px;
  }
}
.product .box .right_side .product-list .part .box {
  margin-top: 0.45rem;
  gap: 0.4rem;
}
/*.product .box .right_side .product-list .part .box .productitem {
  width: calc((100% - 0.8rem) / 3);
}
@media screen and (max-width: 1260px) {
  .product .box .right_side .product-list .part .box .productitem {
    width: calc((100% - 0.4rem) / 2);
  }
}*/
/*20260205*/
@media screen and (min-width: 1261px){
	.product .box .right_side .product-list .part .box .productitem {
	  flex: 0 0 calc(33.333% - 0.4rem);
	}
	/* 检测1个项目 */
	.product .box .right_side .product-list .part .box:has(> :only-child) .productitem {
	  flex: 0 0 100%;
	  min-width: 100%;
	}
	/* 检测2个项目 */
	.product .box .right_side .product-list .part .box .productitem:first-child:nth-last-child(2),
	.product .box .right_side .product-list .part .box .productitem:first-child:nth-last-child(2) ~ .productitem {
	  flex: 0 0 calc(50% - 0.4rem);
	}
}
@media screen and (max-width: 1260px){
	.product .box .right_side .product-list .part .box .productitem {
	  flex: 0 0 calc(50% - 0.4rem);
	}
	/* 检测1个项目 */
	.product .box .right_side .product-list .part .box:has(> :only-child) .productitem {
	  flex: 0 0 100%;
	  min-width: 100%;
	}
	/* 检测2个项目 */
	.product .box .right_side .product-list .part .box .productitem:first-child:nth-last-child(2),
	.product .box .right_side .product-list .part .box .productitem:first-child:nth-last-child(2) ~ .productitem {
	  flex: 0 0 calc(50% - 0.4rem);
	}
}

@media screen and (max-width: 767px) {
  .product .box .right_side .product-list .part .box .productitem {
    /*width: 100%;*/
   	flex: 0 0 100%;
  }
}
.productitem {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.05);
  padding: 0 0.2rem 0.32rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .productitem {
    padding: 0 0.3rem 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .productitem {
    padding: 0 0.4rem 0.45rem;
  }
}
.productitem:hover .imgbox img {
  transform: scale(1.1);
}
.productitem:hover .arrow span {
  opacity: 1;
  transform: scale(1);
}
.productitem .category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: #ededed solid 1px;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1260px) {
  .productitem .category {
    padding: 0.25rem 0;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .productitem .category {
    padding: 0.3rem 0 0.28rem;
    margin-bottom: 0.35rem;
  }
}
.productitem .category .sp {
  flex: 1;
  overflow: hidden;
  color: #929292;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .productitem .category .sp {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .productitem .category .sp {
    font-size: 14px;
  }
}
.productitem .category .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.productitem .category .icon img {
  width: 0.18rem;
}
@media screen and (max-width: 991px) {
  .productitem .category .icon img {
    width: 16px;
  }
}
.productitem .subtitle {
  font-family: "POPPINS-MEDIUM";
  color: #111111;
  font-size: 24px;
  line-height: 1.25;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .productitem .subtitle {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .productitem .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .productitem .subtitle {
    font-size: 18px;
  }
}
.productitem .imgbox {
  margin-top: 0.2rem;
  text-align: center;
  overflow: hidden;
}
.productitem .imgbox img {
  max-width: 100%;
  transition: all 0.5s ease;
}
.productitem .arrow {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.productitem .arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #fcc800;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .productitem .arrow span {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.productitem .arrow span img {
  max-width: 44%;
}
.product-detail .specifics {
  background: #fcfcfc;
}
@media screen and (max-width: 1260px) {
  .product-detail .specifics .box {
    flex-wrap: wrap;
  }
}
.product-detail .specifics .box .left_w {
  width: 75.6%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .product-detail .specifics .box .left_w {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w {
    flex-wrap: wrap;
  }
}
.product-detail .specifics .box .left_w .tab-container {
  width: 50.77%;
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .tab-container {
    width: 100%;
  }
}
.product-detail .specifics .box .left_w .tab-container .tab-content {
  position: relative;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane {
  display: none;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane.active {
  display: block;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper2 .swiper-wrapper {
  align-items: stretch;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper2 .swiper-wrapper .swiper-slide {
  height: auto;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper2 .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper2 .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 {
  margin-top: 0.6rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 .swiper-wrapper {
  align-items: stretch;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  background: #f8f8f8;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #26bcea solid 1px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .slider-container .mySwiper1 .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox.hide::before {
  display: none;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .videoimg {
  display: block;
  width: 100%;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .movie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .movie video {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .wrap .btns {
  display: inline-flex;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .wrap .btns.playButton {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .wrap .btns.c-play {
    display: none;
  }
}
.product-detail .specifics .box .left_w .tab-container .tab-content .tab-pane .videobox .wrap .btns img {
  width: 0.6rem;
}
.product-detail .specifics .box .left_w .tab-container .tab-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .tab-container .tab-bottom {
    gap: 0.25rem;
    margin-top: 0.5rem;
  }
}
.product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  color: #333333;
  font-size: 18px;
  border: #1e2188 solid 1px;
  cursor: pointer;
}
@media screen and (max-width: 1580px) {
  .product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item {
    height: 0.6rem;
  }
}
.product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item.active {
  color: #FFFFFF;
  background: #1e2188;
}
.product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item img {
  display: inline-block;
  width: 0.25rem;
  margin-right: 0.1rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .tab-container .tab-bottom .tab-item img {
    width: 20px;
    margin-right: 8px;
  }
}
.product-detail .specifics .box .left_w .introduce {
  width: 42%;
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .introduce {
    width: 100%;
    margin-top: 12%;
  }
}
.product-detail .specifics .box .left_w .introduce .title {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .product-detail .specifics .box .left_w .introduce .title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .introduce .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .specifics .box .left_w .introduce .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .introduce .title {
    margin-bottom: 0.3rem;
  }
}
.product-detail .specifics .box .left_w .introduce .content {
  color: #666666;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .product-detail .specifics .box .left_w .introduce .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .left_w .introduce .content {
    font-size: 15px;
  }
}
.product-detail .specifics .box .left_w .introduce .icon {
  margin-top: 0.3rem;
}
.product-detail .specifics .box .left_w .introduce .icon .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  transition: all 0.5s ease;
}
.product-detail .specifics .box .left_w .introduce .icon .arrow.show {
  transform: rotate(180deg);
}
.product-detail .specifics .box .left_w .introduce .icon .arrow img {
  width: 0.28rem;
}
.product-detail .specifics .box .right_w {
  position: relative;
  width: 18%;
  padding-bottom: 0.56rem;
}
@media screen and (max-width: 1260px) {
  .product-detail .specifics .box .right_w {
    width: 100%;
    margin-top: 0.7rem;
    padding-bottom: 0;
  }
}
.product-detail .specifics .box .right_w .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide {
  min-height: 3.4rem;
  height: auto;
  background: #f8f8f8;
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
    padding: 0.45rem 0;
  }
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox {
  text-align: center;
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
  font-family: "POPPINS-BOLD";
  color: #1d2088;
  font-size: 22px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) {
  .product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t1 {
    font-size: 16px;
  }
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
  color: #666666;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .textbox .t2 {
    font-size: 14px;
  }
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  width: 100%;
  overflow: hidden;
  margin-top: 0.25rem;
  text-align: center;
}
.product-detail .specifics .box .right_w .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  max-width: 100%;
}
.product-detail .specifics .box .right_w .swiper-button-next,
.product-detail .specifics .box .right_w .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: 0;
  border: #cccccc solid 1px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .product-detail .specifics .box .right_w .swiper-button-next,
  .product-detail .specifics .box .right_w .swiper-button-prev {
    top: 50%;
    bottom: auto;
    margin-top: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 480px) {
  .product-detail .specifics .box .right_w .swiper-button-next,
  .product-detail .specifics .box .right_w .swiper-button-prev {
    margin-top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.product-detail .specifics .box .right_w .swiper-button-next::after,
.product-detail .specifics .box .right_w .swiper-button-prev::after {
  display: none;
}
.product-detail .specifics .box .right_w .swiper-button-next {
  right: calc(50% - 0.48rem);
  background: url(../images/icon35.png) center no-repeat;
  background-size: 42.1% auto;
}
@media screen and (max-width: 1260px) {
  .product-detail .specifics .box .right_w .swiper-button-next {
    right: 0;
  }
}
.product-detail .specifics .box .right_w .swiper-button-next:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon35a.png) center no-repeat;
  background-size: 42.1% auto;
}
.product-detail .specifics .box .right_w .swiper-button-prev {
  left: calc(50% - 0.48rem);
  background: url(../images/icon34.png) center no-repeat;
  background-size: 42.1% auto;
}
@media screen and (max-width: 1260px) {
  .product-detail .specifics .box .right_w .swiper-button-prev {
    left: 0;
  }
}
.product-detail .specifics .box .right_w .swiper-button-prev:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon34a.png) center no-repeat;
  background-size: 42.1% auto;
}
.product-detail .particulars .datail-nav {
  border-top: #ececec solid 1px;
}
.product-detail .particulars .datail-nav ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.product-detail .particulars .datail-nav ul li {
  position: relative;
  list-style: none;
  margin-right: 0.56rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .datail-nav ul li {
    margin-right: 0.3rem;
  }
}
.product-detail .particulars .datail-nav ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.06rem;
  background: #073e71;
  transition: all 0.5s ease;
}
@media screen and (max-width: 480px) {
  .product-detail .particulars .datail-nav ul li::before {
    height: 0.04rem;
  }
}
.product-detail .particulars .datail-nav ul li.active::before {
  width: 100%;
}
.product-detail .particulars .datail-nav ul li.active a,
.product-detail .particulars .datail-nav ul li.active span {
  font-family: "POPPINS-BOLD";
  color: #1e2188;
}
.product-detail .particulars .datail-nav ul li a,
.product-detail .particulars .datail-nav ul li span {
  display: block;
  padding: 0.25rem 0;
  color: #aba8a8;
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .product-detail .particulars .datail-nav ul li a,
  .product-detail .particulars .datail-nav ul li span {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .datail-nav ul li a,
  .product-detail .particulars .datail-nav ul li span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .particulars .datail-nav ul li a,
  .product-detail .particulars .datail-nav ul li span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail .particulars .datail-nav ul li a,
  .product-detail .particulars .datail-nav ul li span {
    font-size: 15px;
  }
}
.product-detail .particulars .box .content {
  scroll-snap-align: start;
  scroll-margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .parameters {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
}
.product-detail .particulars .box .content .parameters .title {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .product-detail .particulars .box .content .parameters .title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .parameters .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .particulars .box .content .parameters .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail .particulars .box .content .parameters .title {
    font-size: 22px;
  }
}
.product-detail .particulars .box .content .parameters .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.product-detail .particulars .box .content .parameters .title span::before {
  content: '';
  position: absolute;
  left: -0.15rem;
  top: 0.05rem;
  z-index: -1;
  width: 0.34rem;
  height: 0.6rem;
  background: #fcc800;
  transform: skew(-15deg);
}
.product-detail .particulars .box .content .parameters .wrap {
  margin-top: 0.8rem;
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .parameters .wrap {
    margin-top: 0.5rem;
  }
}
.product-detail .particulars .box .content .parameters .wrap table {
  max-width: 11rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
}
.product-detail .particulars .box .content .parameters .wrap table tr:nth-child(odd) td {
  background: #f3f3f3;
}
.product-detail .particulars .box .content .parameters .wrap table tr:nth-child(even) td {
  background: #fafafa;
}
.product-detail .particulars .box .content .parameters .wrap table tr th {
  padding: 0.1rem;
  height: 0.6rem;
  box-sizing: border-box;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  border: 2px solid #FFFFFF;
  background: #8888e4;
}
@media screen and (max-width: 1580px) {
  .product-detail .particulars .box .content .parameters .wrap table tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .parameters .wrap table tr th {
    font-size: 15px;
  }
}
.product-detail .particulars .box .content .parameters .wrap table tr th:nth-child(1) {
  background: #4646d9;
}
.product-detail .particulars .box .content .parameters .wrap table tr td {
  padding: 0.1rem;
  height: 0.6rem;
  box-sizing: border-box;
  font-size: 20px;
  color: #9c9c9c;
  line-height: 1.7;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 1580px) {
  .product-detail .particulars .box .content .parameters .wrap table tr td {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .parameters .wrap table tr td {
    font-size: 16px;
  }
}
.product-detail .particulars .box .content .parameters .wrap table tr td:nth-child(1) {
  color: #000000;
}
.product-detail .particulars .box .content .description {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-detail .particulars .box .content .description .imgbox {
  width: 100%;
  overflow: hidden;
}
.product-detail .particulars .box .content .description .imgbox img {
  width: 100%;
}
.product-detail .particulars .box .content .description .textbox {
  position: absolute;
  left: 0;
  top: 6.25vw;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .description .textbox {
    top: 12%;
  }
}
.product-detail .particulars .box .content .description .textbox .contain .box {
  max-width: 7.2rem;
}
.product-detail .particulars .box .content .description .textbox .contain .box .title {
  font-family: "POPPINS-BOLD";
  font-size: 56px;
  color: #FFFFFF;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .product-detail .particulars .box .content .description .textbox .contain .box .title {
    font-size: 2.916666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .description .textbox .contain .box .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail .particulars .box .content .description .textbox .contain .box .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail .particulars .box .content .description .textbox .contain .box .title {
    font-size: 22px;
  }
}
.product-detail .particulars .box .content .description .textbox .contain .box .desc {
  margin-top: 0.1rem;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.61);
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .product-detail .particulars .box .content .description .textbox .contain .box .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .description .textbox .contain .box .desc {
    font-size: 16px;
  }
}
.product-detail .particulars .box .content .blank-edit {
  font-size: 20px;
  color: #000000;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .product-detail .particulars .box .content .blank-edit {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .particulars .box .content .blank-edit {
    font-size: 16px;
  }
}
.product-detail .particulars .box .content .blank-edit img {
  display: block;
  width: 100%;
}
.why-section {
  width: 100%;
  overflow: hidden;
}
.why-section .box .item {
  scroll-snap-align: start;
  scroll-margin-top: 1rem;
}
.why-section .box .item:nth-child(odd) {
  background: #fafafa;
}
.why-section .box .item:nth-child(even) {
  background: #ffffff;
}
.why-section .box .item:nth-child(even) .contain {
  flex-direction: row-reverse;
}
.why-section .box .item .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain {
    flex-wrap: wrap;
  }
}
.why-section .box .item .contain .textbox {
  position: relative;
  width: 60%;
  padding-left: 8%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox {
    width: 100%;
    padding-left: 0;
  }
}
.why-section .box .item .contain .textbox .serial {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .serial {
    position: static;
    margin-bottom: 0.4rem;
  }
}
.why-section .box .item .contain .textbox .serial span {
  position: relative;
  z-index: 1;
  margin-left: 0.2rem;
  font-family: "POPPINS-BOLD";
  color: #ffffff;
  font-size: 60px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .why-section .box .item .contain .textbox .serial span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .serial span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .why-section .box .item .contain .textbox .serial span {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .why-section .box .item .contain .textbox .serial span {
    font-size: 24px;
  }
}
.why-section .box .item .contain .textbox .serial span::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) skew(-15deg);
  transform-origin: left;
  z-index: -1;
  width: 0.83rem;
  height: 0.9rem;
  background: #fcc800;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .serial span::before {
    width: 0.65rem;
    height: 0.7rem;
  }
}
.why-section .box .item .contain .textbox .title .t1 {
  color: #000000;
  font-size: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) {
  .why-section .box .item .contain .textbox .title .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .title .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .why-section .box .item .contain .textbox .title .t1 {
    font-size: 20px;
  }
}
.why-section .box .item .contain .textbox .title .t2 {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .why-section .box .item .contain .textbox .title .t2 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .title .t2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-section .box .item .contain .textbox .title .t2 {
    font-size: 18px;
  }
}
.why-section .box .item .contain .textbox .subtitle {
  margin-top: 0.42rem;
}
.why-section .box .item .contain .textbox .subtitle .t1 {
  font-family: "POPPINS-BOLD";
  color: #ecbd08;
  font-size: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) {
  .why-section .box .item .contain .textbox .subtitle .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .subtitle .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .why-section .box .item .contain .textbox .subtitle .t1 {
    font-size: 20px;
  }
}
.why-section .box .item .contain .textbox .subtitle .t2 {
  font-family: "POPPINS-BOLD";
  color: #000000;
  font-size: 22px;
  line-height: 1.25;
}
@media screen and (max-width: 1580px) {
  .why-section .box .item .contain .textbox .subtitle .t2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .subtitle .t2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .why-section .box .item .contain .textbox .subtitle .t2 {
    font-size: 16px;
  }
}
.why-section .box .item .contain .textbox .desc {
  margin-top: 0.5rem;
  color: #888888;
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .why-section .box .item .contain .textbox .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .why-section .box .item .contain .textbox .desc {
    font-size: 16px;
  }
}
.why-section .box .item .contain .textbox .desc p {
  margin-bottom: 0.25rem;
}
.why-section .box .item .contain .textbox .desc p:last-child {
  margin-bottom: 0;
}
.why-section .box .item .contain .textbox .icontext {
  margin-top: 0.7rem;
}
.why-section .box .item .contain .textbox .icontext ul {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}
.why-section .box .item .contain .textbox .icontext ul li {
  max-width: 30%;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .icontext ul li {
    max-width: 33%;
  }
}
.why-section .box .item .contain .textbox .icontext ul li .icon {
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .icontext ul li .icon {
    margin-bottom: 0.25rem;
  }
}
.why-section .box .item .contain .textbox .icontext ul li .icon img {
  max-width: 0.59rem;
}
.why-section .box .item .contain .textbox .icontext ul li .text {
  color: #2b2fc3;
  font-size: 22px;
  line-height: 1.35;
}
@media screen and (max-width: 1580px) {
  .why-section .box .item .contain .textbox .icontext ul li .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .textbox .icontext ul li .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .why-section .box .item .contain .textbox .icontext ul li .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .why-section .box .item .contain .textbox .icontext ul li .text {
    font-size: 14px;
  }
}
.why-section .box .item .contain .imgbox {
  position: relative;
  width: 36.33720930232558%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .why-section .box .item .contain .imgbox {
    width: 100%;
    margin-top: 0.7rem;
  }
}
.why-section .box .item .contain .imgbox .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}
.why-section .box .item .contain .imgbox .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img53.png) center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  transition: all 0.5s ease;
  animation: circle linear 5s infinite;
}
.why-section .box .item .contain .imgbox .img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83.2%;
  padding-bottom: 83.2%;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 43px 19px rgba(30, 72, 154, 0.03);
  overflow: hidden;
}
.why-section .box .item .contain .imgbox .img span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.our-products {
  width: 100%;
  overflow: hidden;
  background: #fafafa;
}
.our-products .wrap .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-products .wrap .contain .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-shrink: 0;
  margin-left: 0.4rem;
  gap: 0.1rem;
}
.our-products .wrap .contain .swiper-button .swiper-button-next,
.our-products .wrap .contain .swiper-button .swiper-button-prev {
  position: static;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-top: 0;
  border: #666666 solid 1px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.our-products .wrap .contain .swiper-button .swiper-button-next::after,
.our-products .wrap .contain .swiper-button .swiper-button-prev::after {
  display: none;
}
.our-products .wrap .contain .swiper-button .swiper-button-next {
  background: url(../images/icon13.png) center no-repeat;
  background-size: 23.1% auto;
}
.our-products .wrap .contain .swiper-button .swiper-button-next:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon13a.png) center no-repeat;
  background-size: 23.1% auto;
}
.our-products .wrap .contain .swiper-button .swiper-button-prev {
  background: url(../images/icon12.png) center no-repeat;
  background-size: 23.1% auto;
}
.our-products .wrap .contain .swiper-button .swiper-button-prev:hover {
  border-color: #fcc800;
  background: #fcc800 url(../images/icon12a.png) center no-repeat;
  background-size: 23.1% auto;
}
.our-products .box {
  margin-top: 0.5rem;
}
.our-products .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: calc((100% - 1720px) / 2);
  padding-right: calc((100% - 1720px) / 2);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .our-products .box .swiper {
    padding-left: 5.208333333333333%;
    padding-right: 5.208333333333333%;
  }
}
@media screen and (max-width: 1260px) {
  .our-products .box .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.our-products .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.our-products .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.search-results {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1900px) and (min-width: 992px) {
  .search-results {
    padding-top: 3.645833333333333vw;
    padding-bottom: 3.645833333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .search-results {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .search-results {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.search-results .text {
  font-family: "POPPINS-MEDIUM";
  font-size: 36px;
  color: #000000;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .search-results .text {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 991px) {
  .search-results .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .text {
    font-size: 18px;
  }
}
.search-results .text span {
  display: inline-block;
  font-family: "POPPINS-BOLD";
  color: #fcc800;
}
.search-results .searchlist {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) and (min-width: 992px) {
  .search-results .searchlist {
    margin-top: 2.604166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .searchlist {
    margin-top: 25px;
  }
}
.search-results .searchlist ul {
  padding-left: 0;
}
.search-results .searchlist ul li {
  list-style: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #e9e9e9 solid 1px;
}
@media screen and (max-width: 1900px) and (min-width: 992px) {
  .search-results .searchlist ul li {
    padding-bottom: 2.083333333333333vw;
    margin-bottom: 2.083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .searchlist ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.search-results .searchlist ul li:hover .t2 {
  color: #fcc800;
}
.search-results .searchlist ul li:hover .t2 i {
  background: url("../images/icon13b.png") left center no-repeat;
  background-size: 100%;
}
.search-results .searchlist ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li a {
    display: block;
  }
}
.search-results .searchlist ul li .textbox {
  flex: 1;
  overflow: hidden;
}
.search-results .searchlist ul li .imgbox {
  flex-shrink: 0;
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .search-results .searchlist ul li .imgbox {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li .imgbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.search-results .searchlist ul li .imgbox img {
  display: block;
  width: 100%;
}
.search-results .searchlist ul li .t1 {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 1580px) {
  .search-results .searchlist ul li .t1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li .t1 {
    font-size: 15px;
  }
}
.search-results .searchlist ul li .t2 {
  position: relative;
  padding-left: 18px;
  margin-top: 12px;
  color: #1d2088;
  font-size: 26px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .search-results .searchlist ul li .t2 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li .t2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .searchlist ul li .t2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .search-results .searchlist ul li .t2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1900px) and (min-width: 992px) {
  .search-results .searchlist ul li .t2 {
    padding-left: 0.9375vw;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .search-results .searchlist ul li .t2 {
    margin-top: 8px;
    padding-left: 12px;
  }
}
.search-results .searchlist ul li .t2 i {
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("../images/icon13c.png") left center no-repeat;
  background-size: 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) and (min-width: 992px) {
  .search-results .searchlist ul li .t2 i {
    top: 0.46875vw;
    width: 0.4166666666666667vw;
    height: 0.7291666666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li .t2 i {
    width: 7px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .searchlist ul li .t2 i {
    top: 6px;
    width: 6px;
    height: 11px;
  }
}
.search-results .searchlist ul li .t3 {
  color: #888888;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 18px;
}
@media screen and (max-width: 1580px) {
  .search-results .searchlist ul li .t3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .search-results .searchlist ul li .t3 {
    font-size: 16px;
  }
}
.search-results .searchlist ul li .t3 span {
  color: #fcc800;
}
@media screen and (max-width: 1900px) and (min-width: 992px) {
  .search-results .searchlist ul li .t3 {
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .search-results .searchlist ul li .t3 {
    margin-top: 12px;
  }
}



