@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.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;
}

.w1600 {
  width: 100rem;
  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: #019563;
}

.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: #fff;
}

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

.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(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.common_banner_textbx h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.common_banner_textbx .intro {
  margin-top: 1.5rem;
}
.common_banner_textbx .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-transform: capitalize;
}
.common_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.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: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  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: #019563;
  border-color: #019563;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #019563;
  border-color: #019563;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
  width: 3.75rem;
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #019563;
}
.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 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  font-family: "PingFang-Regular";
  line-height: 2rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #019563;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.index_header.insidehead {
  background-color: rgba(255, 255, 255, 0.5);
}
.index_header:hover, .index_header.first {
  background-color: rgba(255, 255, 255, 0.9);
}
.index_header .w1600 {
  height: 100%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 3.8125rem;
}
.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%;
}
.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%;
  margin-right: 2rem;
}
.index_header_nav_item:last-child {
  margin-right: 2.5rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #2b2b2b;
  line-height: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: block;
  font-size: 1rem;
  color: #2b2b2b;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1.25rem;
  -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:hover {
  background-color: #019563;
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown5 {
  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:hover .dropdown5 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a {
  color: #019563;
}
.index_header_nav_item:hover a {
  color: #019563;
}
.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;
  padding-left: 2rem;
  z-index: 3;
}
.index_header .rightbx::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.625rem;
  background-color: #2b2b2b;
}
.index_header .rightbx .search {
  position: relative;
  width: 12.625rem;
  height: 100%;
  margin-right: 1.25rem;
}
.index_header .rightbx .search_M {
  display: none;
}
.index_header .rightbx .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  backdrop-filter: blur(14px);
  border-radius: 1.25rem;
  overflow: hidden;
}
.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: "PingFang-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: "PingFang-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: "PingFang-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: "PingFang-Regular";
}
.index_header .rightbx .search form input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 2.5rem;
  font-size: 1rem;
  color: #2b2b2b;
  background-color: #fff;
  border: 0;
  padding: 0 1rem;
  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 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.125rem;
  height: 2.5rem;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_header .rightbx .search form button i {
  font-size: 1.25rem;
  color: #2b2b2b;
}
.index_header .rightbx .langbx {
  position: relative;
  height: 100%;
}
.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 i {
  font-size: 1.25rem;
  color: #2b2b2b;
  margin-right: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx a span {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx a:hover i,
.index_header .rightbx .langbx a:hover span {
  color: #019563;
}
.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 .w1500 {
  position: relative;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx_center {
  position: absolute;
  top: 35%;
  left: 0;
  max-width: 37.5%;
}
.index_banner_swiper .swiper-slide .textbx_center_txt {
  margin-bottom: 13%;
}
.index_banner_swiper .swiper-slide .textbx_center_txt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 700;
  font-family: "PingFang-Bold";
  margin-bottom: 2rem;
}
.index_banner_swiper .swiper-slide .textbx_center_txt p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_banner_swiper .swiper-slide .textbx_center_use h4 {
  font-size: 1.5rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1.25rem;
}
.index_banner_swiper .swiper-slide .textbx_center_use img {
  max-width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.3125rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  width: 2.5rem;
  background: #019563;
}
.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: #019563;
}
.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 .left {
  max-width: 40%;
}
.index_common_title .left h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1.5rem;
}
.index_common_title .left .intro {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_common_title .morebtn {
  width: 11.25rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #a7a7a7;
  border-radius: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_title .morebtn p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_title .morebtn i {
  font-size: 1.25rem;
  color: #8b8b8b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_title .morebtn:hover {
  border-color: #019563;
  background: #019563;
}
.index_common_title .morebtn:hover p,
.index_common_title .morebtn:hover i {
  color: #fff;
}
.index_product {
  padding: 3.125rem 0;
}
.index_product_content {
  margin-top: 1.875rem;
}
.index_product_content .index_product_swiper {
  width: 100% !important;
  margin-bottom: 3.125rem;
}
.index_product_content .index_product_swiper .swiper-slide {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
.index_product_content .index_product_swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_product_content .index_product_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product_content .index_product_swiper .swiper-slide .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  padding: 0 1.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 149, 99, 0.8)), to(rgba(1, 149, 99, 0)));
  background: linear-gradient(0deg, rgba(1, 149, 99, 0.8) 0%, rgba(1, 149, 99, 0) 100%);
}
.index_product_content .index_product_swiper .swiper-slide .textbx_l {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_product_content .index_product_swiper .swiper-slide .textbx_l h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 0.5rem;
}
.index_product_content .index_product_swiper .swiper-slide .textbx_l p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_product_content .index_product_swiper .swiper-slide .textbx_r {
  position: relative;
  width: 17%;
  padding: 0 1.25rem;
}
.index_product_content .index_product_swiper .swiper-slide .textbx_r::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 2.75rem;
  background-color: #fff;
}
.index_product_content .index_product_swiper .swiper-slide .textbx_r span {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Regular";
}
.index_product_content .index_product_swiper .swiper-slide .textbx_r i {
  font-size: 1rem;
  color: #fff;
}
.index_product_content .bottombx .swiper-scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.125rem;
}
.index_product_content .bottombx .swiper-scrollbar .swiper-pagination-progressbar-fill {
  background: #019563;
}
.index_product_content .bottombx_btnbox {
  margin-left: 4%;
}
.index_product_content .bottombx_btnbox .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_product_content .bottombx_btnbox .swiper-btn:hover {
  border-color: #019563;
  background-color: #019563;
}
.index_product_content .bottombx_btnbox .swiper-btn:hover span {
  color: #fff;
}
.index_product_content .bottombx_btnbox .swiper-btn span {
  font-size: 1.25rem;
  color: #8e8e8e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_product_content .bottombx_btnbox .swiper-btn-next {
  margin-left: 1.25rem;
}
.index_about {
  padding: 3.125rem 0;
  background-image: url(../images/index_aboutbg.jpg);
}
.index_about_textbx {
  width: 40%;
  padding-top: 6%;
}
.index_about_textbx h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 2.5rem;
}
.index_about_textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_about_textbx .morebtn {
  width: 11.25rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  margin-top: 12%;
  border: 1px solid #a7a7a7;
  border-radius: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_about_textbx .morebtn p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_about_textbx .morebtn i {
  font-size: 1.25rem;
  color: #8b8b8b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_about_textbx .morebtn:hover {
  border-color: #019563;
  background: #019563;
}
.index_about_textbx .morebtn:hover p,
.index_about_textbx .morebtn:hover i {
  color: #fff;
}
.index_about_imgbx {
  width: 54%;
}
.index_about_imgbx .imgbox {
  position: relative;
}
.index_about_imgbx .imgbox .img1 {
  width: 100%;
  height: auto;
}
.index_about_imgbx .imgbox .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  width: 38%;
  height: auto;
}
.index_about_imgbx .numbox {
  width: 100%;
  height: 10.375rem;
}
.index_about_imgbx .numbox ul {
  height: 100%;
}
.index_about_imgbx .numbox ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.index_about_imgbx .numbox ul li .numbx {
  margin-bottom: 0.75rem;
}
.index_about_imgbx .numbox ul li .numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.75rem;
  color: #019563;
  line-height: 1em;
  font-weight: 700;
  font-family: "PingFang-Bold";
}
.index_about_imgbx .numbox ul li > p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_use {
  padding: 3.125rem 0;
}
.index_use_content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2.5rem;
  margin-top: 3.125rem;
}
.index_use_content .zhanwei {
  width: 31.875%;
  height: 0;
}
.index_use_content .item {
  position: relative;
  width: 31.875%;
  border-radius: 1.875rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_use_content .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_use_content .item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_use_content .item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 149, 99, 0.5)), color-stop(99%, rgba(1, 149, 99, 0)));
  background: linear-gradient(0deg, rgba(1, 149, 99, 0.5) 0%, rgba(1, 149, 99, 0) 99%);
  font-size: 1.5rem;
  color: #fff;
  line-height: 6.25rem;
  font-weight: 700;
  font-family: "PingFang-Bold";
  text-align: center;
}
.index_new {
  padding: 3.125rem 0;
}
.index_new_content {
  margin-top: 3.125rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index_new_content .recommend {
  position: relative;
  width: 30%;
  border-radius: 1.875rem;
  overflow: hidden;
}
.index_new_content .recommend img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_content .recommend .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  padding: 10% 4% 18%;
  border-radius: 0;
  backdrop-filter: blur(0);
  background-color: #f5f5f5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new_content .recommend .mask_type span {
  font-size: 1rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .recommend .mask_type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .recommend .mask_type p i {
  font-size: 1rem;
  color: #8b8b8b;
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .recommend .mask h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 12% 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.index_new_content .recommend .mask .intro {
  position: relative;
  top: 1.25rem;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
.index_new_content .recommend .mask .intro p {
  font-size: 1rem;
  color: #e9e9e9;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_content .recommend .mask .detailbtn {
  position: absolute;
  bottom: 14%;
  left: 4%;
  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;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.index_new_content .recommend .mask .detailbtn p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  letter-spacing: 1px;
  margin-right: 0.625rem;
}
.index_new_content .recommend .mask .detailbtn i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
}
.index_new_content .recommend:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new_content .recommend:hover .mask {
  height: 100%;
  border-radius: 1.875rem;
  padding-top: 18%;
  backdrop-filter: blur(14px);
  background-color: rgba(0, 0, 0, 0.3);
}
.index_new_content .recommend:hover .mask_type span {
  color: #fff;
}
.index_new_content .recommend:hover .mask_type p {
  color: #fff;
}
.index_new_content .recommend:hover .mask_type p i {
  color: #fff;
}
.index_new_content .recommend:hover .mask h4 {
  color: #fff;
}
.index_new_content .recommend:hover .mask .intro {
  top: 0;
  opacity: 1;
}
.index_new_content .recommend:hover .mask .detailbtn {
  bottom: 18%;
  opacity: 1;
}
.index_new_content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.75%;
  margin: -2.5rem 0;
  overflow: hidden;
}
.index_new_content .list .item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2.5rem 0;
}
.index_new_content .list .item:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.index_new_content .list .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new_content .list .item:hover .item_textbx .txt h4 {
  color: #019563;
}
.index_new_content .list .item_imgbx {
  width: 43%;
  border-radius: 1.25rem;
  aspect-ratio: 167/79;
  margin-right: 3%;
  overflow: hidden;
}
.index_new_content .list .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .list .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index_new_content .list .item_textbx .txt {
  width: 100%;
}
.index_new_content .list .item_textbx .txt h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1rem;
}
.index_new_content .list .item_textbx .txt .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_content .list .item_textbx i {
  font-size: 1.25rem;
  color: #8b8b8b;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index_footer {
  background-image: url(../images/index_footbg.jpg);
}
.index_footer_content .topbox {
  padding: 3.75rem 0 1.5rem;
  border-bottom: 1px solid #acacac;
}
.index_footer_content .topbox .footlogo {
  height: 3.8125rem;
  width: auto;
}
.index_footer_content .topbox .footlogo img {
  height: 100%;
  width: auto;
}
.index_footer_content .topbox .media {
  padding-bottom: 0.625rem;
}
.index_footer_content .topbox .media ul li:not(:last-child) {
  margin-right: 0.75rem;
}
.index_footer_content .topbox .media ul li 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: 2rem;
  height: 2rem;
  background: rgba(1, 149, 99, 0);
  border-radius: 50%;
  font-size: 1.25rem;
  color: #019563;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_content .topbox .media ul li a:hover {
  background: rgba(1, 149, 99, 0.3);
}
.index_footer_content .centerbox {
  padding: 2.5rem 0 1.875rem;
}
.index_footer_content .centerbox_l {
  width: 30%;
}
.index_footer_content .centerbox_l 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;
}
.index_footer_content .centerbox_l ul li {
  width: 50%;
  margin-bottom: 1.5rem;
}
.index_footer_content .centerbox_l ul li a {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_footer_content .centerbox_l ul li a:hover {
  color: #019563;
}
.index_footer_content .centerbox_contact {
  width: 22%;
}
.index_footer_content .centerbox_contact .title {
  margin-bottom: 1.25rem;
}
.index_footer_content .centerbox_contact .title h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1.25rem;
}
.index_footer_content .centerbox_contact .title em {
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: #303030;
}
.index_footer_content .centerbox_contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_content .centerbox_contact ul li i {
  font-size: 1.125rem;
  color: #019563;
  line-height: 1.5rem;
  margin-right: 0.625rem;
}
.index_footer_content .centerbox_contact ul li p,
.index_footer_content .centerbox_contact ul li a {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_footer_content .centerbox_r {
  width: 28%;
}
.index_footer_content .centerbox_r .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;
  width: 6.875rem;
}
.index_footer_content .centerbox_r .listbx_item:not(:last-child) {
  margin-right: 2.5rem;
}
.index_footer_content .centerbox_r .listbx_item img {
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem;
}
.index_footer_content .centerbox_r .listbx_item span {
  font-size: 0.875rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.index_footer_content .centerbox_r .toTop {
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #019563;
  border-radius: 0.625rem;
  font-size: 1.5rem;
  color: #fff;
}
.index_footer_copyright {
  height: 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1600 {
  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;
  height: 100%;
}
.index_footer_copyright .w1600 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1600 p,
.index_footer_copyright .w1600 a {
  font-size: 0.875rem;
  color: #8b8b8b;
}
.index_footer_copyright .w1600 a:hover {
  color: #019563;
}

.product_content {
  padding: 0 0 5rem;
}
.product_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.product_content .listbx .zhanwei {
  width: 32.5%;
  height: 0;
}
.product_content .listbx .item {
  position: relative;
  width: 32.5%;
  padding: 2.5rem 1.875rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
}
.product_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.product_content .listbx .item:hover h4 {
  color: #019563;
}
.product_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: 4/3;
  margin-bottom: 0.625rem;
}
.product_content .listbx .item_imgbx img {
  display: block;
  max-width: 94%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .listbx .item h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productdetail_profile {
  padding: 5rem 0;
  background-color: #f8f8f8;
}
.productdetail_profile .w1400 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.productdetail_profile .leftbx {
  width: 49%;
  height: 43.75rem;
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.productdetail_profile .leftbx .gallery-top {
  position: relative;
  height: 80% !important;
  width: 100%;
  overflow: hidden;
}
.productdetail_profile .leftbx .gallery-top .swiper-slide {
  overflow: hidden;
  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;
}
.productdetail_profile .leftbx .gallery-top .swiper-slide img {
  display: block;
  max-width: 95%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_profile .leftbx .gallery-top .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-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: 3.125rem;
  height: 5rem;
  z-index: 4;
}
.productdetail_profile .leftbx .gallery-top .button:hover {
  background-color: transparent;
}
.productdetail_profile .leftbx .gallery-top .button:hover i {
  color: #019563;
}
.productdetail_profile .leftbx .gallery-top .button i {
  font-size: 2rem;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_profile .leftbx .gallery-top .button-prev {
  left: 0;
}
.productdetail_profile .leftbx .gallery-top .button-next {
  right: 0;
}
.productdetail_profile .leftbx .swiper-pro_box {
  height: 14%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productdetail_profile .leftbx .swiper-pro_box .gallery-thumbs {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.productdetail_profile .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5rem;
  height: 100%;
}
.productdetail_profile .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img {
  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: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
}
.productdetail_profile .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img {
  display: block;
  max-height: 80%;
  max-width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail_profile .leftbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img {
  border: 1px solid #019563;
}
.productdetail_profile .rightbx {
  width: 49%;
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.productdetail_profile .rightbx_title {
  margin-bottom: 1.875rem;
}
.productdetail_profile .rightbx_title h3 {
  font-size: 1.75rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1rem;
}
.productdetail_profile .rightbx_title .intro {
  margin-bottom: 0.625rem;
}
.productdetail_profile .rightbx_title .intro p {
  font-size: 1.25rem;
  color: #5b5b5b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Regular";
}
.productdetail_profile .rightbx_title .tagbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetail_profile .rightbx_title .tagbox .tag {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Regular";
  padding: 0 1.25rem;
  background-color: #019563;
  margin-right: 0.625rem;
}
.productdetail_profile .rightbx_numbox {
  margin-bottom: 1.25rem;
}
.productdetail_profile .rightbx_numbox 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;
}
.productdetail_profile .rightbx_numbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 1.875rem;
}
.productdetail_profile .rightbx_numbox ul li p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.productdetail_profile .rightbx_numbox ul li p.parameter {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: "PingFang-Bold";
}
.productdetail_profile .rightbx_numbox ul li p:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.productdetail_profile .rightbx_numbox ul li:first-child, .productdetail_profile .rightbx_numbox ul li:nth-child(2), .productdetail_profile .rightbx_numbox ul li:nth-child(3), .productdetail_profile .rightbx_numbox ul li:last-child {
  width: 100%;
}
.productdetail_profile .rightbx_bottombx .zixunbtn {
  margin-right: 1.875rem;
}
.productdetail_profile .rightbx_bottombx .zixunbtn a {
  width: auto;
  height: 3.125rem;
  padding: 0 1.25rem;
  border-radius: 1.5625rem;
  background-color: #019563;
}
.productdetail_profile .rightbx_bottombx .zixunbtn a i {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.625rem;
}
.productdetail_profile .rightbx_bottombx .zixunbtn a p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.productdetail_profile .rightbx_bottombx .telbx {
  width: auto;
  height: 3.125rem;
  padding: 0 1.875rem;
  border: 1px solid #019563;
  border-radius: 1.5625rem;
}
.productdetail_profile .rightbx_bottombx .telbx i {
  font-size: 1.25rem;
  color: #019563;
}
.productdetail_profile .rightbx_bottombx .telbx p {
  font-size: 1.125rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.productdetail_detailbx {
  padding: 5rem 0;
}
.productdetail_detailbx .center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_recommend {
  padding-bottom: 5rem;
}
.productdetail_recommend .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.productdetail_recommend .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.productdetail_recommend .title .morebtn {
  width: 11.25rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #a7a7a7;
  border-radius: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_recommend .title .morebtn p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_recommend .title .morebtn i {
  font-size: 1.25rem;
  color: #8b8b8b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_recommend .title .morebtn:hover {
  border-color: #019563;
  background: #019563;
}
.productdetail_recommend .title .morebtn:hover p,
.productdetail_recommend .title .morebtn:hover i {
  color: #fff;
}
.productdetail_recommend .center {
  padding-top: 1.25rem;
}
.productdetail_recommend .center .zhanwei {
  width: 32.5%;
  height: 0;
}
.productdetail_recommend .center .item {
  position: relative;
  width: 32.5%;
  padding: 2.5rem 1.875rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
}
.productdetail_recommend .center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.productdetail_recommend .center .item:hover h4 {
  color: #019563;
}
.productdetail_recommend .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: 4/3;
  margin-bottom: 0.625rem;
}
.productdetail_recommend .center .item_imgbx img {
  display: block;
  max-width: 94%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_recommend .center .item h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.experience {
  background: url(../images/experience_bg1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.experience_banner_textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.experience_banner_textbx .center {
  margin-left: auto;
  width: 55%;
}
.experience_banner_textbx .center h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_banner_textbx .center h2 span {
  margin-right: 1.5rem;
}
.experience_banner_textbx .center > p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin: 1rem 0 1.875rem;
}
.experience_banner_textbx .center h3 {
  font-size: 2.5rem;
  color: #1f1f1f;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_banner_textbx .center .intro {
  margin-top: 1.875rem;
}
.experience_banner_textbx .center .intro p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_banner_textbx .center .intro p i {
  font-size: 1.5rem;
  color: #019563;
  margin-right: 0.625rem;
}
.experience_special {
  padding: 2.5rem 0 5rem;
  background-color: #fff;
}
.experience_special .title {
  margin-bottom: 1.25rem;
}
.experience_special .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1.5rem;
}
.experience_special .title h3 span {
  margin-right: 0.625rem;
}
.experience_special .title p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_special .center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 1.875rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.experience_special .center_navlist {
  width: 28%;
  padding: 1.875rem 3.125rem;
}
.experience_special .center_navlist ul {
  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%;
}
.experience_special .center_navlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.875rem;
  width: 100%;
  height: 5rem;
  background-color: #eaeaea;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.experience_special .center_navlist ul li.active {
  background-color: #019563;
}
.experience_special .center_navlist ul li.active .iconbx img {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.experience_special .center_navlist ul li.active h4 {
  color: #fff;
}
.experience_special .center_navlist ul li .iconbx {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  overflow: hidden;
}
.experience_special .center_navlist ul li .iconbx img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.experience_special .center_navlist ul li h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.experience_special .center_rightbx {
  width: 72%;
  height: 32.5rem;
}
.experience_special .center_rightbx img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.experience_special .center_rightbx img.show {
  display: block;
}
.experience_using {
  padding: 5rem 0 2.5rem;
}
.experience_using .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_using .title p {
  width: 40%;
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-align: center;
  margin: 0.875rem auto 0;
}
.experience_using .center {
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.experience_using .center .zhanwei {
  width: 31.875%;
  height: 0;
}
.experience_using .center .item {
  position: relative;
  width: 31.875%;
  aspect-ratio: 51/31;
  border-radius: 1.875rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.experience_using .center .item_textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 6.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 149, 99, 0.5)), color-stop(99%, rgba(1, 149, 99, 0)));
  background: linear-gradient(0deg, rgba(1, 149, 99, 0.5) 0%, rgba(1, 149, 99, 0) 99%);
}
.experience_using .center .item_textbx h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_videobx {
  padding: 2.5rem 0;
}
.experience_videobx .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_videobx .center {
  margin-top: 2.5rem;
  width: 100%;
  aspect-ratio: 16/9;
}
.experience_videobx .center video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
  overflow: hidden;
}
.experience_module1 {
  padding: 2.5rem 0;
}
.experience_module1 .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_module1 .center {
  margin-top: 2.5rem;
}
.experience_module1 .center .item {
  width: 31.875%;
  height: 15rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.875rem;
}
.experience_module1 .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: 1.25rem;
}
.experience_module1 .center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.experience_module1 .center .item h4 {
  font-size: 1.5rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_module2 {
  padding: 2.5rem 0;
}
.experience_module2 .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_module2 .center {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 2.5rem;
}
.experience_module2 .center .item {
  position: relative;
  width: 45.625%;
  aspect-ratio: 73/40;
  border-radius: 1.875rem;
  overflow: hidden;
}
.experience_module2 .center .item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5em;
  color: #fff;
}
.experience_module3 {
  padding: 2.5rem 0;
}
.experience_module3 .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_module3 .center {
  position: relative;
  padding-bottom: 5rem;
  margin-top: 2.5rem;
}
.experience_module3 .center .experience_module3_swiper {
  overflow: hidden;
}
.experience_module3 .center .experience_module3_swiper .swiper-slide {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
.experience_module3 .center .experience_module3_swiper .swiper-slide .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 6.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 149, 99, 0.5)), color-stop(99%, rgba(1, 149, 99, 0)));
  background: linear-gradient(0deg, rgba(1, 149, 99, 0.5) 0%, rgba(1, 149, 99, 0) 99%);
}
.experience_module3 .center .experience_module3_swiper .swiper-slide .textbx h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_module3 .center .pagebx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.experience_module3 .center .pagebx .swiper-pagination {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.125rem;
  margin-right: 4rem;
}
.experience_module3 .center .pagebx .swiper-pagination-progressbar {
  background-color: #d5d5d5;
}
.experience_module3 .center .pagebx .swiper-pagination-progressbar-fill {
  background-color: #019563;
}
.experience_module3 .center .pagebx .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #8e8e8e;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.experience_module3 .center .pagebx .swiper-btn:hover {
  background-color: #019563;
  border-color: #019563;
}
.experience_module3 .center .pagebx .swiper-btn:hover span {
  color: #fff;
}
.experience_module3 .center .pagebx .swiper-btn span {
  font-size: 1.5rem;
  color: #8e8e8e;
  line-height: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.experience_module3 .center .pagebx .swiper-btn-next {
  margin-left: 1.25rem;
}
.experience_reserve {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.experience_reserve img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.experience_reserve .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.experience_reserve .center .w1600 {
  height: 100%;
}
.experience_reserve .center .textbx {
  margin-left: auto;
  margin-right: 8%;
  width: 37%;
  height: 100%;
}
.experience_reserve .center .textbx_hd {
  margin-bottom: 2.5rem;
}
.experience_reserve .center .textbx_hd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 0.875rem;
}
.experience_reserve .center .textbx_hd p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_reserve .center .textbx .formbx {
  width: 100%;
}
.experience_reserve .center .textbx .formbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
  background-color: #fff;
  border-radius: 1.75rem;
}
.experience_reserve .center .textbx .formbx_item label {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.experience_reserve .center .textbx .formbx_item input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
  color: #2b2b2b;
}
.experience_reserve .center .textbx .formbx_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 1.25rem;
}
.experience_reserve .center .textbx .formbx_btn button {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #019563;
  border-radius: 1.75rem;
  border: 0;
  outline: none;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 3.5rem;
}
.experience_reserve .center .textbx .formbx_btn button:hover {
  cursor: pointer;
}

.service_introbx {
  padding: 7.5rem 0;
  background-image: url(../images/service_bg1.jpg);
}
.service_introbx h3 {
  font-size: 2.5rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 2.5rem;
}
.service_introbx .intro {
  width: 60%;
}
.service_introbx .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-align: center;
}
.service_support {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.service_support .hd {
  margin-bottom: 2.5rem;
}
.service_support .hd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.service_support .center .item {
  position: relative;
  width: 24%;
  min-height: 15rem;
  padding: 2.5rem 1.875rem;
  border-radius: 1.875rem;
  background-color: #fff;
  overflow: hidden;
}
.service_support .center .item .num {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  font-size: 6rem;
  line-height: 6rem;
  font-family: "import";
  font-weight: 700;
  color: #019563;
  opacity: 0.05;
}
.service_support .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: 4rem;
  height: 4rem;
}
.service_support .center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_support .center .item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin: 1rem 0;
}
.service_support .center .item p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.service_install {
  padding: 2.5rem 0;
  background-image: url(../images/service_bg2.jpg);
}
.service_install .textbx {
  width: 28.75%;
}
.service_install .textbx_hd {
  margin-bottom: 3.125rem;
}
.service_install .textbx_hd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.service_install .textbx_hd h3 span {
  margin-right: 1rem;
}
.service_install .textbx_hd .intro {
  margin-top: 2.5rem;
}
.service_install .textbx_hd .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.service_install .textbx_video {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 19px 1px rgba(4, 0, 0, 0.1);
          box-shadow: 0px 2px 19px 1px rgba(4, 0, 0, 0.1);
}
.service_install .textbx_video .imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 92/41;
}
.service_install .textbx_video .imgbx:hover {
  cursor: pointer;
}
.service_install .textbx_video .imgbx:hover .playbtn i {
  color: #019563;
}
.service_install .textbx_video .imgbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.service_install .textbx_video .imgbx .playbtn i {
  font-size: 2.5rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_install .textbx_video .txt {
  padding: 1.875rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service_install .textbx_video .txt h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 0.625rem;
}
.service_install .textbx_video .txt p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Regular";
}
.service_install .imgbx {
  width: 67%;
}
.service_install .imgbx img {
  width: 100%;
  height: auto;
}
.service_assure {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.service_assure h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.service_assure .center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 2.5rem;
}
.service_assure .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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.875%;
  padding: 2.5rem 0;
  background-color: #fff;
  border-radius: 1.25rem;
}
.service_assure .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: 6.25rem;
  height: 6.25rem;
  margin-bottom: 2.5rem;
}
.service_assure .center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_assure .center .item_imgbx {
  width: 10rem;
  height: 10rem;
}
.service_assure .center .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_assure .center .item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.service_assure .center .item p {
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Regular";
}

.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;
}

.news {
  background-color: #f3f3f3;
}
.news_content {
  padding: 4.125rem 0;
}
.news_content .newnav {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #dadada;
}
.news_content .newnav ul li {
  width: 12.5rem;
  height: 3.75rem;
}
.news_content .newnav ul li:not(:last-child) {
  margin-right: 1.875rem;
}
.news_content .newnav ul li a {
  font-size: 1.25rem;
  color: #818181;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  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.875rem;
  border: 1px solid #818181;
}
.news_content .newnav ul li.active a {
  border-color: #019563;
  background-color: #019563;
  color: #fff;
}
.news_content .listbx {
  margin-bottom: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_content .listbx .zhanwei {
  width: 33.33%;
  height: 0;
}
.news_content .listbx .item {
  position: relative;
  width: 33.33%;
  padding: 2.5rem;
  border-bottom: 1px solid #dadada;
}
.news_content .listbx .item:not(:nth-child(3n)) {
  border-right: 1px solid #dadada;
}
.news_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news_content .listbx .item:hover .item_textbx h4 {
  color: #019563;
}
.news_content .listbx .item:hover .item_textbx .morebtn {
  background-color: #019563;
}
.news_content .listbx .item:hover .item_textbx .morebtn p,
.news_content .listbx .item:hover .item_textbx .morebtn i {
  color: #fff;
}
.news_content .listbx .item_time p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.news_content .listbx .item_time span {
  font-size: 2rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 700;
  font-family: "PingFang-Bold";
  margin-right: 0.875rem;
}
.news_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 21/12;
  overflow: hidden;
  margin: 1.875rem 0 1rem;
}
.news_content .listbx .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_content .listbx .item_textbx h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.news_content .listbx .item_textbx .intro {
  margin: 1.25rem 0 1.875rem;
}
.news_content .listbx .item_textbx .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "PingFang-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content .listbx .item_textbx .morebtn {
  width: 7.5rem;
  height: 2.25rem;
  padding: 0 0.75rem;
  border: 1px solid #019563;
  border-radius: 1.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_content .listbx .item_textbx .morebtn p {
  font-size: 0.75rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_content .listbx .item_textbx .morebtn i {
  font-size: 0.875rem;
  color: #019563;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newdetail_content {
  padding: 5rem 0;
}
.newdetail_content .leftbx {
  float: left;
  width: 62.5%;
}
.newdetail_content .leftbx_hd {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .leftbx_hd h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.8125rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 0.875rem;
}
.newdetail_content .leftbx_hd .subbox .time {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Regular";
  margin-right: 2.5rem;
}
.newdetail_content .leftbx_hd .subbox .time i {
  font-size: 1rem;
  color: #5b5b5b;
  margin-right: 0.625rem;
}
.newdetail_content .leftbx_hd .subbox .author {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Regular";
  margin-right: 2.5rem;
}
.newdetail_content .leftbx_hd .subbox .social-share p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Regular";
  font-family: "PingFang-Regular" !important;
}
.newdetail_content .leftbx_hd .subbox .social-share .social-share-icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.newdetail_content .leftbx_hd .subbox .social-share .social-share-icon .wechat-qrcode .help p {
  font-size: 0.75rem;
  color: #5b5b5b;
  line-height: 1.3em;
}
.newdetail_content .leftbx_bd {
  padding: 1.875rem 0 3.125rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .leftbx_bd p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Regular";
}
.newdetail_content .leftbx_bd img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail_content .rightbx {
  float: right;
  width: 30%;
}
.newdetail_content .rightbx_hd {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd;
}
.newdetail_content .rightbx_hd h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.8125rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.newdetail_content .rightbx_bd {
  padding-top: 1.25rem;
}
.newdetail_content .rightbx_bd .item {
  position: relative;
}
.newdetail_content .rightbx_bd .item:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 1.25rem;
}
.newdetail_content .rightbx_bd .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.newdetail_content .rightbx_bd .item:hover .item_textbx h4 {
  color: #019563;
}
.newdetail_content .rightbx_bd .item_imgbx {
  width: 100%;
  aspect-ratio: 47/24;
  overflow: hidden;
}
.newdetail_content .rightbx_bd .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newdetail_content .rightbx_bd .item_textbx {
  padding: 1.25rem 0;
}
.newdetail_content .rightbx_bd .item_textbx h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 0.625rem;
}
.newdetail_content .rightbx_bd .item_textbx .time {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Regular";
}

.about_profile {
  padding: 5rem 0;
}
.about_profile .textbx {
  width: 43.125%;
}
.about_profile .textbx strong {
  color: #000;
  font-weight: 700;
}
.about_profile .textbx p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Regular";
}
.about_profile .imgbx {
  width: 50%;
  aspect-ratio: 80/61;
  border-radius: 1.875rem;
  overflow: hidden;
}
.about_milestones {
  position: relative;
  width: 100%;
  height: 50rem;
}
.about_milestones .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  height: 100%;
  z-index: 0;
}
.about_milestones .bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 77%;
  height: 100%;
  z-index: 0;
}
.about_milestones .w1600 {
  height: 100%;
}
.about_milestones .leftbx {
  position: relative;
  width: 17.8%;
  z-index: 2;
}
.about_milestones .leftbx h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1rem;
}
.about_milestones .leftbx p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  letter-spacing: 0.125rem;
}
.about_milestones .rightbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 3.125rem 5rem;
}
.about_milestones .rightbx .about_milestones_swiper {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  margin: 1rem 0;
}
.about_milestones .rightbx .about_milestones_swiper .swiper-slide {
  position: relative;
  height: auto !important;
  padding-left: 4.375rem;
}
.about_milestones .rightbx .about_milestones_swiper .swiper-slide::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.9375rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.about_milestones .rightbx .about_milestones_swiper .swiper-slide h4 {
  position: relative;
  font-size: 2rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1rem;
}
.about_milestones .rightbx .about_milestones_swiper .swiper-slide h4::before {
  position: absolute;
  top: 0.3125rem;
  left: -4.375rem;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 50%;
}
.about_milestones .rightbx .about_milestones_swiper .swiper-slide p {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "PingFang-Regular";
  margin-bottom: 1rem;
}
.about_milestones .rightbx .about_milestones_swiper .swiper-slide p::before {
  position: absolute;
  top: 0.875rem;
  left: -3.8125rem;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
}
.about_milestones .rightbx .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about_milestones .rightbx .swiper-btn span {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.875rem;
}
.about_milestones .rightbx .swiper-btn:hover {
  background-color: transparent;
}
.about_milestones .rightbx .swiper-btn:hover span {
  color: #019563;
}
.about_honor {
  padding: 3.125rem 0 5rem;
  background-color: #f1f1f1;
}
.about_honor .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 1rem;
}
.about_honor .title p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_honor .center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 2.5rem;
}
.about_honor .center_l {
  width: 38%;
  height: 28.125rem;
}
.about_honor .center_l .gallery-top {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about_honor .center_l .gallery-top .swiper-slide {
  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;
}
.about_honor .center_l .gallery-top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_honor .center_r {
  width: 62%;
  padding: 3.5rem 2.5rem;
  background-color: #fff;
}
.about_honor .center_r .swiper-pro_box {
  width: 100%;
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-bottom: 2rem;
  overflow: hidden;
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide::before {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide em {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(174, 174, 174, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide em::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.875rem;
  background-color: #aeaeae;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide h4 {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide-thumb-active em {
  background-color: rgba(1, 149, 99, 0.2);
}
.about_honor .center_r .swiper-pro_box .gallery-thumbs .swiper-slide-thumb-active em::after {
  background-color: #019563;
}
.about_honor .center_r .swiper-pro_box .pagebx {
  margin-left: 1rem;
}
.about_honor .center_r .swiper-pro_box .pagebx .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: 1.875rem;
  height: 1.875rem;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
}
.about_honor .center_r .swiper-pro_box .pagebx .button:hover {
  cursor: pointer;
  border-color: #019563;
  background-color: #019563;
}
.about_honor .center_r .swiper-pro_box .pagebx .button:hover i {
  color: #fff;
}
.about_honor .center_r .swiper-pro_box .pagebx .button i {
  font-size: 1rem;
  color: #8b8b8b;
}
.about_honor .center_r .swiper-pro_box .pagebx .button-next {
  margin-left: 0.375rem;
}
.about_honor .center_r .textbx {
  margin-top: 1.25rem;
  padding: 1.25rem;
}
.about_honor .center_r .textbx_item {
  display: none;
}
.about_honor .center_r .textbx_item.active {
  display: block;
}
.about_honor .center_r .textbx_item p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_networks {
  padding: 5rem 0;
}
.about_networks .leftbx {
  width: 20%;
}
.about_networks .leftbx_hd {
  margin-bottom: 5rem;
}
.about_networks .leftbx_hd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  margin-bottom: 0.5rem;
}
.about_networks .leftbx_hd p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_networks .leftbx_bd ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.about_networks .leftbx_bd ul li .numbx {
  margin-bottom: 0.25rem;
}
.about_networks .leftbx_bd 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: 3rem;
  color: #019563;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_networks .leftbx_bd ul li > p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_networks .imgbx {
  width: 65%;
  height: auto;
}
.about_networks .imgbx img {
  width: 100%;
  height: auto;
}
.about_partner {
  padding: 5rem 0;
  background-color: #f1f1f1;
}
.about_partner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_partner .center {
  position: relative;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.about_partner .center .about_partner_swiper {
  width: 100%;
  height: 10rem;
}
.about_partner .center .about_partner_swiper .swiper-slide {
  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;
  height: 50% !important;
  padding: 0.625rem 1rem;
}
.about_partner .center .about_partner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_partner .center .swiper-pagination {
  bottom: 0;
}
.about_partner .center .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #dadada;
  border-radius: 50%;
  opacity: 1;
}
.about_partner .center .swiper-pagination-bullet-active {
  background-color: #fff;
}
.about_future {
  padding: 5rem 0;
}
.about_future h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.about_future .center {
  margin-top: 5rem;
}
.about_future .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: 25%;
}
.about_future .center .item::before {
  position: absolute;
  top: 5rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  z-index: -1;
}
.about_future .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: 10rem;
  height: 10rem;
  margin-bottom: 1.25rem;
  background-color: #019563;
  border-radius: 50%;
}
.about_future .center .item_iconbx img {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_future .center .item_textbx {
  padding: 0 15%;
}
.about_future .center .item_textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-align: center;
  margin-bottom: 1rem;
}
.about_future .center .item_textbx p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
  text-align: center;
}

.contact_content {
  padding: 5rem 0;
}
.contact_content .common_title .intro {
  margin-top: 1.25rem;
}
.contact_content .common_title .intro p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "PingFang-Bold";
}
.contact_content .center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 2.5rem;
}
.contact_content .center #map {
  width: 65%;
  height: 31.25rem;
}
.contact_content .center #map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_content .center_right {
  width: 31.875%;
  background-color: #f6f6f6;
}
.contact_content .center_right img {
  width: 60%;
  height: auto;
}

.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: #019563;
  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;
}

.import-color {
  color: #019563 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo_content .videobx {
    width: 96%;
    height: 32%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .common_banner {
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h2 {
    font-size: 2.5rem;
  }
  .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 .w1600 {
    height: 100%;
  }
  .index_header .logoimg {
    height: 3.25rem;
  }
  .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: #019563;
  }
  .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);
    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;
  }
  .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-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .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: #019563;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_common_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_common_title .left {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_product {
    padding: 3rem 0;
    overflow: hidden;
  }
  .index_about .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_about_textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_about_imgbx {
    width: 100%;
  }
  .index_about_imgbx .imgbox .img2 {
    display: none;
  }
  .index_use_content {
    row-gap: 1rem;
    margin-top: 1.5rem;
  }
  .index_use_content .item {
    width: 49%;
  }
  .index_new {
    padding: 3rem 0;
  }
  .index_new_content {
    margin-top: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new_content .recommend {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_new_content .list {
    width: 100%;
  }
  .index_footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_footer_content .topbox {
    padding: 1.5rem 0;
  }
  .index_footer_content .centerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .centerbox_l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .centerbox_contact {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .centerbox_r {
    width: 100%;
  }
  .index_footer_content .centerbox_r .listbx_item {
    width: 8.5rem;
  }
  .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 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_copyright .w1600 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1600 p:first-child {
    margin-right: 0;
  }
  .product_content .listbx .item {
    width: 100%;
  }
  .productdetail_profile .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_profile .leftbx {
    width: 100%;
    height: 31rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
  .productdetail_profile .leftbx .gallery-top {
    height: 72%;
  }
  .productdetail_profile .leftbx .gallery-top .swiper-slide img {
    max-width: 75%;
  }
  .productdetail_profile .leftbx .gallery-top .button-next {
    right: -1rem;
  }
  .productdetail_profile .leftbx .gallery-top .button-prev {
    left: -1rem;
  }
  .productdetail_profile .leftbx .swiper-pro_box {
    height: 22%;
  }
  .productdetail_profile .rightbx {
    width: 100%;
    padding: 1rem;
  }
  .productdetail_profile .rightbx_title .tagbox .tag {
    margin-bottom: 0.625rem;
  }
  .productdetail_profile .rightbx_numbox ul li {
    width: 100%;
  }
  .productdetail_recommend .title .morebtn {
    margin-bottom: 0;
  }
  .productdetail_recommend .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_recommend .center .item {
    width: 100%;
  }
  .experience_banner_textbx {
    display: none;
  }
  .experience_special .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_special .center_navlist {
    width: 100%;
    padding: 1rem;
  }
  .experience_special .center_navlist ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_special .center_navlist ul li {
    width: 50%;
    padding: 0 1rem;
  }
  .experience_special .center_navlist ul li .iconbx {
    margin-right: 0.625rem;
  }
  .experience_special .center_navlist ul li h4 {
    font-size: 1.125rem;
  }
  .experience_special .center_rightbx {
    width: 100%;
    height: auto;
  }
  .experience_special .center_rightbx img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .experience_using {
    padding: 3rem 0;
  }
  .experience_using .title p {
    width: 100%;
  }
  .experience_using .center .item {
    width: 49%;
  }
  .experience_videobx .center {
    aspect-ratio: 16/10;
  }
  .experience_module1 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_module1 .center .item {
    width: 100%;
  }
  .experience_module1 .center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .experience_module2 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience_module2 .center .item {
    width: 100%;
  }
  .experience_module2 .center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .experience_module3 .title h3 {
    font-size: 1.75rem;
  }
  .experience_reserve .center {
    position: static;
  }
  .experience_reserve .center .textbx {
    width: 100%;
    padding: 2rem 0;
  }
  .service_introbx {
    padding: 4rem 0;
  }
  .service_introbx .intro {
    width: 100%;
  }
  .service_support {
    padding: 3rem 0;
  }
  .service_support .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_support .center .item {
    width: 49%;
    padding: 2.5rem 1.25rem;
    margin-bottom: 1rem;
  }
  .service_install .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_install .textbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .service_install .imgbx {
    width: 100%;
  }
  .service_assure {
    padding: 3rem 0;
  }
  .service_assure .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_assure .center .item {
    width: 100%;
  }
  .service_assure .center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .about_profile_textbx {
    padding: 2.5rem 0;
  }
  .about_profile_textbx h3 {
    font-size: 1.875rem;
  }
  .about_profile_textbx h2 {
    font-size: 2rem;
  }
  .about_profile_textbx .intro {
    padding: 0;
  }
  .about_choose_textbx, .about_honor_textbx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0;
  }
  .about_choose_textbx h3, .about_honor_textbx h3 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .about_choose_textbx .intro, .about_honor_textbx .intro {
    width: 100%;
  }
  .about_info .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_info .item {
    width: 100%;
  }
  .about_info .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .news_content {
    padding: 2.5rem 0 5rem;
  }
  .news_content .center .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_content .center .item_img {
    width: 100%;
    height: 19rem;
  }
  .news_content .center .item_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .news_content .center .item_text .intro {
    margin: 1rem 0 1.5rem;
  }
  .newdetail_content {
    height: auto;
  }
  .newdetail_content .leftbx {
    width: 100%;
  }
  .newdetail_content .leftbx_hd .subbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newdetail_content .leftbx_hd .subbox .social-share {
    width: 100%;
    margin-top: 1.5rem;
  }
  .newdetail_content .rightbx {
    display: none;
  }
  .about_profile .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_profile .imgbx {
    width: 100%;
  }
  .about_milestones {
    height: auto;
    padding: 3rem 0;
  }
  .about_milestones .bg1 {
    display: none;
  }
  .about_milestones .bg2 {
    width: 100%;
  }
  .about_milestones .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_milestones .leftbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  }
  .about_milestones .rightbx {
    width: 100%;
    height: 38rem;
    padding: 1rem;
  }
  .about_honor .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_honor .center_l {
    width: 100%;
    height: 20rem;
    padding: 1rem;
    background-color: #fff;
  }
  .about_honor .center_r {
    width: 100%;
    padding: 1rem;
  }
  .about_honor .center_r .textbx {
    padding: 1rem 0;
  }
  .about_networks .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_networks .w1600 .leftbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .about_networks .w1600 .imgbx {
    width: 100%;
  }
  .about_partner {
    padding: 3rem 0;
  }
  .about_future {
    padding: 3rem 0;
  }
  .about_future .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_future .center .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .contact_content .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_content .center #map {
    width: 100%;
    height: 22rem;
  }
  .contact_content .center_right {
    width: 100%;
    padding: 3rem 0;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header .navmain {
    padding: 0 2%;
  }
  .index_header_navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index_header_nav_item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 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;
  }
}