@charset "utf-8";
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 1.8s ease-in-out;
}
.each-item:hover .picture img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  zoom: 1.1 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HONORSansCN-Regular", "PingFang SC", "Microsoft YaHei";
  /* COLOR */
  --active-color: #0199d9;
  --white-color: #fff;
  --white-f6f: #f6f9fa;
  --black-000: #000000;
  --black-333: #333333;
  --black-666: #666666;
  --black-999: #999999;
  --black-2a2: #2a2a2a;
  --black-e5e: #e5e5e5;
  --black-afa: #afafaf;
  --bg-f8: #f8f8f8;
  --bg-ed: #ededed;
  --bg-df: #dfdfdf;
  --bg-fb: #fbfbfb;
  --gray: rgba(0, 0, 0, 0.6);
  --white06: rgba(255, 255, 255, 0.6);
  --white08: rgba(255, 255, 255, 0.8);
  --024d71: #024d71;
  --afd1e2: #afd1e2;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (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-Regular";
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1580px) and (max-width: 1900px) {
  body {
    font-size: 0.7291666666666667vw;
  }
}
@media (max-width: 1580px) and (max-width: 1260px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 1580px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: .28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
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;
}
@font-face {
  font-family: "HONORSansCN-DemiBold";
  src: url('../font/HONORSansCN-DemiBold.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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.33333333333333%;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.pt90 {
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .pt90 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pt90 {
    padding-top: 1rem;
  }
}
.pb90 {
  padding-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .pb90 {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pb90 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt110 {
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .pt110 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pt110 {
    padding-top: 1rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 480px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt150 {
  padding-top: 1.5rem;
}
@media (max-width: 991px) {
  .pt150 {
    padding-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pt150 {
    padding-top: 1rem;
  }
}
@media (max-width: 480px) {
  .pt150 {
    padding-top: 1.2rem;
  }
}
.pb150 {
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .pb150 {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pb150 {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .pb150 {
    padding-bottom: 1.2rem;
  }
}
.pt170 {
  padding-top: 1.7rem;
}
@media (max-width: 991px) {
  .pt170 {
    padding-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pt170 {
    padding-top: 1rem;
  }
}
@media (max-width: 480px) {
  .pt170 {
    padding-top: 1.2rem;
  }
}
.pb170 {
  padding-bottom: 1.7rem;
}
@media (max-width: 991px) {
  .pb170 {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pb170 {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .pb170 {
    padding-bottom: 1.2rem;
  }
}
.pt200 {
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .pt200 {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pt200 {
    padding-top: 1rem;
  }
}
@media (max-width: 480px) {
  .pt200 {
    padding-top: 1.2rem;
  }
}
.pb200 {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .pb200 {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pb200 {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .pb200 {
    padding-bottom: 1.2rem;
  }
}
.pb220 {
  padding-bottom: 2.2rem;
}
@media (max-width: 991px) {
  .pb220 {
    padding-bottom: 1.7rem;
  }
}
@media (max-width: 767px) {
  .pb220 {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .pb220 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1900px) {
  .font14 {
    font-size: 0.7291666666666667vw;
  }
}
@media (max-width: 1260px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 14px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1900px) {
  .font16 {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .font18 {
    font-size: 0.26rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1900px) {
  .font20 {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .font20 {
    font-size: 0.28rem;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 1900px) {
  .font22 {
    font-size: 1.145833333333333vw;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .font22 {
    font-size: 0.32rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1900px) {
  .font24 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .font24 {
    font-size: 0.35rem;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width: 1900px) {
  .font30 {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .font30 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .font30 {
    font-size: 0.38rem;
  }
}
@media (max-width: 991px) {
  .font36 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 40px;
}
@media (max-width: 1900px) {
  .font40 {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .font40 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .font40 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .font40 {
    font-size: 0.46rem;
  }
}
.font50 {
  font-size: 50px;
}
@media (max-width: 1900px) {
  .font50 {
    font-size: 2.604166666666667vw;
  }
}
@media (max-width: 1260px) {
  .font50 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font50 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .font50 {
    font-size: 0.5rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 .2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
#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;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: var(--active-color);
}
#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: var(--active-color);
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#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: var(--active-color);
}
/* 占位标签，设置导航样式 */
#interval {
  height: 0.9rem;
}
@media (max-width: 991px) {
  #interval {
    height: 70px;
  }
}
.header {
  position: fixed;
  z-index: 15;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .box {
  padding: 0 1.35%;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .header .box {
    padding: 0 5%;
  }
}
.header .box .logo a {
  display: flex;
  align-items: center;
  height: 1rem;
}
@media (max-width: 1260px) {
  .header .box .logo a {
    height: 60px;
  }
}
.header .box .logo a img {
  max-width: 7.70833333333333vw;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 1260px) {
  .header .box .logo a img {
    max-width: 2rem;
  }
}
@media (max-width: 1260px) {
  .header .box .nav {
    display: none;
  }
}
.header .box .nav ul li {
  position: relative;
  padding: 0 0.27rem;
}
.header .box .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 1rem;
  font-family: "HONORSansCN-DemiBold";
  font-size: 18px;
  color: var(--white-color);
}
@media (max-width: 1900px) {
  .header .box .nav ul li > a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1260px) {
  .header .box .nav ul li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .box .nav ul li > a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .header .box .nav ul li > a {
    font-size: 0.26rem;
  }
}
.header .box .nav ul li > a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  margin: auto;
  width: 0%;
  height: 0.02rem;
  background: var(--white-color);
  transition: all 0.5s ease;
}
.header .box .nav ul li.active a::before {
  width: 100%;
}
.header .box .nav ul li:hover a::before {
  width: 100%;
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 7;
  padding: 0.15rem 0;
  min-width: 1.6rem;
  background: var(--white-color);
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
}
.header .box .nav ul li .navcell a {
  display: block;
  text-align: center;
  text-transform: capitalize;
  color: var(--black-666);
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0.07rem 0.3rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .header .box .nav ul li .navcell a {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .header .box .nav ul li .navcell a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .box .nav ul li .navcell a {
    font-size: 14px;
  }
}
.header .box .nav ul li .navcell a:hover {
  color: var(--active-color);
}
.header .box .headright .search {
  margin-right: 0.2rem;
}
@media (max-width: 1260px) {
  .header .box .headright .search {
    display: none;
  }
}
.header .box .headright .search .search-show {
  display: inline-flex;
  align-items: center;
  width: 8.333333333333333vw;
}
.header .box .headright .search .search-show form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
 	border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0.4rem;
  overflow: hidden;
}
.header.white .box .headright .search .search-show form,
.header.act .box .headright .search .search-show form,
.header.act1 .box .headright .search .search-show form{
	border: 1px solid #d3d3d3;
}
.header .box .headright .search .search-show form .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box .headright .search .search-show form .icon img {
  max-width: 40%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .box .headright .search .search-show form .searchinput {
  width: 100%;
  padding-left: 0.45rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
  height: 0.4rem;
  border: none;
  outline: none;
  background: none;
  color: var(--white-color);
  font-size: 14px;
  font-family: "HONORSansCN-Regular";
}
@media (max-width: 1900px) {
  .header .box .headright .search .search-show form .searchinput {
    font-size: 0.7291666666666667vw;
  }
}
@media (max-width: 1260px) {
  .header .box .headright .search .search-show form .searchinput {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .box .headright .search .search-show form .searchinput {
    font-size: 14px;
  }
}
.header .box .headright .search .search-show form .searchinput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .box .headright .search .search-show form .searchinput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .box .headright .search .search-show form .searchinput:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .box .headright .search .search-show form .searchinput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .box .headright .language {
  color: var(--white-color);
  position: relative;
  cursor: pointer;
  width: 0.8rem;
  height: 0.42rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  .header .box .headright .language {
    display: none;
  }
}
.header .box .headright .language .language-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 18px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  min-width: 0.82rem;
  height: 0.42rem;
  padding: 0 0.2rem;
}
.header.white .box .headright .language .language-title,
.header.act .box .headright .language .language-title,
.header.act1 .box .headright .language .language-title  {
	border: 1px solid #d3d3d3;
}
@media (max-width: 1900px) {
  .header .box .headright .language .language-title {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1260px) {
  .header .box .headright .language .language-title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .box .headright .language .language-title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .header .box .headright .language .language-title {
    font-size: 0.26rem;
  }
}
.header .box .headright .language .language-title i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../images/arrow.png) center no-repeat;
  background-size: 100% auto;
}
.header .box .headright .language .language-show {
  position: absolute;
  top: 0;
  padding-top: 0.42rem;
  color: var(--black-333);
  left: 0;
  min-width: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
}
.header .box .headright .language .language-show .language-show-item {
  padding: 0.1rem 0;
  background: var(--white-color);
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
}
.header .box .headright .language .language-show .language-show-item a {
  text-align: center;
  display: block;
  line-height: 1.5;
  padding: 0.05rem 0;
  transition: all 0.5s;
  font-size: 16px;
  color: var(--black-666);
}
@media (max-width: 1900px) {
  .header .box .headright .language .language-show .language-show-item a {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .header .box .headright .language .language-show .language-show-item a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .box .headright .language .language-show .language-show-item a {
    font-size: 14px;
  }
}
.header .box .headright .language .language-show .language-show-item a:hover {
  background: var(--active-color);
  color: var(--white-color);
}
.header .box .headright .language:hover .language-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header .menubtn {
  display: none;
  position: relative;
  width: 32px;
  height: 40px;
  cursor: pointer;
}
.header .menubtn .menu-i {
  width: 23px;
  height: 2px;
  right: 0;
  position: absolute;
  font-style: normal;
  background-color: var(--white-color);
  display: block;
  transition: all 0.5s;
  border-radius: 2px;
}
.header .menubtn .menu-i.menu-i-1 {
  top: 12px;
}
.header .menubtn .menu-i.menu-i-2 {
  top: 20px;
}
.header .menubtn .menu-i.menu-i-3 {
  top: 28px;
}
.header .menubtn.on .menu-i-1 {
  transform: translateY(8px) rotate(45deg);
}
.header .menubtn.on .menu-i-2 {
  opacity: 0;
}
.header .menubtn.on .menu-i-3 {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1260px) {
  .header .menubtn {
    display: block;
  }
}
.header.white {
  background: var(--white-color);
  border-bottom: var(--bg-ed) solid 1px;
}
.header.white .logo a img {
  -webkit-filter: none;
  filter: none;
}
.header.white .nav ul li a {
  color: var(--black-000);
}
.header.white .nav ul li a i {
  background: url(../images/arrow.png) center no-repeat;
  background-size: 100% auto;
}
.header.white .nav ul li a:hover {
  color: var(--active-color);
}
.header.white .nav ul li a:hover::before {
  background: var(--active-color);
}
.header.white .nav ul li:hover > a {
  color: var(--active-color);
  opacity: 1;
}
.header.white .nav ul li:hover > a i {
  background: url(../images/arrow2.png) center no-repeat;
  background-size: 100% auto;
}
.header.white .nav ul li .cellnav a {
  color: var(--black-333);
  opacity: 1;
  height: auto;
}
.header.white .nav ul li .cellnav a:hover {
  color: var(--active-color);
}
.header.white .headright .search .search-show form .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.white .headright .search .search-show form .searchinput {
  color: var(--black-000);
}
.header.white .headright .search .search-show form .searchinput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.white .headright .search .search-show form .searchinput::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.white .headright .search .search-show form .searchinput:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.white .headright .search .search-show form .searchinput:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.white .headright .language {
  color: var(--black-000);
}
.header.white .headright .language .language-title {
  color: var(--black-000);
}
.header.white .headright .language .language-title i {
  background: url(../images/arrow1.png) center no-repeat;
  background-size: 100% auto;
}
.header.white .menubtn .menu-i {
  background: var(--black-333);
}
.header.act {
  background: var(--white-color);
}
.header.act .logo a img {
  -webkit-filter: none;
  filter: none;
}
.header.act .nav ul li a {
  color: var(--black-000);
}
.header.act .nav ul li a i {
  background: url(../images/arrow.png) center no-repeat;
  background-size: 100% auto;
}
.header.act .nav ul li a:hover {
  color: var(--active-color);
}
.header.act .nav ul li a:hover::before {
  background: var(--active-color);
}
.header.act .nav ul li:hover > a {
  color: var(--active-color);
  opacity: 1;
}
.header.act .nav ul li:hover > a i {
  background: url(../images/arrow2.png) center no-repeat;
  background-size: 100% auto;
}
.header.act .nav ul li .cellnav a {
  color: var(--black-333);
  opacity: 1;
  height: auto;
}
.header.act .nav ul li .cellnav a:hover {
  color: var(--active-color);
}
.header.act .headright .search .search-show form .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.act .headright .search .search-show form .searchinput {
  color: var(--black-000);
}
.header.act .headright .search .search-show form .searchinput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act .headright .search .search-show form .searchinput::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act .headright .search .search-show form .searchinput:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act .headright .search .search-show form .searchinput:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act .headright .language {
  color: var(--black-000);
}
.header.act .headright .language .language-title {
  color: var(--black-000);
}
.header.act .headright .language .language-title i {
  background: url(../images/arrow1.png) center no-repeat;
  background-size: 100% auto;
}
.header.act .menubtn .menu-i {
  background: var(--black-333);
}
.header.act1 {
  background: var(--white-color);
}
.header.act1 .logo a img {
  -webkit-filter: none;
  filter: none;
}
.header.act1 .nav ul li a {
  color: var(--black-000);
}
.header.act1 .nav ul li a i {
  background: url(../images/arrow.png) center no-repeat;
  background-size: 100% auto;
}
.header.act1 .nav ul li a:hover {
  color: var(--active-color);
}
.header.act1 .nav ul li a:hover::before {
  background: var(--active-color);
}
.header.act1 .nav ul li:hover > a {
  color: var(--active-color);
  opacity: 1;
}
.header.act1 .nav ul li:hover > a i {
  background: url(../images/arrow2.png) center no-repeat;
  background-size: 100% auto;
}
.header.act1 .nav ul li .cellnav a {
  color: var(--black-333);
  opacity: 1;
  height: auto;
}
.header.act1 .nav ul li .cellnav a:hover {
  color: var(--active-color);
}
.header.act1 .headright .search .search-show form .icon img {
  -webkit-filter: none;
  filter: none;
}
.header.act1 .headright .search .search-show form .searchinput {
  color: var(--black-000);
}
.header.act1 .headright .search .search-show form .searchinput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act1 .headright .search .search-show form .searchinput::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act1 .headright .search .search-show form .searchinput:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act1 .headright .search .search-show form .searchinput:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.header.act1 .headright .language {
  color: var(--black-000);
}
.header.act1 .headright .language .language-title {
  color: var(--black-000);
}
.header.act1 .headright .language .language-title i {
  background: url(../images/arrow1.png) center no-repeat;
  background-size: 100% auto;
}
.header.act1 .menubtn .menu-i {
  background: var(--black-333);
}
.mbox .header {
  background: var(--white-color);
}
.mbox .header .logo a img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .menubtn .menu-i {
  background: var(--black-333);
}
.mbox .header .menubtn .menu-i-1 {
  transform: translateY(8px) rotate(45deg);
}
.mbox .header .menubtn .menu-i-2 {
  opacity: 0;
}
.mbox .header .menubtn .menu-i-3 {
  transform: translateY(-8px) rotate(-45deg);
}
.m-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 99;
  background-color: #FFFFFF;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-nav > ul {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.m-nav > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  border-bottom: #e5e5e5 solid 1px;
}
.m-nav > ul > li a {
  display: block;
  line-height: 1.5;
  color: var(--black-333);
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle {
  position: relative;
  display: block;
  line-height: 1.5;
  color: var(--black-333);
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/icon-arrow.png) center no-repeat;
  background-size: 7px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: var(--active-color);
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon-arrow.png) center no-repeat;
  background-size: 7px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-nav > ul > li ul {
  display: none;
  padding-left: 20px;
  border-top: #e5e5e5 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-nav > ul > li ul li {
  list-style: none;
}
.m-nav > ul > li ul li a {
  display: block;
  font-size: 15px;
  padding: 8px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: var(--active-color);
}
.m-nav > ul > li ul li .headtitle {
  padding: 8px 0px;
  font-size: 15px;
}
.m-nav > ul > li ul li ul {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.m-nav > ul > li ul li ul li a {
  color: var(--black-666);
  font-size: 15px;
  padding: 5px 0px;
}
.m-nav > ul > li ul li ul li a:hover {
  color: var(--active-color);
}
.m-nav > ul > li:hover > a {
  color: var(--active-color);
}
.mbox .m-nav {
  height: calc(100vh - 60px);
}
.msearch {
  display: flex;
  margin: 30px auto 20px;
  width: 90%;
  overflow: hidden;
  box-sizing: border-box;
}
.msearch form {
  display: flex;
  width: 100%;
  border-radius: 25px;
  padding: 0px 25px;
  background: #EEEEEE;
  box-sizing: border-box;
  overflow: hidden;
}
.msearch form .text {
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  color: #00a6ca;
  width: calc(100% - 40px);
  height: 42px;
  box-sizing: border-box;
}
.msearch form .btns {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: inherit;
  background: none;
  border: none;
}
.msearch form .btns img {
  max-width: 18px;
}
.language_switching {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 1260px) {
  .language_switching .language_switching {
    display: block;
  }
}
.language_switching .subtit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #666666;
  padding-top: 15px;
}
.language_switching .subtit img {
  display: inline-block;
  max-width: 20px;
  margin-right: 5px;
}
.language_switching .txt dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 16px 0 0;
}
.language_switching .txt dl dd {
  list-style: none;
}
.language_switching .txt dl dd a {
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.language_switching .txt dl dd a:hover {
  color: var(--active-color);
}
.sidebar {
  position: fixed;
  right: 0.4rem;
  bottom: 0.8rem;
  z-index: 12;
}
@media (max-width: 991px) {
  .sidebar {
    right: 15px;
    bottom: 60px;
  }
}
.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.1rem;
}
.sidebar ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background: var(--active-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .sidebar ul li a {
    width: 40px;
    height: 40px;
  }
}
.sidebar ul li a .img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sidebar ul li a .img img {
  display: block;
  margin: auto;
  width: 48%;
}
/*banner*/
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lunbotu .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}
.lunbotu .swiper-slide a > img {
  width: 100%;
}
.lunbotu .swiper-slide a .i-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 83.33333333333333%;
}
@media (max-width: 991px) {
  .lunbotu .swiper-slide a .i-banner {
    width: 90%;
  }
}
.lunbotu .swiper-slide a .i-banner .box {
  text-align: left;
}
.lunbotu .swiper-slide a .i-banner .box .title {
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 40px;
  line-height: 1.4;
  word-break: break-word;
  text-transform: uppercase;
}
@media (max-width: 1900px) {
  .lunbotu .swiper-slide a .i-banner .box .title {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .lunbotu .swiper-slide a .i-banner .box .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .lunbotu .swiper-slide a .i-banner .box .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .lunbotu .swiper-slide a .i-banner .box .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .lunbotu .swiper-slide a .i-banner .box .title {
    font-size: 0.46rem;
  }
}
.lunbotu .swiper-pagination {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 7px;
  cursor: pointer;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--white-color);
  border-radius: 0.05rem;
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: move 5s linear forwards;
  transition: move 5s linear forwards;
}
@keyframes move {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.mImg {
  display: none;
}
@media (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.relative {
  position: relative;
}
.relative .obanner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 2.8rem;
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0, rgba(0, 85, 125, 0.35) 100%);
}
.relative.other .obanner::before {
  display: none;
}
.relative .classify {
  margin-top: -0.8rem;
}
@media (max-width: 991px) {
  .relative .classify {
    margin-top: 0;
  }
}
.relative .public-crumbs {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .relative .public-crumbs {
    position: static;
    padding-top: 0.3rem;
  }
}
@media (max-width: 991px) {
  .relative .public-crumbs .box {
    color: var(--black-999);
  }
}
@media (max-width: 991px) {
  .relative .public-crumbs .box a {
    color: var(--black-999);
  }
}
@media (max-width: 991px) {
  .relative .public-crumbs .box a:hover {
    color: var(--active-color);
  }
}
@media (max-width: 991px) {
  .relative .public-crumbs .box span.on {
    color: var(--black-666);
  }
}
.obanner {
  position: relative;
  z-index: 5;
}
.obanner > img {
  width: 100%;
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 2;
  width: 100%;
}
@media (max-width: 991px) {
  .obanner .bannerTitle {
    bottom: 0.7rem;
  }
}
.obanner .bannerTitle .box {
  display: inline-block;
  max-width: 7.5rem;
}
.obanner .bannerTitle .box .title {
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 40px;
}
@media (max-width: 1900px) {
  .obanner .bannerTitle .box .title {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .obanner .bannerTitle .box .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .obanner .bannerTitle .box .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .obanner .bannerTitle .box .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .obanner .bannerTitle .box .title {
    font-size: 0.46rem;
  }
}
.obanner .bannerTitle .box .text {
  font-size: 24px;
  color: var(--white-color);
  line-height: 1.7;
  margin-top: 0.1rem;
}
@media (max-width: 1900px) {
  .obanner .bannerTitle .box .text {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .obanner .bannerTitle .box .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .obanner .bannerTitle .box .text {
    font-size: 0.35rem;
  }
}
@media (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (max-width: 1900px) {
  .obanner .bannerTitle .box .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 991px) and (max-width: 1260px) {
  .obanner .bannerTitle .box .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .obanner .bannerTitle .box .text {
    font-size: 0.28rem;
  }
}
.classify {
  position: sticky;
  top: 1rem;
  width: 100%;
  z-index: 12;
}
@media (max-width: 1024px) {
  .classify {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .classify {
    display: none;
  }
}
.classify .wrap {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .classify .wrap {
    background: var(--white-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  }
}
.classify .wrap .container ul {
  padding: 0;
}
@media (max-width: 991px) {
  .classify .wrap .container ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .classify .wrap .container ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .classify .wrap .container ul::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .wrap .container ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .wrap .container ul::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .wrap .container ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .wrap .container ul::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
  }
  .classify .wrap .container ul::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
  }
}
.classify .wrap .container ul li {
  list-style: none;
}
.classify .wrap .container ul li a {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 2.3rem;
  height: 0.8rem;
  font-family: "HONORSansCN-DemiBold";
  font-size: 20px;
  color: var(--white-color);
  white-space: nowrap;
  text-align: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .classify .wrap .container ul li a {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .classify .wrap .container ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .classify .wrap .container ul li a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .classify .wrap .container ul li a {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .classify .wrap .container ul li a {
    min-width: 2rem;
  }
}
@media (max-width: 1260px) {
  .classify .wrap .container ul li a {
    min-width: 1.8rem;
  }
}
@media (max-width: 991px) {
  .classify .wrap .container ul li a {
    font-size: 18px;
    color: var(--black-333);
  }
}
@media (max-width: 991px) and (max-width: 1900px) {
  .classify .wrap .container ul li a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 991px) and (max-width: 1260px) {
  .classify .wrap .container ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .classify .wrap .container ul li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .classify .wrap .container ul li a {
    font-size: 0.26rem;
  }
}
@media (max-width: 480px) {
  .classify .wrap .container ul li a {
    height: 50px;
  }
}
.classify .wrap .container ul li a::before {
  content: '';
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -1;
  width: 90%;
  height: 100%;
  background: var(--active-color);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .classify .wrap .container ul li a::before {
    left: 7%;
    width: 86%;
  }
}
@media (max-width: 991px) {
  .classify .wrap .container ul li a:hover {
    color: var(--white-color);
  }
}
.classify .wrap .container ul li a:hover::before {
  opacity: 1;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
@media (max-width: 991px) {
  .classify .wrap .container ul li.active a {
    color: var(--white-color);
  }
}
.classify .wrap .container ul li.active a::before {
  opacity: 1;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.classify.fixed .wrap {
  background: var(--white-color);
  border-bottom: var(--bg-ed) solid 1px;
}
.classify.fixed .wrap .container ul li a {
  color: var(--black-333);
}
.classify.fixed .wrap .container ul li:hover a {
  color: var(--white-color);
}
.classify.fixed .wrap .container ul li.active a {
  color: var(--white-color);
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 0.8rem;
  }
}
.public-crumbs {
  width: 100%;
}
@media (max-width: 991px) {
  .public-crumbs {
    display: none;
  }
}
.public-crumbs .box {
  display: flex;
  align-items: center;
  color: var(--white06);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .public-crumbs .box {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .public-crumbs .box {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .public-crumbs .box {
    font-size: 14px;
  }
}
.public-crumbs .box a {
  display: inline-block;
  color: var(--white06);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.public-crumbs .box a:hover {
  color: var(--white-color);
}
.public-crumbs .box span {
  display: inline-block;
  margin: 0 0.02rem;
}
.public-crumbs .box span.on {
  color: var(--white-color);
}
.generalbtns {
  margin-top: 0.36rem;
}
@media (max-width: 991px) {
  .generalbtns {
    margin-top: 0.5rem;
  }
}
.generalbtns .combtn {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 0.48rem;
  font-size: 16px;
  color: var(--black-666);
  border: rgba(0, 0, 0, 0.1) solid 1px;
  border-radius: 0.29rem;
  padding: 0 0.35rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
@media (max-width: 1900px) {
  .generalbtns .combtn {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .generalbtns .combtn {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .generalbtns .combtn {
    font-size: 14px;
  }
}
.generalbtns .combtn.active {
  color: var(--white-color);
  background: var(--active-color);
  border: 1px solid var(--active-color) !important;
}
.generalbtns .combtn.active:before {
  background: var(--white-color);
  left: 125%;
}
.generalbtns .combtn:hover {
  color: var(--white-color);
  background: var(--active-color);
  border: 1px solid var(--active-color) !important;
}
.generalbtns .combtn:hover:before {
  background: var(--white-color);
  left: 125%;
}
.generalbtns .combtn:hover:after {
  background: var(--white-color);
  left: 128%;
}
.generalbtns .combtn:before {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  opacity: .3;
  left: -35px;
  border-radius: 35%;
  animation-duration: 10s;
}
.generalbtns .combtn:after {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  left: -10px;
  opacity: .5;
  border-radius: 37%;
  animation-duration: 10s;
}
.generalbtns .combtn:after:after {
  background: var(--white-color);
  left: 128%;
}
@media (max-width: 991px) {
  .generalbtns .combtn {
    height: 0.5rem;
  }
}
@media (max-width: 480px) {
  .generalbtns .combtn {
    min-width: 2rem;
    height: 0.65rem;
    border-radius: 0.4rem;
  }
}
.generalbtns.white .combtn {
  border: rgba(255, 255, 255, 0.2) solid 1px;
  color: var(--white-color);
}
.generalbtns.red .combtn {
  border: var(--active-color) solid 1px;
  color: var(--white-color);
  background: var(--active-color);
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.footer {
  background: var(--black-2a2);
}
.footer .box {
  position: relative;
  padding-bottom: 1.5rem;
}
@media (max-width: 1260px) {
  .footer .box {
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 991px) {
  .footer .box {
    flex-wrap: wrap;
  }
}
.footer .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer .box::before {
    display: none;
  }
}
.footer .box .footinfo {
  width: 26%;
}
@media (max-width: 1260px) {
  .footer .box .footinfo {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .footer .box .footinfo {
    width: 100%;
  }
}
.footer .box .footinfo .footlogo {
  position: relative;
  padding: 0.1rem 0 0.2rem;
}
@media (max-width: 1900px) {
  .footer .box .footinfo .footlogo {
    padding: 0.5208333333333333vw 0 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .footer .box .footinfo .footlogo {
    padding: 0 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .footer .box .footinfo .footlogo::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
}
.footer .box .footinfo .footlogo a img {
  max-width: 7.70833333333333vw;
}
@media (max-width: 1260px) {
  .footer .box .footinfo .footlogo a img {
    max-width: 2rem;
  }
}
.footer .box .footinfo .text {
  margin-top: 0.4rem;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 30px;
}
@media (max-width: 1900px) {
  .footer .box .footinfo .text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .footer .box .footinfo .text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .footer .box .footinfo .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .box .footinfo .text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .footer .box .footinfo .text {
    font-size: 0.38rem;
  }
}
.footer .box .footernav {
  width: 51.5%;
}
@media (max-width: 1260px) {
  .footer .box .footernav {
    width: 64%;
  }
}
@media (max-width: 991px) {
  .footer .box .footernav {
    width: 100%;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    display: none;
  }
}
@media (max-width: 991px) {
  .footer .box .footernav .item {
    width: 100%;
  }
}
.footer .box .footernav .item.on .title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .box .footernav .item .title {
  position: relative;
  font-family: "HONORSansCN-DemiBold";
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 0.8rem;
}
@media (max-width: 1900px) {
  .footer .box .footernav .item .title {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .footer .box .footernav .item .title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .box .footernav .item .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .footer .box .footernav .item .title {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .footer .box .footernav .item .title {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
}
.footer .box .footernav .item .title i {
  right: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media (max-width: 991px) {
  .footer .box .footernav .item .title i {
    display: block;
  }
}
.footer .box .footernav .item .title i::before {
  content: '';
  width: 12px;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
.footer .box .footernav .item .title i::after {
  content: '';
  height: 12px;
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
}
.footer .box .footernav .item:last-child .title {
  border-bottom: none;
}
@media (max-width: 991px) {
  .footer .box .footernav .item ul {
    display: none;
    padding: 0.3rem 0 0.05rem;
  }
}
.footer .box .footernav .item ul li {
  margin-bottom: 0.05rem;
}
.footer .box .footernav .item ul li a {
  font-size: 16px;
  color: var(--white06);
  line-height: 1.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .footer .box .footernav .item ul li a {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .footer .box .footernav .item ul li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer .box .footernav .item ul li a {
    font-size: 14px;
  }
}
.footer .box .footernav .item ul li a:hover {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .footer .box .footernav .item ul li a {
    display: block;
    padding: 0.06rem 0;
  }
}
.footer .box .footernav .item .expandmore {
  color: var(--e9e9e9);
  font-size: 16px;
  line-height: 1.7;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .footer .box .footernav .item .expandmore {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .footer .box .footernav .item .expandmore {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer .box .footernav .item .expandmore {
    font-size: 14px;
  }
}
.footer .copylink {
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 0.16rem 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .footer .copylink {
    font-size: 0.7291666666666667vw;
  }
}
@media (max-width: 1260px) {
  .footer .copylink {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer .copylink {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .footer .copylink {
    padding: 0.3rem 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.footer .copylink .name {
  margin: 0 12px;
}
.footer .copylink a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .copylink a.recordNum {
  position: relative;
  padding-left: 0.1rem;
  margin-left: 0.1rem;
}
.footer .copylink a.recordNum::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.6);
}
.footer .copylink a:hover {
  color: var(--white-color);
}
.footer .copylink .poweredBy {
  margin-left: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .footer .copylink .poweredBy {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}
.footer .copylink .poweredBy a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .copylink .poweredBy:hover {
  color: var(--white-color);
}
.footer .copylink .poweredBy:hover a {
  color: var(--white-color);
}
.i-title.center {
  text-align: center;
}
.i-title .headline {
  font-family: "HONORSansCN-DemiBold";
  font-size: 40px;
  color: var(--black-000);
  line-height: 1.15;
}
@media (max-width: 1900px) {
  .i-title .headline {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .i-title .headline {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .i-title .headline {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .i-title .headline {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .i-title .headline {
    font-size: 0.46rem;
  }
}
.i-title .text {
  margin-top: 0.2rem;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .i-title .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .i-title .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .i-title .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .i-title .text {
    margin-top: 0.25rem;
  }
}
@media (max-width: 480px) {
  .i-title .text {
    margin-top: 0.3rem;
  }
}
.i-title.white .headline {
  color: var(--white-color);
}
.i-title.white .text {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .index_about .box {
    flex-wrap: wrap;
  }
}
.index_about .box .textbox {
  width: 52.1875%;
}
@media (max-width: 991px) {
  .index_about .box .textbox {
    width: 100%;
  }
}
.index_about .box .icon {
  width: 43.75%;
  text-align: right;
}
.index_about .box .icon img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .index_about .box .icon {
    width: 100%;
    text-align: center;
    margin-top: 7%;
  }
}
.index_about .wrap {
  margin-top: 4%;
  padding-top: 4%;
  border-top: rgba(0, 0, 0, 0.06) solid 1px;
}
@media (max-width: 991px) {
  .index_about .wrap {
    flex-wrap: wrap;
    margin-top: 8%;
    padding-top: 8%;
  }
}
.index_about .wrap .index_num {
  width: 52.1875%;
}
@media (max-width: 991px) {
  .index_about .wrap .index_num {
    width: 100%;
  }
}
.index_about .wrap .index_num ul {
  max-width: 4.8rem;
  width: 100%;
  padding-top: 0.25rem;
}
@media (max-width: 991px) {
  .index_about .wrap .index_num ul {
    max-width: 100%;
    padding-top: 0;
  }
}
.index_about .wrap .index_num ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10%;
}
.index_about .wrap .index_num ul li:nth-child(2n) {
  margin-right: 0;
}
.index_about .wrap .index_num ul li .t1 {
  display: flex;
  align-items: flex-start;
}
.index_about .wrap .index_num ul li .t1 .timer {
  font-size: 50px;
  font-family: "HONORSansCN-DemiBold";
  color: var(--active-color);
  line-height: 1.2;
}
@media (max-width: 1900px) {
  .index_about .wrap .index_num ul li .t1 .timer {
    font-size: 2.604166666666667vw;
  }
}
@media (max-width: 1260px) {
  .index_about .wrap .index_num ul li .t1 .timer {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .index_about .wrap .index_num ul li .t1 .timer {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .index_about .wrap .index_num ul li .t1 .timer {
    font-size: 0.5rem;
  }
}
.index_about .wrap .index_num ul li .t1 .sp {
  display: inline-block;
  margin-left: 0.1rem;
  color: var(--black-000);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .index_about .wrap .index_num ul li .t1 .sp {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .index_about .wrap .index_num ul li .t1 .sp {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index_about .wrap .index_num ul li .t1 .sp {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .index_about .wrap .index_num ul li .t1 .sp {
    font-size: 0.35rem;
  }
}
.index_about .wrap .index_num ul li .t2 {
  color: var(--gray);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .index_about .wrap .index_num ul li .t2 {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_about .wrap .index_num ul li .t2 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_about .wrap .index_num ul li .t2 {
    font-size: 14px;
  }
}
.index_about .wrap .imgbox {
  width: 43.75%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .index_about .wrap .imgbox {
    width: 100%;
  }
}
.index_about .wrap .imgbox img {
  display: block;
  width: 100%;
}
.c-play {
  position: relative;
}
.c-play .spot {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5rem;
}
@media (max-width: 991px) {
  .c-play .spot {
    width: 0.75rem;
  }
}
.c-play .spot .animate-wave {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-play .spot .animate-wave * {
  background: var(--white-color);
  position: absolute;
  border-radius: 50%;
  animation: opac 3s infinite;
}
.c-play .spot .animate-wave .w2 {
  animation-delay: 1s;
}
.c-play .spot .animate-wave .w3 {
  animation-delay: 2s;
}
@-webkit-keyframes opac {
  from {
    opacity: 0.3;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
  }
  to {
    opacity: 0.08;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@keyframes opac {
  from {
    opacity: 0.3;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
  }
  to {
    opacity: 0.08;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.index_device .box {
  position: relative;
}
.index_device .box .swiper {
  width: 100%;
  overflow: hidden;
}
.index_device .box .swiper.mySwiper2 {
  position: relative;
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper2 {
    height: 75vh;
  }
}
.index_device .box .swiper.mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper2 .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
}
.index_device .box .swiper.mySwiper1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.index_device .box .swiper.mySwiper1 .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.index_device .box .swiper.mySwiper1 .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 0.25rem;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.3));
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.3));
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: left;
    padding: 5%;
  }
}
@media (max-width: 480px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item {
    padding: 0.5rem 0.4rem;
  }
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item .icon {
  margin-bottom: 0.2rem;
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item .icon img {
  max-width: 0.36rem;
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .icon img {
    max-width: 0.5rem;
  }
}
@media (max-width: 640px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .icon img {
    max-width: 0.56rem;
  }
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 20px;
}
@media (max-width: 1900px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    padding-right: 1rem;
  }
}
@media (max-width: 640px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 24px;
  }
}
@media (max-width: 640px) and (max-width: 1900px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 1.25vw;
  }
}
@media (max-width: 640px) and (max-width: 1260px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 20px;
  }
}
@media (max-width: 640px) and (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 22px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .text {
    font-size: 0.35rem;
  }
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item .more {
  display: block;
  margin: 0.5rem auto;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--white-color) url(../images/icon8.png) center no-repeat;
  background-size: 37.5% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .more {
    margin-top: 0;
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    margin-bottom: 0;
    right: 0.4rem;
    bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide .item .more {
    bottom: 0.6rem;
  }
}
.index_device .box .swiper.mySwiper1 .swiper-slide .item .more:hover {
  background: var(--active-color) url(../images/icon8a.png) center no-repeat;
  background-size: 37.5% auto;
}
@media (min-width: 992px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide:hover .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .index_device .box .swiper.mySwiper1 .swiper-slide:hover .item::before {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .index_device .box .swiper.mySwiper1 .swiper-slide.swiper-slide-thumb-active .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .index_device .box .swiper.mySwiper1 .swiper-slide.swiper-slide-thumb-active .item::before {
    opacity: 1;
  }
}
.index_device .box .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  margin-top: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(1, 153, 217, 0.08);
  background: var(--white-color) url(../images/icon10.png) center no-repeat;
  background-size: 15% auto;
  display: none;
}
.index_device .box .swiper-button-next.swiper-button-disabled {
  opacity: 0.45;
}
@media (max-width: 991px) {
  .index_device .box .swiper-button-next {
    display: block;
  }
}
@media (max-width: 480px) {
  .index_device .box .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.index_device .box .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  transform: translateY(-50%);
  margin-top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(1, 153, 217, 0.08);
  background: var(--white-color) url(../images/icon9.png) center no-repeat;
  background-size: 15% auto;
  display: none;
}
.index_device .box .swiper-button-prev.swiper-button-disabled {
  opacity: 0.45;
}
@media (max-width: 991px) {
  .index_device .box .swiper-button-prev {
    display: block;
  }
}
@media (max-width: 480px) {
  .index_device .box .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.index_solution .box {
  margin-top: 2.5%;
}
@media (max-width: 991px) {
  .index_solution .box {
    margin-top: 5%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .index_solution .box {
    margin-top: 7%;
  }
}
.index_solution .box .left_w {
  width: 31.25%;
}
@media (max-width: 991px) {
  .index_solution .box .left_w {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index_solution .box .left_w .item {
    overflow: hidden;
    margin-bottom: 0.4rem;
  }
}
.index_solution .box .left_w .item::before {
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 60%, rgba(0, 85, 125, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 60%, rgba(0, 85, 125, 0.6) 100%);
}
@media (max-width: 991px) {
  .index_solution .box .left_w .item::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
  }
}
.index_solution .box .left_w .item .textbox {
  bottom: -0.6rem;
}
@media (max-width: 991px) {
  .index_solution .box .left_w .item .textbox {
    bottom: 0;
  }
}
.index_solution .box .left_w .item .textbox .title {
  font-size: 24px;
}
@media (max-width: 1900px) {
  .index_solution .box .left_w .item .textbox .title {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .index_solution .box .left_w .item .textbox .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index_solution .box .left_w .item .textbox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .index_solution .box .left_w .item .textbox .title {
    font-size: 0.35rem;
  }
}
.index_solution .box .left_w .item .textbox .more {
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .index_solution .box .left_w .item .textbox .more {
    margin-top: 0.1rem;
  }
}
.index_solution .box .right_w {
  width: 68.4375%;
}
@media (max-width: 991px) {
  .index_solution .box .right_w {
    width: 100%;
  }
}
.index_solution .box .right_w .item {
  margin-bottom: 0.45662100456621%;
}
@media (max-width: 767px) {
  .index_solution .box .right_w .item {
    margin-bottom: 0.4rem;
  }
}
.index_solution .box .right_w .item.a1 {
  width: 44.74885844748858%;
}
@media (max-width: 767px) {
  .index_solution .box .right_w .item.a1 {
    width: 100%;
  }
}
.index_solution .box .right_w .item.a2 {
  width: 54.79452054794521%;
}
@media (max-width: 767px) {
  .index_solution .box .right_w .item.a2 {
    width: 100%;
  }
}
.index_solution .box .right_w .item.a3 {
  width: 100%;
}
.index_solution .box .right_w .item.a4 {
  width: 54.79452054794521%;
}
@media (max-width: 767px) {
  .index_solution .box .right_w .item.a4 {
    width: 100%;
  }
}
.index_solution .box .right_w .item.a5 {
  width: 44.74885844748858%;
}
@media (max-width: 767px) {
  .index_solution .box .right_w .item.a5 {
    width: 100%;
  }
}
.index_solution .box .item {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.index_solution .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 40%, rgba(0, 85, 125, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 40%, rgba(0, 85, 125, 0.6) 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .index_solution .box .item::before {
    opacity: 1;
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
  }
}
.index_solution .box .item .imgbox {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index_solution .box .item .imgbox {
    height: 3.2rem;
  }
}
@media (max-width: 480px) {
  .index_solution .box .item .imgbox {
    height: 4rem;
  }
}
.index_solution .box .item .imgbox img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .index_solution .box .item .imgbox img {
    height: 100%;
    object-fit: cover;
  }
}
.index_solution .box .item .textbox {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  z-index: 2;
  width: 100%;
  padding: 0.35rem 0.3rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .index_solution .box .item .textbox {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .index_solution .box .item .textbox {
    padding: 0.45rem 0.4rem;
  }
}
.index_solution .box .item .textbox .title {
  color: var(--white-color);
  font-size: 20px;
}
@media (max-width: 1900px) {
  .index_solution .box .item .textbox .title {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .index_solution .box .item .textbox .title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index_solution .box .item .textbox .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .index_solution .box .item .textbox .title {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .index_solution .box .item .textbox .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .index_solution .box .item .textbox .title {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .index_solution .box .item .textbox .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .index_solution .box .item .textbox .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .index_solution .box .item .textbox .title {
    font-size: 0.35rem;
  }
}
.index_solution .box .item .textbox .more {
  margin-top: 0.1rem;
  color: var(--white-color);
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1900px) {
  .index_solution .box .item .textbox .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_solution .box .item .textbox .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_solution .box .item .textbox .more {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .index_solution .box .item .textbox .more {
    opacity: 1;
  }
}
.index_solution .box .item:hover::before {
  opacity: 1;
}
.index_solution .box .item:hover .textbox {
  bottom: 0;
}
.index_solution .box .item:hover .textbox .more {
  opacity: 1;
}
.index_news {
  background: var(--bg-f8);
}
.index_news .wrap .generalbtns {
  margin-top: 0;
}
.index_news .box {
  margin-top: 2.5%;
}
@media (max-width: 991px) {
  .index_news .box {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .index_news .box {
    margin-top: 7%;
    flex-wrap: wrap;
  }
}
.index_news .box .left_w {
  width: 49.0625%;
  padding-right: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .index_news .box .left_w {
    width: 100%;
    padding-right: 0;
  }
}
.index_news .box .left_w .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news .box .left_w .swiper .swiper-wrapper {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 60%, #00557d 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 60%, #00557d 100%);
}
@media (max-width: 767px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 40%, #00557d 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 40%, #00557d 100%);
  }
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0.4rem 0.28rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text {
    padding: 0.4rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text {
    padding: 0.45rem 0.4rem;
  }
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .date {
  color: var(--white06);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .date {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .date {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .date {
    font-size: 14px;
  }
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .title {
  margin-top: 0.1rem;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1900px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .title {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .title {
    font-size: 0.35rem;
  }
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .more {
  margin-top: 0.2rem;
  color: var(--white-color);
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .more {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item .text .more {
    margin-top: 0.15rem;
  }
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.index_news .box .left_w .swiper .swiper-wrapper .swiper-slide .item:hover .text .more {
  color: var(--active-color);
}
.index_news .box .left_w .swiper .swiper-pagination {
  display: none;
}
.index_news .box .right_w {
  width: 50.9375%;
  padding-left: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .index_news .box .right_w {
    width: 100%;
    padding-left: 0;
    margin-top: 0.35rem;
  }
}
.index_news .box .right_w .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_news .box .right_w .swiper .swiper-wrapper {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.45rem 0.28rem;
  box-sizing: border-box;
  background: var(--white-color);
}
@media (max-width: 991px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
    padding: 0.45rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
    padding: 0.45rem 0.4rem;
  }
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox {
  margin-bottom: 0.2rem;
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title {
  border-bottom: var(--black-e5e) solid 1px;
  padding-bottom: 0.15rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title {
    padding-bottom: 0.2rem;
    margin-bottom: 0.25rem;
  }
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .date {
  color: var(--gray);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .date {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .date {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .date {
    font-size: 14px;
  }
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
  margin-top: 0.06rem;
  font-family: "HONORSansCN-DemiBold";
  color: var(--black-000);
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    margin-top: 0.1rem;
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .title .tit {
    font-size: 0.35rem;
  }
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .text {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 1900px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .textbox .text {
    font-size: 14px;
  }
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .img {
  width: 100%;
  overflow: hidden;
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .content .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .more {
  margin-top: 0.35rem;
  color: var(--active-color);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item .more {
    font-size: 14px;
  }
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item:hover .content .title .tit {
  color: var(--active-color);
}
.index_news .box .right_w .swiper .swiper-wrapper .swiper-slide .item:hover .content .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.index_news .box .right_w .swiper .swiper-pagination {
  display: none;
}
.index_partner .box {
  margin-top: 2.5%;
}
@media (max-width: 991px) {
  .index_partner .box {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .index_partner .box {
    margin-top: 7%;
    flex-wrap: wrap;
  }
}
.index_partner .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0.6rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .index_partner .box .swiper {
    padding-bottom: 0.8rem;
  }
}
.index_partner .box .swiper .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.index_partner .box .swiper .item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_partner .box .swiper .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_partner .box .swiper .swiper-pagination {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 0 0.12rem;
  opacity: 0.24;
  background: var(--black-000);
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.14rem;
  }
}
@media (max-width: 480px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.16rem;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--active-color);
}
.swiper-button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.1rem;
}
@media (max-width: 991px) {
  .swiper-button {
    gap: 0.25rem;
  }
}
@media (max-width: 480px) {
  .swiper-button {
    gap: 0.3rem;
  }
}
.swiper-button .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(1, 153, 217, 0.08);
  background: var(--white-color) url(../images/icon10.png) center no-repeat;
  background-size: 15% auto;
}
.swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.45;
}
@media (max-width: 480px) {
  .swiper-button .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.swiper-button .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(1, 153, 217, 0.08);
  background: var(--white-color) url(../images/icon9.png) center no-repeat;
  background-size: 15% auto;
}
.swiper-button .swiper-button-prev.swiper-button-disabled {
  opacity: 0.45;
}
@media (max-width: 480px) {
  .swiper-button .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.development {
  padding-bottom: 20.3125%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .development .box {
    flex-wrap: wrap;
  }
}
.development .box .left_w {
  width: 32%;
  padding-left: 8.333333333333335%;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .development .box .left_w {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .development .box .left_w {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .development .box .left_w {
    margin-bottom: 10%;
  }
}
.development .box .left_w .i-title {
  margin-bottom: 1.8rem;
}
@media (max-width: 1260px) {
  .development .box .left_w .i-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .development .box .left_w .i-title {
    margin-bottom: 0;
  }
}
.development .box .right_w {
  width: 64.375%;
  padding-right: 3.85%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .development .box .right_w {
    width: 100%;
    padding-right: 12%;
  }
}
@media (max-width: 767px) {
  .development .box .right_w {
    padding-right: 20%;
  }
}
.development .box .right_w .swiper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.development .box .right_w .swiper .swiper-wrapper {
  align-items: stretch;
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.1) 100%);
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
  padding: 0 12.8% 25%;
}
@media (max-width: 767px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item {
    padding: 0 10% 25%;
  }
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year {
  display: flex;
  align-items: flex-end;
  color: var(--black-000);
  font-size: 20px;
}
@media (max-width: 1900px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year {
    font-size: 0.28rem;
  }
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year span {
  display: inline-block;
  margin-right: 0.1rem;
  font-family: "HONORSansCN-DemiBold";
  color: var(--active-color);
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1900px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year span {
    font-size: 2.604166666666667vw;
  }
}
@media (max-width: 1260px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .year span {
    font-size: 0.5rem;
  }
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .text {
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
  font-size: 16px;
  color: var(--gray);
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 14px;
  }
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.development .box .right_w .swiper .swiper-wrapper .swiper-slide .item .img img {
  display: block;
  width: 100%;
}
.frequently .box {
  margin-top: 2.5%;
}
@media (max-width: 1260px) {
  .frequently .box {
    margin-top: 3.5%;
  }
}
@media (max-width: 991px) {
  .frequently .box {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .frequently .box {
    margin-top: 7%;
  }
}
.frequently .box ul {
  padding: 0;
}
.frequently .box ul li {
  position: relative;
  list-style: none;
  padding-right: 6.25%;
  box-sizing: border-box;
  border: var(--black-e5e) solid 1px;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .frequently .box ul li {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  .frequently .box ul li {
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  .frequently .box ul li {
    padding-right: 12%;
  }
}
.frequently .box ul li .subtit {
  color: var(--black-000);
  font-size: 20px;
  padding: 0.25rem 0.36rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .frequently .box ul li .subtit {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .frequently .box ul li .subtit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .frequently .box ul li .subtit {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .frequently .box ul li .subtit {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .frequently .box ul li .subtit {
    padding: 0.2rem 0.3rem;
  }
}
@media (max-width: 480px) {
  .frequently .box ul li .subtit {
    padding: 0.27rem 0.36rem;
  }
}
.frequently .box ul li .text {
  display: none;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
  padding: 0rem 0.36rem 0.36rem;
  box-sizing: border-box;
}
@media (max-width: 1900px) {
  .frequently .box ul li .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .frequently .box ul li .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .frequently .box ul li .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .frequently .box ul li .text {
    padding: 0rem 0.3rem 0.3rem;
  }
}
@media (max-width: 480px) {
  .frequently .box ul li .text {
    padding: 0rem 0.36rem 0.36rem;
  }
}
.frequently .box ul li .arrow {
  position: absolute;
  right: 0;
  top: 0rem;
  width: 6.25%;
  height: 0.8rem;
  background: url(../images/icon11.png) center no-repeat;
  background-size: 20% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1260px) {
  .frequently .box ul li .arrow {
    height: 0.88rem;
    background: url(../images/icon11.png) center no-repeat;
    background-size: 25% auto;
  }
}
@media (max-width: 991px) {
  .frequently .box ul li .arrow {
    width: 8%;
  }
}
@media (max-width: 767px) {
  .frequently .box ul li .arrow {
    width: 12%;
    height: 0.75rem;
  }
}
@media (max-width: 480px) {
  .frequently .box ul li .arrow {
    height: 0.96rem;
  }
}
.frequently .box ul li.active .subtit {
  color: var(--active-color);
}
.frequently .box ul li.active .arrow {
  background: url(../images/icon12.png) center no-repeat;
  background-size: 20% auto;
}
@media (max-width: 1260px) {
  .frequently .box ul li.active .arrow {
    background: url(../images/icon12.png) center no-repeat;
    background-size: 25% auto;
  }
}
.after_sale {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46.875vw;
}
@media (max-width: 1260px) {
  .after_sale {
    min-height: 56vh;
  }
}
.after_sale .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.after_sale .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.after_sale .textbox {
  position: relative;
  z-index: 2;
  width: 100%;
}
.after_sale .textbox .i-title .text {
  color: var(--white08);
}
.about {
  width: 100%;
  overflow: hidden;
}
.about .box {
  padding-left: 8.333333333333335%;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .about .box {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .about .box {
    flex-wrap: wrap;
    padding-right: 5%;
  }
}
.about .box .left_w {
  width: 57.38636363636364%;
}
@media (max-width: 991px) {
  .about .box .left_w {
    width: 100%;
  }
}
.about .box .left_w .title {
  margin-bottom: 2.083333333333333%;
}
@media (max-width: 1260px) {
  .about .box .left_w .title {
    margin-bottom: 3.5%;
  }
}
@media (max-width: 991px) {
  .about .box .left_w .title {
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .about .box .left_w .title {
    margin-bottom: 0.5rem;
  }
}
.about .box .left_w .title .t1 {
  color: var(--active-color);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .about .box .left_w .title .t1 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .about .box .left_w .title .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about .box .left_w .title .t1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .about .box .left_w .title .t1 {
    font-size: 0.35rem;
  }
}
.about .box .left_w .title .t2 {
  color: var(--black-000);
  font-size: 40px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .about .box .left_w .title .t2 {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .about .box .left_w .title .t2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .about .box .left_w .title .t2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about .box .left_w .title .t2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .about .box .left_w .title .t2 {
    font-size: 0.46rem;
  }
}
@media (max-width: 991px) {
  .about .box .left_w .title .t2 {
    margin-top: 0.05rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .about .box .left_w .title .t2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .about .box .left_w .title .t2 {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .about .box .left_w .title .t2 {
    margin-top: 0.1rem;
  }
}
.about .box .left_w .text {
  margin-top: 0.5rem;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .about .box .left_w .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .about .box .left_w .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .about .box .left_w .text {
    font-size: 14px;
  }
}
.about .box .right_w {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 38.63636363636364%;
  background: url(../images/img30.png) top right no-repeat;
  background-size: 51.02941176470588% auto;
}
@media (max-width: 1260px) {
  .about .box .right_w {
    background: url(../images/img30.png) top right no-repeat;
    background-size: 51.02941176470588% auto;
  }
}
@media (max-width: 991px) {
  .about .box .right_w {
    width: 100%;
    padding-top: 9%;
  }
}
.about .box .right_w .text {
  margin-bottom: 0.9rem;
  color: var(--black-000);
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .about .box .right_w .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .about .box .right_w .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box .right_w .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .about .box .right_w .text {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .about .box .right_w .text {
    margin-bottom: 7%;
  }
}
.about .box .img {
  width: 100%;
  overflow: hidden;
}
.about .box .img img {
  display: block;
  width: 100%;
}
.technology .box .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}
.technology .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .technology .box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.4rem;
  }
  .technology .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .technology .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .technology .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.technology .box .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 76.92307692307692%;
  overflow: hidden;
}
.technology .box .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.technology .box .item .text {
  padding: 7.7%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .technology .box .item .text {
    padding: 0.4rem;
  }
}
.technology .box .item .text .t1 {
  font-family: "HONORSansCN-DemiBold";
  color: var(--black-000);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .technology .box .item .text .t1 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .technology .box .item .text .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .technology .box .item .text .t1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .technology .box .item .text .t1 {
    font-size: 0.35rem;
  }
}
.technology .box .item .text .t2 {
  margin-top: 0.1rem;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .technology .box .item .text .t2 {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .technology .box .item .text .t2 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .technology .box .item .text .t2 {
    font-size: 14px;
  }
}
.technology .box .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.marketing {
  background: -webkit-linear-gradient(to bottom, rgba(1, 153, 217, 0) 60%, rgba(1, 153, 217, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(1, 153, 217, 0) 60%, rgba(1, 153, 217, 0.2) 100%);
}
.marketing .box {
  margin-top: 5%;
}
@media (max-width: 991px) {
  .marketing .box {
    margin-top: 7%;
  }
}
.marketing .box .swiper {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .marketing .box .swiper {
    overflow: hidden;
  }
}
.marketing .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.marketing .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.marketing .box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
  padding-bottom: 0.56rem;
}
@media (max-width: 640px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding-bottom: 0;
  }
}
.marketing .box .swiper .swiper-wrapper .swiper-slide:nth-child(even) {
  padding-top: 0.56rem;
}
@media (max-width: 640px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 0;
  }
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item {
  height: 100%;
  text-align: center;
  padding: 0.42rem 0.2rem 0.56rem;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  background: var(--white-color);
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item:hover {
  box-shadow: 0px 0px 13px rgba(1, 153, 217, 0.12);
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item:hover .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item:hover .subtitle {
  color: var(--active-color);
}
@media (max-width: 991px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item {
    padding: 0.42rem 0.3rem 0.56rem;
  }
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item .icon {
  position: relative;
  display: block;
  margin: auto;
  width: 56.2%;
  padding-bottom: 56.2%;
  border-radius: 50%;
  background: -webkit-linear-gradient(135deg, #ffffff, #1895d5);
  background: linear-gradient(135deg, #ffffff, #1895d5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .icon {
    width: 1rem;
    padding-bottom: 1rem;
  }
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 34.5%;
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item .subtitle {
  margin-top: 0.3rem;
  color: var(--black-000);
  font-size: 20px;
  font-family: "HONORSansCN-DemiBold";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .subtitle {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .subtitle {
    font-size: 0.28rem;
  }
}
.marketing .box .swiper .swiper-wrapper .swiper-slide .item .text {
  margin-top: 0.15rem;
  font-size: 16px;
  color: var(--gray);
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .marketing .box .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 14px;
  }
}
.solution .box {
  column-gap: 10px;
}
.solution .box .item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .solution .box .item {
    margin-bottom: 0.4rem;
  }
}
.solution .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 50%, rgba(0, 85, 125, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 50%, rgba(0, 85, 125, 0.8) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .solution .box .item::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .solution .box .item::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
  }
}
.solution .box .item:hover::before {
  opacity: 1;
}
.solution .box .item:hover .text {
  bottom: 0;
}
.solution .box .item:hover .text .more {
  opacity: 1;
}
.solution .box .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 40.625%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .solution .box .item .img {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .solution .box .item .img {
    padding-bottom: 64%;
  }
}
.solution .box .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .box .item .text {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  z-index: 3;
  width: 100%;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .solution .box .item .text {
    bottom: 0;
    padding: 0.4rem;
  }
}
.solution .box .item .text .subtitle {
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 30px;
}
@media (max-width: 1900px) {
  .solution .box .item .text .subtitle {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .solution .box .item .text .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .solution .box .item .text .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .solution .box .item .text .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .solution .box .item .text .subtitle {
    font-size: 0.38rem;
  }
}
.solution .box .item .text .more {
  margin-top: 0.2rem;
  color: var(--white-color);
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1900px) {
  .solution .box .item .text .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .solution .box .item .text .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .solution .box .item .text .more {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .solution .box .item .text .more {
    opacity: 1;
  }
}
.solution .box .item.half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 991px) {
  .solution .box .item.half {
    width: 100%;
  }
}
.solution .box .item.half .img {
  padding-bottom: 81.76100628930818%;
}
@media (max-width: 991px) {
  .solution .box .item.half .img {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .solution .box .item.half .img {
    padding-bottom: 64%;
  }
}
@media (max-width: 991px) {
  .SD_brief .i-title {
    flex-wrap: wrap;
  }
}
.SD_brief .i-title .headline {
  width: 41.25%;
}
@media (max-width: 991px) {
  .SD_brief .i-title .headline {
    width: 100%;
  }
}
.SD_brief .i-title .text {
  width: 56.25%;
  margin-top: 0;
}
@media (max-width: 991px) {
  .SD_brief .i-title .text {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.SD_brief .box {
  margin-top: 3.5%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .SD_brief .box {
    margin-top: 0.5rem;
  }
}
.SD_brief .box img {
  display: block;
  width: 100%;
}
.Industry_pain_points {
  background: linear-gradient(to bottom, rgba(1, 153, 217, 0.6) 0%, rgba(1, 153, 217, 0) 50%);
}
.Industry_pain_points .i-title .text {
  max-width: 11.3rem;
  margin-left: auto;
  margin-right: auto;
}
.Industry_pain_points .box {
  margin-top: 3.5%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .Industry_pain_points .box {
    margin-top: 5%;
  }
}
.Industry_pain_points .box img {
  display: block;
  width: 100%;
}
.SD_content {
  background: var(--bg-f8);
}
.SD_content .box {
  padding-left: 8.333333333333335%;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .SD_content .box {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .SD_content .box {
    padding-right: 5%;
    padding-bottom: 5%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .SD_content .box {
    padding: 0 0.4rem 0.8rem;
  }
}
.SD_content .box .i-title {
  width: 37.5%;
  padding-bottom: 5%;
}
@media (max-width: 1260px) {
  .SD_content .box .i-title {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .SD_content .box .i-title {
    width: 100%;
    padding-bottom: 7%;
  }
}
.SD_content .box .img {
  width: 53.40909090909091%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .SD_content .box .img {
    width: 100%;
  }
}
.SD_content .box .img img {
  display: block;
  width: 100%;
}
.SD_advantages .box {
  margin-top: 2.5%;
}
@media (max-width: 991px) {
  .SD_advantages .box {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .SD_advantages .box {
    margin-top: 7%;
  }
}
.SD_advantages .box .item {
  position: relative;
  width: 49.375%;
  margin-bottom: 1.25%;
  margin-right: 1.25%;
}
.SD_advantages .box .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .SD_advantages .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.SD_advantages .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 30%, rgba(0, 85, 125, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 30%, rgba(0, 85, 125, 0.7) 100%);
}
@media (max-width: 767px) {
  .SD_advantages .box .item::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.7) 100%);
  }
}
.SD_advantages .box .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.SD_advantages .box .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 68.60759493670886%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .SD_advantages .box .item .img {
    padding-bottom: 100%;
  }
}
.SD_advantages .box .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.SD_advantages .box .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .SD_advantages .box .item .text {
    padding: 0.4rem;
  }
}
.SD_advantages .box .item .text .subtitle {
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .SD_advantages .box .item .text .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .SD_advantages .box .item .text .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .SD_advantages .box .item .text .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .SD_advantages .box .item .text .subtitle {
    font-size: 0.35rem;
  }
}
.SD_advantages .box .item .text .txt {
  margin-top: 0.1rem;
  color: var(--white08);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .SD_advantages .box .item .text .txt {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .SD_advantages .box .item .text .txt {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .SD_advantages .box .item .text .txt {
    font-size: 14px;
  }
}
.contact {
  background: var(--bg-f8);
}
.contact .box {
  background: var(--white-color);
  margin-bottom: 0.25rem;
}
.contact .box:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact .box {
    flex-wrap: wrap;
  }
}
.contact .box .textbox {
  width: 57.5%;
  padding: 4.5% 6.625%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .contact .box .textbox {
    width: 100%;
    padding: 7.5% 6.5%;
  }
}
@media (max-width: 480px) {
  .contact .box .textbox {
    padding: 0.6rem 0.4rem 0.7rem;
  }
}
.contact .box .textbox .title .t1 {
  color: var(--active-color);
  font-size: 20px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .contact .box .textbox .title .t1 {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .contact .box .textbox .title .t1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .box .textbox .title .t1 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact .box .textbox .title .t1 {
    font-size: 0.28rem;
  }
}
.contact .box .textbox .title .t2 {
  margin-top: 0.1rem;
  color: var(--black-000);
  font-size: 30px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .contact .box .textbox .title .t2 {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .contact .box .textbox .title .t2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .contact .box .textbox .title .t2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact .box .textbox .title .t2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .contact .box .textbox .title .t2 {
    font-size: 0.38rem;
  }
}
.contact .box .textbox ul {
  margin-top: 0.25rem;
  padding: 0;
  border-top: #ebebeb solid 1px;
}
@media (max-width: 991px) {
  .contact .box .textbox ul {
    margin-top: 0.5rem;
  }
}
.contact .box .textbox ul li {
  display: flex;
  align-items: flex-start;
  padding: 0.25rem 0;
  list-style: none;
  border-bottom: #ebebeb solid 1px;
}
.contact .box .textbox ul li .icon {
  display: inline-block;
  margin-right: 0.1rem;
  padding-top: 0.05rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .contact .box .textbox ul li .icon {
    margin-right: 0.15rem;
  }
}
.contact .box .textbox ul li .icon img {
  max-width: 0.23rem;
}
@media (max-width: 991px) {
  .contact .box .textbox ul li .icon img {
    max-width: 0.3rem;
  }
}
.contact .box .textbox ul li .text {
  flex: 1;
  display: flex;
  align-items: baseline;
  font-size: 20px;
  color: var(--gray);
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .contact .box .textbox ul li .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .contact .box .textbox ul li .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact .box .textbox ul li .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact .box .textbox ul li .text {
    font-size: 0.28rem;
  }
}
.contact .box .textbox ul li .text .sp1 {
  flex-shrink: 0;
}
.contact .box .imgbox {
  width: 42.5%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact .box .imgbox {
    width: 100%;
  }
}
.contact .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.feedback .container {
  padding: 4.375% 6.25%;
  background: var(--white-color);
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .feedback .container {
    padding: 9% 6.5% 7.5%;
  }
}
@media (max-width: 480px) {
  .feedback .container {
    padding: 0.8rem 0.4rem 0.7rem;
  }
}
.feedback .container .box {
  margin-top: 3.2%;
}
@media (max-width: 991px) {
  .feedback .container .box {
    margin-top: 6%;
  }
}
@media (max-width: 767px) {
  .feedback .container .box {
    margin-top: 8%;
  }
}
.feedback .container .box .layui-form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.feedback .container .box .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 100%;
  margin-bottom: 1.25%;
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block {
    margin-bottom: 0.3rem;
  }
}
.feedback .container .box .layui-form-item .layui-input-block.part {
  width: 32.51445086705202%;
  margin-right: 1.22832369942197%;
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block.part {
    width: 100%;
    margin-right: 0 !important;
  }
}
.feedback .container .box .layui-form-item .layui-input-block.part:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block.part:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .feedback .container .box .layui-form-item .layui-input-block.part:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block.part:nth-child(2n) {
    margin-right: 0;
  }
}
.feedback .container .box .layui-form-item .layui-input-block.half {
  width: 49.38583815028902%;
  margin-right: 1.22832369942197%;
}
.feedback .container .box .layui-form-item .layui-input-block.half:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block.half {
    width: 100%;
  }
}
.feedback .container .box .layui-form-item .layui-input-block .layui-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  font-family: "HONORSansCN-Regular";
  color: var(--black-333);
  font-size: 20px;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
@media (max-width: 1900px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-input {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-input {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-input {
    font-size: 0.28rem;
  }
}
@media (max-width: 480px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-input {
    height: 0.78rem;
  }
}
.feedback .container .box .layui-form-item .layui-input-block .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-input:focus {
  border-color: var(--active-color) !important;
}
.feedback .container .box .layui-form-item .layui-input-block .layui-textarea {
  width: 100%;
  height: 2.1rem;
  font-family: "HONORSansCN-Regular";
  font-size: 20px;
  color: var(--black-333);
  padding: 0.3rem;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
@media (max-width: 1900px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-textarea {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-textarea {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-textarea {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-textarea {
    font-size: 0.28rem;
  }
}
@media (max-width: 480px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-textarea {
    height: 2.8rem;
  }
}
.feedback .container .box .layui-form-item .layui-input-block .layui-textarea::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-textarea::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-textarea:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-textarea:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: var(--black-afa);
}
.feedback .container .box .layui-form-item .layui-input-block .layui-textarea:focus {
  border-color: var(--active-color) !important;
}
.feedback .container .box .layui-form-item .layui-input-block .layui-btn {
  display: block;
  width: 1.6rem;
  height: 0.52rem;
  border-radius: 0.3rem;
  background: var(--active-color);
  color: var(--white-color);
  font-family: "HONORSansCN-DemiBold";
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.12rem;
}
@media (max-width: 1900px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-btn {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-btn {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-btn {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-btn {
    width: 2rem;
    height: 0.64rem;
    border-radius: 0.4rem;
  }
}
@media (max-width: 480px) {
  .feedback .container .box .layui-form-item .layui-input-block .layui-btn {
    width: 2.1rem;
    height: 0.72rem;
  }
}
@media (max-width: 991px) {
  .culture_text .box {
    flex-wrap: wrap;
  }
}
.culture_text .box .i-title {
  width: 42.5%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .culture_text .box .i-title {
    width: 100%;
  }
}
.culture_text .box .imgbox {
  width: 48.75%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .culture_text .box .imgbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.culture_text .box .imgbox img {
  display: block;
  width: 100%;
}
.culture_mean {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.culture_mean .box {
  margin-top: 10%;
}
@media (max-width: 991px) {
  .culture_mean .box {
    margin-top: 7.2%;
  }
}
.culture_mean .box .item {
  width: 49.375%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 6.25% 3% 2.25%;
  background: var(--white-color);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.culture_mean .box .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .culture_mean .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 6.25% 4%;
  }
  .culture_mean .box .item:last-child {
    margin-bottom: 0;
  }
}
.culture_mean .box .item .icon {
  text-align: center;
}
.culture_mean .box .item .icon img {
  max-width: 35%;
}
.culture_mean .box .item .textbox {
  margin-top: 7.2%;
  text-align: center;
}
@media (max-width: 991px) {
  .culture_mean .box .item .textbox {
    margin-top: 0.5rem;
  }
}
.culture_mean .box .item .textbox .subtitle {
  font-size: 24px;
  font-family: "HONORSansCN-DemiBold";
  color: var(--black-000);
}
@media (max-width: 1900px) {
  .culture_mean .box .item .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .culture_mean .box .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .culture_mean .box .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .culture_mean .box .item .textbox .subtitle {
    font-size: 0.35rem;
  }
}
.culture_mean .box .item .textbox .text {
  margin-top: 0.15rem;
  max-width: 6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .culture_mean .box .item .textbox .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .culture_mean .box .item .textbox .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .culture_mean .box .item .textbox .text {
    font-size: 14px;
  }
}
.culture_mean .wrap {
  margin-top: 7.5%;
  gap: 5px;
}
@media (max-width: 991px) {
  .culture_mean .wrap {
    gap: 0.4rem;
  }
}
.culture_mean .wrap .item {
  position: relative;
  width: calc((100% - 10px) / 3);
}
.culture_mean .wrap .item.half {
  width: calc((100% - 5px) / 2);
}
@media (max-width: 991px) {
  .culture_mean .wrap .item {
    width: 100% !important;
  }
}
.culture_mean .wrap .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.culture_mean .wrap .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 75.47169811320755%;
  overflow: hidden;
}
.culture_mean .wrap .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.5));
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.5));
}
.culture_mean .wrap .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.culture_mean .wrap .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .culture_mean .wrap .item .textbox {
    padding: 0.45rem 0.4rem;
  }
}
.culture_mean .wrap .item .textbox .subtitle {
  font-size: 24px;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
}
@media (max-width: 1900px) {
  .culture_mean .wrap .item .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .culture_mean .wrap .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .culture_mean .wrap .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .culture_mean .wrap .item .textbox .subtitle {
    font-size: 0.35rem;
  }
}
.culture_mean .wrap .item .textbox .text {
  margin-top: 0.08rem;
  color: var(--white-color);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .culture_mean .wrap .item .textbox .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .culture_mean .wrap .item .textbox .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .culture_mean .wrap .item .textbox .text {
    font-size: 14px;
  }
}
.news {
  background: var(--bg-f8);
}
.news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .box .swiper {
    padding-bottom: 0.6rem;
  }
}
.news .box .swiper .swiper-slide {
  background: var(--white-color);
}
.news .box .swiper .swiper-slide .item {
  width: 100%;
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item {
    flex-wrap: wrap;
  }
}
.news .box .swiper .swiper-slide .item .imgbox {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item .imgbox {
    width: 100%;
  }
}
.news .box .swiper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.news .box .swiper .swiper-slide .item .textbox {
  width: 50%;
  padding: 3.75% 4.6875%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item .textbox {
    width: 100%;
    padding: 0.4rem;
  }
}
.news .box .swiper .swiper-slide .item .textbox .date {
  color: var(--active-color);
  font-size: 20px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .news .box .swiper .swiper-slide .item .textbox .date {
    font-size: 0.26rem;
  }
}
.news .box .swiper .swiper-slide .item .textbox .subtitle {
  margin-top: 0.06rem;
  color: var(--black-000);
  font-size: 30px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 24px;
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .news .box .swiper .swiper-slide .item .textbox .subtitle {
    font-size: 0.35rem;
  }
}
.news .box .swiper .swiper-slide .item .textbox .text {
  margin-top: 9%;
  padding-top: 0.2rem;
  border-top: #e5e5e5 solid 1px;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
  min-height: 1.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1900px) {
  .news .box .swiper .swiper-slide .item .textbox .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .news .box .swiper .swiper-slide .item .textbox .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .news .box .swiper .swiper-slide .item .textbox .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-slide .item .textbox .text {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    min-height: 1px;
  }
}
.news .box .swiper .swiper-slide .item .textbox .more {
  margin-top: 0.25rem;
  color: var(--active-color);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .news .box .swiper .swiper-slide .item .textbox .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .news .box .swiper .swiper-slide .item .textbox .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .news .box .swiper .swiper-slide .item .textbox .more {
    font-size: 14px;
  }
}
.news .box .swiper .swiper-slide.swiper-slide-active .item .imgbox img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news .box .swiper .swiper-pagination {
  text-align: left;
  padding: 0 0.3rem 0.15rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-pagination {
    bottom: 0;
    text-align: center;
    padding: 0;
  }
}
.news .box .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  opacity: 0.5;
  background: var(--white-color);
}
@media (max-width: 767px) {
  .news .box .swiper .swiper-pagination .swiper-pagination-bullet {
    background: var(--black-999);
  }
}
.news .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--active-color);
}
.news .wrap {
  margin-top: 4.6875%;
}
@media (max-width: 767px) {
  .news .wrap {
    margin-top: 0.6rem;
  }
}
.news .wrap .newlist {
  align-items: stretch;
}
.news .wrap .newlist .item {
  width: 48.75%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  padding: 2.25% 0;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: var(--bg-df) solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .wrap .newlist .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news .wrap .newlist .item {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .news .wrap .newlist .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    background: var(--white-color);
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .news .wrap .newlist .item {
    margin-bottom: 0.4rem;
    padding: 0.4rem;
  }
}
.news .wrap .newlist .item:hover {
  padding: 2.25%;
  background: var(--white-color);
  border-bottom: var(--white-color) solid 1px;
}
@media (max-width: 767px) {
  .news .wrap .newlist .item:hover {
    padding: 0.3rem;
  }
}
@media (max-width: 480px) {
  .news .wrap .newlist .item:hover {
    padding: 0.4rem;
  }
}
.news .wrap .newlist .item .date {
  width: 25.2%;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--active-color);
}
@media (max-width: 1900px) {
  .news .wrap .newlist .item .date {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .news .wrap .newlist .item .date {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .news .wrap .newlist .item .date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news .wrap .newlist .item .date {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .news .wrap .newlist .item .date {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news .wrap .newlist .item .date {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .news .wrap .newlist .item .date {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .news .wrap .newlist .item .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .news .wrap .newlist .item .date {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .news .wrap .newlist .item .date {
    font-size: 0.26rem;
  }
}
.news .wrap .newlist .item .textbox {
  width: 74.8%;
}
@media (max-width: 991px) {
  .news .wrap .newlist .item .textbox {
    width: 100%;
    flex: 1;
  }
}
.news .wrap .newlist .item .textbox .subtitle {
  color: var(--black-000);
  font-size: 30px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 24px;
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .news .wrap .newlist .item .textbox .subtitle {
    font-size: 0.35rem;
  }
}
.news .wrap .newlist .item .textbox .text {
  margin-top: 0.15rem;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .news .wrap .newlist .item .textbox .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .news .wrap .newlist .item .textbox .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .news .wrap .newlist .item .textbox .text {
    font-size: 14px;
  }
}
.news .wrap .newlist .item .textbox .more {
  margin-top: 0.25rem;
  color: var(--active-color);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .news .wrap .newlist .item .textbox .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .news .wrap .newlist .item .textbox .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .news .wrap .newlist .item .textbox .more {
    font-size: 14px;
  }
}
.news .wrap .page {
  padding-top: 2.1875%;
}
@media (max-width: 991px) {
  .news .wrap .page {
    padding-top: 5%;
  }
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .page-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .1rem;
  min-width: .64rem;
  height: .64rem;
  margin-bottom: .1rem;
  margin-right: .1rem;
  text-align: center;
  font-size: 20px;
  color: var(--gray);
  border: var(--bg-df) solid 1px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1900px) {
  .page .page-list a {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .page .page-list a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page .page-list a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .page .page-list a {
    font-size: 0.28rem;
  }
}
.page .page-list a:hover {
  color: var(--white-color);
  background: var(--active-color);
  border: var(--active-color) solid 1px;
}
.page .page-list a.fyprev {
  color: var(--white-color);
  background: var(--active-color) url(../images/icon25a.png) center no-repeat;
  background-size: 0.09rem auto;
  border: var(--active-color) solid 1px;
}
.page .page-list a.fyprev.disabled {
  border: var(--bg-df) solid 1px;
  background: rgba(255, 255, 255, 0) url(../images/icon25.png) center no-repeat;
  background-size: 0.09rem auto;
  pointer-events: none;
  opacity: 0.8;
}
.page .page-list a.fynext {
  color: var(--white-color);
  background: var(--active-color) url(../images/icon26a.png) center no-repeat;
  background-size: 0.09rem auto;
  border: var(--active-color) solid 1px;
}
.page .page-list a.fynext.disabled {
  border: var(--bg-df) solid 1px;
  background: var(--white-color) url(../images/icon26.png) center no-repeat;
  background-size: 0.09rem auto;
  pointer-events: none;
  opacity: 0.8;
}
.page .page-list a.on {
  color: var(--white-color);
  background: var(--active-color);
  border: var(--active-color) solid 1px;
}
@media (max-width: 991px) {
  .page .page-list a {
    min-width: .54rem;
    height: .54rem;
    margin-right: 0.15rem;
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-width: 1900px) {
  .page .page-list a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 991px) and (max-width: 1260px) {
  .page .page-list a {
    font-size: 14px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .page .page-list a {
    font-size: 15px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .page .page-list a {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .page .page-list a {
    min-width: .48rem;
    height: .48rem;
  }
  .page .page-list a.fyprev {
    background: var(--active-color) url(../images/icon25a.png) center no-repeat;
    background-size: 0.07rem auto;
  }
  .page .page-list a.fyprev.disabled {
    background: var(--white-color) url(../images/icon25.png) center no-repeat;
    background-size: 0.07rem auto;
  }
  .page .page-list a.fynext {
    background: var(--active-color) url(../images/icon26a.png) center no-repeat;
    background-size: 0.07rem auto;
  }
  .page .page-list a.fynext.disabled {
    background: var(--white-color) url(../images/icon26.png) center no-repeat;
    background-size: 0.07rem auto;
  }
}
@media (max-width: 480px) {
  .page .page-list a {
    min-width: .54rem;
    height: .54rem;
  }
  .page .page-list a.fyprev {
    background: var(--active-color) url(../images/icon25a.png) center no-repeat;
    background-size: 0.09rem auto;
  }
  .page .page-list a.fyprev.disabled {
    background: var(--white-color) url(../images/icon25.png) center no-repeat;
    background-size: 0.09rem auto;
  }
  .page .page-list a.fynext {
    background: var(--active-color) url(../images/icon26a.png) center no-repeat;
    background-size: 0.09rem auto;
  }
  .page .page-list a.fynext.disabled {
    background: var(--white-color) url(../images/icon26.png) center no-repeat;
    background-size: 0.09rem auto;
  }
}
.bgf8 {
  background: var(--bg-f8);
}
.newdetails {
  position: relative;
  z-index: 10;
  margin-top: -2.4rem;
}
.newdetails .box {
  margin-top: 0.3rem;
}
.newdetails .box .content {
  padding: 5.625% 4%;
  box-sizing: border-box;
  background: var(--white-color);
}
@media (max-width: 991px) {
  .newdetails .box .content {
    padding: 8% 5%;
  }
}
@media (max-width: 480px) {
  .newdetails .box .content {
    padding: 0.6rem 0.4rem;
  }
}
.newdetails .box .content .details {
  max-width: 9.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newdetails .box .content .details .title {
  text-align: center;
}
.newdetails .box .content .details .title .sp {
  font-size: 40px;
  color: var(--black-000);
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .newdetails .box .content .details .title .sp {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .newdetails .box .content .details .title .sp {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .newdetails .box .content .details .title .sp {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .newdetails .box .content .details .title .sp {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .newdetails .box .content .details .title .sp {
    font-size: 0.46rem;
  }
}
.newdetails .box .content .details .title .othertxt {
  margin-top: 0.25rem;
}
.newdetails .box .content .details .title .othertxt span {
  display: inline-block;
  margin: 0 0.2rem;
  font-size: 20px;
  color: var(--black-000);
}
@media (max-width: 1900px) {
  .newdetails .box .content .details .title .othertxt span {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .newdetails .box .content .details .title .othertxt span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .newdetails .box .content .details .title .othertxt span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .newdetails .box .content .details .title .othertxt span {
    font-size: 0.28rem;
  }
}
.newdetails .box .content .details .text {
  margin-top: 0.1rem;
  padding-top: 0.3rem;
  border-top: var(--black-e5e) solid 1px;
  font-size: 16px;
  color: var(--gray);
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .newdetails .box .content .details .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .newdetails .box .content .details .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .newdetails .box .content .details .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .newdetails .box .content .details .text {
    margin-top: 0.3rem;
    padding-top: 0.4rem;
  }
}
.newdetails .box .article-operate {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .newdetails .box .article-operate {
    flex-wrap: wrap;
  }
}
.newdetails .box .article-operate a {
  display: inline-block;
  color: var(--black-000);
  font-size: 20px;
  background: var(--white-color);
  margin-bottom: 0.25rem;
  padding: 0.2rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .newdetails .box .article-operate a {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .newdetails .box .article-operate a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .newdetails .box .article-operate a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .newdetails .box .article-operate a {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .newdetails .box .article-operate a {
    padding: 0.25rem;
  }
}
.newdetails .box .article-operate a.prveli {
  width: 37.5%;
}
@media (max-width: 991px) {
  .newdetails .box .article-operate a.prveli {
    width: 100%;
  }
}
.newdetails .box .article-operate a.article-return {
  width: 21.25%;
  text-align: center;
}
@media (max-width: 991px) {
  .newdetails .box .article-operate a.article-return {
    display: none;
  }
}
.newdetails .box .article-operate a.nextli {
  width: 37.5%;
  text-align: right;
}
@media (max-width: 991px) {
  .newdetails .box .article-operate a.nextli {
    width: 100%;
    text-align: left;
  }
}
.newdetails .box .article-operate a:hover {
  background: var(--active-color);
  color: var(--white-color);
}
.business .box .item {
  position: relative;
  width: 49.375%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.business .box .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .business .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.business .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.7));
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.7));
}
.business .box .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 63.29113924050633%;
  overflow: hidden;
}
.business .box .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.business .box .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .business .box .item .text {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .business .box .item .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .business .box .item .text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .business .box .item .text {
    font-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  .business .box .item .text {
    padding: 0.4rem;
  }
}
.business .box .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.equipment_intro .box {
  padding-left: 8.333333333333335%;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .equipment_intro .box {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .equipment_intro .box {
    padding-right: 5%;
  }
}
.equipment_intro .box .wrap {
  padding-top: 5%;
  background: var(--bg-f8);
}
@media (max-width: 991px) {
  .equipment_intro .box .wrap {
    flex-wrap: wrap;
    padding-top: 7%;
  }
}
@media (max-width: 480px) {
  .equipment_intro .box .wrap {
    padding-top: 0.6rem;
  }
}
.equipment_intro .box .wrap .i-title {
  width: 54.88%;
  padding-left: 5%;
  padding-right: 8.6%;
  padding-bottom: 3.5%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .equipment_intro .box .wrap .i-title {
    width: 100%;
    padding-right: 5%;
    padding-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .equipment_intro .box .wrap .i-title {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.6rem;
  }
}
.equipment_intro .box .wrap .imgbox {
  width: 45.12%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .equipment_intro .box .wrap .imgbox {
    width: 100%;
  }
}
.equipment_intro .box .wrap .imgbox img {
  display: block;
  width: 100%;
}
.application .wrap .i-title {
  flex: 1;
  padding-right: 3%;
  box-sizing: border-box;
  overflow: hidden;
}
.application .wrap .swiper-button {
  flex-shrink: 0;
}
.application .box {
  margin-top: 2.8125%;
}
@media (max-width: 991px) {
  .application .box {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .application .box {
    margin-top: 7%;
  }
}
.application .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.application .box .swiper .item {
  position: relative;
}
.application .box .swiper .item .img {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.application .box .swiper .item .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application .box .swiper .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.8));
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.8));
}
.application .box .swiper .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.2rem 0.24rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .application .box .swiper .item .text {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .application .box .swiper .item .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .application .box .swiper .item .text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .application .box .swiper .item .text {
    font-size: 0.35rem;
  }
}
@media (max-width: 991px) {
  .application .box .swiper .item .text {
    padding: 0.3rem;
  }
}
@media (max-width: 480px) {
  .application .box .swiper .item .text {
    padding: 0.4rem;
  }
}
.application .box .swiper .item:hover .img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 991px) {
  .CompanyProfile .box {
    flex-wrap: wrap;
  }
}
.CompanyProfile .box .i-title {
  width: 42.125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .CompanyProfile .box .i-title {
    width: 100%;
  }
}
.CompanyProfile .box .i-title .headline {
  padding-top: 0.2rem;
}
.CompanyProfile .box .i-title .text {
  margin-top: 5.9%;
  flex: 1;
  background: var(--bg-fb);
  padding: 8.5% 7.2%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .CompanyProfile .box .i-title .text {
    padding: 0.6rem 0.4rem;
  }
}
.CompanyProfile .box .imgbox {
  width: 57.875%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .CompanyProfile .box .imgbox {
    width: 100%;
  }
}
.CompanyProfile .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1260px) {
  .recruitment {
    background-size: 150% auto;
  }
}
@media (max-width: 991px) {
  .recruitment {
    background-size: 200% auto;
  }
}
@media (max-width: 767px) {
  .recruitment {
    background-size: 250% auto;
  }
}
.recruitment .tablink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 2.25%;
}
@media (max-width: 991px) {
  .recruitment .tablink {
    margin-top: 5%;
    gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .recruitment .tablink {
    margin-top: 7%;
  }
}
@media (max-width: 480px) {
  .recruitment .tablink {
    margin-top: 8%;
  }
}
.recruitment .tablink a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-size: 16px;
  color: var(--black-000);
  border: #cfd2d5 solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .recruitment .tablink a {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .recruitment .tablink a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .recruitment .tablink a {
    font-size: 14px;
  }
}
.recruitment .tablink a.active {
  color: var(--white-color);
  background: var(--active-color);
  border: var(--active-color) solid 1px;
}
.recruitment .tablink a:hover {
  color: var(--white-color);
  background: var(--active-color);
  border: var(--active-color) solid 1px;
}
@media (max-width: 991px) {
  .recruitment .tablink a {
    min-width: 1.8rem;
    height: 0.64rem;
    border-radius: 0.4rem;
  }
}
@media (max-width: 767px) {
  .recruitment .tablink a {
    min-width: 1.6rem;
    height: 0.56rem;
  }
}
@media (max-width: 480px) {
  .recruitment .tablink a {
    min-width: 1.8rem;
    height: 0.64rem;
  }
}
.recruitment .box {
  margin-top: 3.125%;
}
@media (max-width: 991px) {
  .recruitment .box {
    margin-top: 6%;
  }
}
@media (max-width: 767px) {
  .recruitment .box {
    margin-top: 7%;
  }
}
@media (max-width: 480px) {
  .recruitment .box {
    margin-top: 8%;
  }
}
.recruitment .box .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 3.125%;
  box-sizing: border-box;
  background: var(--white-color);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}
.recruitment .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .recruitment .box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .recruitment .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .recruitment .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .recruitment .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
  }
}
.recruitment .box .item .title {
  padding-bottom: 0.1rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
@media (max-width: 767px) {
  .recruitment .box .item .title {
    padding-bottom: 0.2rem;
  }
}
.recruitment .box .item .title .t1 {
  color: var(--active-color);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .recruitment .box .item .title .t1 {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .recruitment .box .item .title .t1 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .recruitment .box .item .title .t1 {
    font-size: 14px;
  }
}
.recruitment .box .item .title .t2 {
  margin-top: 0.06rem;
  font-family: "HONORSansCN-DemiBold";
  color: var(--black-000);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .recruitment .box .item .title .t2 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .recruitment .box .item .title .t2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .recruitment .box .item .title .t2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .recruitment .box .item .title .t2 {
    font-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  .recruitment .box .item .title .t2 {
    margin-top: 0.1rem;
  }
}
.recruitment .box .item .text {
  margin-top: 0.2rem;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .recruitment .box .item .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .recruitment .box .item .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .recruitment .box .item .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .recruitment .box .item .text {
    margin-top: 0.3rem;
  }
}
.recruitment .box .item .deliver {
  margin-top: 0.25rem;
}
.recruitment .box .item .deliver a {
  color: var(--active-color);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .recruitment .box .item .deliver a {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .recruitment .box .item .deliver a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .recruitment .box .item .deliver a {
    font-size: 14px;
  }
}
.relate .box {
  margin-top: 2.25%;
}
@media (max-width: 991px) {
  .relate .box {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .relate .box {
    margin-top: 7%;
  }
}
.relate .box .item {
  width: 49.375%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 5.3125% 0;
  background: var(--white-color);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}
.relate .box .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .relate .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 7% 0;
  }
}
@media (max-width: 767px) {
  .relate .box .item {
    padding: 10% 0;
  }
}
.relate .box .item.app ul {
  width: 100%;
  padding: 0;
  column-gap: 1.3rem;
}
@media (max-width: 767px) {
  .relate .box .item.app ul {
    column-gap: 0.7rem;
  }
}
.relate .box .item.app ul li {
  min-width: 16.45569620253165%;
  list-style: none;
}
.relate .box .item.app ul li img {
  display: block;
  max-width: 1.3rem;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .relate .box .item.app ul li img {
    max-width: 0.9rem;
  }
}
.relate .box .item.code ul {
  width: 100%;
  padding: 0;
  column-gap: 1.3rem;
}
@media (max-width: 767px) {
  .relate .box .item.code ul {
    column-gap: 0.7rem;
  }
}
.relate .box .item.code ul li {
  min-width: 21%;
  list-style: none;
  text-align: center;
}
.relate .box .item.code ul li .img {
  width: 100%;
  overflow: hidden;
}
.relate .box .item.code ul li .img img {
  display: block;
  max-width: 1.66rem;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .relate .box .item.code ul li .img img {
    max-width: 1.5rem;
  }
}
.relate .box .item.code ul li .txt {
  margin-top: 0.12rem;
  color: var(--black-000);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .relate .box .item.code ul li .txt {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .relate .box .item.code ul li .txt {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .relate .box .item.code ul li .txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .relate .box .item.code ul li .txt {
    margin-top: 0.2rem;
  }
}
.honor {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 94.27083333333333% auto;
}
.honor .box {
  position: relative;
}
.honor .box .i-title {
  width: 48.125%;
}
@media (max-width: 991px) {
  .honor .box .i-title {
    width: 100%;
  }
}
.honor .box .swiper1box {
  position: relative;
  width: 58.4375%;
  margin-top: 5.3125%;
  padding: 0 7.8125%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .honor .box .swiper1box {
    display: none;
  }
}
.honor .box .swiper1box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.honor .box .swiper1box .swiper .swiper-slide {
  border: var(--white-color) solid 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honor .box .swiper1box .swiper .swiper-slide .item {
  width: 100%;
  overflow: hidden;
}
.honor .box .swiper1box .swiper .swiper-slide .item img {
  display: block;
  width: 100%;
}
.honor .box .swiper1box .swiper .swiper-slide.active {
  border: var(--active-color) solid 3px;
}
.honor .box .swiper2box {
  position: absolute;
  right: 0;
  top: 0;
  width: 37.125%;
  background: var(--white-color);
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .honor .box .swiper2box {
    position: relative;
    width: 100%;
    margin-top: 8%;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .honor .box .swiper2box {
    margin-top: 10%;
    padding-left: 13%;
    padding-right: 13%;
  }
}
@media (max-width: 480px) {
  .honor .box .swiper2box {
    margin-top: 12%;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.honor .box .swiper2box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}
.honor .box .swiper2box .swiper .swiper-slide .item {
  text-align: center;
  padding: 11.7%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .honor .box .swiper2box .swiper .swiper-slide .item {
    padding: 10% 7%;
  }
}
@media (max-width: 480px) {
  .honor .box .swiper2box .swiper .swiper-slide .item {
    padding: 0.4rem;
  }
}
.honor .box .swiper2box .swiper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.honor .box .swiper2box .swiper .swiper-slide .item .img img {
  max-width: 100%;
}
.honor .box .swiper2box .swiper .swiper-slide .item .txt {
  margin-top: 0.35rem;
  color: var(--black-000);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .honor .box .swiper2box .swiper .swiper-slide .item .txt {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .honor .box .swiper2box .swiper .swiper-slide .item .txt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .honor .box .swiper2box .swiper .swiper-slide .item .txt {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .honor .box .swiper2box .swiper .swiper-slide .item .txt {
    font-size: 0.35rem;
  }
}
.honor .box .swiper2box .swiper-button-next {
  display: none;
}
@media (max-width: 991px) {
  .honor .box .swiper2box .swiper-button-next {
    display: block;
  }
}
.honor .box .swiper2box .swiper-button-prev {
  display: none;
}
@media (max-width: 991px) {
  .honor .box .swiper2box .swiper-button-prev {
    display: block;
  }
}
.honor .box .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  z-index: 10;
  cursor: pointer;
  background: var(--white-color) url(../images/icon10.png) center no-repeat;
  background-size: 0.09rem auto;
  box-shadow: 0px 0px 10px rgba(1, 153, 217, 0.08);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .honor .box .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.honor .box .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  z-index: 10;
  cursor: pointer;
  background: var(--white-color) url(../images/icon9.png) center no-repeat;
  background-size: 0.09rem auto;
  box-shadow: 0px 0px 10px rgba(1, 153, 217, 0.08);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .honor .box .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.certificate .box {
  padding-bottom: 3.125%;
}
@media (max-width: 991px) {
  .certificate .box {
    padding-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .certificate .box {
    padding-bottom: 7%;
  }
}
.certificate .box .item {
  position: relative;
  width: 32.5%;
  margin-right: 1.25%;
  text-align: center;
  margin-bottom: 1.25%;
  padding: 0.35rem 0.35rem 0.3rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  box-sizing: border-box;
}
.certificate .box .item:nth-child(3n) {
  margin-right: 0;
}
.certificate .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.7));
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.7));
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.certificate .box .item:hover::before {
  opacity: 1;
}
.certificate .box .item:hover .txt {
  color: var(--white-color);
}
.certificate .box .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .certificate .box .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 0.4rem;
  }
  .certificate .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .certificate .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .certificate .box .item {
    width: 100%;
    margin-bottom: 0.4rem;
    margin-right: 0 !important;
    padding: 0.5rem;
  }
}
.certificate .box .item .img {
  width: 100%;
}
.certificate .box .item .img img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.certificate .box .item .txt {
  margin-top: 0.2rem;
  font-size: 20px;
  color: var(--black-000);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1900px) {
  .certificate .box .item .txt {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .certificate .box .item .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .certificate .box .item .txt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .certificate .box .item .txt {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .certificate .box .item .txt {
    margin-top: 0.25rem;
  }
}
@media (max-width: 480px) {
  .certificate .box .item .txt {
    margin-top: 0.3rem;
  }
}
.BusinessLayout {
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.BusinessLayout .box {
  position: relative;
}
.BusinessLayout .box .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.BusinessLayout .box .wrap .i-title {
  margin-right: 3%;
}
.BusinessLayout .box .wrap .content ul {
  padding: 0;
}
.BusinessLayout .box .wrap .content ul li {
  list-style: none;
  text-align: right;
  margin-bottom: 0.4rem;
}
.BusinessLayout .box .wrap .content ul li .t1 {
  display: flex;
  align-items: flex-end;
  color: var(--black-000);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .BusinessLayout .box .wrap .content ul li .t1 {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .BusinessLayout .box .wrap .content ul li .t1 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .BusinessLayout .box .wrap .content ul li .t1 {
    font-size: 14px;
  }
}
.BusinessLayout .box .wrap .content ul li .t1 .timer {
  font-family: "HONORSansCN-DemiBold";
  font-size: 40px;
  color: var(--024d71);
  line-height: 1;
}
@media (max-width: 1900px) {
  .BusinessLayout .box .wrap .content ul li .t1 .timer {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .BusinessLayout .box .wrap .content ul li .t1 .timer {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .BusinessLayout .box .wrap .content ul li .t1 .timer {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .BusinessLayout .box .wrap .content ul li .t1 .timer {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .BusinessLayout .box .wrap .content ul li .t1 .timer {
    font-size: 0.46rem;
  }
}
.BusinessLayout .box .wrap .content ul li .t1 .add {
  font-family: "HONORSansCN-DemiBold";
  font-size: 40px;
  color: var(--024d71);
  line-height: 1;
}
@media (max-width: 1900px) {
  .BusinessLayout .box .wrap .content ul li .t1 .add {
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 1260px) {
  .BusinessLayout .box .wrap .content ul li .t1 .add {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .BusinessLayout .box .wrap .content ul li .t1 .add {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .BusinessLayout .box .wrap .content ul li .t1 .add {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .BusinessLayout .box .wrap .content ul li .t1 .add {
    font-size: 0.46rem;
  }
}
.BusinessLayout .box .wrap .content ul li .t1 .sp {
  display: inline-block;
  margin-left: 0.06rem;
  line-height: 1.8;
}
.BusinessLayout .box .wrap .content ul li .t2 {
  margin-top: 0.05rem;
  color: var(--gray);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .BusinessLayout .box .wrap .content ul li .t2 {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .BusinessLayout .box .wrap .content ul li .t2 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .BusinessLayout .box .wrap .content ul li .t2 {
    font-size: 14px;
  }
}
.BusinessLayout .box .global {
  position: relative;
  padding-bottom: 3.125%;
}
@media (max-width: 991px) {
  .BusinessLayout .box .global {
    padding-top: 24%;
  }
}
@media (max-width: 767px) {
  .BusinessLayout .box .global {
    padding-top: 30%;
  }
}
.BusinessLayout .box .global .img {
  position: relative;
  width: 35.625%;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .BusinessLayout .box .global .img {
    width: 80%;
  }
}
.BusinessLayout .box .global .img img {
  display: block;
  width: 100%;
}
.BusinessLayout .box .global .img .layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.BusinessLayout .box .global .img .layout ul li {
  position: absolute;
}
.BusinessLayout .box .global .img .layout ul li.a1 {
  top: 24.6%;
  left: 46.6%;
}
.BusinessLayout .box .global .img .layout ul li.a2 {
  top: 25.4%;
  left: 50.35%;
}
.BusinessLayout .box .global .img .layout ul li.a3 {
  top: 28.2%;
  left: 49%;
}
.BusinessLayout .box .global .img .layout ul li.a4 {
  top: 32%;
  left: 50.7%;
}
.BusinessLayout .box .global .img .layout ul li.active .drop {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.BusinessLayout .box .global .img .layout ul li .drop {
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: var(--afd1e2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .img .layout ul li .drop {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.BusinessLayout .box .global .textbox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42.875%;
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .textbox {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .BusinessLayout .box .global .textbox {
    position: relative;
    bottom: auto;
    margin-top: -30%;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
}
.BusinessLayout .box .global .textbox ul {
  padding: 0;
}
.BusinessLayout .box .global .textbox ul li {
  position: absolute;
  right: 0;
  bottom: 0;
  list-style: none;
  width: 100%;
  min-height: 17vw;
  padding: 6% 7.25%;
  background: var(--white-color);
  border-bottom: var(--024d71) solid 6px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.BusinessLayout .box .global .textbox ul li.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .textbox ul li.active {
    position: relative;
  }
}
.BusinessLayout .box .global .textbox ul li .subtitle {
  font-family: "HONORSansCN-DemiBold";
  font-size: 24px;
  color: var(--black-000);
  padding-bottom: 0.2rem;
  border-bottom: var(--black-e5e) solid 1px;
}
@media (max-width: 1900px) {
  .BusinessLayout .box .global .textbox ul li .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .BusinessLayout .box .global .textbox ul li .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .textbox ul li .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .BusinessLayout .box .global .textbox ul li .subtitle {
    font-size: 0.35rem;
  }
}
.BusinessLayout .box .global .textbox ul li dl {
  margin-top: 0.3rem;
}
.BusinessLayout .box .global .textbox ul li dl dd {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.BusinessLayout .box .global .textbox ul li dl dd .icon {
  display: inline-block;
  margin-right: 0.15rem;
  flex-shrink: 0;
}
.BusinessLayout .box .global .textbox ul li dl dd .icon img {
  max-width: 0.21rem;
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .textbox ul li dl dd .icon img {
    max-width: 0.28rem;
  }
}
.BusinessLayout .box .global .textbox ul li dl dd .text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: var(--gray);
  font-size: 20px;
}
@media (max-width: 1900px) {
  .BusinessLayout .box .global .textbox ul li dl dd .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .BusinessLayout .box .global .textbox ul li dl dd .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .BusinessLayout .box .global .textbox ul li dl dd .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .BusinessLayout .box .global .textbox ul li dl dd .text {
    font-size: 0.28rem;
  }
}
.BusinessLayout .box .global .textbox ul li dl dd .text .sp1 {
  flex-shrink: 0;
}
.BusinessLayout .box .global .textbox ul li dl dd .text .sp2 {
  flex: 1;
}
.font60 {
  font-size: 60px;
}
@media (max-width: 1900px) {
  .font60 {
    font-size: 3.125vw;
  }
}
@media (max-width: 1260px) {
  .font60 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .font60 {
    font-size: 0.56rem;
  }
}
.search-result .SearchBar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 31.25vw;
}
@media (max-width: 991px) {
  .search-result .SearchBar {
    min-height: 42vh;
  }
}
@media (max-width: 767px) {
  .search-result .SearchBar {
    min-height: 48vh;
  }
}
@media (max-width: 480px) {
  .search-result .SearchBar {
    min-height: 42vh;
  }
}
.search-result .SearchBar .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .search-result .SearchBar .bgimg {
    background-position: left 15% center;
  }
}
.search-result .SearchBar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 50%, rgba(0, 85, 125, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 50%, rgba(0, 85, 125, 0.4) 100%);
}
@media (max-width: 767px) {
  .search-result .SearchBar::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.4) 100%);
  }
}
.search-result .SearchBar .box {
  position: relative;
  z-index: 10;
  width: 100%;
}
.search-result .SearchBar .box .container form {
  display: flex;
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .search-result .SearchBar .box .container form {
    width: 100%;
  }
}
.search-result .SearchBar .box .container form .text {
  border: none;
  outline: none;
  font-family: "HONORSansCN-Regular";
  color: var(--white-color);
  font-size: 20px;
  flex: 1;
  height: 0.88rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  padding-right: 0.3rem;
}
@media (max-width: 1900px) {
  .search-result .SearchBar .box .container form .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .search-result .SearchBar .box .container form .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-result .SearchBar .box .container form .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .search-result .SearchBar .box .container form .text {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .search-result .SearchBar .box .container form .text {
    height: 0.75rem;
  }
}
.search-result .SearchBar .box .container form .text::-webkit-input-placeholder {
  color: var(--white06);
}
.search-result .SearchBar .box .container form .text:-moz-placeholder {
  color: var(--white06);
}
.search-result .SearchBar .box .container form .text::-moz-placeholder {
  color: var(--white06);
}
.search-result .SearchBar .box .container form .text:-ms-input-placeholder {
  color: var(--white06);
}
.search-result .SearchBar .box .container form .btns {
  width: 0.9rem;
  height: 0.88rem;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--active-color) url(../images/icon30.png) center no-repeat;
  background-size: 32.22222222222222% auto;
  border: none;
  box-sizing: inherit;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .search-result .SearchBar .box .container form .btns {
    width: 0.77rem;
    height: 0.75rem;
  }
}
.search-result .SearchBar .wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}
.search-result .SearchBar .wrap .container {
  background: rgba(255, 255, 255, 0.9);
}
.search-result .SearchBar .wrap .container .text {
  padding: 0.32rem 0.4rem;
  color: var(--active-color);
  font-size: 20px;
}
@media (max-width: 1900px) {
  .search-result .SearchBar .wrap .container .text {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .search-result .SearchBar .wrap .container .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-result .SearchBar .wrap .container .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .search-result .SearchBar .wrap .container .text {
    font-size: 0.28rem;
  }
}
.search-result .resultlist {
  width: 100%;
  overflow: hidden;
}
.search-result .resultlist .switchbox {
  display: flex;
  align-items: flex-start;
  padding-top: 0.56rem;
  column-gap: 0.6rem;
  border-bottom: var(--black-e5e) solid 2px;
}
@media (max-width: 991px) {
  .search-result .resultlist .switchbox {
    column-gap: 0.4rem;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .switchbox {
    column-gap: 0.2rem;
    border-bottom: var(--black-e5e) solid 1px;
  }
}
.search-result .resultlist .switchbox a {
  position: relative;
  font-family: "HONORSansCN-DemiBold";
  font-size: 24px;
  color: var(--black-000);
  padding-bottom: 0.24rem;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .search-result .resultlist .switchbox a {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .switchbox a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .switchbox a {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .switchbox a {
    font-size: 0.35rem;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .switchbox a {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (max-width: 1900px) {
  .search-result .resultlist .switchbox a {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 991px) and (max-width: 1260px) {
  .search-result .resultlist .switchbox a {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .search-result .resultlist .switchbox a {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .search-result .resultlist .switchbox a {
    font-size: 0.28rem;
  }
}
.search-result .resultlist .switchbox a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  width: 0%;
  height: 3px;
  background: var(--active-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .search-result .resultlist .switchbox a:before {
    height: 2px;
  }
}
.search-result .resultlist .switchbox a.active {
  color: var(--active-color);
}
.search-result .resultlist .switchbox a.active:before {
  width: 100%;
}
.search-result .resultlist .switchbox a:hover {
  color: var(--active-color);
}
.search-result .resultlist .switchbox a:hover:before {
  width: 100%;
}
.search-result .resultlist .content {
  position: relative;
  margin-top: 4.375%;
}
@media (max-width: 991px) {
  .search-result .resultlist .content {
    margin-top: 6%;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content {
    margin-top: 8%;
  }
}
.search-result .resultlist .content .part {
  margin-bottom: 0.4rem;
}
.search-result .resultlist .content .part:last-child {
  margin-bottom: 0;
}
.search-result .resultlist .content .part .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-result .resultlist .content .part .wrap .item1 {
  position: relative;
  width: 49.375%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.search-result .resultlist .content .part .wrap .item1:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item1 {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.search-result .resultlist .content .part .wrap .item1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.7));
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0), rgba(0, 85, 125, 0.7));
}
.search-result .resultlist .content .part .wrap .item1 .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 63.29113924050633%;
  overflow: hidden;
}
.search-result .resultlist .content .part .wrap .item1 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-result .resultlist .content .part .wrap .item1 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 24px;
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item1 .text {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item1 .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item1 .text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item1 .text {
    font-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item1 .text {
    padding: 0.4rem;
  }
}
.search-result .resultlist .content .part .wrap .item1:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.search-result .resultlist .content .part .wrap .item2 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2 {
    margin-bottom: 0.4rem;
  }
}
.search-result .resultlist .content .part .wrap .item2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 50%, rgba(0, 85, 125, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 50%, rgba(0, 85, 125, 0.8) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item2::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 125, 0) 0%, rgba(0, 85, 125, 0.6) 100%);
  }
}
.search-result .resultlist .content .part .wrap .item2:hover::before {
  opacity: 1;
}
.search-result .resultlist .content .part .wrap .item2:hover .text {
  bottom: 0;
}
.search-result .resultlist .content .part .wrap .item2:hover .text .more {
  opacity: 1;
}
.search-result .resultlist .content .part .wrap .item2 .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 40.625%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2 .img {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item2 .img {
    padding-bottom: 64%;
  }
}
.search-result .resultlist .content .part .wrap .item2 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result .resultlist .content .part .wrap .item2 .text {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  z-index: 3;
  width: 100%;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2 .text {
    bottom: 0;
    padding: 0.4rem;
  }
}
.search-result .resultlist .content .part .wrap .item2 .text .subtitle {
  font-family: "HONORSansCN-DemiBold";
  color: var(--white-color);
  font-size: 30px;
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item2 .text .subtitle {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item2 .text .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2 .text .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item2 .text .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item2 .text .subtitle {
    font-size: 0.38rem;
  }
}
.search-result .resultlist .content .part .wrap .item2 .text .more {
  margin-top: 0.2rem;
  color: var(--white-color);
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item2 .text .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item2 .text .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2 .text .more {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2 .text .more {
    opacity: 1;
  }
}
.search-result .resultlist .content .part .wrap .item2.half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2.half {
    width: 100%;
  }
}
.search-result .resultlist .content .part .wrap .item2.half .img {
  padding-bottom: 81.76100628930818%;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item2.half .img {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item2.half .img {
    padding-bottom: 64%;
  }
}
.search-result .resultlist .content .part .wrap .item3 {
  width: 48.75%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  padding: 2.25% 0;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: var(--bg-df) solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-result .resultlist .content .part .wrap .item3:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    background: var(--white-color);
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item3 {
    margin-bottom: 0.4rem;
    padding: 0.4rem;
  }
}
.search-result .resultlist .content .part .wrap .item3:hover {
  padding: 2.25%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: var(--white-color);
  border-bottom: var(--white-color) solid 1px;
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item3:hover {
    padding: 0.3rem;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item3:hover {
    padding: 0.4rem;
  }
}
.search-result .resultlist .content .part .wrap .item3 .date {
  width: 22%;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--active-color);
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item3 .date {
    font-size: 0.26rem;
  }
}
.search-result .resultlist .content .part .wrap .item3 .textbox {
  width: 78%;
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox {
    width: 100%;
    flex: 1;
  }
}
.search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
  color: var(--black-000);
  font-size: 24px;
  font-family: "HONORSansCN-DemiBold";
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 24px;
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) and (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) and (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .subtitle {
    font-size: 0.35rem;
  }
}
.search-result .resultlist .content .part .wrap .item3 .textbox .text {
  margin-top: 0.15rem;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .text {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .text {
    font-size: 14px;
  }
}
.search-result .resultlist .content .part .wrap .item3 .textbox .more {
  margin-top: 0.25rem;
  color: var(--active-color);
  font-size: 16px;
}
@media (max-width: 1900px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .more {
    font-size: 0.8333333333333333vw;
  }
}
@media (max-width: 1260px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .more {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .search-result .resultlist .content .part .wrap .item3 .textbox .more {
    font-size: 14px;
  }
}
