@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */

@import url(change.css);

.w1400 {
  width: 87.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1500 {
  width: 93.75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1680 {
  width: 105rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: #5dc2d0;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 1.875rem;
}
.swiper-btn:hover {
  background: #17a569;
}

.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}

.bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.AddFadeInUp {
  -webkit-animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.AddFadeInDown {
  -webkit-animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.AddFadeInRight {
  -webkit-animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

:root::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #000;
}

:root::-webkit-scrollbar-thumb {
  background-color: #17a569;
}

.fancybox__container {
  z-index: 99999 !important;
}

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
  width: 100%;
  height: auto;
}
.common_banner_textbx h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-bottom: 1.875rem;
}
.common_banner_textbx p {
  font-size: 1.25rem;
  color: #eee;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
}
.common_bottomtag {
  background-image: url(../images/bottombg.jpg);
  padding: 4rem 0 5rem;
}
.common_bottomtag h3 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 2.5rem;
}
.common_bottomtag .contactbtn {
  width: 8.125rem;
  height: 2.25rem;
}
.common_bottomtag .contactbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  letter-spacing: 0.125rem;
}
.common_bottomtag .contactbtn a:hover {
  color: #17a569;
}
.common_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  padding: 0.5rem;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #17a569;
  border-color: #17a569;
}
.common_pagination li.active a {
  color: #ffffff;
  background-color: #17a569;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn .pagebox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1.25rem 2%;
}
.common_pagebtn .pagebox:hover .txt h4 {
  color: #17a569;
}
.common_pagebtn .pagebox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common_pagebtn .pagebox .txt span {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common_pagebtn .pagebox .txt h4 {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.75rem;
}
.common_pagebtn .pagebox i {
  font-size: 1.25rem;
  color: #17a569;
}
.common_pagebtn .pagebox.prevpage {
  border-right: 1px solid #eee;
}
.common_pagebtn .pagebox.prevpage i {
  margin-right: 2%;
}
.common_pagebtn .pagebox.nextpage .txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.common_pagebtn .pagebox.nextpage .txt h4 {
  text-align: right;
}
.common_pagebtn .pagebox.nextpage i {
  margin-left: 2%;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 19999;
}
.index_header.insidehead {
  background-color: rgba(255, 255, 255, 0.5);
}
.index_header:hover, .index_header.first, .index_header.inner {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
          box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
}
.index_header:hover .index_header_nav_item > a, .index_header.first .index_header_nav_item > a, .index_header.inner .index_header_nav_item > a {
  color: #333;
}
.index_header:hover .index_header_nav_item > a::after, .index_header.first .index_header_nav_item > a::after, .index_header.inner .index_header_nav_item > a::after {
  background-color: #17a569;
}
.index_header:hover .rightbx .search form button i, .index_header.first .rightbx .search form button i, .index_header.inner .rightbx .search form button i {
  color: #333;
}
.index_header:hover .rightbx .langbx a span, .index_header.first .rightbx .langbx a span, .index_header.inner .rightbx .langbx a span {
  color: #333;
}
.index_header:hover .rightbx .crybtn a, .index_header.first .rightbx .crybtn a, .index_header.inner .rightbx .crybtn a {
  background-color: #de9c06;
  border-color: #de9c06;
}
.index_header .w1680 {
  height: 100%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 3.375rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .navbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  margin-left: 6%;
}
.index_header_nav {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
}
.index_header_nav_item:not(:first-child) {
  margin-left: 3.125rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item > a::after {
  position: absolute;
  bottom: 2.25rem;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li {
  position: relative;
}
.index_header_nav_item .dropdown ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #2b2b2b;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a i {
  font-size: 1rem;
  color: #2b2b2b;
  margin-left: 1rem;
}
.index_header_nav_item .dropdown ul li .dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background-color: #fff;
  min-width: 10rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li .dropdown2 li a:hover {
  text-decoration: underline;
}
.index_header_nav_item .dropdown ul li:hover a {
  background-color: #17a569;
  color: #fff;
}
.index_header_nav_item .dropdown ul li:hover a i {
  color: #fff;
}
.index_header_nav_item .dropdown ul li:hover .dropdown2 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a {
  color: #fff;
}
.index_header_nav_item.active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index_header_nav_item:hover a {
  color: #fff;
}
.index_header_nav_item:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx {
  position: relative;
  height: 2.5rem;
  z-index: 3;
}
.index_header .rightbx .search {
  position: relative;
  width: auto;
  height: 100%;
}
.index_header .rightbx .search_M {
  display: none;
}
.index_header .rightbx .search:hover form input {
  width: 10rem;
  padding: 0 2.5rem 0 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.index_header .rightbx .search:hover form button i {
  color: #2b2b2b;
}
.index_header .rightbx .search form {
  position: relative;
  -webkit-transition: all 0.4s linear 0.1s;
  transition: all 0.4s linear 0.1s;
}
.index_header .rightbx .search form input::-webkit-input-placeholder,
.index_header .rightbx .search form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search form input:-moz-placeholder,
.index_header .rightbx .search form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search form input::-moz-placeholder,
.index_header .rightbx .search form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search form input:-ms-input-placeholder,
.index_header .rightbx .search form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search form input {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 2.5rem;
  font-size: 1rem;
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 0;
  border-bottom: 0;
  outline: none;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .search form button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.index_header .rightbx .search form button i {
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx {
  position: relative;
  height: 100%;
  margin: 0 2.5rem 0 1.875rem;
}
.index_header .rightbx .langbx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_header .rightbx .langbx a span {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx a:hover i,
.index_header .rightbx .langbx a:hover span {
  color: #17a569;
}
.index_header .rightbx .crybtn {
  width: 6.25rem;
  height: 1.875rem;
}
.index_header .rightbx .crybtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #de9c06;
  background-color: #de9c06;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .crybtn a:hover {
  color: #fff;
}
.index_header .rightbx .inner-header-icon {
  display: none;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .banner_bg {
  width: 100%;
  max-height: auto;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx .w1400 {
  position: relative;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx_center {
  position: absolute;
  top: 35%;
  left: 0;
}
.index_banner_swiper .swiper-slide .textbx_center h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-bottom: 1.25rem;
}
.index_banner_swiper .swiper-slide .textbx_center p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_banner_swiper .swiper-slide .textbx_center .morebtn {
  width: 8.125rem;
  height: 2.25rem;
  margin-top: 4rem;
}
.index_banner_swiper .swiper-slide .textbx_center .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-slide .textbx_center .morebtn a:hover {
  background-color: #fff;
  color: #17a569;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 0.1875rem;
  opacity: 0.5;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
}
.index_banner_swiper .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.2);
}
.index_banner_swiper .swiper-btn-prev {
  left: 0;
}
.index_banner_swiper .swiper-btn-next {
  right: 0;
}
.index_banner_swiper .swiper-btn:hover {
  cursor: pointer;
  background: #17a569;
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  font-size: 2rem;
  color: #021424;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
  text-align: center;
  margin-bottom: 1.25rem;
}
.index_common_title p {
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.index_profile {
  position: relative;
  padding: 7.5rem 0;
}
.index_profile .imgbx {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(21%);
      -ms-transform: translateY(21%);
          transform: translateY(21%);
  width: 53%;
}
.index_profile .imgbx img {
  width: 100%;
  height: auto;
}
.index_profile .textbx {
  width: 46%;
  margin-left: auto;
}
.index_profile .textbx_txt {
  margin-bottom: 5rem;
}
.index_profile .textbx_txt h3 {
  font-size: 2rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.index_profile .textbx_txt .intro {
  margin: 3.125rem 0 1.5rem;
}
.index_profile .textbx_txt .intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_profile .textbx_txt .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_profile .textbx_txt .morebtn a p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_profile .textbx_txt .morebtn a i {
  font-size: 1.125rem;
  color: #de9c06;
  margin-left: 0.5rem;
}
.index_profile .textbx_txt .morebtn a:hover p {
  color: #17a569;
}
.index_profile .textbx .numbox ul li .numbx {
  margin-bottom: 0.75rem;
}
.index_profile .textbx .numbox ul li .numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
}
.index_profile .textbx .numbox ul li .numbx p span {
  font-size: 3.125rem;
  line-height: 1em;
}
.index_profile .textbx .numbox ul li > p {
  font-size: 1.125rem;
  color: #111;
}
.index_service {
  padding: 4rem 0 0;
}
.index_service_content {
  position: relative;
  margin-top: 3.125rem;
}
.index_service_content .item {
  position: relative;
  width: 20.8vw;
  height: 38.125rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
.index_service_content .item.active {
  width: 56.25vw;
}
.index_service_content .item.active .item_first {
  right: 100%;
}
.index_service_content .item.active .item_two {
  left: 0;
}
.index_service_content .item_first {
  position: absolute;
  top: 0;
  right: 0;
  width: 20.8vw;
  height: 100%;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.index_service_content .item_first .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index_service_content .item_first .center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 1;
}
.index_service_content .item_first .center h4 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.index_service_content .item_first .center .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  height: 8.125rem;
  margin: 24% 0;
}
.index_service_content .item_first .center .iconbx img {
  max-width: 100%;
  max-height: 100%;
}
.index_service_content .item_first .center .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.index_service_content .item_first .center .morebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.index_service_content .item_first .center .morebtn:hover {
  background-color: #fff;
  color: #17a569;
}
.index_service_content .item_first .center .morebtn:hover i {
  color: #17a569;
}
.index_service_content .item_two {
  position: absolute;
  left: 100%;
  top: 0;
  width: 56.25vw;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.index_service_content .item_two .bg {
  position: absolute;
  inset: 0;
}
.index_service_content .item_two .center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4.375rem;
  z-index: 2;
}
.index_service_content .item_two .center_textbx {
  width: 49.4%;
}
.index_service_content .item_two .center_textbx .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_service_content .item_two .center_textbx .hd img {
  display: block;
  width: 2.375rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_service_content .item_two .center_textbx .hd h4 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
  margin-left: 1.25rem;
}
.index_service_content .item_two .center_textbx .intro {
  margin: 6% 0 10%;
}
.index_service_content .item_two .center_textbx .intro p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_service_content .item_two .center_textbx .detailbtn {
  width: 8.125rem;
  height: 2.25rem;
}
.index_service_content .item_two .center_textbx .detailbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border-radius: 1.125rem;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_service_content .item_two .center_textbx .detailbtn a p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_service_content .item_two .center_textbx .detailbtn a i {
  font-size: 1rem;
  color: #fff;
}
.index_service_content .item_two .center_textbx .detailbtn a:hover {
  background-color: #fff;
}
.index_service_content .item_two .center_textbx .detailbtn a:hover p,
.index_service_content .item_two .center_textbx .detailbtn a:hover i {
  color: #17a569;
}
.index_service_content .item_two .center_imgbx {
  width: 44.7%;
}
.index_service_content .item_two .center_imgbx img {
  width: 100%;
  height: auto;
}
.index_introduce {
  padding: 6.25rem 0 4rem;
}
.index_introduce_content {
  margin-top: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_introduce_content .imgbx {
  width: 100%;
  height: auto;
}
.index_introduce_content .imgbx img {
  width: 100%;
  height: auto;
}
.index_introduce_content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.6%;
}
.index_introduce_content .item:first-child, .index_introduce_content .item:nth-child(2) {
  margin-bottom: 4rem;
}
.index_introduce_content .item_iconbx {
  width: 23%;
}
.index_introduce_content .item_iconbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_introduce_content .item_text {
  width: 77%;
  padding-left: 2rem;
}
.index_introduce_content .item_text h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.5rem;
}
.index_introduce_content .item_text .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_solution {
  position: relative;
  padding: 5rem 0;
}
.index_solution .solutionlistbg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.index_solution .solutionlistbg::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 2;
}
.index_solution .solutionlistbg .imgbg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_solution .solutionlistbg .imgbg.on {
  opacity: 1;
}
.index_solution .w1400 {
  position: relative;
  z-index: 3;
}
.index_solution .index_common_title h3,
.index_solution .index_common_title p {
  color: #fff;
}
.index_solution_content {
  position: relative;
  margin-top: 3.125rem;
}
.index_solution_content::before {
  position: absolute;
  top: 0;
  left: 18%;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.index_solution_content .leftnav {
  width: 18%;
}
.index_solution_content .leftnav ul {
  width: 100%;
}
.index_solution_content .leftnav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
}
.index_solution_content .leftnav ul li:hover {
  cursor: pointer;
}
.index_solution_content .leftnav ul li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.index_solution_content .leftnav ul li.active::before {
  width: 0.1875rem;
  background-color: #fff;
}
.index_solution_content .leftnav ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.index_solution_content .leftnav ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_solution_content .leftnav ul li span {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_solution_content .rightbox {
  width: 78.6%;
}
.index_solution_content .rightbox_item {
  display: none;
  padding-top: 1.25rem;
}
.index_solution_content .rightbox_item.active {
  display: block;
}
.index_solution_content .rightbox_item .textbx {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2.5rem;
}
.index_solution_content .rightbox_item .textbx h4 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.index_solution_content .rightbox_item .textbx em {
  display: block;
  width: 3.125rem;
  height: 0.375rem;
  margin: 1.5rem 0;
  border-radius: 0.1875rem;
  background: rgba(255, 255, 255, 0.5);
}
.index_solution_content .rightbox_item .textbx .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_solution_content .rightbox_item .logolist {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.index_solution_content .rightbox_item .logolist .zhanwei {
  width: 17.3%;
  height: 0;
}
.index_solution_content .rightbox_item .logolist_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.3%;
  aspect-ratio: 19/9;
  background-color: #fff;
}
.index_solution_content .rightbox_item .logolist_tag img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_solution_content .rightbox_item .morebtn {
  width: 8.125rem;
  height: 2.25rem;
}
.index_solution_content .rightbox_item .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 1.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .rightbox_item .morebtn a p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .rightbox_item .morebtn a i {
  font-size: 1.125rem;
  color: #fff;
  margin-left: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .rightbox_item .morebtn a:hover {
  background-color: #fff;
}
.index_solution_content .rightbox_item .morebtn a:hover p,
.index_solution_content .rightbox_item .morebtn a:hover i {
  color: #17a569;
}
.index_new {
  padding: 4rem 0;
}
.index_new_content {
  margin-top: 3.125rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index_new_content .firstitem {
  position: relative;
  width: 48.6%;
}
.index_new_content .firstitem:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new_content .firstitem:hover .textbx h4 {
  color: #17a569;
}
.index_new_content .firstitem .imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 68/33;
  background-color: #f5f5f5;
  overflow: hidden;
}
.index_new_content .firstitem .imgbx img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_content .firstitem .textbx {
  width: 100%;
  padding: 1.25rem 0;
}
.index_new_content .firstitem .textbx h4 {
  font-size: 1.375rem;
  color: #021424;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .firstitem .textbx .intro {
  margin: 1rem 0;
}
.index_new_content .firstitem .textbx .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_content .firstitem .textbx .time {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .rightbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.6%;
  margin: -0.75rem 0;
}
.index_new_content .rightbx .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_content .rightbx .item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_new_content .rightbx .item:hover {
  background-color: #eff9f6;
}
.index_new_content .rightbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new_content .rightbx .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22%;
  aspect-ratio: 30/19;
  background-color: #f5f5f5;
  overflow: hidden;
}
.index_new_content .rightbx .item_imgbx img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_content .rightbx .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 1.25rem;
}
.index_new_content .rightbx .item_textbx h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.index_new_content .rightbx .item_textbx .time {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_case {
  padding: 4rem 0;
  background-color: #eff9f6;
}
.index_case_content {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.875rem;
}
.index_case_content .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_case_content .item:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_case_content .item:hover .textbx .morebtn {
  color: #17a569;
}
.index_case_content .item:hover .textbx .morebtn i {
  color: #17a569;
}
.index_case_content .item .imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44%;
  aspect-ratio: 20/13;
  background-color: #fff;
  overflow: hidden;
}
.index_case_content .item .imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case_content .item .textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2%;
}
.index_case_content .item .textbx .time {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1.25rem;
  font-weight: "MiSans-Medium";
  font-family: "MiSans-Regular";
}
.index_case_content .item .textbx h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.625rem 0;
}
.index_case_content .item .textbx .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case_content .item .textbx .morebtn i {
  font-size: 0.875rem;
  color: #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case_content .item_b {
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
}
.index_case_content .item_b .imgbx {
  width: 100%;
}
.index_case_content .item_b .textbx {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 1.5rem 2rem;
}
.index_case_content .item_b .textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_case_content .item_b .textbx .time {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.index_case_content .item_b .textbx .morebtn {
  font-size: 1rem;
  margin-top: 1.25rem;
}
.index_case_content .item_b .textbx .morebtn i {
  font-size: 1rem;
}
.index_case_content .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32%;
}
.index_achievement {
  padding: 4rem 0;
}
.index_achievement_content {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6.25rem;
  grid-row-gap: 0px;
}
.index_achievement_content .item {
  position: relative;
  aspect-ratio: 40/39;
}
.index_achievement_content .item:hover .bg img.bg1 {
  opacity: 0;
}
.index_achievement_content .item:hover .bg img.bg2 {
  opacity: 1;
}
.index_achievement_content .item:hover .item_center .iconbx img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_achievement_content .item .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index_achievement_content .item .bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_achievement_content .item .bg img.bg1 {
  opacity: 1;
}
.index_achievement_content .item .bg img.bg2 {
  opacity: 0;
}
.index_achievement_content .item_center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.75rem 2rem;
  z-index: 1;
}
.index_achievement_content .item_center .txt {
  width: 80%;
}
.index_achievement_content .item_center .txt h4 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.index_achievement_content .item_center .txt p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_achievement_content .item_center .iconbx {
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  overflow: hidden;
}
.index_achievement_content .item_center .iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_achievement_content .item_center .imgbx {
  position: absolute;
  bottom: 0;
  right: 2rem;
  -webkit-transform: translateY(14%);
      -ms-transform: translateY(14%);
          transform: translateY(14%);
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.14);
}
.index_achievement_content .item_center .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_achievement_content .item:first-child {
  grid-area: 1/1/2/2;
}
.index_achievement_content .item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.index_achievement_content .item:nth-child(3) {
  grid-area: 1/3/2/4;
}
.index_video {
  padding: 4rem 0;
  background-color: #eff9f6;
}
.index_video_content {
  margin-top: 3.125rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index_video_content .leftbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 27%;
}
.index_video_content .leftbx .item {
  width: 100%;
  aspect-ratio: 38/21;
}
.index_video_content .leftbx .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_video_content .rightbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 1.25rem;
}
.index_video_content .rightbx .videoitem {
  position: relative;
  display: none;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.index_video_content .rightbx .videoitem.active {
  display: block;
}
.index_video_content .rightbx .videoitem .videoplay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.index_video_content .rightbx .videoitem .videoplay:hover {
  cursor: pointer;
}
.index_video_content .rightbx .videoitem .videoplay i {
  font-size: 5rem;
  color: #fff;
}
.index_video_content .rightbx .videoitem video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_partner {
  padding: 4rem 0;
}
.index_partner_content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.5rem;
  margin-top: 3.125rem;
}
.index_partner_content .zhanwei {
  width: 10.15%;
  height: 0;
}
.index_partner_content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.15%;
  aspect-ratio: 19/9;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.index_partner_content .item img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer {
  background-color: #1f2328;
}
.index_footer_content {
  padding: 4rem 0;
}
.index_footer_content .leftbx {
  width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.index_footer_content .leftbx .item {
  width: 25%;
  margin-bottom: 2.5rem;
}
.index_footer_content .leftbx .item_head {
  margin-bottom: 1rem;
}
.index_footer_content .leftbx .item_head h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.index_footer_content .leftbx .item_head em {
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
}
.index_footer_content .leftbx .item ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .leftbx .item ul li a {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .leftbx .item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.index_footer_content .rightbx {
  width: 20%;
}
.index_footer_content .rightbx_imgbx {
  width: 60%;
  margin-bottom: 2.5rem;
}
.index_footer_content .rightbx_imgbx img {
  width: 100%;
  height: auto;
}
.index_footer_content .rightbx .media {
  width: 100%;
}
.index_footer_content .rightbx .media li:not(:last-child) {
  margin-right: 10%;
}
.index_footer_content .rightbx .media li a i {
  font-size: 1.5rem;
  color: #4c4f53;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_content .rightbx .media li a:hover i {
  color: #fff;
}
.index_footer_copyright {
  height: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1500 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.index_footer_copyright .w1500 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1500 p,
.index_footer_copyright .w1500 a {
  font-size: 0.875rem;
  color: #ccc;
}
.index_footer_copyright .w1500 a:hover {
  color: #17a569;
}

.profile_info {
  padding: 5rem 0;
}
.profile_info .leftbx {
  position: relative;
  width: 50%;
  padding-bottom: 2.5rem;
}
.profile_info .leftbx .profile_info_swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.profile_info .leftbx .profile_info_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_info .leftbx .swiper-pagination {
  bottom: 0;
}
.profile_info .leftbx .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #17a569;
  opacity: 0.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.profile_info .leftbx .swiper-pagination-bullet-active {
  width: 0.9375rem;
  opacity: 1;
}
.profile_info .rightbx {
  width: 50%;
  padding-left: 2%;
}
.profile_info .rightbx_hd {
  margin-bottom: 1.25rem;
}
.profile_info .rightbx_hd h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.profile_info .rightbx_hd p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.profile_info .rightbx .intro {
  height: 20rem;
  padding-right: 0.625rem;
  overflow-y: auto;
}
.profile_info .rightbx .intro::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
.profile_info .rightbx .intro::-webkit-scrollbar-thumb {
  background-color: #17a569;
}
.profile_info .rightbx .intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.profile_course {
  position: relative;
  padding: 5rem 0 0;
  background-image: url(../images/profile_bg1.jpg);
}
.profile_course::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.profile_course .index_common_title {
  position: relative;
  margin-bottom: 7.5rem;
  z-index: 1;
}
.profile_course .index_common_title h3 {
  color: #fff;
}
.profile_course_center {
  position: relative;
  z-index: 1;
}
.profile_course_center .profile_course_swiper {
  overflow: visible;
  width: 100%;
}
.profile_course_center .profile_course_swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.profile_course_center .profile_course_swiper .swiper-slide {
  border-left: 1px solid #fff;
  padding: 0.625rem 1.25rem 5rem;
}
.profile_course_center .profile_course_swiper .swiper-slide h4 {
  font-size: 2.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  margin-bottom: 1.25rem;
}
.profile_course_center .profile_course_swiper .swiper-slide .intro {
  position: relative;
  top: 1rem;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.profile_course_center .profile_course_swiper .swiper-slide .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.profile_course_center .profile_course_swiper .swiper-slide:hover {
  cursor: pointer;
}
.profile_course_center .profile_course_swiper .swiper-slide-thumb-active .intro {
  display: block;
  top: 0;
  max-height: 20rem;
  opacity: 1;
}
.profile_honor {
  padding: 4rem 0;
}
.profile_honor_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.profile_honor_center .zhanwei {
  width: 32%;
  height: 0;
}
.profile_honor_center .item {
  width: 32%;
  aspect-ratio: 15/11;
  background-color: #f2f2f2;
  margin-bottom: 1.625rem;
}
.profile_honor_center .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.profile_honor_center .item img {
  display: block;
  width: 90%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_job {
  padding: 4rem 0 8rem;
  background-color: #eff9f6;
}
.profile_job_center {
  margin-top: 3.125rem;
}
.profile_job_center .item {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.profile_job_center .item:not(:last-child) {
  margin-bottom: 4.375rem;
}
.profile_job_center .item_hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  padding: 0 3.75rem;
  background-color: #fff;
  border: 1px solid #daf0ec;
  z-index: 2;
  border-radius: 2.5rem;
}
.profile_job_center .item_hd:hover {
  cursor: pointer;
}
.profile_job_center .item_hd_md {
  position: relative;
  width: 25%;
}
.profile_job_center .item_hd_md:nth-child(2) {
  display: none;
}
.profile_job_center .item_hd_md p {
  font-size: 1.125rem;
  color: #111;
  line-height: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile_job_center .item_hd_md .xiala {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 2rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile_job_center .item_bd {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  margin-top: -2.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.profile_job_center .item_bd .detail {
  padding: 4.375rem 3.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #117873;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profile_job_center .item_bd .detail_text {
  padding: 1.875rem 0;
}
.profile_job_center .item_bd .detail_text .md {
  position: relative;
  width: 100%;
}
.profile_job_center .item_bd .detail_text .md:not(:last-child) {
  margin-bottom: 3rem;
}
.profile_job_center .item_bd .detail_text .md h4 {
  font-size: 1.125rem;
  color: #111;
  font-family: "MiSans-Bold";
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.profile_job_center .item_bd .detail_text .md p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
}
.profile_job_center .item_bd .detail_emailbtn {
  padding: 1.25rem 0;
}
.profile_job_center .item_bd .detail_emailbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.625rem;
  height: 2.5rem;
  border: 1px solid #17a569;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #17a569;
  line-height: 2.5rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.profile_job_center .item_bd .detail_emailbtn a:hover {
  cursor: pointer;
  background-color: #17a569;
  color: #fff;
}
.profile_job_center .item.active {
  margin-bottom: 1.875rem;
}
.profile_job_center .item.active .item_hd {
  background-color: #17a569;
}
.profile_job_center .item.active .item_hd_md p {
  color: #fff;
}
.profile_job_center .item.active .item_hd_md .xiala {
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.profile_job_center .item.active .item_bd {
  max-height: 60rem;
  overflow: hidden;
  opacity: 1;
}

.achievement_content {
  padding: 4rem 0;
}
.achievement_content h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.achievement_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.achievement_content .listbx .zhanwei {
  width: 24.3%;
  height: 0;
}
.achievement_content .listbx .item {
  position: relative;
  width: 24.3%;
  margin-bottom: 2.875rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
          box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
}
.achievement_content .listbx .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 17/9;
}
.achievement_content .listbx .item_imgbx img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.achievement_content .listbx .item_textbx {
  padding: 1.25rem;
  border-top: 1px solid #f0f0f0;
}
.achievement_content .listbx .item_textbx .txt {
  margin-bottom: 0.625rem;
}
.achievement_content .listbx .item_textbx .txt .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.5rem;
}
.achievement_content .listbx .item_textbx .txt h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  min-height: 3.75rem;
}
.achievement_content .listbx .item_textbx .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.achievement_content .listbx .item_textbx .morebtn i {
  font-size: 1rem;
  color: #de9c06;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.achievement_content .listbx .item:hover .item_textbx .morebtn {
  color: #17a569;
}
.achievement_content .listbx .item:hover .item_textbx .morebtn i {
  color: #17a569;
}

.product_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5rem;
  overflow: hidden;
}
.product_banner > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_banner_center {
  position: absolute;
  inset: 0;
}
.product_banner_center .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.product_banner_center .textbx {
  width: 50%;
}
.product_banner_center .textbx_hd h1 {
  font-size: 1.875rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.product_banner_center .textbx_intro {
  margin: 2.5rem 0;
}
.product_banner_center .textbx_intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product_banner_center .textbx_btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_banner_center .textbx_btnbox .contactbtn a,
.product_banner_center .textbx_btnbox .usebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.125rem;
  height: 2.25rem;
  border: 1px solid #17a569;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #17a569;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_banner_center .textbx_btnbox .contactbtn a:hover,
.product_banner_center .textbx_btnbox .usebtn a:hover {
  background-color: #17a569;
  color: #fff;
}
.product_banner_center .textbx_btnbox .contactbtn {
  margin-right: 1.5rem;
}
.product_banner .productimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: auto;
}
.product_banner .productimg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_pagenav {
  position: sticky;
  top: 6.25rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
          box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
  z-index: 9999;
}
.product_pagenav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.product_pagenav .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
}
.product_pagenav .list li a {
  position: relative;
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product_pagenav .list li a:hover {
  color: #17a569;
}
.product_pagenav .list li a::after {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  content: "";
  display: block;
  width: 104%;
  height: 1px;
  background-color: #17a569;
}
.product_pagenav .list li.active a::after {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.product_md1 {
  padding: 4rem 0;
  background-image: url(../images/product_bg1.jpg);
}
.product_md1_center {
  margin-top: 3.125rem;
}
.product_md1_center .leftbx {
  width: 21%;
}
.product_md1_center .leftbx ul {
  width: 100%;
}
.product_md1_center .leftbx ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.375rem;
}
.product_md1_center .leftbx ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.product_md1_center .leftbx ul li p {
  font-size: 1rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  white-space: nowrap;
}
.product_md1_center .leftbx ul li.active {
  background-color: #17a569;
}
.product_md1_center .leftbx ul li.active p {
  color: #fff;
}
.product_md1_center .leftbx ul li:hover {
  cursor: pointer;
}
.product_md1_center .rightbx {
  width: 64%;
  aspect-ratio: 89/52;
  padding: 1.875rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
.product_md1_center .rightbx .descmd {
  display: none;
  width: 100%;
  height: 100%;
}
.product_md1_center .rightbx .descmd.active {
  display: block;
}
.product_md1_center .rightbx .descmd img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_md2 {
  padding: 4rem 0;
  background-image: url(../images/product_bg2.png);
}
.product_md2_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.product_md2_center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 47.8%;
  margin-bottom: 4rem;
}
.product_md2_center .item_iconbx {
  width: 18.4%;
}
.product_md2_center .item_iconbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_md2_center .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}
.product_md2_center .item_textbx h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product_md2_center .item_textbx .intro {
  margin-top: 0.25rem;
}
.product_md2_center .item_textbx .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product_md3 {
  padding: 4rem 0;
  background-image: url(../images/product_bg3.jpg);
}
.product_md3_center {
  margin-top: 3.125rem;
}
.product_md3_center .navbox {
  width: 100%;
  background-color: #fff;
  overflow-x: auto;
}
.product_md3_center .navbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product_md3_center .navbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24%;
  height: 5rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid #eee;
  background: #fff;
  border-right: 1px solid #eee;
}
.product_md3_center .navbox ul li:hover {
  cursor: pointer;
}
.product_md3_center .navbox ul li.active {
  background-color: #17a569;
}
.product_md3_center .navbox ul li.active p {
  color: #fff;
}
.product_md3_center .navbox ul li p {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  white-space: nowrap;
  text-align: center;
}
.product_md3_center .detailbox {
  background-color: #fff;
  padding: 2.5rem 1.875rem;
}
.product_md3_center .detailbox .descmd {
  display: none;
}
.product_md3_center .detailbox .descmd.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_md3_center .detailbox .descmd_l {
  width: 53%;
}
.product_md3_center .detailbox .descmd_l img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_md3_center .detailbox .descmd_r {
  -webkit-box-flex: 47%;
      -ms-flex: 47%;
          flex: 47%;
  padding: 1% 1.875rem;
}
.product_md3_center .detailbox .descmd_r h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.product_md3_center .detailbox .descmd_r .intro {
  margin-top: 1.25rem;
}
.product_md3_center .detailbox .descmd_r .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product_md4 {
  padding: 4rem 0;
}
.product_md4_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.product_md4_center .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31%;
  padding: 2.5rem 1.875rem;
  margin-bottom: 3.125rem;
  background-color: rgb(239, 249, 246);
  border: 1px solid #ededed;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_md4_center .item:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
.product_md4_center .item:hover {
  background-color: rgba(239, 249, 246, 0);
}
.product_md4_center .item:hover .bg {
  opacity: 0.1;
}
.product_md4_center .item .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(10%, 10%);
      -ms-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
  width: 64%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_md4_center .item .bg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_md4_center .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  height: 4.5rem;
}
.product_md4_center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_md4_center .item h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 1.875rem 0 1.25rem;
}
.product_md4_center .item .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.product_md5 {
  padding: 4rem 0;
  background-image: url(../images/product_bg4.jpg);
}
.product_md5_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.product_md5_center .zhanwei {
  width: 18.7%;
  height: 0;
}
.product_md5_center .item {
  position: relative;
  width: 15.7%;
  aspect-ratio: 11/6;
  margin-bottom: 1rem;
  background-color: #fff;
}
.product_md5_center .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.product_md5_center .item img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_md5_center .item:hover a img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.solution_md1 {
  padding: 4rem 0;
}
.solution_md1_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.solution_md1_center .zhanwei {
  width: 23.6%;
  height: 0;
}
.solution_md1_center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.6%;
  aspect-ratio: 11/9;
  padding: 3%;
  margin-bottom: 1.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 36, 21, 0.16);
          box-shadow: 0px 0px 10px 0px rgba(2, 36, 21, 0.16);
  border-radius: 0.625rem;
}
.solution_md1_center .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.5rem;
}
.solution_md1_center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_md1_center .item h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  min-height: 3.75rem;
  text-align: center;
}
.solution_md2 {
  padding: 4rem 0;
  background-color: #f6fdfb;
}
.solution_md2_center {
  margin-top: 3.125rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(2, 36, 21, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(2, 36, 21, 0.1);
  border: 1px solid #c8eddc;
}
.solution_md2_center .common_qiehuanmd_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution_md2_center .common_qiehuanmd_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  background: #eff9f6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_md2_center .common_qiehuanmd_nav ul li:hover {
  cursor: pointer;
}
.solution_md2_center .common_qiehuanmd_nav ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #17a569;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_md2_center .common_qiehuanmd_nav ul li.active {
  background-color: #fff;
}
.solution_md2_center .common_qiehuanmd_nav ul li.active::before {
  opacity: 1;
}
.solution_md2_center .common_qiehuanmd_nav ul li p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.solution_md2_center .common_qiehuanmd_bd .descmd {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.875rem 2.5rem;
}
.solution_md2_center .common_qiehuanmd_bd .descmd.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 27.3%;
  padding: 2% 0;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l .txt h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l .txt .intro {
  margin-top: 2rem;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l .txt .intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l .contactbtn {
  width: 100%;
  height: 3.125rem;
  margin-top: 1.875rem;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l .contactbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1.5625rem;
  background-color: #17a569;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  letter-spacing: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_l .contactbtn a:hover {
  letter-spacing: 0.125rem;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_r {
  width: 65%;
}
.solution_md2_center .common_qiehuanmd_bd .descmd_r img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_md3 {
  padding: 5rem 0;
}
.solution_md3_center {
  margin-top: 4rem;
}
.solution_md3_center .common_qiehuanmd_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.solution_md3_center .common_qiehuanmd_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_md3_center .common_qiehuanmd_nav ul li .iconbx {
  position: relative;
  width: 5rem;
  aspect-ratio: 1;
  margin-right: 1rem;
  overflow: hidden;
}
.solution_md3_center .common_qiehuanmd_nav ul li .iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_md3_center .common_qiehuanmd_nav ul li .textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solution_md3_center .common_qiehuanmd_nav ul li .textbx p {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}

.client_content {
  padding: 4rem 0;
}
.client_content .topbox {
  position: relative;
  margin-top: 3.125rem;
  margin-bottom: 7.5rem;
}
.client_content .topbox .client_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.client_content .topbox .client_swiper .swiper-slide .imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  aspect-ratio: 70/38;
  background-color: #fff;
  overflow: hidden;
}
.client_content .topbox .client_swiper .swiper-slide .imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.client_content .topbox .client_swiper .swiper-slide .textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 0 1.8%;
}
.client_content .topbox .client_swiper .swiper-slide .textbx_hd h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1rem;
}
.client_content .topbox .client_swiper .swiper-slide .textbx_hd .time {
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.client_content .topbox .client_swiper .swiper-slide .textbx .intro {
  margin: 2.5rem 0;
}
.client_content .topbox .client_swiper .swiper-slide .textbx .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.client_content .topbox .client_swiper .swiper-slide .textbx .morebtn:hover a {
  background-color: #17a569;
  color: #fff;
}
.client_content .topbox .client_swiper .swiper-slide .textbx .morebtn:hover a i {
  color: #fff;
}
.client_content .topbox .client_swiper .swiper-slide .textbx .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
  padding: 0 1.25rem;
  border: 1px solid #17a569;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #17a569;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.client_content .topbox .client_swiper .swiper-slide .textbx .morebtn a i {
  font-size: 1rem;
  color: #17a569;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.client_content .topbox .swiper-pagination {
  bottom: -2.5rem;
}
.client_content .topbox .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #17a569;
  opacity: 0.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.client_content .topbox .swiper-pagination-bullet-active {
  width: 0.9375rem;
  opacity: 1;
}
.client_content .listbox_nav {
  margin-bottom: 2.5rem;
}
.client_content .listbox_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.client_content .listbox_nav ul li {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.client_content .listbox_nav ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.client_content .listbox_nav ul li.active a {
  background-color: #17a569;
  color: #fff;
}
.client_content .listbox_center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.client_content .listbox_center .zhanwei {
  width: 30%;
  height: 0;
}
.client_content .listbox_center .item {
  position: relative;
  width: 30%;
  margin-bottom: 2.5rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
          box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
}
.client_content .listbox_center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.client_content .listbox_center .item:hover .item_textbx .morebtn {
  color: #17a569;
}
.client_content .listbox_center .item:hover .item_textbx .morebtn i {
  color: #17a569;
}
.client_content .listbox_center .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 42/25;
  overflow: hidden;
}
.client_content .listbox_center .item_imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.client_content .listbox_center .item_textbx {
  padding: 1.875rem 1.25rem;
}
.client_content .listbox_center .item_textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.client_content .listbox_center .item_textbx .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.client_content .listbox_center .item_textbx .intro {
  min-height: 1.875rem;
  margin: 1rem 0 1.5rem;
}
.client_content .listbox_center .item_textbx .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.client_content .listbox_center .item_textbx .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.client_content .listbox_center .item_textbx .morebtn i {
  font-size: 1rem;
  color: #de9c06;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.clientlist_content {
  padding: 4rem 0;
}
.clientlist_content_center {
  margin-top: 3.125rem;
}
.clientlist_content_center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner_content {
  padding: 4rem 0;
}
.partner_content_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.partner_content_list .zhanwei {
  width: 30.7%;
  height: 0;
}
.partner_content_list .item {
  width: 30.7%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.partner_content_list .item_imgbx {
  width: 100%;
  height: auto;
}
.partner_content_list .item_imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner_content_list .item_textbx {
  padding: 1.875rem;
}
.partner_content_list .item_textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.partner_content_list .item_textbx .intro {
  margin: 1.875rem 0 3.125rem;
}
.partner_content_list .item_textbx .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.partner_content_list .item_textbx .morebtn {
  margin: 0 auto;
}
.partner_content_list .item_textbx .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  padding: 0 1rem;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
  font-size: 0.875rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.partner_content_list .item_textbx .morebtn a i {
  font-size: 1rem;
  color: #de9c06;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.partner_content_list .item_textbx .morebtn a:hover {
  background-color: #17a569;
  color: #fff;
}
.partner_content_list .item_textbx .morebtn a:hover i {
  color: #fff;
}

.distributor_formbox .formbx_item:nth-child(5) {
  width: 100%;
}

.partnermess {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/message_bg1.jpg);
}
.partnermess .logobx {
  position: absolute;
  top: 1.25rem;
  left: 6%;
  width: auto;
  height: 3.375rem;
  z-index: 2;
}
.partnermess .logobx img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnermess .imgbx {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  height: auto;
  max-height: 90vh;
  z-index: 1;
}
.partnermess .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnermess_formbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100vh;
  overflow-y: auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.3125rem;
  z-index: 3;
}
.partnermess_formbox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #000;
}
.partnermess_formbox::-webkit-scrollbar-thumb {
  background-color: #17a569;
}
.partnermess_formbox .intro {
  margin-bottom: 1.875rem;
}
.partnermess_formbox .intro p {
  font-size: 1.125rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .intro p.spec {
  color: #17a569;
  font-weight: 700;
}
.partnermess_formbox h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.5rem;
}
.partnermess_formbox .formbx_personal,
.partnermess_formbox .formbx_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.partnermess_formbox .formbx_personal h4,
.partnermess_formbox .formbx_company h4 {
  width: 100%;
  font-size: 1.5rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.5rem;
}
.partnermess_formbox .formbx_personal {
  margin-bottom: 1.25rem;
}
.partnermess_formbox .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.partnermess_formbox .formbx_item {
  width: 49%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.partnermess_formbox .formbx_item input::-webkit-input-placeholder,
.partnermess_formbox .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_item input:-moz-placeholder,
.partnermess_formbox .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_item input::-moz-placeholder,
.partnermess_formbox .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_item input:-ms-input-placeholder,
.partnermess_formbox .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_item input {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_select {
  position: relative;
  width: 49%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.partnermess_formbox .formbx_select:hover {
  cursor: pointer;
}
.partnermess_formbox .formbx_select.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.partnermess_formbox .formbx_select > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  outline: none;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.partnermess_formbox .formbx_select > input:hover {
  cursor: pointer;
}
.partnermess_formbox .formbx_select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  outline: none;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.partnermess_formbox .formbx_select select:hover {
  cursor: pointer;
}
.partnermess_formbox .formbx_select i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #8d8d8d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.partnermess_formbox .formbx_select .option {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  max-height: 12.5rem;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #d4d4d4;
  z-index: 9;
}
.partnermess_formbox .formbx_select .option li {
  display: block;
  width: 100%;
  line-height: 1.875rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #333;
}
.partnermess_formbox .formbx_select .option li.firstitem {
  color: #ccc;
}
.partnermess_formbox .formbx_select .option li.first:hover {
  cursor: default;
}
.partnermess_formbox .formbx_select .option li:not(:first-child):hover {
  background-color: #f2f2f2;
}
.partnermess_formbox .formbx_text {
  width: 100%;
  margin-bottom: 1rem;
}
.partnermess_formbox .formbx_text input::-webkit-input-placeholder,
.partnermess_formbox .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_text input:-moz-placeholder,
.partnermess_formbox .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_text input::-moz-placeholder,
.partnermess_formbox .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_text input:-ms-input-placeholder,
.partnermess_formbox .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 1px solid #e3e3e3;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.partnermess_formbox .formbx_codebx input::-webkit-input-placeholder,
.partnermess_formbox .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_codebx input:-moz-placeholder,
.partnermess_formbox .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_codebx input::-moz-placeholder,
.partnermess_formbox .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_codebx input:-ms-input-placeholder,
.partnermess_formbox .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_codebx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.partnermess_formbox .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 1rem;
  background-color: #e3e3e3;
}
.partnermess_formbox .formbx_btnbx {
  width: 100%;
}
.partnermess_formbox .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.125rem;
  margin-left: auto;
  border: 0;
  background: #8f8f8f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.partnermess_formbox .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #17a569;
}

.technology_content {
  padding: 4rem 0;
}
.technology_content_center {
  margin-top: 3.125rem;
}
.technology_content_center .md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid #17a569;
}
.technology_content_center .md:not(:last-child) {
  margin-bottom: 2.5rem;
}
.technology_content_center .md > h4 {
  width: 20%;
  font-size: 1.25rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.technology_content_center .md_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.technology_content_center .md_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.technology_content_center .md_list .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.technology_content_center .md_list .item_logobx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  aspect-ratio: 1;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.technology_content_center .md_list .item_logobx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.technology_content_center .md_list .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.25rem;
}
.technology_content_center .md_list .item_textbx .title {
  padding-bottom: 0.875rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #666;
}
.technology_content_center .md_list .item_textbx .title h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-bottom: 0.25rem;
}
.technology_content_center .md_list .item_textbx .title p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.technology_content_center .md_list .item_textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.technology_content_center .md_list .item_textbx .morebtn {
  margin-top: 0.625rem;
}
.technology_content_center .md_list .item_textbx .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.125rem;
  height: 2.25rem;
  border: 1px solid #666;
  border-radius: 1.125rem;
  margin-left: auto;
  font-size: 1rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.technology_content_center .md_list .item_textbx .morebtn a:hover {
  background-color: #17a569;
  border-color: #17a569;
  color: #fff;
}

.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.showvideo.active {
  display: block;
}
.showvideo_content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showvideo_content .videobx {
  position: relative;
  width: 56%;
  height: 60%;
  border: 2px solid #fff;
}
.showvideo_content .videobx .closebtn {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.showvideo_content .videobx .closebtn:hover {
  background: #ccc;
}
.showvideo_content .videobx .closebtn:hover i {
  color: #fff;
}
.showvideo_content .videobx .closebtn i {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}
.showvideo_content .videobx #videopop {
  width: 100%;
  height: 100%;
}
.showvideo_content .videobx #videopop video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.showvideo_content .videobx #imgpop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.showvideo_content .videobx #imgpop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.support_content {
  padding: 6.25rem 0;
}
.support_content_center .leftbx {
  width: 44.3%;
}
.support_content_center .leftbx_hd {
  margin-bottom: 1.25rem;
}
.support_content_center .leftbx_hd h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.support_content_center .leftbx_hd p {
  font-size: 1rem;
  color: #bbb;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_content_center .leftbx_bd {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_content_center .leftbx_bd ul li {
  position: relative;
  padding-left: 1rem;
}
.support_content_center .leftbx_bd ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.support_content_center .leftbx_bd ul li::before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #17a569;
}
.support_content_center .leftbx_bd ul li p {
  position: relative;
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_content_center .rightbx {
  width: 46.43%;
}
.support_content_center .rightbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cycle_content {
  padding: 4rem 0;
}
.cycle_content_center {
  margin-top: 4rem;
}
.cycle_content_center .listbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5rem;
}
.cycle_content_center .listbx .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cycle_content_center .listbx .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1rem;
}
.cycle_content_center .listbx .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cycle_content_center .listbx .item h4 {
  text-align: center;
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cycle_content_center .listbx .item:hover {
  cursor: pointer;
}
.cycle_content_center .listbx .item:hover h4 {
  color: #17a569;
}
.cycle_content_center .listbx .item.active h4 {
  color: #17a569;
  font-weight: 700;
}
.cycle_content_center .desc_md {
  display: none;
}
.cycle_content_center .desc_md.active {
  display: block;
}
.cycle_content_center .desc_md table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
}
.cycle_content_center .desc_md table thead {
  width: 100%;
  background-color: #eeeeee;
}
.cycle_content_center .desc_md table thead th {
  border: 1px solid #f0f0f0;
  font-size: 1.125rem;
  color: #666;
  line-height: 5rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
  padding: 0 2.5rem;
  text-align: left;
}
.cycle_content_center .desc_md table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.cycle_content_center .desc_md table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.cycle_content_center .desc_md table tbody tr td {
  height: 3.75rem;
  border-collapse: collapse;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 2.5rem;
  border: 1px solid #f0f0f0;
}

.message {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/message_bg1.jpg);
}
.message .logobx {
  position: absolute;
  top: 1.25rem;
  left: 6%;
  width: auto;
  height: 3.375rem;
  z-index: 2;
}
.message .logobx img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message .imgbx {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  height: auto;
  max-height: 90vh;
  z-index: 1;
}
.message .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message_formbox {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38%;
  height: auto;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
          box-shadow: 1px 1px 10px 0px rgba(0, 20, 23, 0.07);
  border-radius: 0.3125rem;
  z-index: 3;
}
.message_formbox h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.5rem;
}
.message_formbox .intro {
  margin: 0 0 2rem;
}
.message_formbox .intro p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.message_formbox .formbx_item {
  width: 49%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.message_formbox .formbx_item input::-webkit-input-placeholder,
.message_formbox .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_item input:-moz-placeholder,
.message_formbox .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_item input::-moz-placeholder,
.message_formbox .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_item input:-ms-input-placeholder,
.message_formbox .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_item input {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_select {
  position: relative;
  width: 49%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.message_formbox .formbx_select:hover {
  cursor: pointer;
}
.message_formbox .formbx_select.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.message_formbox .formbx_select > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  outline: none;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.message_formbox .formbx_select > input:hover {
  cursor: pointer;
}
.message_formbox .formbx_select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  outline: none;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.message_formbox .formbx_select select:hover {
  cursor: pointer;
}
.message_formbox .formbx_select i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #8d8d8d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.message_formbox .formbx_select .option {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  max-height: 12.5rem;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #d4d4d4;
  z-index: 9;
}
.message_formbox .formbx_select .option li {
  display: block;
  width: 100%;
  line-height: 1.875rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #333;
}
.message_formbox .formbx_select .option li.firstitem {
  color: #ccc;
}
.message_formbox .formbx_select .option li.first:hover {
  cursor: default;
}
.message_formbox .formbx_select .option li:not(:first-child):hover {
  background-color: #f2f2f2;
}
.message_formbox .formbx_text {
  width: 100%;
  margin-bottom: 1rem;
}
.message_formbox .formbx_text input::-webkit-input-placeholder,
.message_formbox .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_text input:-moz-placeholder,
.message_formbox .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_text input::-moz-placeholder,
.message_formbox .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_text input:-ms-input-placeholder,
.message_formbox .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 1px solid #e3e3e3;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.message_formbox .formbx_codebx input::-webkit-input-placeholder,
.message_formbox .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_codebx input:-moz-placeholder,
.message_formbox .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_codebx input::-moz-placeholder,
.message_formbox .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_codebx input:-ms-input-placeholder,
.message_formbox .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_codebx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.message_formbox .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 1rem;
  background-color: #e3e3e3;
}
.message_formbox .formbx_btnbx {
  width: 100%;
}
.message_formbox .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.125rem;
  margin-left: auto;
  border: 0;
  background: #8f8f8f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.message_formbox .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #17a569;
}

.new_content {
  padding: 4rem 0;
}
.new_content .leftbx {
  float: left;
  width: 74%;
}
.new_content .leftbx_navlist {
  width: 100%;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ececec;
}
.new_content .leftbx_navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.new_content .leftbx_navlist ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.new_content .leftbx_navlist ul li a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 0.75rem;
}
.new_content .leftbx_navlist ul li a::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #17a569;
}
.new_content .leftbx_navlist ul li:hover a {
  color: #17a569;
}
.new_content .leftbx_navlist ul li.active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.new_content .leftbx_list {
  margin-bottom: 3.75rem;
}
.new_content .leftbx_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.new_content .leftbx_list .item:not(:last-child) {
  margin-bottom: 4rem;
}
.new_content .leftbx_list .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .leftbx_list .item:hover .item_textbx .txt .morebtn a {
  background-color: #17a569;
  color: #fff;
}
.new_content .leftbx_list .item:hover .item_textbx .txt .morebtn a i {
  color: #fff;
}
.new_content .leftbx_list .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.2%;
  aspect-ratio: 7/4;
  overflow: hidden;
}
.new_content .leftbx_list .item_imgbx img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .leftbx_list .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0 0.625rem 2%;
}
.new_content .leftbx_list .item_textbx .txt h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.new_content .leftbx_list .item_textbx .txt .intro {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0.25rem 0 0.625rem;
}
.new_content .leftbx_list .item_textbx .txt .morebtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.new_content .leftbx_list .item_textbx .txt .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  padding: 0 0.75rem;
  background-color: #f0f0f0;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .leftbx_list .item_textbx .txt .morebtn a i {
  font-size: 0.875rem;
  color: #666;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .leftbx_list .item_textbx .time {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .rightbx {
  float: right;
  width: 21.43%;
  padding-left: 1%;
  margin-top: 3.125rem;
  border-left: 1px solid #f7f7f7;
}
.new_content .rightbx .newsearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 3rem;
  border: 0;
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  overflow: hidden;
}
.new_content .rightbx .newsearch input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 1.25rem;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.new_content .rightbx .newsearch .sousuobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 0;
  border-radius: 50%;
}
.new_content .rightbx .newsearch .sousuobtn i {
  font-size: 1.25rem;
  color: #111;
}
.new_content .rightbx .hottag {
  margin-bottom: 2.25rem;
}
.new_content .rightbx .hottag_hd {
  margin-bottom: 1rem;
}
.new_content .rightbx .hottag_hd h3 {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .rightbx .hottag_bd {
  width: 100%;
}
.new_content .rightbx .hottag_bd .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.125rem;
  padding: 0 1.25rem;
  background-color: #f4f4f4;
  border-radius: 1.0625rem;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.new_content .rightbx .hottag_bd .tag:hover {
  background-color: #17a569;
  color: #fff;
}
.new_content .rightbx .hottag_bd .tag:not(:last-child) {
  margin-bottom: 1rem;
}
.new_content .rightbx .hotnew {
  padding-top: 1.25rem;
  border-top: 1px solid #f4f4f4;
}
.new_content .rightbx .hotnew_hd {
  margin-bottom: 1rem;
}
.new_content .rightbx .hotnew_hd h3 {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .rightbx .hotnew_bd {
  width: 100%;
}
.new_content .rightbx .hotnew_bd a {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .rightbx .hotnew_bd a:not(:last-child) {
  margin-bottom: 1rem;
}
.new_content .rightbx .hotnew_bd a:hover {
  color: #17a569;
}

.newdetail_content .leftbx_descbx .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
.newdetail_content .leftbx_descbx .title h3 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.5rem;
}
.newdetail_content .leftbx_descbx .title .time {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail_content .leftbx_descbx .detailbox {
  margin-bottom: 5rem;
}
.newdetail_content .leftbx_descbx .detailbox p,
.newdetail_content .leftbx_descbx .detailbox span {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail_content .leftbx_descbx .detailbox strong {
  color: #000;
  font-weight: 700;
}
.newdetail_content .leftbx_descbx .detailbox img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail_content .leftbx_descbx .detailbox a {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-decoration: underline;
}
.newdetail_content .leftbx_descbx .detailbox a:hover {
  color: #17a569;
}
.newdetail_content .leftbx_descbx .detailbox ul,
.newdetail_content .leftbx_descbx .detailbox ol {
  padding-left: 1rem;
}
.newdetail_content .leftbx_descbx .detailbox li {
  list-style-type: disc;
}

.contact_content {
  padding: 4rem 0;
}
.contact_content_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
}
.contact_content_center .item {
  width: 48%;
  margin-bottom: 1.875rem;
}
.contact_content_center .item h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-bottom: 1rem;
}
.contact_content_center .item ul li p,
.contact_content_center .item ul li a {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_content_center .item ul li a:hover {
  color: #111;
  text-decoration: underline;
}

.searchbd {
  margin-top: 7.5rem;
}
.searchbd_content {
  padding: 5rem 0;
}
.searchbd_content .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchbd_content .w1400 > .zhanwei {
  display: block;
  width: 24%;
  height: 0;
}
.searchbd_content .w1400 .item {
  position: relative;
  width: 24%;
  margin-bottom: 1rem;
}
.searchbd_content .w1400 .item:hover .item_img img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.searchbd_content .w1400 .item_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.searchbd_content .w1400 .item_img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchbd_content .w1400 .item_text {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbd_content .w1400 .item_text h4 {
  font-size: 1.5rem;
  color: #17a569;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2.75rem;
}
.searchbd_content .w1400 .item_text .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.none {
  position: relative;
}

.none img {
  display: block;
  width: 80%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.none_text {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.none_text h3 {
  text-align: center;
  font-size: 2.875rem;
  color: #4e8cb3;
}

.none_text p {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #4e8cb3;
  margin-bottom: 0.625rem;
}

#time {
  display: inline-block;
  margin-left: 0.625rem;
  color: #d0000d;
}

.none_text p a {
  margin-left: 1rem;
}

.import-color {
  color: #17a569 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo_content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .common_banner {
    width: 100%;
    height: 45vh;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h2 {
    font-size: 2.5rem;
  }
  .common_qiehuanmd_nav {
    overflow-x: auto;
  }
  .common_qiehuanmd_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .common_qiehuanmd_nav ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.25rem;
  }
  .common_qiehuanmd_nav ul li p {
    white-space: nowrap;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
  }
  .index_header.insidehead {
    background-color: #fff;
  }
  .index_header .w1680 {
    height: 100%;
  }
  .index_header .logoimg {
    height: 2.5rem;
  }
  .index_header .navbox {
    margin-left: auto;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #17a569;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .rightbx {
    position: static;
    margin-left: auto;
  }
  .index_header .rightbx::after {
    display: none;
  }
  .index_header .rightbx .search {
    display: none;
  }
  .index_header .rightbx .search_M {
    display: block;
  }
  .index_header .rightbx .search_M_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 100%;
  }
  .index_header .rightbx .search_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .rightbx .search_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .rightbx .search_M_top i {
    display: none;
    font-size: 1.875rem;
    color: #333;
  }
  .index_header .rightbx .search_M_top i.iconbx1 {
    display: block;
  }
  .index_header .rightbx .search_M_top i.iconbx2 {
    display: none;
  }
  .index_header .rightbx .search_M_downdrop {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index_header .rightbx .search_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .rightbx .search_M_downdrop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .index_header .rightbx .search_M_downdrop form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 3.625rem;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 0.625rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index_header .rightbx .search_M_downdrop form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 3.625rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index_header .rightbx .search_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .langbx {
    margin-left: 0;
    margin-right: 1rem;
  }
  .index_header .rightbx .langbx a i {
    font-size: 1.75rem;
  }
  .index_header .rightbx .langbx a span {
    font-size: 1.5rem;
    color: #111;
  }
  .index_header .rightbx .crybtn {
    margin-right: 0.625rem;
  }
  .index_header .rightbx .inner-header-icon {
    display: none;
    color: #333;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index_header .rightbx .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header .rightbx .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #2b2b2b;
  }
  .index_header .rightbx .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index_header .rightbx .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header .rightbx .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index_header .rightbx .inner-header-icon-click span {
    background: #333;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index_header .rightbx .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index_header .rightbx .inner-header-icon-out span {
    background: #333;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index_header .rightbx .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @-webkit-keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_banner_M .index_banner_swiper .swiper-slide .textbx_center .morebtn {
    display: none;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet-active {
    background: #17a569;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_common_title h3 {
    font-size: 1.875rem;
    line-height: 1.5em;
  }
  .index_profile {
    padding: 4rem 0;
  }
  .index_profile .imgbx {
    display: none;
  }
  .index_profile .textbx {
    width: 100%;
  }
  .index_profile .textbx_txt {
    margin-bottom: 3rem;
  }
  .index_profile .textbx .numbox ul li .numbx p span {
    font-size: 2.875rem;
  }
  .index_service {
    padding: 2rem 0 0;
  }
  .index_service .index_common_title {
    padding: 0 1rem;
  }
  .index_service_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_service_content .item {
    width: 100vw;
    height: auto;
  }
  .index_service_content .item.active {
    width: 100vw;
  }
  .index_service_content .item_first {
    display: none;
  }
  .index_service_content .item_two {
    position: relative;
    left: 0;
    width: 100vw;
    padding: 2.5rem 0;
  }
  .index_service_content .item_two .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1rem;
  }
  .index_service_content .item_two .center_textbx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .index_service_content .item_two .center_imgbx {
    width: 100%;
  }
  .index_service_content .item_two .center_imgbx img {
    width: 80%;
    margin: 0 auto;
  }
  .index_introduce {
    padding: 4rem 0;
  }
  .index_introduce_content .item {
    width: 100%;
  }
  .index_introduce_content .item:first-child, .index_introduce_content .item:nth-child(2) {
    margin-bottom: 0;
  }
  .index_introduce_content .item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .index_solution {
    position: relative;
    padding: 4rem 0;
  }
  .index_solution_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_solution_content .leftnav {
    width: 100%;
    border-right: 0;
  }
  .index_solution_content .leftnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
  }
  .index_solution_content .leftnav ul li {
    padding: 0 1.25rem;
  }
  .index_solution_content .leftnav ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .index_solution_content .leftnav ul li span {
    white-space: nowrap;
  }
  .index_solution_content .rightbox {
    width: 100%;
  }
  .index_solution_content .rightbox_item .logolist {
    margin-bottom: 2rem;
  }
  .index_solution_content .rightbox_item .logolist_tag {
    width: 32%;
    margin-bottom: 0.625rem;
  }
  .index_solution_content .rightbox_item .logolist .zhanwei {
    width: 32%;
  }
  .index_new_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new_content .firstitem {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_new_content .rightbx {
    width: 100%;
  }
  .index_new_content .rightbx .item {
    padding: 0.75rem 0;
  }
  .index_new_content .rightbx .item_imgbx {
    width: 38%;
  }
  .index_new_content .rightbx .item_textbx h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_case {
    padding: 4rem 0;
  }
  .index_case_content {
    display: block;
  }
  .index_case_content .item {
    width: 100%;
  }
  .index_case_content .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_case_content .itemlist {
    width: 100%;
  }
  .index_achievement {
    padding: 4rem 0 8rem;
  }
  .index_achievement_content {
    display: block;
  }
  .index_achievement_content .item {
    width: 100%;
  }
  .index_achievement_content .item:not(:last-child) {
    margin-bottom: 8rem;
  }
  .index_achievement_content .item_center .imgbx {
    -webkit-transform: translateY(19%);
        -ms-transform: translateY(19%);
            transform: translateY(19%);
  }
  .index_video_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
  .index_video_content .leftbx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_video_content .leftbx .item {
    width: 49%;
  }
  .index_video_content .leftbx .item:not(:last-child) {
    margin-bottom: 0;
  }
  .index_video_content .rightbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
  .index_partner_content {
    padding: 0 1rem;
  }
  .index_partner_content .item {
    width: 32%;
  }
  .index_footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_footer_content .leftbx {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 0;
  }
  .index_footer_content .leftbx .item {
    width: 32%;
  }
  .index_footer_content .leftbx .item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .index_footer_content .rightbx {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_footer_content .rightbx_imgbx {
    width: 36%;
  }
  .index_footer_content .rightbx .media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .w1500 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_copyright .w1500 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1500 p:first-child {
    margin-right: 0;
  }
  .index_footer_copyright .w1500 p:last-child {
    display: none;
  }
  .profile_info {
    padding: 4rem 0;
  }
  .profile_info .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile_info .leftbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .profile_info .rightbx {
    width: 100%;
  }
  .profile_course {
    padding: 4rem 0 0;
  }
  .profile_course .profile_course_swiper .swiper-slide .intro {
    top: 0;
    max-height: 20rem;
    opacity: 1;
  }
  .profile_honor {
    padding: 4rem 0;
  }
  .profile_honor_center {
    margin-top: 2.5rem;
  }
  .profile_honor_center .item {
    width: 49%;
  }
  .profile_job_center {
    margin-top: 2.5rem;
  }
  .profile_job_center .item_hd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
  }
  .profile_job_center .item_hd_md:nth-child(2), .profile_job_center .item_hd_md:nth-child(4) {
    display: none;
  }
  .profile_job_center .item_hd_md:first-child {
    width: 42%;
  }
  .profile_job_center .item_bd .detail {
    padding: 4rem 1rem 1.25rem;
  }
  .profile_job_center .item_bd .detail_text {
    padding: 0 0 1.875rem;
  }
  .contact_content_center .item {
    width: 100%;
  }
  .achievement_content .listbx .item {
    width: 49%;
    margin-bottom: 1.5rem;
  }
  .client_content .topbox {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
  .client_content .topbox .client_swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .client_content .topbox .client_swiper .swiper-slide .imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .client_content .topbox .client_swiper .swiper-slide .textbx {
    width: 100%;
  }
  .client_content .listbox_center .item {
    width: 100%;
  }
  .product_banner {
    margin-top: 5rem;
  }
  .product_banner > img {
    display: none !important;
  }
  .product_banner_center {
    position: static;
    margin: 1rem 0 2.5rem;
  }
  .product_banner_center .textbx {
    width: 100%;
  }
  .product_banner_center .textbx_hd br {
    display: none;
  }
  .product_banner .productimg {
    position: static;
    width: 100%;
  }
  .product_pagenav {
    top: 5rem;
  }
  .product_pagenav .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
  .product_pagenav .list li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .product_pagenav .list li a {
    white-space: nowrap;
  }
  .product_md1_center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_md1_center .leftbx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .product_md1_center .rightbx {
    width: 100%;
  }
  .product_md2_center .item {
    width: 100%;
  }
  .product_md2_center .item_iconbx {
    width: 23%;
  }
  .product_md3_center .detailbox .descmd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_md3_center .detailbox .descmd_l {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .product_md3_center .detailbox .descmd_r {
    width: 100%;
    padding: 0;
  }
  .product_md4_center .item {
    width: 100%;
  }
  .product_md4_center .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .product_md5_center .item {
    width: 32%;
  }
  .partner_content_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner_content_list .item {
    width: 100%;
  }
  .partner_content_list .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .solution_md1_center .item {
    width: 49%;
  }
  .solution_md2_center .common_qiehuanmd_bd .descmd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 1.25rem;
  }
  .solution_md2_center .common_qiehuanmd_bd .descmd_l {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .solution_md2_center .common_qiehuanmd_bd .descmd_r {
    width: 100%;
  }
  .solution_md3_center .common_qiehuanmd_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_md3_center .common_qiehuanmd_nav ul li {
    width: 32%;
  }
  .solution_md3_center .common_qiehuanmd_bd .descmd_center {
    width: 100%;
  }
  .solution_md3_center .common_qiehuanmd_bd .descmd_center p {
    line-height: 1.875rem;
  }
  .message {
    padding: 8rem 1rem 0;
  }
  .message .imgbx {
    display: none;
  }
  .message_formbox {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .technology_content_center .md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology_content_center .md h4 {
    width: 100%;
  }
  .technology_content_center .md_list {
    margin-top: 1.875rem;
  }
  .technology_content_center .md_list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology_content_center .md_list .item_textbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin-top: 1.875rem;
  }
  .partnermess {
    padding: 8rem 1rem 4rem;
    height: auto;
  }
  .partnermess .imgbx {
    display: none;
  }
  .partnermess_formbox {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .support_content {
    padding: 4rem 0;
  }
  .support_content_center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support_content_center .leftbx {
    width: 100%;
  }
  .support_content_center .rightbx {
    width: 80%;
    margin: 2rem auto 0;
  }
  .new_content {
    padding: 4rem 0;
  }
  .new_content .leftbx {
    float: none;
    width: 100%;
  }
  .new_content .leftbx_list .item_imgbx {
    width: 40%;
  }
  .new_content .leftbx_list .item_textbx .txt .morebtn {
    display: none;
  }
  .new_content .rightbx {
    float: none;
    display: none;
    width: 100%;
  }
  .newdetail_content {
    height: auto;
  }
  .newdetail_content .leftbx {
    width: 100%;
  }
  .newdetail_content .leftbx_descbx .detailbox {
    margin-bottom: 2.5rem;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox {
    width: 100%;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox i {
    display: none;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox.prevpage {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .newdetail_content .leftbx .common_pagebtn .pagebox.nextpage .txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newdetail_content .rightbx {
    display: none;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .none img {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 2rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 1.25rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .index_header .navbox {
    margin-left: 4%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 1.25rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 2rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1680 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}