@charset "utf-8";
@font-face {
  font-family: "HONORSansCN-ExtraLight";
  src: url('../font/HONORSansCN-ExtraLight.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-Light";
  src: url('../font/HONORSansCN-Light.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-Thin";
  src: url('../font/HONORSansCN-Thin.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-Regular";
  src: url('../font/HONORSansCN-Regular.ttf');
  font-style: normal;
  font-display: swap;
}
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 1.8s ease-in-out;
}
.each-item:hover .picture img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  zoom: 1.1 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HONORSansCN-Light", "Microsoft YaHei", "HarmonyOS_Sans_SC_Regular", "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: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-family: "HONORSansCN-Light", "Microsoft YaHei", "HarmonyOS_Sans_SC_Regular", "PingFang SC";
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 0.7291666666666667vw;
  }
}
@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 {
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .contain {
    width: 90%;
  }
}
.bg-color {
  background-color: #fff;
}
.pt90 {
  padding-top: 4.6875vw;
}
@media screen and (max-width: 991px) {
  .pt90 {
    padding-top: 1rem;
  }
}
.pb90 {
  padding-bottom: 4.6875vw;
}
@media screen and (max-width: 991px) {
  .pb90 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 5.208333333333333vw;
}
@media screen and (max-width: 991px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 5.208333333333333vw;
}
@media screen and (max-width: 991px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt110 {
  padding-top: 5.729166666666667vw;
}
@media screen and (max-width: 991px) {
  .pt110 {
    padding-top: 1rem;
  }
}
.pb110 {
  padding-bottom: 5.729166666666667vw;
}
@media screen and (max-width: 991px) {
  .pb110 {
    padding-bottom: 1rem;
  }
}
.pt120 {
  padding-top: 6.25vw;
}
@media screen and (max-width: 991px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 991px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt150 {
  padding-top: 7.8125vw;
}
@media screen and (max-width: 991px) {
  .pt150 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pt150 {
    padding-top: 1.2rem;
  }
}
.pb150 {
  padding-bottom: 7.8125vw;
}
@media screen and (max-width: 991px) {
  .pb150 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pb150 {
    padding-bottom: 1.2rem;
  }
}
.pt180 {
  padding-top: 9.375vw;
}
@media screen and (max-width: 991px) {
  .pt180 {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .pt180 {
    padding-top: 1.3rem;
  }
}
.pb180 {
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 991px) {
  .pb180 {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .pb180 {
    padding-bottom: 1.3rem;
  }
}
.pt230 {
  padding-top: 11.97916666666667vw;
}
@media screen and (max-width: 991px) {
  .pt230 {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .pt230 {
    padding-top: 1.5rem;
  }
}
.pb230 {
  padding-bottom: 11.97916666666667vw;
}
@media screen and (max-width: 991px) {
  .pb230 {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .pb230 {
    padding-bottom: 1.5rem;
  }
}
.font14 {
  font-size: 0.7291666666666667vw;
}
@media screen and (max-width: 991px) {
  .font14 {
    font-size: 13px;
  }
}
.font16 {
  font-size: 0.8333333333333333vw;
}
@media screen and (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
.font18 {
  font-size: 0.9375vw;
}
@media screen and (max-width: 991px) {
  .font18 {
    font-size: 16px;
  }
}
.font20 {
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .font20 {
    font-size: .26rem;
  }
}
.font22 {
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .font22 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .font22 {
    font-size: 0.28rem;
  }
}
.font24 {
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .font24 {
    font-size: .3rem;
  }
}
.font30 {
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .font30 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .font30 {
    font-size: .36rem;
  }
}
.font40 {
  font-size: 2.083333333333333vw;
}
@media screen and (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .font40 {
    font-size: .42rem;
  }
}
.font50 {
  font-size: 2.604166666666667vw;
}
@media screen and (max-width: 991px) {
  .font50 {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .font50 {
    font-size: .45rem;
  }
}
.font80 {
  font-size: 4.166666666666667vw;
}
@media screen and (max-width: 991px) {
  .font80 {
    font-size: .7rem;
  }
}
@media screen and (max-width: 480px) {
  .font80 {
    font-size: .64rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-text1 * {
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#interval {
  height: 0.9rem;
}
@media screen and (min-width: 992px) {
  #interval {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  #interval {
    height: 60px;
  }
}
.public-btn span,
.public-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 2.16rem;
  font-family: "HONORSansCN-Light";
  color: #010101;
  font-size: 1.041666666666667vw;
  padding: 0.07rem 0.07rem 0.07rem 0.28rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  border-radius: 0.6rem;
}
@media screen and (max-width: 991px) {
  .public-btn span,
  .public-btn a {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .public-btn span,
  .public-btn a {
    min-width: 11.25vw;
    border-radius: 3.125vw;
    padding: 0.3645833333333333vw 0.3645833333333333vw 0.3645833333333333vw 1.458333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .public-btn span,
  .public-btn a {
    padding: 0.1rem 0.1rem 0.1rem 0.32rem;
  }
}
.public-btn span i,
.public-btn a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .public-btn span i,
  .public-btn a i {
    margin-left: 1.5625vw;
    width: 2.9167vw;
    height: 2.9167vw;
  }
}
@media screen and (max-width: 480px) {
  .public-btn span i,
  .public-btn a i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.public-btn span i img,
.public-btn a i img {
  max-width: 33%;
}
.public-btn span:hover,
.public-btn a:hover {
  color: #ffffff;
  background: #352d70;
  border: #352d70 solid 1px;
}
.public-btn.white span,
.public-btn.white a {
  color: #FFFFFF;
  background: none;
  border: rgba(255, 255, 255, 0.2) solid 1px;
}
.public-btn.white span:hover,
.public-btn.white a:hover {
  background: #352d70;
  border: #352d70 solid 1px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.header .box {
  padding-left: 2.03125%;
  padding-right: 2.03125%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header .box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.header .box .logo a {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header .box .logo a {
    height: 60px;
  }
}
.header .box .logo a img {
  width: 1.5rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .header .box .logo a img {
    width: 7.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .header .box .logo a img {
    width: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .nav {
    display: none;
  }
}
.header .box .headright .nav ul {
  padding: 0;
}
.header .box .headright .nav ul li {
  position: relative;
  padding: 0 0.21rem;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .header .box .headright .nav ul li {
    padding: 0 1.09375vw;
  }
}
.header .box .headright .nav ul li.productcolumn {
  position: static;
}
.header .box .headright .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  font-family: "HONORSansCN-ExtraLight";
  color: #FFFFFF;
  font-size: 1.041666666666667vw;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .header .box .headright .nav ul li > a {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .header .box .headright .nav ul li > a {
    height: 4.167vw;
  }
}
.header .box .headright .nav ul li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .header .box .headright .nav ul li > a::before {
    height: 0.104167vw;
  }
}
.header .box .headright .nav ul li:hover > a {
  font-family: "HONORSansCN-Light";
}
.header .box .headright .nav ul li:hover > a::before {
  width: 100%;
}
.header .box .headright .nav ul li.on > a {
  font-family: "HONORSansCN-Light";
}
.header .box .headright .nav ul li.on > a::before {
  width: 100%;
}
.header .box .headright .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.12rem 0;
  min-width: 1.6rem;
  background: #ffffff;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .header .box .headright .nav ul li .navcell {
    padding: 0.625vw 0;
    min-width: 8.333vw;
  }
}
.header .box .headright .nav ul li .navcell a {
  display: block;
  text-align: center;
  color: #000000;
  font-family: "HONORSansCN-Light";
  font-size: 0.8333333333333333vw;
  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: 991px) {
  .header .box .headright .nav ul li .navcell a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .header .box .headright .nav ul li .navcell a {
    padding: 0.260416vw 1.3020833vw;
  }
}
.header .box .headright .nav ul li .navcell a:hover {
  color: #352d70;
}
.header .box .headright .head_search {
  margin-left: 0.2rem;
}
@media screen and (min-width: 992px) {
  .header .box .headright .head_search {
    margin-left: 1.04167vw;
  }
}
.header .box .headright .head_search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.15) solid 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .header .box .headright .head_search .icon {
    width: 2.604167vw;
    height: 2.604167vw;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head_search .icon {
    width: 32px;
    height: 32px;
  }
}
.header .box .headright .head_search .icon img {
  width: 40%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .box .headright .head-nation {
  position: relative;
  margin-left: 0.2rem;
}
@media screen and (min-width: 992px) {
  .header .box .headright .head-nation {
    margin-left: 1.04167vw;
  }
}
.header .box .headright .head-nation .title {
  display: flex;
  align-items: center;
  height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.36rem;
  border-radius: 0.3rem;
  border: rgba(255, 255, 255, 0.15) solid 1px;
  background: url(../images/arrow-down1.png) center right 0.2rem no-repeat;
  background-size: 7px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .header .box .headright .head-nation .title {
    height: 2.604167vw;
    padding-left: 1.04167vw;
    padding-right: 1.875vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .title {
    padding-left: 0.3rem;
    padding-right: 0.45rem;
    height: 32px;
  }
}
.header .box .headright .head-nation .title span {
  font-family: "HONORSansCN-Light";
  color: #FFFFFF;
  font-size: 0.9375vw;
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .title span {
    font-size: 16px;
  }
}
.header .box .headright .head-nation .dropdown {
  position: absolute;
  left: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0.1rem);
  transform: translate(-50%, 0.1rem);
  top: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .header .box .headright .head-nation .dropdown {
    top: 100%;
    padding: 10px 0px;
    min-width: 90px;
  }
}
.header .box .headright .head-nation .dropdown ul {
  margin-top: 0.2rem;
  background: #FFFFFF;
  padding: 0.1rem 0px;
  text-align: left;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .header .box .headright .head-nation .dropdown ul {
    margin-top: 1.04167vw;
    padding: 0.52083vw 0;
  }
}
.header .box .headright .head-nation .dropdown ul li {
  list-style: none;
}
.header .box .headright .head-nation .dropdown ul li a {
  display: block;
  font-family: "HONORSansCN-ExtraLight";
  font-size: 0.8333333333333333vw;
  color: #000000;
  line-height: 2.2;
  min-width: 0.9rem;
  text-align: center;
  padding: 0 0.2rem;
  white-space: nowrap;
  box-sizing: border-box;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .header .box .headright .head-nation .dropdown ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .header .box .headright .head-nation .dropdown ul li a {
    min-width: 4.6875vw;
    padding: 0 1.04167vw;
  }
}
.header .box .headright .head-nation .dropdown ul li a:hover {
  font-family: "HONORSansCN-Light";
}
.header .box .headright .head-nation:hover .dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 10px -13px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .header .search-form {
    padding-top: 1.04167vw;
    padding-bottom: 1.04167vw;
  }
}
@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 (min-width: 992px) {
  .header .search-form .form-body {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 3.125vw;
  }
}
@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: 0.8333333333333333vw;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .header .search-form .form-body input {
    width: 31.25vw;
    height: 2.8125vw;
  }
}
@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 (min-width: 992px) {
  .header .search-form .form-body .icon {
    width: 1.04167vw;
    margin-right: 1.04167vw;
  }
}
@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 (min-width: 992px) {
  .header .search-form .form-body .close {
    width: 1.04167vw;
    margin-left: 1.04167vw;
  }
}
@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: 991px) {
  .header .phone-toggle {
    display: block;
  }
}
.header .phone-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.45s ease;
}
.header .phone-toggle span:last-of-type {
  margin-bottom: 0;
}
.header.white {
  background: #f5f5f5;
}
.header.white::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header.white .box .logo a img {
  -webkit-filter: none;
  filter: none;
}
.header.white .box .headright .nav ul li a {
  color: #000000;
}
.header.white .box .headright .nav ul li:hover > a {
  color: #352d70;
}
.header.white .box .headright .nav ul li:hover > a::before {
  background: #352d70;
}
.header.white .box .headright .nav ul li.on > a {
  color: #352d70;
}
.header.white .box .headright .nav ul li.on > a::before {
  background: #352d70;
}
.header.white .box .headright .head_search .icon {
  border: rgba(0, 0, 0, 0.15) solid 1px;
}
.header.white .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.white .box .headright .head-nation .title {
  border: rgba(0, 0, 0, 0.15) solid 1px;
  background: url(../images/arrow-down.png) center right 0.2rem no-repeat;
  background-size: 7px auto;
}
.header.white .box .headright .head-nation .title span {
  color: #000000;
}
.header.white .phone-toggle span {
  background-color: #000000;
}
.header.whitebg {
  background: #f5f5f5;
}
.header.whitebg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header.whitebg .box .logo a img {
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .box .headright .nav ul li a {
  color: #000000;
}
.header.whitebg .box .headright .nav ul li:hover > a {
  color: #352d70;
}
.header.whitebg .box .headright .nav ul li:hover > a::before {
  background: #352d70;
}
.header.whitebg .box .headright .nav ul li.on > a {
  color: #352d70;
}
.header.whitebg .box .headright .nav ul li.on > a::before {
  background: #352d70;
}
.header.whitebg .box .headright .head_search .icon {
  border: rgba(0, 0, 0, 0.15) solid 1px;
}
.header.whitebg .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.whitebg .box .headright .head-nation .title {
  border: rgba(0, 0, 0, 0.15) solid 1px;
  background: url(../images/arrow-down.png) center right 0.2rem no-repeat;
  background-size: 7px auto;
}
.header.whitebg .box .headright .head-nation .title span {
  color: #000000;
}
.header.whitebg .phone-toggle span {
  background-color: #000000;
}
.header.blacktext {
  background: #f5f5f5;
}
.header.blacktext::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header.blacktext .box .logo a img {
  -webkit-filter: none;
  filter: none;
}
.header.blacktext .box .headright .nav ul li a {
  color: #000000;
}
.header.blacktext .box .headright .nav ul li:hover > a {
  color: #352d70;
}
.header.blacktext .box .headright .nav ul li:hover > a::before {
  background: #352d70;
}
.header.blacktext .box .headright .nav ul li.on > a {
  color: #352d70;
}
.header.blacktext .box .headright .nav ul li.on > a::before {
  background: #352d70;
}
.header.blacktext .box .headright .head_search .icon {
  border: rgba(0, 0, 0, 0.15) solid 1px;
}
.header.blacktext .box .headright .head_search .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.blacktext .box .headright .head-nation .title {
  border: rgba(0, 0, 0, 0.15) solid 1px;
  background: url(../images/arrow-down.png) center right 0.2rem no-repeat;
  background-size: 7px auto;
}
.header.blacktext .box .headright .head-nation .title span {
  color: #000000;
}
.header.blacktext .phone-toggle span {
  background-color: #000000;
}
.mbox .header {
  background: #ffffff;
}
.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;
  font-family: "HONORSansCN-Light";
  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;
  font-family: "HONORSansCN-Light";
  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/icon34.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #352d70;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon35.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-family: "HONORSansCN-Light";
  font-size: 16px;
  padding: 7px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: #352d70;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #352d70;
}
.mbox .header .box .logo a img.ic1 {
  display: none;
}
.mbox .header .box .logo a img.ic2 {
  display: inline-block;
}
.mbox .header .box .headright .btns {
  background: #333333;
}
.mbox .m-nav {
  height: calc(100vh - 60px);
}
.mbox .phone-toggle span {
  background-color: #000000;
}
.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: 992px) {
  .phone-toggle {
    display: none !important;
  }
}
.sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 14;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar ul {
  padding-left: 0;
}
.sidebar ul li {
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1px;
  list-style: none;
}
.sidebar ul li a {
  display: block;
}
.sidebar ul li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(53, 45, 112, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 13px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .sidebar ul li a .img {
    width: 4.167vw;
    height: 4.167vw;
  }
}
.sidebar ul li a .img img {
  display: block;
  margin: auto;
  width: 42.5%;
}
.sidebar ul li:hover a .img {
  background: #352d70;
  backdrop-filter: blur(0px);
  box-shadow: 0 0 10px rgba(53, 45, 112, 0.08);
}
.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .box {
  margin-bottom: 12%;
}
@media screen and (max-width: 991px) {
  .footer .box {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.footer .box .footer-company {
  width: 30%;
  padding-right: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-company {
    width: 100%;
    padding-right: 0;
  }
}
.footer .box .footer-company .footer-logo a img {
  width: 2.29rem;
}
@media screen and (min-width: 992px) {
  .footer .box .footer-company .footer-logo a img {
    width: 11.92708333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-company .footer-logo a img {
    width: 200px;
  }
}
.footer .box .footer-company .name {
  margin-top: 0.32rem;
  color: #FFFFFF;
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-company .name {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .footer .box .footer-company .name {
    margin-top: 1.667vw;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-company .name {
    margin-top: 0.4rem;
  }
}
.footer .box .footer-infor {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 3%;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-infor {
    flex: auto;
    width: 100%;
    padding-right: 0;
    margin-top: 0.4rem;
  }
}
.footer .box .footer-infor ul {
  padding-left: 0;
}
.footer .box .footer-infor ul li {
  list-style: none;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 992px) {
  .footer .box .footer-infor ul li {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-infor ul li {
    margin-bottom: 10px;
  }
}
.footer .box .footer-infor ul li .icon {
  display: inline-block;
  margin-right: 0.18rem;
}
@media screen and (min-width: 992px) {
  .footer .box .footer-infor ul li .icon {
    margin-right: 0.9375vw;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-infor ul li .icon {
    margin-right: 10px;
  }
}
.footer .box .footer-infor ul li .icon img {
  max-width: 0.25rem;
}
@media screen and (min-width: 992px) {
  .footer .box .footer-infor ul li .icon img {
    max-width: 1.302083vw;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-infor ul li .icon img {
    max-width: 19px;
  }
}
.footer .box .footer-infor ul li .sp {
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-infor ul li .sp {
    font-size: .26rem;
  }
}
.footer .box .footer-code {
  width: 24.125%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-code {
    width: 100%;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    text-align: center;
  }
}
.footer .box .footer-code .img {
  width: 41.71%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-code .img {
    width: 100%;
  }
}
.footer .box .footer-code .img img {
  display: block;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-code .img img {
    max-width: 110px;
  }
}
.footer .box .footer-code .text {
  width: 58.29%;
  padding-left: 11%;
  box-sizing: border-box;
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-code .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-code .text {
    padding-left: 0;
    width: 100%;
    margin-top: 0.25rem;
  }
}
.footer .copylink {
  position: relative;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer .copylink {
    padding-top: 1.04167vw;
    padding-bottom: 1.04167vw;
  }
}
@media screen and (max-width: 991px) {
  .footer .copylink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer .copylink .copyright {
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8333333333333333vw;
}
@media screen and (max-width: 991px) {
  .footer .copylink .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .copylink .copyright {
    display: inline;
  }
}
.footer .copylink .copyright a {
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}
.footer .copylink .copyright a:hover {
  color: #FFFFFF;
}
.footer .copylink .poweredBy {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8333333333333333vw;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .copylink .poweredBy {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .copylink .poweredBy {
    position: static;
    transform: none;
    display: inline;
    margin-left: 12px;
  }
}
.footer .copylink .poweredBy a {
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}
.footer .copylink .poweredBy:hover {
  color: #FFFFFF;
}
.footer .copylink .poweredBy:hover a {
  color: #FFFFFF;
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lunbotu .swiper-wrapper .swiper-slide {
  position: relative;
}
.lunbotu .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
@media screen and (min-width: 1261px) {
  .lunbotu .swiper-wrapper .swiper-slide > img {
    height: 100vh;
    object-fit: cover;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline {
  font-family: "HONORSansCN-ExtraLight";
  color: #FFFFFF;
  font-size: 2.083333333333333vw;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline {
    font-size: .42rem;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline {
    line-height: 1.4;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span {
  position: relative;
  display: inline-block;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span .ic {
  position: absolute;
  display: inline-block;
  width: 0.4rem;
  height: 0.18rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span .ic {
    width: 2.08333vw;
    height: 0.9375vw;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span .ic.ic1 {
  left: -0.3rem;
  top: 0;
  border-top: #02c6a4 solid 2px;
  border-left: #02c6a4 solid 2px;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span .ic.ic1 {
    left: -1.5625vw;
    border-top: #02c6a4 solid 0.1041667vw;
    border-left: #02c6a4 solid 0.1041667vw;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span .ic.ic2 {
  right: -0.3rem;
  bottom: 0;
  border-right: #5242ca solid 2px;
  border-bottom: #5242ca solid 2px;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline span .ic.ic2 {
    right: -1.5625vw;
    border-right: #5242ca solid 0.1041667vw;
    border-bottom: #5242ca solid 0.1041667vw;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline em {
  font-style: inherit;
  font-family: "HONORSansCN-Light";
  font-size: 2.604166666666667vw;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline em {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline em {
    font-size: .45rem;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
  margin-top: 0.35rem;
  font-family: "HONORSansCN-Light";
  color: #FFFFFF;
  font-size: 1.5625vw;
  text-indent: 1em;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    font-size: .36rem;
  }
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    margin-top: 1.8229167vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
    margin-top: 0.25rem;
    line-height: 1.4;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .public-btn {
  margin-top: 0.35rem;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .public-btn {
    margin-top: 1.8229167vw;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .public-btn span {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box .public-btn span {
    opacity: 0.8;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .public-btn span:hover {
  opacity: 1;
}
.lunbotu .swiper-wrapper .swiper-slide .desc {
  position: absolute;
  bottom: 2.916666666666667vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 0.9375vw;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .desc {
    bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lunbotu .swiper-wrapper .swiper-slide .desc {
    bottom: 1rem;
    font-size: 3.2vmin;
  }
}
.lunbotu .swiper-pagination {
  bottom: 2.916666666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination {
    bottom: 0.4rem;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.04rem;
  margin: 0 0.07rem;
  opacity: 0.1;
  background: #ffffff;
  border-radius: 0.02rem;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 3.125vw;
    height: 0.208333vw;
    margin: 0 0.3645833vw;
    border-radius: 0.1041665vw;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.lunbotu .swiper-button-next,
.lunbotu .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 2.916666666666667vw;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .lunbotu .swiper-button-next,
  .lunbotu .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-button-next,
  .lunbotu .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.lunbotu .swiper-button-prev {
  background: rgba(255, 255, 255, 0.3) url(../images/icon5a.png) center no-repeat;
  background-size: 32.14286% auto;
  right: calc(8.333333333333335% + 3.6458333vw);
  left: auto;
}
.lunbotu .swiper-button-prev:hover {
  background: #4b1f7f url(../images/icon5a.png) center no-repeat;
  background-size: 32.14286% auto;
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-button-prev {
    right: calc(5% + 3.6458333vw);
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-button-prev {
    right: calc(5% + 0.8rem);
  }
}
.lunbotu .swiper-button-next {
  background: rgba(255, 255, 255, 0.3) url(../images/icon6a.png) center no-repeat;
  background-size: 32.14286% auto;
  right: 8.333333333333335%;
  left: auto;
}
.lunbotu .swiper-button-next:hover {
  background: #4b1f7f url(../images/icon6a.png) center no-repeat;
  background-size: 32.14286% auto;
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-button-next {
    right: 5%;
  }
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.obanner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .obanner > img {
    height: 28vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .obanner > img {
    height: 42vh;
  }
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  bottom: 3.90625vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle {
    bottom: 0.6rem;
  }
}
.obanner .bannerTitle .box {
  position: relative;
  padding-right: 1.1rem;
}
@media screen and (min-width: 992px) {
  .obanner .bannerTitle .box {
    padding-right: 5.729167vw;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box {
    padding-right: 0.8rem;
  }
}
.obanner .bannerTitle .box .headline {
  line-height: 1.2;
  font-family: "HONORSansCN-ExtraLight";
  font-size: 2.604166666666667vw;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .headline {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .obanner .bannerTitle .box .headline {
    font-size: .45rem;
  }
}
.obanner .bannerTitle .box .headline span {
  display: inline-block;
  font-family: "HONORSansCN-Light";
}
.obanner .bannerTitle .box .headline img {
  display: inline-block;
  margin-right: 0.3rem;
  max-width: 0.59rem;
}
@media screen and (min-width: 992px) {
  .obanner .bannerTitle .box .headline img {
    margin-right: 1.5625vw;
    max-width: 3.073vw;
  }
}
.obanner .bannerTitle .box .text {
  margin-top: 0.3rem;
  font-family: "HONORSansCN-Thin";
  font-size: 4.166666666666667vw;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    font-size: .7rem;
  }
}
@media screen and (max-width: 480px) {
  .obanner .bannerTitle .box .text {
    font-size: .64rem;
  }
}
@media screen and (min-width: 992px) {
  .obanner .bannerTitle .box .text {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    margin-top: 0.2rem;
  }
}
.obanner .bannerTitle .box .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 1.1rem;
  height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .obanner .bannerTitle .box .arrow {
    width: 5.73vw;
    height: 7.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .arrow {
    width: 0.8rem;
  }
}
.obanner .bannerTitle .box .arrow img {
  width: 28.1819%;
  opacity: 0.2;
  animation: slideDown 2s infinite;
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .arrow img {
    width: 38.75%;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.i-title.center {
  text-align: center;
}
.i-title.center .text {
  margin-left: auto;
  margin-right: auto;
}
.i-title.white .headline {
  color: #FFFFFF;
}
.i-title.white .text {
  color: rgba(255, 255, 255, 0.6);
}
.i-title.white .subtit {
  color: #FFFFFF;
}
.i-title .headline {
  font-family: "HONORSansCN-ExtraLight";
  color: #000000;
  font-size: 2.604166666666667vw;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .i-title .headline {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .i-title .headline {
    font-size: .45rem;
  }
}
.i-title .headline span {
  display: inline;
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
}
.i-title .subtit {
  margin-top: 0.3rem;
  font-family: "HONORSansCN-ExtraLight";
  font-size: 1.5625vw;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .i-title .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .i-title .subtit {
    font-size: .36rem;
  }
}
@media screen and (min-width: 992px) {
  .i-title .subtit {
    margin-top: 1.5625vw;
  }
}
.i-title .subtit span {
  display: inline;
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
}
.i-title .subhead {
  margin-top: 0.25rem;
  color: #4b1f7f;
  font-family: "HONORSansCN-Light";
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .i-title .subhead {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .i-title .subhead {
    margin-top: 1.302083vw;
  }
}
.i-title .text {
  margin-top: 0.15rem;
  max-width: 13.5rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .i-title .text {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .i-title .text {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 992px) {
  .i-title .text {
    margin-top: 0.78125vw;
    max-width: 70.3125vw;
  }
}
@media screen and (max-width: 991px) {
  .i-title .text {
    margin-top: 0.25rem;
  }
}
.i-title .text span {
  display: inline;
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
}
.i-title .text1 {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .i-title .text1 {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .i-title .text1 {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 991px) {
  .i-title .text1 {
    margin-top: 0.25rem;
  }
}
.index-section1 .content .box {
  position: relative;
}
.index-section1 .content .box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.18rem;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box::before {
    bottom: 0.9375vw;
    height: 0.104167vw;
  }
}
@media screen and (max-width: 480px) {
  .index-section1 .content .box::before {
    height: 1px;
  }
}
.index-section1 .content .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 6%;
}
@media screen and (max-width: 991px) {
  .index-section1 .content .box .swiper {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
  }
}
.index-section1 .content .box .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: 0.1rem;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .swiper-pagination {
    bottom: 0.520833vw;
  }
}
.index-section1 .content .box .swiper .swiper-pagination.swiper-pagination-progressbar {
  top: auto;
  height: 2px;
  background: #cccccc;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .swiper-pagination.swiper-pagination-progressbar {
    height: 0.104167vw;
  }
}
@media screen and (max-width: 480px) {
  .index-section1 .content .box .swiper .swiper-pagination.swiper-pagination-progressbar {
    height: 1px;
  }
}
.index-section1 .content .box .swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #4b1f7f;
}
.index-section1 .content .box .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #cccccc;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-left: 0.5208333vw;
    margin-right: 0.5208333vw;
  }
}
.index-section1 .content .box .swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(75, 31, 127, 0.1);
  animation: scale1 2s infinite;
  opacity: 0;
  transition: all 0.5s ease;
}
.index-section1 .content .box .swiper .swiper-pagination .swiper-pagination-bullet.on {
  background: #4b1f7f;
}
.index-section1 .content .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4b1f7f;
}
.index-section1 .content .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.index-section1 .content .box .swiper .progress-line {
  position: absolute;
  left: 0.1rem;
  bottom: 0.18rem;
  z-index: 4;
  width: calc(100% - 0.2rem);
  background: #cccccc;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .progress-line {
    left: 0.5208333vw;
    bottom: 0.9375vw;
    width: calc(100% - 1.04167vw);
  }
}
.index-section1 .content .box .swiper .progress-line .progress-bar {
  height: 2px;
  background: #4b1f7f;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .progress-line .progress-bar {
    height: 0.104167vw;
  }
}
@media screen and (max-width: 480px) {
  .index-section1 .content .box .swiper .progress-line .progress-bar {
    height: 1px;
  }
}
.index-section1 .content .box .swiper .progress-dot {
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .progress-dot {
    bottom: 0.52083vw;
  }
}
.index-section1 .content .box .swiper .progress-dot ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
}
.index-section1 .content .box .swiper .progress-dot ul li {
  list-style: none;
}
.index-section1 .content .box .swiper .progress-dot ul li span {
  position: relative;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #cccccc;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .progress-dot ul li span {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-left: 0.520833vw;
    margin-right: 0.520833vw;
  }
}
.index-section1 .content .box .swiper .progress-dot ul li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(75, 31, 127, 0.1);
  animation: scale1 2s infinite;
  opacity: 0;
  transition: all 0.5s ease;
}
.index-section1 .content .box .swiper .progress-dot ul li.on span {
  background: #4b1f7f;
}
.index-section1 .content .box .swiper .progress-dot ul li.active span {
  background: #4b1f7f;
}
.index-section1 .content .box .swiper .progress-dot ul li.active span::before {
  opacity: 1;
}
.index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item {
  padding-left: 16.75%;
  padding-right: 16.75%;
}
@media screen and (max-width: 991px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    flex-wrap: wrap;
  }
}
.index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc {
  width: 36.7%;
}
@media screen and (max-width: 991px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc {
    width: 100%;
  }
}
.index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc .title {
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.5625vw;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc .title {
    font-size: .36rem;
  }
}
.index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc .txt {
  margin-top: 0.24rem;
  font-family: "HONORSansCN-Light";
  font-size: 0.9375vw;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .desc .txt {
    margin-top: 1.25vw;
  }
}
.index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .img {
  width: 56.4%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .img {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.index-section1 .content .box .swiper .swiper-wrapper .swiper-slide .item .img img {
  display: block;
  width: 100%;
}
@keyframes scale1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.swiper-button-next.common-button,
.swiper-button-prev.common-button {
  position: absolute;
  top: 50%;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .swiper-button-next.common-button,
  .swiper-button-prev.common-button {
    width: 2.9167vw;
    height: 2.9167vw;
  }
}
@media screen and (max-width: 991px) {
  .swiper-button-next.common-button,
  .swiper-button-prev.common-button {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.swiper-button-prev.common-button {
  background: #ececec url(../images/icon5.png) center no-repeat;
  background-size: 32.14286% auto;
  left: 0;
  right: auto;
}
.swiper-button-next.common-button {
  background: #ececec url(../images/icon6.png) center no-repeat;
  background-size: 32.14286% auto;
  right: 0;
  left: auto;
}
.index-section2 .content {
  position: relative;
  height: 100%;
}
.index-section2 .content .i-title {
  position: absolute;
  left: 0;
  top: 0.9rem;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .i-title {
    top: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .i-title {
    position: static;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .i-title .headline {
    color: #000000;
  }
}
.index-section2 .content .i-title .headline span {
  font-family: "HONORSansCN-Light";
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .i-title .headline span {
    color: #352d70;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .i-title .text {
    color: #000000;
  }
}
.index-section2 .content .thumbsbox {
  position: absolute;
  bottom: 1.1rem;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .thumbsbox {
    bottom: 5.729167vw;
  }
}
.index-section2 .content .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide {
  width: auto;
  min-width: calc((100% - 50px) / 3);
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
  position: relative;
  padding-right: 0.25rem;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: flex-start;
  background: url(../images/icon11.png) right top 0.1rem no-repeat;
  background-size: 0.09rem auto;
  border-bottom: rgba(255, 255, 255, 0.1) solid 2px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
    padding-right: 1.302083vw;
    padding-bottom: 1.04167vw;
    background: url(../images/icon11.png) right top 0.1rem no-repeat;
    background-size: 0.46875vw auto;
    border-bottom: rgba(255, 255, 255, 0.1) solid 0.104167vw;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
    padding-right: 0.5rem;
    padding-bottom: 0.3rem;
    background: url(../images/icon11.png) right top 0.1rem no-repeat;
    background-size: 9px auto;
  }
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item::before {
    height: 0.104167vw;
  }
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
  flex-shrink: 0;
  margin-right: 0.16rem;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
    margin-right: 0.8333vw;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
    margin-right: 12px;
  }
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
  max-width: 0.28rem;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
    max-width: 1.45833vw;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
    max-width: 22px;
  }
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .txt {
  flex: 1;
  overflow: hidden;
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .txt {
    font-size: .3rem;
  }
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
  background: url(../images/icon12.png) right top 0.1rem no-repeat;
  background-size: 0.09rem auto;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
    background: url(../images/icon12.png) right top 0.1rem no-repeat;
    background-size: 0.46875vw auto;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
    background: url(../images/icon12.png) right top 0.1rem no-repeat;
    background-size: 9px auto;
  }
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item::before {
  width: 100%;
}
.index-section2 .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item .txt {
  color: #FFFFFF;
}
.index-section2 .content .swiper.mySwiper4 {
  height: 100%;
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper {
  height: 100%;
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .img img.m1 {
  display: block;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .img img.m1 {
    display: none;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .img img.m2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .img img.m2 {
    display: block;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox {
    top: 1rem;
    transform: translate(-50%, 0%);
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap {
  width: 23.75%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap {
    width: 100%;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .title {
  color: #ffffff;
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .title {
    font-size: .36rem;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .desc {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .desc {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .desc {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .desc {
    margin-top: 0.78125vw;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .public-btn {
  margin-top: 0.4rem;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .textbox .wrap .public-btn {
    margin-top: 2.0833vw;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-button-next,
.index-section2 .content .swiper.mySwiper4 .swiper-button-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-button-next,
  .index-section2 .content .swiper.mySwiper4 .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;
    margin-top: -1.45835vw;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-button-next,
  .index-section2 .content .swiper.mySwiper4 .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
    margin-top: -0.32rem;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-button-prev {
  background: #ececec url(../images/icon5.png) center no-repeat;
  background-size: 32.14286% auto;
  right: auto;
  left: 2.5%;
}
@media screen and (max-width: 1260px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-button-prev {
    left: 5%;
  }
}
.index-section2 .content .swiper.mySwiper4 .swiper-button-next {
  background: #ececec url(../images/icon6.png) center no-repeat;
  background-size: 32.14286% auto;
  right: 2.5%;
  left: auto;
}
@media screen and (max-width: 1260px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-button-next {
    right: 1%;
  }
}
@media screen and (max-width: 991px) {
  .index-section2 .content .swiper.mySwiper4 .swiper-button-next {
    right: 5%;
  }
}
.change-section {
  background: #000000;
}
.change-section .content {
  position: relative;
}
.change-section .content .i-title {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .change-section .content .i-title {
    top: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .i-title {
    position: static;
    margin-bottom: 0.4rem;
  }
}
.change-section .content .i-title .headline span {
  font-family: "HONORSansCN-Light";
  color: #FFFFFF;
}
.change-section .content .thumbsbox {
  padding-top: 0.3rem;
  width: 100%;
  background: #000000;
}
@media screen and (min-width: 992px) {
  .change-section .content .thumbsbox {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .thumbsbox {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .change-section .content .thumbsbox {
    padding-top: 0.8rem;
  }
}
.change-section .content .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide {
  width: auto;
  min-width: calc((100% - 50px) / 3);
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
  position: relative;
  padding-right: 0.25rem;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: flex-start;
  background: url(../images/icon11.png) right top 0.1rem no-repeat;
  background-size: 0.09rem auto;
  border-bottom: rgba(255, 255, 255, 0.1) solid 2px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
    padding-right: 1.302083vw;
    padding-bottom: 1.04167vw;
    background: url(../images/icon11.png) right top 0.1rem no-repeat;
    background-size: 0.46875vw auto;
    border-bottom: rgba(255, 255, 255, 0.1) solid 0.104167vw;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
    padding-right: 0.5rem;
    padding-bottom: 0.3rem;
    background: url(../images/icon11.png) right top 0.1rem no-repeat;
    background-size: 9px auto;
  }
}
@media screen and (max-width: 767px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item {
    padding-right: 5.6vmin;
  }
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item::before {
    height: 0.104167vw;
  }
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
  flex-shrink: 0;
  margin-right: 0.16rem;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
    margin-right: 0.8333vw;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon {
    margin-right: 2.5vmin;
  }
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
  max-width: 0.28rem;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
    max-width: 1.45833vw;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
    max-width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .icon img {
    max-width: 4.375vmin;
  }
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .txt {
  flex: 1;
  overflow: hidden;
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .txt {
    font-size: .3rem;
  }
}
@media screen and (max-width: 767px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .item .txt {
    font-size: 3.75vmin;
  }
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
  background: url(../images/icon12.png) right top 0.1rem no-repeat;
  background-size: 0.09rem auto;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
    background: url(../images/icon12.png) right top 0.1rem no-repeat;
    background-size: 0.46875vw auto;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
    background: url(../images/icon12.png) right top 0.1rem no-repeat;
    background-size: 9px auto;
  }
}
@media screen and (max-width: 767px) {
  .change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item {
    background: url(../images/icon12.png) right top 0.1rem no-repeat;
    background-size: 1.5vmin auto;
  }
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item::before {
  width: 100%;
}
.change-section .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide.active .item .txt {
  color: #FFFFFF;
}
.change-section .content .swiper.mySwiper4 {
  padding-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper4 {
    padding-top: 1vw;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper {
  align-items: stretch;
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67.70833333333333%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img {
    width: 100%;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img img.m1 {
  display: block;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img img.m1 {
    display: none;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img img.m2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .img img.m2 {
    display: block;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox {
  width: 32.29166666666667%;
  padding-left: 8.333333333333333%;
  padding-right: 2%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox {
    width: 100%;
    padding-right: 5%;
    margin-top: 0.4rem;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap {
  width: 100%;
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .title {
  color: #ffffff;
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .title {
    font-size: .36rem;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .desc {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .desc {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .desc {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .desc {
    margin-top: 0.78125vw;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .public-btn {
  margin-top: 0.4rem;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper4 .swiper-wrapper .swiper-slide .item .textbox .wrap .public-btn {
    margin-top: 2.0833vw;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-button-next,
.change-section .content .swiper.mySwiper4 .swiper-button-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .change-section .content .swiper.mySwiper4 .swiper-button-next,
  .change-section .content .swiper.mySwiper4 .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;
    margin-top: -1.45835vw;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-button-next,
  .change-section .content .swiper.mySwiper4 .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
    margin-top: -0.32rem;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-button-prev {
  background: #ececec url(../images/icon5.png) center no-repeat;
  background-size: 32.14286% auto;
  right: auto;
  left: 2.5%;
}
@media screen and (max-width: 1260px) {
  .change-section .content .swiper.mySwiper4 .swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-button-prev {
    left: 5%;
  }
}
.change-section .content .swiper.mySwiper4 .swiper-button-next {
  background: #ececec url(../images/icon6.png) center no-repeat;
  background-size: 32.14286% auto;
  right: 2.5%;
  left: auto;
}
@media screen and (max-width: 1260px) {
  .change-section .content .swiper.mySwiper4 .swiper-button-next {
    right: 1%;
  }
}
@media screen and (max-width: 991px) {
  .change-section .content .swiper.mySwiper4 .swiper-button-next {
    right: 5%;
  }
}
.index-section3 .i-title .headline {
  font-family: "HONORSansCN-Light";
}
.index-section3 .box {
  margin-top: 2.8125%;
}
@media screen and (max-width: 991px) {
  .index-section3 .box {
    margin-top: 0.4rem;
  }
}
.index-section3 .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .index-section3 .box .swiper {
    padding: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .index-section3 .box .swiper {
    padding-bottom: 0.7rem;
  }
}
.index-section3 .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index-section3 .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-section3 .box .swiper .swiper-wrapper .swiper-slide .newitem {
  height: 100%;
}
.index-section3 .box .swiper .swiper-pagination {
  bottom: 0;
  text-align: center;
}
.index-section3 .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #352d70;
  opacity: 0.2;
}
@media screen and (min-width: 992px) {
  .index-section3 .box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.41667vw;
    height: 0.41667vw;
    margin: 0 0.2604167vw;
  }
}
.index-section3 .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #352d70;
  opacity: 1;
}
.index-section3 .box .public-btn {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .index-section3 .box .public-btn {
    margin-top: 2.604167vw;
  }
}
.newitem {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .newitem {
    border-radius: 0.520833vw;
  }
}
.newitem .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 69.23076923076923%;
}
.newitem .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.newitem .text {
  padding: 0.36rem 0.32rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .newitem .text {
    padding: 1.875vw 1.6667vw;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text {
    padding: 0.5rem 0.4rem;
  }
}
.newitem .text .date {
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .newitem .text .date {
    font-size: .26rem;
  }
}
.newitem .text .title {
  margin-top: 0.12rem;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.25vw;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .newitem .text .title {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .newitem .text .title {
    margin-top: 0.625vw;
  }
}
.newitem:hover .img img {
  transform: scale(1.1);
}
.newitem:hover .text .title {
  color: #4b1f7f;
}
@media screen and (min-width: 1025px) {
  .mainContent .section {
    overflow: hidden;
  }
  .index-section1,
  .index-section3 {
    padding-top: 4.6875vw;
    padding-bottom: 0;
  }
  .index-section1,
  .index-section3 {
    max-height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
  }
  .index-section1 .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
  .index-section1 .content .i-title {
    flex-shrink: 0;
  }
  .index-section1 .content .box {
    flex: 1;
    overflow: hidden;
  }
  .index-section1 .content .box .contain {
    height: 100%;
    overflow: hidden;
  }
  .index-section1 .content .box .contain .swiper {
    padding-top: 0;
    height: 100%;
    box-sizing: border-box;
  }
  .change-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    box-sizing: border-box;
  }
}
.products-services {
  background: url(../images/img6.png) top 16.4% center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .products-services {
    background: url(../images/img6.png) top 16.4% center no-repeat;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 480px) {
  .products-services {
    background: url(../images/img6.png) top 16.4% center no-repeat;
    background-size: 300% auto;
  }
}
.product-section1 .i-title .public-btn {
  margin-top: 0.4rem;
}
@media screen and (min-width: 992px) {
  .product-section1 .i-title .public-btn {
    margin-top: 2.08333vw;
  }
}
.product-section1 .box {
  margin-top: 4.6875%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .product-section1 .box {
    margin-top: 0.6rem;
  }
}
.product-section1 .box img {
  display: block;
  margin: auto;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .product-section1 .box img {
    width: auto;
    max-width: 100%;
  }
}
.product-section2 .box {
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .product-section2 .box {
    margin-top: 2.604167vw;
  }
}
.product-section2 .box .item {
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.5%;
}
@media screen and (min-width: 992px) {
  .product-section2 .box .item {
    border-radius: 0.520833vw;
  }
}
@media screen and (max-width: 991px) {
  .product-section2 .box .item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.product-section2 .box .item:last-child {
  margin-bottom: 0;
}
.product-section2 .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
.product-section2 .box .item .img {
  width: 46.875%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-section2 .box .item .img {
    border-radius: 0.520833vw;
  }
}
@media screen and (max-width: 991px) {
  .product-section2 .box .item .img {
    width: 100%;
  }
}
.product-section2 .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section2 .box .item .text {
  width: 53.125%;
  padding: 3.75% 6%;
}
@media screen and (max-width: 991px) {
  .product-section2 .box .item .text {
    width: 100%;
    padding: 8% 6%;
  }
}
.product-section2 .box .item .text .title {
  font-family: "HONORSansCN-Light";
  font-size: 1.5625vw;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .product-section2 .box .item .text .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .product-section2 .box .item .text .title {
    font-size: .36rem;
  }
}
.product-section2 .box .item .text .desc {
  margin-top: 0.2rem;
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .product-section2 .box .item .text .desc {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .product-section2 .box .item .text .desc {
    margin-top: 1.04167vw;
  }
}
.product-section2 .box .item .text .public-btn {
  margin-top: 0.35rem;
}
@media screen and (min-width: 992px) {
  .product-section2 .box .item .text .public-btn {
    margin-top: 1.823vw;
  }
}
.product-section3 {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-section3 .i-title .text {
  margin-top: 0.3rem;
  max-width: 9.4rem;
}
@media screen and (min-width: 992px) {
  .product-section3 .i-title .text {
    margin-top: 1.5625vw;
    max-width: 48.95833vw;
  }
}
.product-section3 .i-title .public-btn {
  margin-top: 0.35rem;
}
@media screen and (min-width: 992px) {
  .product-section3 .i-title .public-btn {
    margin-top: 1.8229167vw;
  }
}
.product-section3 .i-title .prompt-text {
  margin-top: 0.2rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8333333333333333vw;
}
@media screen and (max-width: 991px) {
  .product-section3 .i-title .prompt-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .product-section3 .i-title .prompt-text {
    margin-top: 1.04167vw;
  }
}
.about-section1 {
  background: url(../images/img13.png) right top no-repeat;
  background-size: 73.55% auto;
}
@media screen and (max-width: 991px) {
  .about-section1 .box {
    flex-wrap: wrap;
  }
}
.about-section1 .box .textbox {
  width: 46%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .about-section1 .box .textbox {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section1 .box .textbox {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0.5rem;
    padding-right: 0%;
    padding-left: 0%;
    margin: auto;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 992px) {
  .about-section1 .box .textbox {
    padding-bottom: 2.604167vw;
  }
}
.about-section1 .box .textbox .i-title .text {
  margin-top: 8%;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .about-section1 .box .textbox .i-title .text {
    margin-top: 0.5rem;
  }
}
.about-section1 .box .imgbox {
  width: 46%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .about-section1 .box .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section1 .box .imgbox {
    width: 90%;
    margin: auto;
  }
}
.about-section1 .box .imgbox img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .about-section1 .box .imgbox img {
    border-radius: 0.5208333vw;
  }
}
.about-section2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background: #150e41;
}
.about-section2 .box {
  position: relative;
  z-index: 1;
}
.about-section2 .box::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  z-index: -1;
  width: 43.38541666666667%;
  height: 100%;
  background: url(../images/img14.png) right bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .about-section2 .box::before {
    bottom: -2.604167vw;
  }
}
.about-section2 .box .item {
  padding-bottom: 6%;
}
@media screen and (max-width: 991px) {
  .about-section2 .box .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0.6rem;
  }
}
.about-section2 .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .about-section2 .box .item:nth-child(even) {
    flex-direction: column;
  }
}
.about-section2 .box .item .imgbox {
  width: 46%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .about-section2 .box .item .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section2 .box .item .imgbox {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.about-section2 .box .item .imgbox img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .about-section2 .box .item .imgbox img {
    border-radius: 0.5208333vw;
  }
}
.about-section2 .box .item .textbox {
  width: 46%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .about-section2 .box .item .textbox {
    width: 100%;
  }
}
.about-section2 .box .item .textbox ul {
  padding-left: 0;
}
.about-section2 .box .item .textbox ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .about-section2 .box .item .textbox ul li {
    margin-bottom: 2.604167vw;
  }
}
.about-section2 .box .item .textbox ul li:last-child {
  margin-bottom: 0;
}
.about-section2 .box .item .textbox ul li .i-title .headline {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  padding-bottom: 0.2rem;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
}
@media screen and (min-width: 992px) {
  .about-section2 .box .item .textbox ul li .i-title .headline {
    padding-bottom: 1.041666666666667vw;
  }
}
.about-section2 .box .item .textbox ul li .i-title .headline img {
  flex-shrink: 0;
  margin-right: 0.15rem;
  max-width: 0.48rem;
}
@media screen and (min-width: 992px) {
  .about-section2 .box .item .textbox ul li .i-title .headline img {
    max-width: 2.5vw;
    margin-right: 0.78125vw;
  }
}
.about-section2 .box .item .textbox ul li .i-title .headline span {
  flex: 1;
  overflow: hidden;
  font-family: "HONORSansCN-ExtraLight";
  color: #ffffff;
}
.about-section2 .box .item .textbox ul li .i-title .desc {
  display: none;
}
.about-section2 .box .item .textbox ul li .i-title .desc .text {
  margin-top: 0.3rem;
}
@media screen and (min-width: 992px) {
  .about-section2 .box .item .textbox ul li .i-title .desc .text {
    margin-top: 1.5625vw;
  }
}
.about-section2 .content {
  background: url(../images/img15.png) bottom center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .about-section2 .content {
    margin-top: 0.5rem;
    background: url(../images/img15.png) bottom center no-repeat;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 480px) {
  .about-section2 .content {
    background: url(../images/img15.png) bottom center no-repeat;
    background-size: 300% auto;
  }
}
.about-section2 .content .wrap {
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .about-section2 .content .wrap {
    margin-top: 2.604167vw;
  }
}
.about-section2 .content .wrap .item {
  position: relative;
  z-index: 1;
  width: 24.4375%;
  margin-right: 0.75%;
  margin-bottom: 0.75%;
  text-align: center;
  background: rgba(75, 31, 127, 0.21);
  box-shadow: 0px 0px 16px rgba(200, 200, 200, 0.21);
  border-radius: 10px;
  padding: 3% 1.875%;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .about-section2 .content .wrap .item {
    border-radius: 0.5208333vw;
  }
}
.about-section2 .content .wrap .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .about-section2 .content .wrap .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 6.75% 1.875%;
  }
  .about-section2 .content .wrap .item:nth-child(4n) {
    margin-right: 3%;
  }
  .about-section2 .content .wrap .item:nth-child(2n) {
    margin-right: 0%;
  }
}
.about-section2 .content .wrap .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: inset 0 0 13px #4b1f7f;
}
@media screen and (min-width: 992px) {
  .about-section2 .content .wrap .item::before {
    border-radius: 0.5208333vw;
  }
}
.about-section2 .content .wrap .item .icon img {
  max-width: 0.7rem;
}
@media screen and (min-width: 992px) {
  .about-section2 .content .wrap .item .icon img {
    max-width: 3.6458333vw;
  }
}
.about-section2 .content .wrap .item .txt {
  margin-top: 0.3rem;
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .about-section2 .content .wrap .item .txt {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .about-section2 .content .wrap .item .txt {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section2 .content .wrap .item .txt {
    font-size: 3vmin;
  }
}
.about-section3 .box {
  margin-top: 4.375%;
}
.about-section3 .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-section3 .box .swiper.mySwiper1 {
  padding-left: 8.333333333333333%;
  padding-right: 8.333333333333333%;
  box-sizing: border-box;
  margin-bottom: 7.5%;
}
@media screen and (max-width: 1260px) {
  .about-section3 .box .swiper.mySwiper1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide {
  width: auto;
  min-width: 16.66666666666667%;
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide {
    min-width: 25%;
  }
}
.about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time {
  position: relative;
  padding-top: 0.45rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.6);
  font-family: "HONORSansCN-Light";
  transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time {
    padding-top: 2.34375vw;
    padding-right: 1.5625vw;
  }
}
.about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time::before {
    top: 0.46875vw;
  }
}
@media screen and (max-width: 480px) {
  .about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time::before {
    height: 1px;
  }
}
.about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #cdcdcd;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .time::after {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}
.about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .time {
  color: #4b1f7f;
}
.about-section3 .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .time::after {
  background: #4b1f7f;
}
.about-section3 .box .swiper.mySwiper2 {
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .about-section3 .box .swiper.mySwiper2 {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img {
  width: 41.75%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img {
    width: 100%;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img img {
  display: block;
  width: 100%;
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img .prompt-txt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7291666666666667vw;
  margin-top: 0.15rem;
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img .prompt-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img .prompt-txt {
    margin-top: 12px;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img .prompt-txt a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img .prompt-txt a:hover {
  color: #4b1f7f;
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text {
  width: 49.375%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 {
  position: relative;
  font-family: "HONORSansCN-Regular";
  font-size: 2.083333333333333vw;
  color: #4b1f7f;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 {
    font-size: .42rem;
  }
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 {
    margin-bottom: 0.25rem;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
@media screen and (max-width: 480px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1::before {
    height: 1px;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 span {
  display: inline-block;
  padding-bottom: 0.3rem;
  border-bottom: #4b1f7f solid 2px;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 span {
    padding-bottom: 1.5625vw;
    border-bottom: #4b1f7f solid 0.104167vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t1 span {
    padding-bottom: 0.2rem;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t2 {
  font-family: "HONORSansCN-ExtraLight";
  font-size: 1.145833333333333vw;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .text .t2 {
    font-size: 0.28rem;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-button-prev,
.about-section3 .box .swiper.mySwiper2 .swiper-button-next {
  top: auto;
  margin-top: 0;
  transform: none;
  bottom: 0.7rem;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-button-prev,
  .about-section3 .box .swiper.mySwiper2 .swiper-button-next {
    bottom: 3.6458333vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-button-prev,
  .about-section3 .box .swiper.mySwiper2 .swiper-button-next {
    bottom: 0;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-button-prev {
  left: 50.625%;
  right: auto;
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-button-prev {
    left: 0;
  }
}
.about-section3 .box .swiper.mySwiper2 .swiper-button-next {
  left: calc(50.625% + 0.7rem);
  right: auto;
}
@media screen and (min-width: 992px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-button-next {
    left: calc(50.625% + 3.6458333vw);
  }
}
@media screen and (max-width: 991px) {
  .about-section3 .box .swiper.mySwiper2 .swiper-button-next {
    left: 0.8rem;
  }
}
.cooperate-section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
  background: url(../images/img19.png) top -2.92vw center no-repeat;
  background-size: 100% auto;
}
.cooperate-section1 .i-title .subtit {
  color: rgba(0, 0, 0, 0.6);
}
.cooperate-section1 .box {
  margin-top: 6%;
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box {
    flex-wrap: wrap;
    margin-top: 9%;
  }
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .contain {
    flex-wrap: wrap;
  }
}
.cooperate-section1 .box .textbox {
  padding-top: 0.78125%;
  width: 43.75%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .textbox {
    width: 100%;
  }
}
.cooperate-section1 .box .textbox .title {
  font-family: "HONORSansCN-ExtraLight";
  color: #000000;
  font-size: 2.604166666666667vw;
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .textbox .title {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .cooperate-section1 .box .textbox .title {
    font-size: .45rem;
  }
}
.cooperate-section1 .box .textbox .txt {
  margin-top: 0.1rem;
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .textbox .txt {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .cooperate-section1 .box .textbox .txt {
    font-size: .36rem;
  }
}
@media screen and (min-width: 992px) {
  .cooperate-section1 .box .textbox .txt {
    margin-top: 0.5208333vw;
  }
}
.cooperate-section1 .box .textbox .desc {
  margin-top: 0.4rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .textbox .desc {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .cooperate-section1 .box .textbox .desc {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 992px) {
  .cooperate-section1 .box .textbox .desc {
    margin-top: 2.08333vw;
  }
}
.cooperate-section1 .box .textbox .linkbox {
  margin-top: 0.4rem;
}
@media screen and (min-width: 992px) {
  .cooperate-section1 .box .textbox .linkbox {
    margin-top: 2.08333vw;
  }
}
.cooperate-section1 .box .textbox .linkbox .icon a {
  display: inline-block;
}
.cooperate-section1 .box .textbox .linkbox .icon a img {
  max-width: 60%;
}
.cooperate-section1 .box .textbox .linkbox .sp {
  margin-top: 0.2rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8333333333333333vw;
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .textbox .linkbox .sp {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .cooperate-section1 .box .textbox .linkbox .sp {
    margin-top: 1.041665vw;
  }
}
.cooperate-section1 .box .textbox .linkbox .sp a {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
}
.cooperate-section1 .box .textbox .linkbox .sp a:hover {
  color: #4b1f7f;
}
.cooperate-section1 .box .imgbox {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .cooperate-section1 .box .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .cooperate-section1 .box .imgbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.cooperate-section1 .box .imgbox img {
  display: block;
  width: 100%;
}
.cooperate-section2 {
  background: linear-gradient(to bottom, #150e41 0%, #150e41 24%, #160f42 25%, #d8d7e0 100%);
}
.cooperate-section2 .box {
  margin-top: 3.5%;
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box {
    margin-top: 0.4rem;
  }
}
.cooperate-section2 .box .customize-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .customize-swiper {
    padding-bottom: 0.7rem;
  }
}
.cooperate-section2 .box .customize-swiper .customize-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .customize-swiper .customize-wrapper {
    transition-property: transform;
    box-sizing: content-box;
  }
}
.cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.0625%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide {
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    border-radius: 0.5208333vw;
  }
  .cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide {
    display: block;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (max-width: 480px) {
  .cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide {
    border-radius: 6px;
  }
}
.cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide .item {
  display: block;
  width: 100%;
  overflow: hidden;
}
.cooperate-section2 .box .customize-swiper .customize-wrapper .customize-slide .item img {
  max-width: 100%;
}
.cooperate-section2 .box .customize-swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .customize-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .customize-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #FFFFFF;
    opacity: 0.2;
  }
  .cooperate-section2 .box .customize-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
  }
}
.cooperate-section2 .box .prompt-text {
  margin-top: 1%;
  text-align: center;
  font-family: "HONORSansCN-Light";
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .prompt-text {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .cooperate-section2 .box .prompt-text {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 991px) {
  .cooperate-section2 .box .prompt-text {
    margin-top: 0.4rem;
  }
}
.core-technology {
  background: url(../images/img26.png) top 19.27vw center no-repeat;
  background-size: 100% auto;
}
.core-technology .section1 .i-title .text {
  margin-top: 0.24rem;
}
@media screen and (min-width: 992px) {
  .core-technology .section1 .i-title .text {
    margin-top: 1.25vw;
  }
}
.core-technology .section2 .box {
  margin-top: 3.5%;
}
@media screen and (max-width: 991px) {
  .core-technology .section2 .box {
    margin-top: 0.5rem;
  }
}
.core-technology .section2 .box .item {
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 1.875%;
}
@media screen and (min-width: 992px) {
  .core-technology .section2 .box .item {
    border-radius: 0.5208333vw;
  }
}
.core-technology .section2 .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .core-technology .section2 .box .item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  .core-technology .section2 .box .item:last-child {
    margin-bottom: 0;
  }
}
.core-technology .section2 .box .item .textbox {
  width: 53.125%;
  padding: 2.5% 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .core-technology .section2 .box .item .textbox {
    width: 100%;
    padding: 8% 6%;
  }
}
.core-technology .section2 .box .item .textbox .t1 {
  font-family: "HONORSansCN-ExtraLight";
  color: #000000;
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .core-technology .section2 .box .item .textbox .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .core-technology .section2 .box .item .textbox .t1 {
    font-size: .36rem;
  }
}
.core-technology .section2 .box .item .textbox .t1 span {
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
}
.core-technology .section2 .box .item .textbox .t2 {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .core-technology .section2 .box .item .textbox .t2 {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .core-technology .section2 .box .item .textbox .t2 {
    margin-top: 0.78125vw;
  }
}
.core-technology .section2 .box .item .textbox .t2 span {
  color: #4b1f7f;
}
.core-technology .section2 .box .item .imgbox {
  width: 46.875%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .core-technology .section2 .box .item .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .core-technology .section2 .box .item .imgbox {
    width: 100%;
  }
}
.core-technology .section2 .box .item .imgbox img {
  display: block;
  width: 100%;
}
.core-technology .section3 .i-title .text {
  margin-top: 0.24rem;
}
@media screen and (min-width: 992px) {
  .core-technology .section3 .i-title .text {
    margin-top: 1.25vw;
  }
}
.core-technology .section3 .box {
  margin-top: 2.34375%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .core-technology .section3 .box {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .core-technology .section3 .box {
    margin-top: 0.5rem;
  }
}
.core-technology .section3 .box img {
  display: block;
  margin: auto;
  max-width: 85%;
}
.core-team .i-title .subtit {
  color: #b7b7b7;
}
.core-team .box {
  margin-top: 5.3125%;
}
@media screen and (max-width: 991px) {
  .core-team .box {
    margin-top: 0.5rem;
  }
}
.core-team .box .item {
  position: relative;
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .core-team .box .item {
    border-radius: 0.5208333vw;
  }
}
.core-team .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .core-team .box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .core-team .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .core-team .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .core-team .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
  .core-team .box .item:last-child {
    margin-bottom: 0;
  }
}
.core-team .box .item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 115.3846153846154%;
  overflow: hidden;
}
.core-team .box .item .imgbox::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(53, 45, 112, 0), rgba(53, 45, 112, 0.8));
}
.core-team .box .item .imgbox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  z-index: 2;
  backdrop-filter: blur(29px);
  opacity: 0;
  transition: all 0.3s ease;
}
.core-team .box .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.core-team .box .item .textbox {
  position: absolute;
  left: 0;
  bottom: -2.5vw;
  z-index: 5;
  width: 100%;
  padding: 6.9%;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .core-team .box .item .textbox {
    bottom: 0;
  }
}
.core-team .box .item .textbox .t1 {
  font-family: "HONORSansCN-ExtraLight";
  color: #ffffff;
  font-size: 2.083333333333333vw;
}
@media screen and (max-width: 991px) {
  .core-team .box .item .textbox .t1 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .core-team .box .item .textbox .t1 {
    font-size: .42rem;
  }
}
.core-team .box .item .textbox .t2 {
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 1.145833333333333vw;
}
@media screen and (max-width: 991px) {
  .core-team .box .item .textbox .t2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .core-team .box .item .textbox .t2 {
    font-size: 0.28rem;
  }
}
.core-team .box .item .textbox .t3 {
  margin-top: 0.2rem;
  padding-top: 0.3rem;
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 0.9375vw;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .core-team .box .item .textbox .t3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .core-team .box .item .textbox .t3 {
    margin-top: 1.04167vw;
    padding-top: 1.5625vw;
  }
  .core-team .box .item .textbox .t3 .text {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .core-team .box .item .textbox .t3 {
    opacity: 1;
    max-height: 100%;
  }
}
.core-team .box .item:hover .imgbox::after {
  opacity: 1;
}
.core-team .box .item:hover .textbox {
  bottom: 0;
}
.core-team .box .item:hover .textbox .t3 {
  opacity: 1;
  max-height: 500px;
}
.contact .contact-info:first-child {
  margin-bottom: 0.6rem;
}
.contact-info .box {
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .contact-info .box {
    flex-wrap: wrap;
  }
}
.contact-info .box .textbox {
  width: 52.5%;
  min-height: 32.3vw;
  padding: 4% 6.25% 4% 5.625%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact-info .box .textbox {
    width: 100%;
    padding: 8% 6%;
  }
}
.contact-info .box .textbox .text .title {
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 2.083333333333333vw;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 991px) {
  .contact-info .box .textbox .text .title {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-info .box .textbox .text .title {
    font-size: .42rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-info .box .textbox .text .title {
    margin-bottom: 1.5625vw;
  }
}
.contact-info .box .textbox .text ul {
  border-top: rgba(53, 45, 112, 0.1) solid 1px;
  padding-left: 0;
}
.contact-info .box .textbox .text ul li {
  padding: 0.2rem 0;
  list-style: none;
  border-bottom: rgba(53, 45, 112, 0.1) solid 1px;
}
@media screen and (min-width: 992px) {
  .contact-info .box .textbox .text ul li {
    padding: 1.04167vw 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box .textbox .text ul li {
    padding: 15px 0;
  }
}
.contact-info .box .textbox .text ul li .sp1 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
@media screen and (min-width: 992px) {
  .contact-info .box .textbox .text ul li .sp1 {
    margin-right: 1.04167vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box .textbox .text ul li .sp1 {
    margin-right: 10px;
  }
}
.contact-info .box .textbox .text ul li .sp1 img {
  width: 0.25rem;
}
@media screen and (min-width: 992px) {
  .contact-info .box .textbox .text ul li .sp1 img {
    width: 1.30208333vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box .textbox .text ul li .sp1 img {
    width: 19px;
  }
}
.contact-info .box .textbox .text ul li .sp2 {
  display: flex;
  align-items: flex-start;
  flex: 1;
  overflow: hidden;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .contact-info .box .textbox .text ul li .sp2 {
    font-size: .26rem;
  }
}
.contact-info .box .imgbox {
  position: relative;
  width: 47.5%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact-info .box .imgbox {
    width: 100%;
    padding-bottom: 80%;
  }
}
.contact-info .box .imgbox iframe,
.contact-info .box .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form .i-title .headline {
  font-family: "HONORSansCN-Light";
}
.contact-form .box {
  margin-top: 2.8125%;
}
@media screen and (max-width: 991px) {
  .contact-form .box {
    margin-top: 0.4rem;
  }
}
.contact-form .box .layui-form .layui-form-item {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contact-form .box .layui-form .layui-form-item.buttonbox {
  margin-top: 0.45rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact-form .box .layui-form .layui-form-item.buttonbox {
    margin-top: 2.34375vw;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block {
  width: 100%;
  margin-left: 0;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block.third {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block.third:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block.third {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.8rem;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.041666666666667vw;
  border: rgba(53, 45, 112, 0.1) solid 2px;
  background: none;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    padding: 0 1.04167vw;
    height: 4.1667vw;
    border: rgba(53, 45, 112, 0.1) solid 0.104167vw;
    border-radius: 0.5208333vw;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input:focus {
  border-color: #352d70 !important;
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input:focus {
    border-width: 1px !important;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    padding: 0 0.3rem;
    border-width: 1px;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
  width: 100%;
  padding: 0.2rem;
  height: 1.25rem;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.041666666666667vw;
  border: rgba(53, 45, 112, 0.1) solid 2px;
  background: none;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    padding: 1.04167vw;
    height: 6.5104167vw;
    border: rgba(53, 45, 112, 0.1) solid 0.104167vw;
    border-radius: 0.5208333vw;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea:focus {
  border-color: #352d70 !important;
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea:focus {
    border-width: 1px !important;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    padding: 0.3rem;
    height: 2.5rem;
    border-width: 1px;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea::-webkit-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea::-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea:-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea:-ms-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.4);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 1.041666666666667vw;
  background: #352d70;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    min-width: 10.4167vw;
    height: 3.6458333vw;
    border-radius: 1.8229167vw;
  }
}
@media screen and (max-width: 1260px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    min-width: 3rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    min-width: 2.4rem;
    height: 0.75rem;
    border-radius: 0.4rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-edge {
  right: 0.2rem;
}
@media screen and (min-width: 992px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-edge {
    right: 1.04167vw;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 100%;
  padding: 0;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
  line-height: 0.4rem;
}
@media screen and (min-width: 992px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    line-height: 2.08333vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    line-height: 0.7rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background: #fc9613;
}
.technology .box .item {
  margin-bottom: 10%;
}
@media screen and (max-width: 991px) {
  .technology .box .item {
    flex-wrap: wrap;
  }
}
.technology .box .item.item2 .textbox .i-title .enfoldment {
  margin-top: 0.45rem;
}
@media screen and (min-width: 992px) {
  .technology .box .item.item2 .textbox .i-title .enfoldment {
    margin-top: 2.34375vw;
  }
}
.technology .box .item:last-child {
  margin-bottom: 0;
}
.technology .box .item .textbox {
  width: 50%;
  padding-left: 8.333333333333333%;
  padding-right: 6%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .technology .box .item .textbox {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .technology .box .item .textbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.technology .box .item .textbox .i-title .subtit {
  font-family: "HONORSansCN-Light";
}
.technology .box .item .textbox .i-title .enfoldment ul {
  padding-left: 0;
}
.technology .box .item .textbox .i-title .enfoldment ul li {
  cursor: pointer;
  list-style: none;
}
.technology .box .item .textbox .i-title .enfoldment ul li.active .summary-title {
  border-bottom: rgba(75, 31, 127, 0.6) solid 1px;
}
.technology .box .item .textbox .i-title .enfoldment ul li.active .summary-title .subtit {
  color: #352d70;
}
.technology .box .item .textbox .i-title .enfoldment ul li.active .summary-title .t1 {
  color: #4b1f7f;
}
.technology .box .item .textbox .i-title .enfoldment ul li.active .summary-text {
  display: block;
}
.technology .box .item .textbox .i-title .enfoldment ul li .summary-title {
  padding-bottom: 0.12rem;
  margin-bottom: 0.25rem;
  border-bottom: rgba(53, 45, 112, 0.1) solid 1px;
}
@media screen and (min-width: 992px) {
  .technology .box .item .textbox .i-title .enfoldment ul li .summary-title {
    padding-bottom: 0.625vw;
    margin-bottom: 1.3020833vw;
  }
}
.technology .box .item .textbox .i-title .enfoldment ul li .summary-title .subtit {
  color: rgba(0, 0, 0, 0.6);
}
.technology .box .item .textbox .i-title .enfoldment ul li .summary-title .t1 {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .technology .box .item .textbox .i-title .enfoldment ul li .summary-title .t1 {
    font-size: .26rem;
  }
}
.technology .box .item .textbox .i-title .enfoldment ul li .summary-text {
  display: none;
}
.technology .box .item .textbox .i-title .enfoldment ul li .summary-text .t2 {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9375vw;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 991px) {
  .technology .box .item .textbox .i-title .enfoldment ul li .summary-text .t2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .technology .box .item .textbox .i-title .enfoldment ul li .summary-text .t2 {
    padding-bottom: 1.5625vw;
  }
}
.technology .box .item .imgbox {
  width: 50%;
  padding-right: 8.333333333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .technology .box .item .imgbox {
    padding-right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .technology .box .item .imgbox {
    width: calc(90% + 20px);
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    margin-top: 0.3rem;
  }
}
.technology .box .item .imgbox .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 26.04167vw;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .technology .box .item .imgbox .swiper {
    padding: 0.5208333vw;
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .technology .box .item .imgbox .swiper {
    padding-right: 10px;
  }
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide {
    border-radius: 0.5208333vw;
  }
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block {
  width: 100%;
  height: 100%;
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  opacity: 0.15;
  transition: all 0.5s ease;
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .img img {
  max-width: 100%;
  max-height: 700px;
}
@media screen and (min-width: 992px) {
  .technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .img img {
    max-height: 36.4583vw;
  }
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .img video {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 700px;
}
@media screen and (min-width: 992px) {
  .technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .img video {
    max-height: 36.4583vw;
  }
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .desc {
  flex-shrink: 0;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
  text-align: center;
  padding: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .desc {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide .block .desc {
    padding: 1.04167vw;
  }
}
.technology .box .item .imgbox .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img {
  opacity: 1;
}
.tech-text {
  background: url(../images/img39.png) center bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .tech-text {
    background: url(../images/img39.png) center bottom no-repeat;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 480px) {
  .tech-text {
    background: url(../images/img39.png) center bottom no-repeat;
    background-size: 300% auto;
  }
}
.tech-text .i-title .text {
  margin-top: 0.24rem;
}
@media screen and (min-width: 992px) {
  .tech-text .i-title .text {
    margin-top: 1.25vw;
  }
}
.tech-text .i-title .text span {
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
}
.selected-news .box {
  margin-top: 2.5%;
}
@media screen and (max-width: 991px) {
  .selected-news .box {
    margin-top: 0.4rem;
  }
}
.selected-news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper {
    padding: 0.5208333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper {
    padding-bottom: 35px;
  }
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item {
    border-radius: 0.5208333vw;
  }
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item::before {
    display: none;
  }
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 43.75%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox {
    border-radius: 0.5208333vw;
  }
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0.45rem;
  z-index: 2;
  max-width: 920px;
  width: 75%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    bottom: 2.34375vw;
    max-width: 47.9167vw;
    padding: 0 2.604167vw;
  }
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox {
    position: static;
    width: 100%;
    padding: 0.4rem;
  }
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
  font-family: "HONORSansCN-ExtraLight";
  color: #ffffff;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .date {
    color: #000000;
  }
}
.selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
  margin-top: 0.1rem;
  font-family: "HONORSansCN-ExtraLight";
  color: #FFFFFF;
  font-size: 1.5625vw;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    font-size: .36rem;
  }
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    margin-top: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-wrapper .swiper-slide .item .textbox .title {
    margin-top: 0.15rem;
    color: #000000;
  }
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-pagination {
    left: auto;
    right: 2.604167vw;
    bottom: 5.208333vw;
    display: inline-flex;
    align-items: center;
    max-width: 25%;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-pagination {
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.selected-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.08rem;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.2;
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.78125vw;
    height: 0.78125vw;
    margin: 0 0.4167vw;
  }
}
.selected-news .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #352d70;
  }
  .selected-news .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #352d70;
  }
}
.selected-news .box .swiper .swiper-button-next,
.selected-news .box .swiper .swiper-button-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .selected-news .box .swiper .swiper-button-next,
  .selected-news .box .swiper .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;
    margin-top: -1.45835vw;
  }
}
@media screen and (max-width: 991px) {
  .selected-news .box .swiper .swiper-button-next,
  .selected-news .box .swiper .swiper-button-prev {
    display: none;
    width: 0.64rem;
    height: 0.64rem;
    margin-top: -0.32rem;
  }
}
.selected-news .box .swiper .swiper-button-prev {
  background: rgba(255, 255, 255, 0.3) url(../images/icon5a.png) center no-repeat;
  background-size: 32.14286% auto;
  right: auto;
  left: 2.604167vw;
}
.selected-news .box .swiper .swiper-button-prev:hover {
  background: #4b1f7f url(../images/icon5a.png) center no-repeat;
  background-size: 32.14286% auto;
}
.selected-news .box .swiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.3) url(../images/icon6a.png) center no-repeat;
  background-size: 32.14286% auto;
  right: 2.604167vw;
  left: auto;
}
.selected-news .box .swiper .swiper-button-next:hover {
  background: #4b1f7f url(../images/icon6a.png) center no-repeat;
  background-size: 32.14286% auto;
}
.newslist {
  padding-top: 4.166666666666667vw;
}
@media screen and (max-width: 991px) {
  .newslist {
    padding-top: 0.8rem;
  }
}
.newslist .box {
  margin-top: 2.5%;
  margin-bottom: 3%;
}
@media screen and (max-width: 991px) {
  .newslist .box {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.newslist .box .newitem {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.newslist .box .newitem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .newslist .box .newitem {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .newslist .box .newitem:nth-child(3n) {
    margin-right: 3%;
  }
  .newslist .box .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newslist .box .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .page .page-list {
    flex-wrap: wrap;
  }
}
.page .page-list span,
.page .page-list a {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 .1rem;
  min-width: .56rem;
  height: .56rem;
  border-radius: 0.3rem;
  margin-bottom: .1rem;
  margin-right: .1rem;
  text-align: center;
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: #4b1f7f;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .page .page-list span,
  .page .page-list a {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .page .page-list span,
  .page .page-list a {
    padding: 0 0.5208333vw;
    min-width: 2.9167vw;
    height: 2.9167vw;
    border-radius: 1.5625vw;
    margin-bottom: 0.5208333vw;
    margin-right: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list span,
  .page .page-list a {
    min-width: .64rem;
    height: .64rem;
    border-radius: 0.32rem;
    margin-right: .15rem;
  }
}
.page .page-list span:last-child,
.page .page-list a:last-child {
  margin-right: 0;
}
.page .page-list span:hover,
.page .page-list a:hover {
  color: #FFFFFF;
  background: #4b1f7f;
}
.page .page-list span.fyprev,
.page .page-list a.fyprev {
  background: #FFFFFF url(../images/icon26.png) center no-repeat;
  background-size: 28.572% auto;
}
.page .page-list span.fyprev.disabled,
.page .page-list a.fyprev.disabled {
  pointer-events: none;
}
.page .page-list span.fyprev:hover,
.page .page-list a.fyprev:hover {
  background: #4b1f7f url(../images/icon26a.png) center no-repeat;
  background-size: 28.572% auto;
}
.page .page-list span.fynext,
.page .page-list a.fynext {
  background: #FFFFFF url(../images/icon27.png) center no-repeat;
  background-size: 28.572% auto;
}
.page .page-list span.fynext.disabled,
.page .page-list a.fynext.disabled {
  pointer-events: none;
  background: none;
}
.page .page-list span.fynext:hover,
.page .page-list a.fynext:hover {
  background: #4b1f7f url(../images/icon27a.png) center no-repeat;
  background-size: 28.572% auto;
}
.page .page-list span.on,
.page .page-list a.on {
  color: #FFFFFF;
  background: #4b1f7f;
}
.page .page-list span {
  background: none;
}
.page .page-list span.els {
  color: #4b1f7f;
  font-size: 1.25vw;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .page .page-list span.els {
    font-size: .3rem;
  }
}
.page .page-list span:hover {
  background: none;
}
.page .page-list .skip {
  display: inline-flex;
  align-items: center;
  margin-left: 0.45rem;
  margin-bottom: 0.1rem;
  font-family: "HONORSansCN-ExtraLight";
  color: #4b1f7f;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .page .page-list .skip {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .page .page-list .skip {
    margin-left: 2.34375vw;
    margin-bottom: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list .skip {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.page .page-list .skip .s1 {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 0.15rem;
  border-radius: 0.28rem;
  background-color: #ffffff;
  border: rgba(75, 31, 127, 0.1) solid 1px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page .page-list .skip .s1 {
    min-width: 2.9167vw;
    height: 2.9167vw;
    margin: 0 0.78125vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list .skip .s1 {
    width: 0.9rem;
    height: 0.64rem;
    border-radius: 0.32rem;
    margin: 0 0.2rem;
  }
}
.page .page-list .skip .s2 {
  display: inline-block;
  min-width: 0.56rem;
  height: 0.56rem;
  margin-left: 0.28rem;
  border-radius: 0.28rem;
  background-color: #4b1f7f;
  font-family: "HONORSansCN-Light";
  color: #FFFFFF;
  font-size: 0.8333333333333333vw;
}
@media screen and (max-width: 991px) {
  .page .page-list .skip .s2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .page .page-list .skip .s2 {
    min-width: 2.9167vw;
    height: 2.9167vw;
    margin-left: 1.458333vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list .skip .s2 {
    min-width: 0.9rem;
    height: 0.64rem;
    border-radius: 0.32rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
.public-crumbs .contain {
  display: flex;
  align-items: center;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8333333333333333vw;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .public-crumbs .contain {
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.public-crumbs .contain span,
.public-crumbs .contain a {
  flex-shrink: 0;
  color: #a7a7a7;
}
.public-crumbs .contain span:hover,
.public-crumbs .contain a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.public-crumbs .contain span.on,
.public-crumbs .contain a.on {
  flex: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.6);
}
.public-crumbs .contain span {
  display: inline-block;
  margin: 0 4px;
}
@media screen and (min-width: 992px) {
  .public-crumbs .contain span {
    margin: 0 0.208333vw;
  }
}
.public-crumbs.white .contain {
  color: #FFFFFF;
}
.public-crumbs.white .contain span,
.public-crumbs.white .contain a {
  color: #FFFFFF;
}
.public-crumbs.white .contain span:hover,
.public-crumbs.white .contain a:hover {
  color: #FFFFFF;
}
.public-crumbs.white .contain span.on,
.public-crumbs.white .contain a.on {
  color: #FFFFFF;
}
.new-details .box {
  width: 100%;
  margin: 6.5% auto 0;
}
.new-details .box .portion {
  padding-bottom: 0.2rem;
  border-bottom: #e5e5e5 solid 2px;
}
@media screen and (min-width: 992px) {
  .new-details .box .portion {
    padding-bottom: 1.04167vw;
    border-bottom: #e5e5e5 solid 0.104167vw;
  }
}
@media screen and (max-width: 991px) {
  .new-details .box .portion {
    padding-bottom: 0.35rem;
  }
}
.new-details .box .portion .title {
  max-width: 80%;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .title {
    max-width: 100%;
  }
}
.new-details .box .portion .title .headline {
  font-family: "HONORSansCN-ExtraLight";
  color: #000000;
  font-size: 2.604166666666667vw;
  line-height: 1.2;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .title .headline {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .new-details .box .portion .title .headline {
    font-size: .45rem;
  }
}
.new-details .box .portion .title .text {
  margin-top: 0.25rem;
  font-family: "HONORSansCN-ExtraLight";
  color: #000000;
  font-size: 1.041666666666667vw;
  gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .title .text {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .new-details .box .portion .title .text {
    margin-top: 1.30208333vw;
    gap: 2.604167vw;
  }
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .title .text {
    margin-top: 0.35rem;
  }
}
.new-details .box .portion .returnbtn {
  flex-shrink: 0;
  margin-left: 0.3rem;
}
@media screen and (min-width: 992px) {
  .new-details .box .portion .returnbtn {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .returnbtn {
    display: none;
  }
}
.new-details .box .portion .returnbtn span,
.new-details .box .portion .returnbtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .new-details .box .portion .returnbtn span,
  .new-details .box .portion .returnbtn a {
    width: 4.167vw;
    height: 4.167vw;
  }
}
.new-details .box .portion .returnbtn span img,
.new-details .box .portion .returnbtn a img {
  width: 28.75%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new-details .box .portion .returnbtn span:hover,
.new-details .box .portion .returnbtn a:hover {
  background: #352d70;
}
.new-details .box .portion .returnbtn span:hover img,
.new-details .box .portion .returnbtn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.new-details .box .content {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .new-details .box .content {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .new-details .box .content {
    padding-top: 2.604167vw;
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 991px) {
  .new-details .box .content {
    padding-bottom: 0;
  }
}
.new-details .box .content a {
  color: rgba(0, 0, 0, 0.6);
}
.new-details .box .content img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.new-details .box .content .figure-group ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.new-details .box .content .figure-group ul li {
  list-style: none;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%;
}
.new-details .box .content .figure-group ul li:nth-child(2n) {
  margin-right: 0;
}
.new-details .box .content .figure-group ul li.single {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.3rem;
}
.new-details .box .content .figure-group ul li.single:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .new-details .box .content .figure-group ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .new-details .box .content .figure-group ul li:last-child {
    margin-bottom: 0;
  }
}
.new-details .box .content .figure-group ul li .figure {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.new-details .box .content .figure-group ul li .figure img {
  max-width: 100%;
}
.new-details .box .content .figure-group .sp {
  text-align: center;
  margin-top: 0.2rem;
}
.article-operate {
  padding-top: 0.55rem;
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (min-width: 992px) {
  .article-operate {
    padding-top: 2.86458333vw;
  }
}
@media screen and (max-width: 991px) {
  .article-operate {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .article-operate {
    padding-top: 0.4rem;
  }
}
.article-operate a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 2rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  box-sizing: border-box;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.041666666666667vw;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .article-operate a {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .article-operate a {
    min-width: 10.4167vw;
    height: 3.6458333vw;
    border-radius: 1.8229167vw;
  }
}
.article-operate a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .article-operate a i {
    width: 2.9167vw;
    height: 2.9167vw;
  }
}
.article-operate a i img {
  display: inline-block;
  max-width: 28.572%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-operate a.prveli {
  padding-right: 0.3rem;
  padding-left: 0.1rem;
}
@media screen and (min-width: 992px) {
  .article-operate a.prveli {
    padding-right: 1.5625vw;
    padding-left: 0.5208333vw;
  }
}
.article-operate a.backbtn {
  justify-content: center;
}
.article-operate a.nextli {
  padding-left: 0.3rem;
  padding-right: 0.1rem;
}
@media screen and (min-width: 992px) {
  .article-operate a.nextli {
    padding-left: 1.5625vw;
    padding-right: 0.5208333vw;
  }
}
.article-operate a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.article-operate a:hover {
  color: #FFFFFF;
  background: #352d70;
}
.related-news .box {
  margin-top: 4%;
}
.related-news .box .swiper {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .related-news .box .swiper {
    padding: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .related-news .box .swiper {
    padding-bottom: 0.7rem;
  }
}
.related-news .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.related-news .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.related-news .box .swiper .swiper-wrapper .swiper-slide .newitem {
  height: 100%;
}
.related-news .box .swiper .swiper-pagination {
  bottom: 0;
  text-align: center;
}
.related-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #352d70;
  opacity: 0.2;
}
@media screen and (min-width: 992px) {
  .related-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4167vw;
    height: 0.4167vw;
    margin: 0 0.2604167vw;
  }
}
.related-news .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #352d70;
  opacity: 1;
}
.advantages {
  background: url(../images/img43.png) top right no-repeat;
  background-size: 100% auto;
}
.advantages .i-title .subtit {
  color: rgba(0, 0, 0, 0.6);
}
.advantages .box {
  margin-top: 5.8%;
}
@media screen and (max-width: 991px) {
  .advantages .box {
    margin-top: 0.5rem;
  }
}
.advantages .box .section {
  margin-bottom: 6.25%;
}
@media screen and (max-width: 991px) {
  .advantages .box .section {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .advantages .box .section {
    margin-bottom: 9%;
  }
}
.advantages .box .section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain {
    flex-wrap: wrap;
  }
}
.advantages .box .section .contain .i-title {
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .i-title {
    width: 100%;
    padding-right: 0;
  }
}
.advantages .box .section .contain .i-title .text {
  margin-top: 0.4rem;
  max-width: 14rem;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .i-title .text {
    margin-top: 2.08333vw;
    max-width: 72.9167vw;
  }
}
.advantages .box .section .contain .i-title .textbox {
  margin-top: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .i-title .textbox {
    margin-top: 2.604167vw;
  }
}
.advantages .box .section .contain .i-title .textbox ul {
  padding-left: 0;
}
.advantages .box .section .contain .i-title .textbox ul li {
  list-style: none;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .i-title .textbox ul li {
    margin-bottom: 1.3020833vw;
  }
}
.advantages .box .section .contain .i-title .textbox ul li:last-child {
  margin-bottom: 0;
}
.advantages .box .section .contain .i-title .textbox ul li.active .t1 {
  color: #352d70;
  border-bottom: rgba(75, 31, 127, 0.6) solid 1px;
}
.advantages .box .section .contain .i-title .textbox ul li .t1 {
  display: flex;
  align-items: baseline;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25vw;
  padding-bottom: 12px;
  border-bottom: rgba(53, 45, 112, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .i-title .textbox ul li .t1 {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .i-title .textbox ul li .t1 {
    padding-bottom: 0.625vw;
  }
}
.advantages .box .section .contain .i-title .textbox ul li .t1 .sp1 {
  color: #352d70;
  font-size: 2.083333333333333vw;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .i-title .textbox ul li .t1 .sp1 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .advantages .box .section .contain .i-title .textbox ul li .t1 .sp1 {
    font-size: .42rem;
  }
}
.advantages .box .section .contain .i-title .textbox ul li .t1 .sp2 {
  flex: 1;
  overflow: hidden;
  color: #000000;
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .i-title .textbox ul li .t1 .sp2 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .advantages .box .section .contain .i-title .textbox ul li .t1 .sp2 {
    font-size: .36rem;
  }
}
.advantages .box .section .contain .i-title .textbox ul li .t2 {
  display: none;
  margin-top: 0.2rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .i-title .textbox ul li .t2 {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .i-title .textbox ul li .t2 {
    margin-top: 1.04167vw;
  }
}
.advantages .box .section .contain .wrap {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .wrap {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.advantages .box .section .contain .wrap .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.advantages .box .section .contain .wrap .swiper .swiper-wrapper {
  height: 100%;
}
.advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .img {
    border-radius: 0.5208333vw;
  }
}
.advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 700px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .img img {
    max-height: 36.458333vw;
    border-radius: 0.5208333vw;
  }
}
.advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .img video {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 700px;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .img video {
    max-height: 36.458333vw;
  }
}
.advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .desc {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
  text-align: center;
  padding: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .desc {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .swiper .swiper-wrapper .swiper-slide .desc {
    padding: 1.04167vw;
  }
}
.advantages .box .section .contain .wrap .swiper .swiper-pagination {
  display: none;
}
.advantages .box .section .contain .wrap .swiper .swiper-button-next,
.advantages .box .section .contain .wrap .swiper .swiper-button-prev {
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .swiper .swiper-button-next,
  .advantages .box .section .contain .wrap .swiper .swiper-button-prev {
    width: 2.9167vw;
    height: 2.9167vw;
    margin-top: -1.45835vw;
  }
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .wrap .swiper .swiper-button-next,
  .advantages .box .section .contain .wrap .swiper .swiper-button-prev {
    width: 0.64rem;
    height: 0.64rem;
    margin-top: -0.32rem;
  }
}
.advantages .box .section .contain .wrap .swiper .swiper-button-prev {
  background: #ececec url(../images/icon5.png) center no-repeat;
  background-size: 32.14286% auto;
  right: auto;
  left: 20px;
}
@media screen and (max-width: 480px) {
  .advantages .box .section .contain .wrap .swiper .swiper-button-prev {
    left: 10px;
  }
}
.advantages .box .section .contain .wrap .swiper .swiper-button-next {
  background: #ececec url(../images/icon6.png) center no-repeat;
  background-size: 32.14286% auto;
  right: 20px;
  left: auto;
}
@media screen and (max-width: 480px) {
  .advantages .box .section .contain .wrap .swiper .swiper-button-next {
    right: 10px;
  }
}
.advantages .box .section .contain .wrap .item {
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.25%;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .item {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .wrap .item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.advantages .box .section .contain .wrap .item:nth-child(even) {
  flex-direction: row-reverse;
}
.advantages .box .section .contain .wrap .item:last-child {
  margin-bottom: 0;
}
.advantages .box .section .contain .wrap .item .imgbox {
  width: 46.875%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .advantages .box .section .contain .wrap .item .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .advantages .box .section .contain .wrap .item .imgbox {
    width: 100%;
  }
}
.advantages .box .section .contain .wrap .item .imgbox img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .three-dimensional .i-title {
    flex-wrap: wrap;
  }
}
.three-dimensional .i-title .headline {
  width: 38.75%;
}
@media screen and (max-width: 991px) {
  .three-dimensional .i-title .headline {
    width: 100%;
  }
}
.three-dimensional .i-title .text {
  width: 59.375%;
}
@media screen and (max-width: 991px) {
  .three-dimensional .i-title .text {
    width: 100%;
  }
}
.three-dimensional .box {
  margin-top: 7.5%;
}
@media screen and (max-width: 991px) {
  .three-dimensional .box {
    margin-top: 0.5rem;
  }
}
.three-dimensional .box .gridBox li .text {
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-ExtraLight";
  color: #ffffff;
  font-size: 1.25vw;
}
@media screen and (max-width: 991px) {
  .three-dimensional .box .gridBox li .text {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .three-dimensional .box .gridBox li .text {
    bottom: 1.30208333vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .three-dimensional .box .gridBox li .text {
    bottom: 0.3rem;
    padding: 0 0.35rem;
    font-size: 16px;
  }
}
.gridBox {
  width: 100%;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.gridBox li {
  display: block;
  float: left;
  box-sizing: border-box;
  opacity: 0;
  width: 33.33%;
  padding: 0.75%;
}
@media screen and (max-width: 991px) {
  .gridBox li {
    width: 50%;
    padding: 1.25%;
  }
}
.gridBox li.shown {
  opacity: 1;
}
.gridBox li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
.gridBox li:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.gridBox li a {
  position: relative;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .gridBox li a {
    border-radius: 0.5208333vw;
  }
}
.gridBox li .img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .gridBox li .img {
    border-radius: 0.5208333vw;
  }
}
.gridBox li .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gridBox li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.culture-section1 .box {
  margin-top: 5%;
}
@media screen and (max-width: 991px) {
  .culture-section1 .box {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
}
.culture-section1 .box .imgbox {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f5f9;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .culture-section1 .box .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .culture-section1 .box .imgbox {
    width: 100%;
  }
}
.culture-section1 .box .imgbox img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .culture-section1 .box .imgbox img {
    border-radius: 0.5208333vw;
  }
}
.culture-section1 .box .textbox {
  width: 41.875%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .culture-section1 .box .textbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.culture-section1 .box .textbox .i-title .text {
  margin-top: 0.3rem;
}
@media screen and (min-width: 992px) {
  .culture-section1 .box .textbox .i-title .text {
    margin-top: 1.5625vw;
  }
}
.culture-section2 .box {
  margin-top: 3.75%;
}
@media screen and (max-width: 991px) {
  .culture-section2 .box {
    margin-top: 0.4rem;
  }
}
.service-section1 {
  background: url(../images/img66.png) top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .service-section1 {
    background: url(../images/img66.png) top center no-repeat;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 480px) {
  .service-section1 {
    background: url(../images/img66.png) top center no-repeat;
    background-size: 300% auto;
  }
}
.service-section1 .textbox .i-title .text {
  margin-top: 0.24rem;
}
@media screen and (min-width: 992px) {
  .service-section1 .textbox .i-title .text {
    margin-top: 1.25vw;
  }
}
.service-section1 .box .item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5625%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .service-section1 .box .item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.service-section1 .box .item:last-child {
  margin-bottom: 0;
}
.service-section1 .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
.service-section1 .box .item .img {
  width: 46.875%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item .img {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .service-section1 .box .item .img {
    width: 100%;
  }
}
.service-section1 .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section1 .box .item .textbox {
  width: 53.125%;
  padding: 3.125% 6.25%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .service-section1 .box .item .textbox {
    width: 100%;
    padding: 8% 6%;
  }
}
.service-section1 .box .item .textbox .text .t1 {
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .service-section1 .box .item .textbox .text .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .service-section1 .box .item .textbox .text .t1 {
    font-size: .36rem;
  }
}
.service-section1 .box .item .textbox .text .t2 {
  margin-top: 0.2rem;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .service-section1 .box .item .textbox .text .t2 {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item .textbox .text .t2 {
    margin-top: 1.04167vw;
  }
}
.service-section1 .box .item .textbox .text .t2 ul {
  padding-left: 0;
  margin: 0.3rem 0;
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item .textbox .text .t2 ul {
    margin: 1.5625vw 0;
  }
}
.service-section1 .box .item .textbox .text .t2 ul li {
  position: relative;
  list-style: none;
  padding-left: 0.3rem;
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item .textbox .text .t2 ul li {
    padding-left: 1.5625vw;
  }
}
.service-section1 .box .item .textbox .text .t2 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #352d70;
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item .textbox .text .t2 ul li::before {
    top: 0.46875vw;
    width: 0.5208333vw;
    height: 0.5208333vw;
  }
}
.service-section1 .box .item .textbox .text .public-btn {
  margin-top: 0.4rem;
}
@media screen and (min-width: 992px) {
  .service-section1 .box .item .textbox .text .public-btn {
    margin-top: 2.08333vw;
  }
}
.service-section2 {
  background: url(../images/img69.png) bottom center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .service-section2 {
    background: url(../images/img69.png) bottom center no-repeat;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 480px) {
  .service-section2 {
    background: url(../images/img69.png) bottom center no-repeat;
    background-size: 300% auto;
  }
}
.service-section2 .i-title .img {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .service-section2 .i-title .img {
    margin-top: 2.08333vw;
    margin-bottom: 1.5625vw;
  }
}
.service-section2 .i-title .img img {
  max-width: 70%;
}
.service-section2 .i-title .text1 {
  max-width: 12.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .service-section2 .i-title .text1 {
    max-width: 64.0625vw;
  }
}
@media screen and (max-width: 991px) {
  .service-section2 .i-title .text1 {
    margin-top: 0.3rem;
  }
}
.service-section2 .i-title .public-btn {
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .service-section2 .i-title .public-btn {
    margin-top: 2.604167vw;
  }
}
.product-details .particulars {
  padding-top: 3.645833333333333%;
  padding-bottom: 4.6875%;
}
@media screen and (max-width: 991px) {
  .product-details .particulars {
    padding-top: 5%;
    padding-bottom: 8%;
  }
}
.product-details .particulars .box {
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-details .particulars .box {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .particulars .box {
    flex-wrap: wrap;
  }
}
.product-details .particulars .box .imgbox {
  width: 43.75%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .product-details .particulars .box .imgbox {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .particulars .box .imgbox {
    width: 100%;
  }
}
.product-details .particulars .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details .particulars .box .textbox {
  display: flex;
  align-items: center;
  width: 56.25%;
  padding: 3.125% 5% 3.125% 6.25%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-details .particulars .box .textbox {
    width: 100%;
    padding: 8% 6%;
  }
}
.product-details .particulars .box .textbox .i-title .text1 {
  color: rgba(0, 0, 0, 0.8);
}
.product-details .particulars .box .textbox .i-title .btn {
  margin-top: 0.3rem;
}
@media screen and (min-width: 992px) {
  .product-details .particulars .box .textbox .i-title .btn {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .particulars .box .textbox .i-title .btn {
    margin-top: 0.5rem;
  }
}
.product-details .particulars .box .textbox .i-title .btn .consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #352d70;
  font-family: "HONORSansCN-Light";
  color: #FFFFFF;
  font-size: 1.041666666666667vw;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-details .particulars .box .textbox .i-title .btn .consult-btn {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .particulars .box .textbox .i-title .btn .consult-btn {
    min-width: 10.4167vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .particulars .box .textbox .i-title .btn .consult-btn {
    height: 0.7rem;
    border-radius: 0.35rem;
  }
}
.product-details .detail-nav {
  position: sticky;
  left: 0;
  top: 0.8rem;
  z-index: 13;
  width: 100%;
  background: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .product-details .detail-nav {
    top: 4.1667vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .detail-nav {
    top: 60px;
  }
}
.product-details .detail-nav ul {
  position: relative;
  padding-left: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.product-details .detail-nav ul::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.product-details .detail-nav ul li {
  position: relative;
  min-width: 2.2rem;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .product-details .detail-nav ul li {
    min-width: 11.458333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .detail-nav ul li {
    min-width: auto;
    margin-right: 0.4rem;
  }
}
.product-details .detail-nav ul li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #352d70;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .product-details .detail-nav ul li:hover a,
  .product-details .detail-nav ul li:hover span {
    font-family: "HONORSansCN-Light";
    color: #352d70;
  }
  .product-details .detail-nav ul li:hover::before {
    width: 100%;
  }
}
.product-details .detail-nav ul li.active a,
.product-details .detail-nav ul li.active span {
  font-family: "HONORSansCN-Light";
  color: #352d70;
}
.product-details .detail-nav ul li.active::before {
  width: 100%;
}
.product-details .detail-nav ul li span,
.product-details .detail-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.8rem;
  font-family: "HONORSansCN-ExtraLight";
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .product-details .detail-nav ul li span,
  .product-details .detail-nav ul li a {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .detail-nav ul li span,
  .product-details .detail-nav ul li a {
    min-height: 4.1667vw;
  }
}
@media screen and (max-width: 480px) {
  .product-details .detail-nav ul li span,
  .product-details .detail-nav ul li a {
    min-height: 0.9rem;
  }
}
.product-details .specifics .c-section .item {
  padding-top: 0.9rem;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item {
    padding-top: 4.6875vw;
  }
}
.product-details .specifics .c-section .item .title {
  font-family: "HONORSansCN-ExtraLight";
  color: #000000;
  font-size: 2.083333333333333vw;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .title {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .specifics .c-section .item .title {
    font-size: .42rem;
  }
}
.product-details .specifics .c-section .item .content {
  margin-top: 0.25rem;
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content {
    margin-top: 1.30208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content {
    margin-top: 0.35rem;
  }
}
.product-details .specifics .c-section .item .content .notes {
  margin-top: 0.3rem;
  font-size: 0.8333333333333333vw;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .notes {
    margin-top: 1.5625vw;
  }
}
.product-details .specifics .c-section .item .content .purpose {
  padding: 2.8125% 3.75%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .purpose {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .purpose {
    padding: 0.4rem;
  }
}
.product-details .specifics .c-section .item .content .characteristic {
  padding: 2.8125% 3.75%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .characteristic {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .characteristic {
    padding: 0.4rem;
  }
}
.product-details .specifics .c-section .item .content .characteristic ul {
  padding-left: 0;
  row-gap: 0.3rem;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .characteristic ul {
    row-gap: 1.5625vw;
  }
}
.product-details .specifics .c-section .item .content .characteristic ul li {
  width: 31%;
  margin-right: 3.5%;
  list-style: none;
  position: relative;
  padding-left: 0.25rem;
}
.product-details .specifics .c-section .item .content .characteristic ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .characteristic ul li {
    padding-left: 1.30208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .characteristic ul li {
    width: 100%;
    margin-right: 0;
  }
}
.product-details .specifics .c-section .item .content .characteristic ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #3f3877;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .characteristic ul li::before {
    top: 0.3125vw;
    width: 0.5208333vw;
    height: 0.5208333vw;
  }
}
.product-details .specifics .c-section .item .content .parameter {
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .parameter {
    overflow-x: auto;
  }
}
.product-details .specifics .c-section .item .content .parameter table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .parameter table {
    min-width: 720px;
  }
}
.product-details .specifics .c-section .item .content .parameter table::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: #eaeaf0 solid 2px;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .parameter table::before {
    border: #eaeaf0 solid 0.104167vw;
    border-radius: 0.5208333vw;
  }
}
.product-details .specifics .c-section .item .content .parameter table tr:last-child td {
  border-bottom: none;
}
.product-details .specifics .c-section .item .content .parameter table tr:last-child td:first-child {
  white-space: nowrap;
}
.product-details .specifics .c-section .item .content .parameter table tr td {
  font-family: "HONORSansCN-ExtraLight";
  font-size: 1.041666666666667vw;
  color: #000000;
  height: 0.7rem;
  border-right: #eaeaf0 solid 2px;
  border-bottom: #eaeaf0 solid 2px;
  padding: 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .parameter table tr td {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .parameter table tr td {
    height: 3.6458333vw;
    border-right: #eaeaf0 solid 0.104167vw;
    border-bottom: #eaeaf0 solid 0.104167vw;
    padding: 0.5208333vw;
  }
}
@media screen and (max-width: 480px) {
  .product-details .specifics .c-section .item .content .parameter table tr td {
    height: 0.8rem;
  }
}
.product-details .specifics .c-section .item .content .parameter table tr td:first-child {
  width: 1.5rem;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .parameter table tr td:first-child {
    width: 7.8125vw;
  }
}
.product-details .specifics .c-section .item .content .parameter table tr td:last-child {
  border-right: none;
}
.product-details .specifics .c-section .item .content .parameter table tr td .title {
  font-size: 1.5625vw;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .parameter table tr td .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .specifics .c-section .item .content .parameter table tr td .title {
    font-size: .36rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .parameter table tr td .title {
    white-space: nowrap;
  }
}
.product-details .specifics .c-section .item .content .parameter table tr td .tb-title {
  text-align: center;
  font-family: "HONORSansCN-Light";
  color: #4b1f7f;
}
.product-details .specifics .c-section .item .content .parameter table tr td .pic {
  display: block;
  width: 100%;
  max-height: 240px;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .parameter table tr td .pic {
    max-height: 12.5vw;
  }
}
.product-details .specifics .c-section .item .content .parameter table tr td .pic img {
  max-width: 100%;
}
.product-details .specifics .c-section .item .content .parameter table tr td ul {
  padding-left: 0.24rem;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .parameter table tr td ul {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .parameter table tr td ul {
    padding-left: 24px;
  }
}
.product-details .specifics .c-section .item .content .parameter table tr td ul li {
  list-style: inherit;
}
.product-details .specifics .c-section .item .content .downloadlist ul {
  padding-left: 0;
}
.product-details .specifics .c-section .item .content .downloadlist ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1rem;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li {
    border-radius: 0.5208333vw;
    margin-bottom: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
}
.product-details .specifics .c-section .item .content .downloadlist ul li:hover .sp1 {
  color: #352d70;
}
.product-details .specifics .c-section .item .content .downloadlist ul li .sp1 {
  flex: 1;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  display: inline-block;
  padding-left: 4%;
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.041666666666667vw;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp1 {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp1 {
    padding-top: 1.823vw;
    padding-bottom: 1.823vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp1 {
    width: 100%;
    padding: 0.3rem 0.4rem 0.15rem;
  }
}
.product-details .specifics .c-section .item .content .downloadlist ul li .sp2 {
  flex-shrink: 0;
  margin-left: 3%;
  display: inline-flex;
  align-items: center;
  padding-right: 4%;
  font-family: "HONORSansCN-Light";
  color: #352d70;
  font-size: 1.041666666666667vw;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp2 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp2 {
    width: 100%;
    margin-left: 0;
    padding: 0rem 0.4rem 0.3rem;
  }
}
.product-details .specifics .c-section .item .content .downloadlist ul li .sp2 img {
  display: inline-block;
  margin-left: 0.2rem;
  max-width: 0.13rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp2 img {
    margin-left: 1.041667vw;
    max-width: 0.67708333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp2 img {
    max-width: 11px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .specifics .c-section .item .content .downloadlist ul li .sp2 img {
    max-width: 9px;
  }
}
.product-details .specifics .c-section .item .content .entrance .itemli {
  position: relative;
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.product-details .specifics .c-section .item .content .entrance .itemli:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .entrance .itemli {
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .entrance .itemli {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .product-details .specifics .c-section .item .content .entrance .itemli:nth-child(3n) {
    margin-right: 3%;
  }
  .product-details .specifics .c-section .item .content .entrance .itemli:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details .specifics .c-section .item .content .entrance .itemli {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 0.4rem;
  }
}
.product-details .specifics .c-section .item .content .entrance .itemli .img {
  width: 100%;
  overflow: hidden;
}
.product-details .specifics .c-section .item .content .entrance .itemli .img img {
  display: block;
  width: 100%;
}
.product-details .specifics .c-section .item .content .entrance .itemli .txt {
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-Light";
  font-size: 1.25vw;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .entrance .itemli .txt {
    font-size: .3rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .entrance .itemli .txt {
    padding: 2.08333vw;
  }
}
.product-details .specifics .c-section .item .content .faq ul {
  padding-left: 0;
}
.product-details .specifics .c-section .item .content .faq ul li {
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  list-style: none;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
  margin-bottom: 0.1rem;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .faq ul li {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .faq ul li {
    margin-bottom: 0.5208333vw;
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .faq ul li {
    margin-bottom: 0.3rem;
  }
}
.product-details .specifics .c-section .item .content .faq ul li.active .subtitle .sp {
  color: #000000;
}
.product-details .specifics .c-section .item .content .faq ul li.active .subtitle .icon {
  background: url(../images/icon31.png) center no-repeat;
  background-size: 100% auto;
}
.product-details .specifics .c-section .item .content .faq ul li .subtitle {
  padding: 2% 4%;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .faq ul li .subtitle {
    padding: 0.3rem 0.4rem;
  }
}
.product-details .specifics .c-section .item .content .faq ul li .subtitle .sp {
  flex: 1;
  overflow: hidden;
}
.product-details .specifics .c-section .item .content .faq ul li .subtitle .icon {
  display: inline-block;
  margin-left: 0.3rem;
  width: 0.22rem;
  height: 0.28rem;
  background: url(../images/icon30.png) center no-repeat;
  background-size: 100% auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .product-details .specifics .c-section .item .content .faq ul li .subtitle .icon {
    margin-left: 1.5625vw;
    width: 1.1458333vw;
    height: 1.458333vw;
  }
}
.product-details .specifics .c-section .item .content .faq ul li .desc {
  display: none;
  position: relative;
  padding: 1.25% 4% 3%;
}
@media screen and (max-width: 991px) {
  .product-details .specifics .c-section .item .content .faq ul li .desc {
    padding: 0.3rem 0.4rem 0.4rem;
  }
}
.product-details .specifics .c-section .item .content .faq ul li .desc::before {
  content: '';
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  height: 1px;
  background: rgba(53, 45, 112, 0.1);
}
.contact-part {
  background: #f3f3f7;
}
.contact-part .textbox {
  text-align: center;
}
.contact-part .textbox .title {
  font-family: "HONORSansCN-ExtraLight";
  font-size: 2.083333333333333vw;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .contact-part .textbox .title {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-part .textbox .title {
    font-size: .42rem;
  }
}
.contact-part .textbox .text {
  margin-top: 0.15rem;
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .contact-part .textbox .text {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-part .textbox .text {
    margin-top: 0.78125vw;
  }
}
.contact-part .textbox .public-btn {
  margin-top: 0.35rem;
}
@media screen and (min-width: 992px) {
  .contact-part .textbox .public-btn {
    margin-top: 1.823vw;
  }
}
.no-scroll {
  overflow: hidden;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.popup.active .box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.popup .box {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  display: flex;
  align-items: flex-start;
  width: 10rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .popup .box {
    width: 52.08333333333333vw;
    padding-right: 6.25vw;
    padding-left: 2.604167vw;
    padding-top: 3.6458333vw;
    padding-bottom: 4.1667vw;
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 767px) {
  .popup .box {
    width: 90%;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
  }
}
.popup .box .closebtn {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .popup .box .closebtn {
    right: 2.08333vw;
    top: 2.08333vw;
  }
}
@media screen and (max-width: 991px) {
  .popup .box .closebtn {
    right: 20px;
    top: 20px;
  }
}
.popup .box .closebtn img {
  max-width: 0.2rem;
}
@media screen and (max-width: 991px) {
  .popup .box .closebtn img {
    max-width: 20px;
  }
}
.popup .box .wrap {
  width: 100%;
}
.popup .box .wrap .title {
  flex-shrink: 0;
  text-align: center;
  font-family: "HONORSansCN-Light";
  font-size: 2.083333333333333vw;
  color: #000000;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .title {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .popup .box .wrap .title {
    font-size: .42rem;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .title {
    margin-bottom: 0.4rem;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item {
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item {
    margin-bottom: 1.823vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item.layui-form-text {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item.layui-form-text {
    margin-bottom: 0.78125vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item:last-child {
  margin-bottom: 0;
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .text {
  padding-left: 1.8rem;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 0.8333333333333333vw;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .text {
    padding-left: 9.375vw;
  }
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .text {
    padding-left: 2.2rem;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-form-label {
  flex-shrink: 0;
  width: 1.6rem;
  padding: 0;
  margin-right: 0.2rem;
  font-family: "HONORSansCN-Light";
  font-size: 1.041666666666667vw;
  color: #000000;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-form-label {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-form-label {
    width: 8.33333vw;
    margin-right: 1.041667vw;
    height: 4.1667vw;
  }
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-form-label {
    white-space: normal;
    width: 2rem;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block {
  margin-left: 0px;
  flex: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block {
    padding-right: 0.5rem;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  max-width: 6.5rem;
  height: 0.8rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(53, 45, 112, 0.1);
  background-color: #fff;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.041666666666667vw;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input {
    max-width: 33.85416666666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    height: 4.1667vw;
    border-width: 0.104167vw;
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 480px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input {
    border-width: 1px;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-input:focus {
  border-color: #352d70 !important;
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  max-width: 6.5rem;
  height: 2.05rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(53, 45, 112, 0.1);
  background-color: #fff;
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 1.041666666666667vw;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea {
    max-width: 33.85416666666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-top: 1.30208333vw;
    padding-bottom: 1.30208333vw;
    height: 10.67708333vw;
    border-width: 0.104167vw;
    border-radius: 0.5208333vw;
  }
}
@media screen and (max-width: 480px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea {
    border-width: 1px;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea::-webkit-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea::-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea:-moz-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea:-ms-input-placeholder {
  font-family: "HONORSansCN-Light";
  color: rgba(0, 0, 0, 0.6);
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-textarea:focus {
  border-color: #352d70 !important;
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select {
  max-width: 6.5rem;
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select {
    max-width: 33.85416666666667vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-input {
  padding-right: 0.6rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-input {
    padding-right: 3.125vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-edge {
  right: 0.3rem;
  margin-top: -4px;
  border: none;
  width: 12px;
  height: 7px;
  background: url(../images/icon33.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-edge {
    right: 1.5625vw;
    margin-top: -0.208333vw;
    border: none;
    width: 0.625vw;
    height: 0.36458333vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 0.8rem;
  box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl {
    top: 4.16667vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
  font-family: "HONORSansCN-Light";
  color: #000000;
  font-size: 0.9375vw;
  line-height: 2;
  padding: 0.04rem 0.3rem;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    padding: 0.208333vw 1.5625vw;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-select-tips {
  padding-left: 0.3rem !important;
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-select-tips {
    padding-left: 1.5625vw !important;
  }
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background: #352d70;
  color: #FFFFFF;
}
.popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-btn {
  margin-top: 0.4rem;
  min-width: 2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border: none;
  padding: 0 0.25rem;
  background-color: #352d70;
  font-family: "HONORSansCN-Light";
  color: #ffffff;
  font-size: 1.041666666666667vw;
  border-radius: 0.35rem;
}
@media screen and (max-width: 991px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-btn {
    font-size: .26rem;
  }
}
@media screen and (min-width: 992px) {
  .popup .box .wrap .addcontent .substance .layui-form .layui-form-item .layui-btn {
    margin-top: 2.08333vw;
    min-width: 10.41667vw;
    height: 3.6458333vw;
    line-height: 3.6458333vw;
    padding: 0 1.30208333vw;
    border-radius: 1.823vw;
  }
}
