@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.w1200 {
  width: 75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1400 {
  width: 87.5rem;
  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;
}

.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: #111;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #111;
  font-size: 1.875rem;
  line-height: 5rem;
}
.swiper-btn:hover {
  background: #197eff;
}

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

.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);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

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

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

.module-padding {
  padding: 6.25rem 0;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

.zhanwei {
  display: block;
  height: 0;
}

.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: 100%;
}
.common-banner-textbx .w1600 {
  position: relative;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-banner-textbx h1 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
  margin-top: 1rem;
}
.common-banner-textbx span {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  text-transform: uppercase;
}
.common-navbox {
  padding: 0.25rem 0;
  background-color: #f3f3f3;
}
.common-navbox .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-navbox-left {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-navbox-left li.active a {
  background-color: #197eff;
  color: #fff;
}
.common-navbox-left li:hover a {
  text-decoration: underline;
}
.common-navbox-left li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.common-navbox-crumb p {
  width: 100%;
  height: 2.5rem;
  font-size: 0.75rem;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-navbox-crumb p i {
  font-size: 1.25rem;
  color: #666666;
}
.common-navbox-crumb p a {
  font-size: 0.75rem;
  color: #666666;
  margin: 0 0.25rem;
}
.common-navbox-crumb p a:hover {
  color: #197eff;
}
.common-pagination {
  width: 100%;
}
.common-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  font-size: 1rem;
  color: #111;
  margin: 0 0.5rem;
  padding: 0.625rem;
  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: #197eff;
  border-color: #197eff;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #197eff;
  border-color: #197eff;
}
.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 {
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common-pagination li:first-child a:hover, .common-pagination li:last-child a:hover {
  background-color: #197eff;
}
.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;
  line-height: 2rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #197eff;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.3vh;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  z-index: 99;
}
.index-header.scrolldown, .index-header:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
}
.index-header.scrolldown .index-header-left .logobox img.logo1, .index-header:hover .index-header-left .logobox img.logo1 {
  opacity: 0;
}
.index-header.scrolldown .index-header-left .logobox img.logo2, .index-header:hover .index-header-left .logobox img.logo2 {
  opacity: 1;
}
.index-header.scrolldown .index-header-nav-item .level1, .index-header:hover .index-header-nav-item .level1 {
  color: #000;
}
.index-header.scrolldown .index-header-nav-item .level1::after, .index-header:hover .index-header-nav-item .level1::after {
  background-color: #000;
}
.index-header.scrolldown .index-header-right .langbx a, .index-header:hover .index-header-right .langbx a {
  color: #000;
}
.index-header.scrolldown .index-header-right .search-top .iconfont, .index-header:hover .index-header-right .search-top .iconfont {
  color: #000;
}
.index-header .header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80%;
}
.index-header-left .logobox {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.index-header-left .logobox img {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-left .logobox img.logo1 {
  opacity: 1;
}
.index-header-left .logobox img.logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-header .navbox {
  width: 100%;
  height: 3.125rem;
}
.index-header .navbox .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header-nav {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-header-nav-m {
  display: none;
}
.index-header-nav .navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index-header-nav-item {
  position: relative;
  height: 100%;
  margin: 0 2.25rem;
}
.index-header-nav-item .level1 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  line-height: 9.3vh;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .level1::after {
  position: absolute;
  bottom: 30%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item.active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-right {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 3;
}
.index-header-right .langbx {
  position: relative;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header-right .langbx a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-header-right .langbx a:hover {
  color: #197eff;
}
.index-header-right .search {
  position: relative;
  height: 100%;
  margin-right: 1rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header-right .search-m {
  display: none;
}
.index-header-right .search:hover {
  cursor: pointer;
}
.index-header-right .search:hover .search-searchdown {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index-header-right .search-top {
  width: 4rem;
  height: 4rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header-right .search-top i {
  font-size: 1.25rem;
  color: #fff;
}
.index-header-right .search-searchdown {
  position: absolute;
  top: 9vh;
  right: 0;
  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-right .search-searchdown form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.625rem 0.5rem 0.625rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
}
.index-header-right .search-searchdown form input::-webkit-input-placeholder,
.index-header-right .search-searchdown form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "SourceHanSansCN";
}
.index-header-right .search-searchdown form input:-moz-placeholder,
.index-header-right .search-searchdown form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "SourceHanSansCN";
}
.index-header-right .search-searchdown form input::-moz-placeholder,
.index-header-right .search-searchdown form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "SourceHanSansCN";
}
.index-header-right .search-searchdown form input:-ms-input-placeholder,
.index-header-right .search-searchdown form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "SourceHanSansCN";
}
.index-header-right .search-searchdown form input {
  display: block;
  width: 12rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  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-right .search-searchdown 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: 3.125rem;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index-header-right .search-searchdown form button i {
  font-size: 1.5rem;
  color: #fff;
}
.index-header-right .inner-header-icon {
  display: none;
}
.index-footer {
  background-color: #f7f7f7;
}
.index-footer-content {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 4.5rem 0 3.125rem;
}
.index-footer-content-left .ifcl-title {
  margin-bottom: 3.125rem;
}
.index-footer-content-left .ifcl-title p {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-content-left .ifcl-title h4 {
  font-size: 2.25rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 600;
  font-family: "SourceHanSansCN";
}
.index-footer-content-left .ifcl-media {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-footer-content-left .ifcl-media li:not(:last-child) {
  margin-right: 1.25rem;
}
.index-footer-content-left .ifcl-media li a {
  font-size: 2.75rem;
  color: #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-footer-content-left .ifcl-media li a:hover {
  color: #197eff;
}
.index-footer-content-middle {
  padding-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index-footer-content-middle .ifcm-footnav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-footer-content-middle .ifcm-footnav li {
  margin-right: 6.25rem;
}
.index-footer-content-middle .ifcm-footnav li:not(:nth-child(4n)) {
  margin-bottom: 2rem;
}
.index-footer-content-middle .ifcm-footnav li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.125rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-content-middle .ifcm-footnav li a:hover {
  color: #197eff;
  text-decoration: underline;
}
.index-footer-content-right .ifcr-info li {
  padding-left: 0.625rem;
}
.index-footer-content-right .ifcr-info li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index-footer-content-right .ifcr-info li p {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-content-right .ifcr-info li.ifcr-info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
}
.index-footer-content-right .ifcr-info li.ifcr-info-phone .iconfont {
  font-size: 3.125rem;
  color: #111;
  margin-right: 1rem;
}
.index-footer-content-right .ifcr-info li.ifcr-info-phone p {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
}
.index-footer-copyright {
  height: 5rem;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-footer-copyright .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.index-footer-copyright .w1600 .left {
  font-size: 1rem;
  color: #999999;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-copyright .w1600 .left a {
  font-size: 1rem;
  color: #999999;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-copyright .w1600 .left a:hover {
  color: #197eff;
}
.index-footer-copyright .w1600 .right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-copyright .w1600 .right p a {
  margin-left: 0.25rem;
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-footer-copyright .w1600 .right p a:not(:last-child) {
  margin-right: 1rem;
}
.index-footer-copyright .w1600 .right p a:hover {
  color: #197eff;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .common-banner {
    width: 100%;
    height: 45vh;
    margin-top: 5rem;
  }
  .common-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-textbx {
    top: 50%;
  }
  .common-banner-textbx .text {
    max-width: 100%;
  }
  .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: auto;
    background-color: #fff;
    z-index: 99;
  }
  .index-header .topbx .media {
    display: none;
  }
  .index-header .topbx .inner-header-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scale(1.3);
        -ms-transform: translateY(-50%) scale(1.3);
            transform: translateY(-50%) scale(1.3);
    display: block;
    z-index: 99;
    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);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
  }
  .index-header .topbx .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header .topbx .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: #111;
  }
  .index-header .topbx .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 .topbx .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header .topbx .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 .topbx .inner-header-icon-click span {
    background: #333;
  }
  .index-header .topbx .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 .topbx .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 .topbx .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 .topbx .inner-header-icon-out span {
    background: #333;
  }
  .index-header .topbx .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 .topbx .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 .topbx .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-header .w1320 {
    height: 100%;
  }
  .index-header .logoimg {
    height: 3.25rem;
  }
  .index-header .navbox {
    height: auto;
  }
  .index-header-nav {
    display: none;
  }
  .index-header-nav-m {
    display: block;
    position: absolute;
    top: 5.625rem;
    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,
  .index-header-nav-m .cd-accordion-menu > li .level3 {
    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,
  .index-header-nav-m .cd-accordion-menu > li .level3 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,
  .index-header-nav-m .cd-accordion-menu > li .level3 .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,
  .index-header-nav-m .cd-accordion-menu > li .level3 .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,
  .index-header-nav-m .cd-accordion-menu > li .level3 .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,
  .index-header-nav-m .cd-accordion-menu > li .level3 .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: 400;
    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: #197eff;
  }
  .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,
  .index-header-nav-m .cd-accordion-menu > li .level3 a {
    font-weight: 400;
  }
  .index-header .inner-header-icon {
    display: none;
    color: #2b2b2b;
    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 .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header .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: #111;
  }
  .index-header .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 .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header .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 .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .index-header .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 .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 .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;
  }
  @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 clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @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 .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index-header .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 .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 .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;
  }
  @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 outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @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-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0;
  }
  .index-footer-content .footlogo img {
    height: 6rem;
  }
  .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 .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-footer-copyright .w1400 .left {
    text-align: center;
    line-height: 1.8em;
  }
  .index-footer-copyright .w1400 .left:first-child {
    margin-right: 0;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.news-content {
  padding: 3.125rem 0;
}
.news-content-list {
  margin-bottom: 3.125rem;
}
.news-content-list-item {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-content-list-item:hover .ncli-imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news-content-list-item:hover .ncli-textbx h4 {
  color: #197eff;
}
.news-content-list-item:hover .ncli-right .iconfont {
  background-color: #197eff;
  border-color: #197eff;
  color: #fff;
}
.news-content-list-item .ncli-imgbx {
  width: 18.75%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.news-content-list-item .ncli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-content-list-item .ncli-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 0 3.125rem;
}
.news-content-list-item .ncli-textbx-title {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.news-content-list-item .ncli-textbx-newtime {
  display: block;
  margin: 1rem 0;
  font-size: 0.875rem;
  color: #aaa;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.news-content-list-item .ncli-textbx-intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-content-list-item .ncli-right {
  height: 100%;
  padding: 0 2.5rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-content-list-item .ncli-right .iconfont {
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #197eff;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newdetail-content {
  padding: 3.125rem 0 5rem;
}
.newdetail-content .w1600 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.newdetail-content-left {
  width: 72.5%;
  padding: 4rem 3.125rem;
  background-color: #f4f4f4;
}
.newdetail-content-left-header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
.newdetail-content-left-header h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  margin-bottom: 1.25rem;
}
.newdetail-content-left-header .newtime {
  font-size: 0.875rem;
  color: #aaa;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.newdetail-content-left-detail {
  padding: 1.875rem 0 0;
}
.newdetail-content-left-detail p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.newdetail-content-left-detail strong {
  font-weight: 700;
}
.newdetail-content-left-detail img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail-content-right {
  width: 23.75%;
}
.newdetail-content-right-header {
  margin-bottom: 2rem;
}
.newdetail-content-right-header h3 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
}
.newdetail-content-right-list .ncrl-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.newdetail-content-right-list .ncrl-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.newdetail-content-right-list .ncrl-item:hover .ncrl-item-imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.newdetail-content-right-list .ncrl-item:hover .ncrl-item-textbx h4 {
  color: #197eff;
}
.newdetail-content-right-list .ncrl-item-imgbx {
  width: 39.5%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.newdetail-content-right-list .ncrl-item-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail-content-right-list .ncrl-item-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 0.875rem;
}
.newdetail-content-right-list .ncrl-item-textbx .newtime {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.newdetail-content-right-list .ncrl-item-textbx h4 {
  margin-top: 0.875rem;
  font-size: 1rem;
  color: #111;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.using-content {
  padding: 3.125rem 0 0;
}
.using-content-center {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.using-content-center-item {
  position: relative;
  width: 47.5%;
  background-color: #f8f8f8;
  margin-bottom: 3.75rem;
}
.using-content-center-item:hover .ucci-textbx h4 {
  color: #197eff;
}
.using-content-center-item:hover .ucci-imgbx img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.using-content-center-item .ucci-textbx {
  position: relative;
  width: 100%;
  padding: 1.875rem 2.5rem;
}
.using-content-center-item .ucci-textbx span {
  position: relative;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1em;
  color: rgba(25, 126, 255, 0.3);
}
.using-content-center-item .ucci-textbx span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0.5)), to(rgb(248, 248, 248)));
  background: linear-gradient(rgba(248, 248, 248, 0.5), rgb(248, 248, 248));
  z-index: 2;
}
.using-content-center-item .ucci-textbx h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.using-content-center-item .ucci-textbx-intro {
  max-width: 70%;
}
.using-content-center-item .ucci-textbx-intro p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.using-content-center-item .ucci-textbx-bgimg {
  position: absolute;
  right: 2.5rem;
  bottom: 1.875rem;
  width: 15%;
  height: auto;
  opacity: 0.1;
}
.using-content-center-item .ucci-textbx-bgimg img {
  width: 100%;
  height: auto;
}
.using-content-center-item .ucci-imgbx {
  width: 100%;
  aspect-ratio: 76/27;
  overflow: hidden;
}
.using-content-center-item .ucci-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.usingdetail-content {
  padding: 3.125rem 0;
}
.usingdetail-content-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4rem;
}
.usingdetail-content-infobox-left {
  width: 50%;
  aspect-ratio: 80/45;
  overflow: hidden;
}
.usingdetail-content-infobox-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 2% 0 2% 4%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.usingdetail-content-infobox-right .ucir-txt-header {
  margin-bottom: 5%;
}
.usingdetail-content-infobox-right .ucir-txt-header span {
  font-size: 0.875rem;
  color: #197eff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  text-transform: uppercase;
}
.usingdetail-content-infobox-right .ucir-txt-header h4 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 500;
  font-family: "SourceHanSansCN";
  margin-top: 0.625rem;
}
.usingdetail-content-infobox-right .ucir-txt-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.usingdetail-content-infobox-right .returnbtn {
  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;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.usingdetail-content-infobox-right .returnbtn:hover {
  color: #197eff;
}
.usingdetail-content-listbox {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.usingdetail-content-listbox-item {
  position: relative;
  width: 23.75%;
  margin-bottom: 4rem;
}
.usingdetail-content-listbox-item:hover .ucli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.usingdetail-content-listbox-item:hover .ucli-textbx h4,
.usingdetail-content-listbox-item:hover .ucli-textbx .iconfont {
  color: #197eff;
}
.usingdetail-content-listbox-item .ucli-imgbx {
  width: 100%;
  aspect-ratio: 38/28;
  overflow: hidden;
}
.usingdetail-content-listbox-item .ucli-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.usingdetail-content-listbox-item .ucli-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.usingdetail-content-listbox-item .ucli-textbx h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.usingdetail-content-listbox-item .ucli-textbx .iconfont {
  font-size: 1.125rem;
  color: rgba(17, 17, 17, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.usingdetail-content-listbox .zhanwei {
  width: 23.75%;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.customers-content {
  padding: 3.125rem 0 2.5rem;
}
.customers-content .index-common-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customers-content .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.customers-content .customers-content-listbox {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4rem;
}
.customers-content .customers-content-listbox-item {
  width: 15%;
  aspect-ratio: 2/1;
  margin-bottom: 2.5rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.customers-content .customers-content-listbox-item img {
  max-width: 90%;
  height: auto;
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.customers-content .customers-content-listbox-item:hover img {
  -webkit-filter: grayscale(0); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(0);
}
.customers-content .customers-content-listbox .zhanwei {
  width: 15%;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.solution-content {
  padding: 3.125rem 0 5rem;
}
.solution .solution-swiper {
  width: 100%;
}
.solution .solution-swiper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2.5rem;
  background-color: #f5f5f5;
}
.solution .solution-swiper-item-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-right: 5%;
  padding: 2% 7% 2% 0;
}
.solution .solution-swiper-item-textbx .ssit-header {
  position: relative;
  padding-top: 1.375rem;
  margin-bottom: 3rem;
}
.solution .solution-swiper-item-textbx .ssit-header span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.125rem;
  color: rgba(17, 17, 17, 0.1);
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
  z-index: 0;
}
.solution .solution-swiper-item-textbx .ssit-header h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
  margin-bottom: 1.875rem;
}
.solution .solution-swiper-item-textbx .ssit-header em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #197eff;
}
.solution .solution-swiper-item-textbx .ssit-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  text-indent: 2em;
}
.solution .solution-swiper-item-imgbx {
  width: 41%;
  aspect-ratio: 5/4;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.product-content {
  padding: 3.125rem 0 5rem;
}
.product-content .w1600 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-content-left {
  width: 18.125rem;
  background-color: #f7f7f7;
}
.product-content-left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
}
.product-content-left-header h3 {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  color: #111;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-content-left-header h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #197eff;
}
.product-content-left-listbox {
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-content-left-listbox li {
  width: 100%;
}
.product-content-left-listbox li.active .level1 a {
  color: #197eff;
}
.product-content-left-listbox li.active .level1 .iconfont {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #197eff;
}
.product-content-left-listbox li.active .dropdown {
  max-height: 20rem;
}
.product-content-left-listbox li .level1 {
  width: 100%;
  height: 3.125rem;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-content-left-listbox li .level1 a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.product-content-left-listbox li .level1 a:hover {
  color: #197eff;
}
.product-content-left-listbox li .level1 .iconfont {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-content-left-listbox li .level1 .iconfont:hover {
  cursor: pointer;
  color: #197eff;
}
.product-content-left-listbox li .dropdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-content-left-listbox li .dropdown li {
  border-bottom: 1px solid #cecece;
}
.product-content-left-listbox li .dropdown li a {
  display: block;
  width: 100%;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #666;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.product-content-left-listbox li .dropdown li a:hover {
  color: #197eff;
}
.product-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4%;
}
.product-content-right-listbox {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-content-right-listbox .zhanwei {
  width: 31%;
}
.product-content-right-listbox .pcrl-item {
  position: relative;
  width: 31%;
  margin-bottom: 4rem;
}
.product-content-right-listbox .pcrl-item:hover .pcrl-item-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-content-right-listbox .pcrl-item:hover .pcrl-item-textbx h4,
.product-content-right-listbox .pcrl-item:hover .pcrl-item-textbx .iconfont {
  color: #197eff;
}
.product-content-right-listbox .pcrl-item-imgbx {
  width: 100%;
  aspect-ratio: 38/28;
  overflow: hidden;
}
.product-content-right-listbox .pcrl-item-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content-right-listbox .pcrl-item-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-content-right-listbox .pcrl-item-textbx h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content-right-listbox .pcrl-item-textbx .iconfont {
  font-size: 1.125rem;
  color: rgba(17, 17, 17, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.productdetail-content {
  padding: 3.125rem 0 5rem;
}
.productdetail-content .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.productdetail-content-imgbx {
  width: 47.5%;
  aspect-ratio: 76/50;
}
.productdetail-content-textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 1% 0 1% 3%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productdetail-content-textbox-txt .pctt-header {
  margin-bottom: 4%;
}
.productdetail-content-textbox-txt .pctt-header h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.productdetail-content-textbox-txt .pctt-intro h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  margin-bottom: 1.25rem;
}
.productdetail-content-textbox-txt .pctt-intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.about-profile {
  padding: 3.125rem 0 5rem;
}
.about-profile .index-common-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-profile .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-profile-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2.5rem 0 3.125rem;
}
.about-profile-infobox-imgbx {
  width: 34.375%;
  aspect-ratio: 55/54;
}
.about-profile-infobox-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 4%;
}
.about-profile-infobox-textbx .apit-intro {
  margin-bottom: 1rem;
}
.about-profile-infobox-textbx .apit-intro p {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.about-profile-infobox-textbx .apit-intro strong {
  font-size: 1.25rem;
  font-weight: 700;
}
.about-profile-infobox-textbx .apit-listbox {
  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;
}
.about-profile-infobox-textbx .apit-listbox-item {
  width: 40%;
  padding-left: 0.875rem;
}
.about-profile-infobox-textbx .apit-listbox-item:first-child, .about-profile-infobox-textbx .apit-listbox-item:nth-child(2) {
  margin-bottom: 1rem;
}
.about-profile-infobox-textbx .apit-listbox-item h4 {
  position: relative;
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
  margin-bottom: 0.625rem;
}
.about-profile-infobox-textbx .apit-listbox-item h4::before {
  position: absolute;
  top: 50%;
  left: -0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #197eff;
}
.about-profile-infobox-textbx .apit-listbox-item p {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.about-advatages {
  padding: 5rem 0;
  background-color: #f5f5f5;
}
.about-advatages-listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4rem;
}
.about-advatages-listbox-item {
  position: relative;
  width: 31.25%;
  padding: 3.125rem 1.875rem;
  background-color: #fff;
}
.about-advatages-listbox-item:hover::before {
  width: 100%;
}
.about-advatages-listbox-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0.3125rem;
  background-color: #197eff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-advatages-listbox-item .aali-header {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about-advatages-listbox-item .aali-header-iconbx {
  width: 3.25rem;
  height: auto;
}
.about-advatages-listbox-item .aali-header h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
}
.about-advatages-listbox-item .aali-intro {
  margin-top: 1.875rem;
}
.about-advatages-listbox-item .aali-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.about-quality {
  padding: 5rem 0;
}
.about-quality-center {
  position: relative;
  margin-top: 4rem;
}
.about-quality-center .quality-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 0.625rem;
}
.about-quality-center .quality-swiper-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
}
.about-quality-center .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-quality-center .swiper-btn span {
  font-size: 1.875rem;
  color: rgba(17, 17, 17, 0.4);
}
.about-quality-center .swiper-btn:hover {
  background-color: transparent;
}
.about-quality-center .swiper-btn:hover span {
  color: #197eff;
}
.about-quality-center .swiper-btn-prev {
  left: -5rem;
}
.about-quality-center .swiper-btn-next {
  right: -5rem;
}

.history-content {
  padding: 3.125rem 0 5rem;
  background-image: url(../../images/history_bg1.jpg);
}
.history-content .index-common-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history-content .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history-content-center {
  position: relative;
}
.history-content-center .history-swiper {
  position: relative;
  overflow: hidden;
  padding: 12.5rem 1.25rem;
}
.history-content-center .history-swiper::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #197eff;
}
.history-content-center .history-swiper .swiper-wrapper {
  margin-left: 2rem;
}
.history-content-center .history-swiper-item {
  position: relative;
  height: 10rem;
}
.history-content-center .history-swiper-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #197eff;
  border-radius: 50%;
}
.history-content-center .history-swiper-item em {
  position: absolute;
  left: 0;
  width: 1px;
  height: 30%;
  background-color: #197eff;
}
.history-content-center .history-swiper-item h4 {
  font-size: 1.75rem;
  color: #197eff;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
}
.history-content-center .history-swiper-item .intro {
  position: absolute;
  left: 0;
  width: 130%;
}
.history-content-center .history-swiper-item .intro p {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.history-content-center .history-swiper-item:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history-content-center .history-swiper-item:nth-child(odd) em {
  bottom: 50%;
}
.history-content-center .history-swiper-item:nth-child(odd) .intro {
  bottom: 101%;
}
.history-content-center .history-swiper-item:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.history-content-center .history-swiper-item:nth-child(even) em {
  top: 50%;
}
.history-content-center .history-swiper-item:nth-child(even) .intro {
  top: 101%;
}
.history-content-center .history-swiper-item:last-child .intro {
  width: 110%;
}
.history-content-center .swiper-btn {
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.history-content-center .swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.history-content-center .swiper-btn span {
  font-size: 1.5rem;
}
.history-content-center .swiper-btn:hover {
  background-color: transparent;
}
.history-content-center .swiper-btn:hover span {
  color: #197eff;
}
.history-content-center .swiper-btn-prev {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.history-content-center .swiper-btn-next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.faq-content {
  padding: 3.125rem 0;
}
.faq-content .index-common-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-content .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
.faq-content-center-listbox {
  width: 47.5%;
}
.faq-content-center-listbox .fccl-item {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.faq-content-center-listbox .fccl-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq-content-center-listbox .fccl-item.active .fccl-item-header .iconfont {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-content-center-listbox .fccl-item.active .fccl-item-down {
  max-height: 10rem;
  opacity: 1;
}
.faq-content-center-listbox .fccl-item-header {
  width: 100%;
  height: 5.625rem;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.faq-content-center-listbox .fccl-item-header:hover {
  cursor: pointer;
}
.faq-content-center-listbox .fccl-item-header:hover .fccl-item-header-left h4 {
  color: #197eff;
}
.faq-content-center-listbox .fccl-item-header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.faq-content-center-listbox .fccl-item-header-left svg {
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
.faq-content-center-listbox .fccl-item-header-left h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.faq-content-center-listbox .fccl-item-header .iconfont {
  font-size: 1.25rem;
  color: #111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq-content-center-listbox .fccl-item-down {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.faq-content-center-listbox .fccl-item-down-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.5rem 2.5rem;
}
.faq-content-center-listbox .fccl-item-down-center svg {
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
.faq-content-center-listbox .fccl-item-down-center .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}

.contact-infobx {
  padding: 3.125rem 0;
}
.contact-infobx .index-common-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-infobx .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-infobx-center {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.5rem;
}
.contact-infobx-center-item {
  width: 46.875%;
  padding: 2rem;
  border-radius: 1.25rem;
  background-color: #f5f5f5;
}
.contact-infobx-center-item h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-infobx-center-item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.contact-infobx-center-item .tel i {
  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.75rem;
  height: 2.75rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #197eff;
  font-size: 1.5rem;
  color: #fff;
}
.contact-infobx-center-item .tel p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
}
.contact-infobx-center-item .txt {
  padding: 1.25rem 0 0;
  min-height: 6.25rem;
  border-top: 1px solid #e8e8e8;
}
.contact-infobx-center-item .txt p {
  font-size: 1rem;
  color: #010101;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.contact-infobx-center-item .txt p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contact-message {
  padding: 3.125rem 0;
  background-color: #f5f5f5;
}
.contact-message .w1600 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact-message-left {
  width: 15%;
}
.contact-message-left .index-common-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-message-left .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-message-left-info {
  margin-top: 1.875rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-message-left-info img {
  width: 100%;
  height: auto;
}
.contact-message-left-info p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #111;
}
.contact-message-right {
  width: 70%;
}
.contact-message-right .formbx {
  width: 100%;
  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;
}
.contact-message-right .formbx_item {
  width: 47.8%;
  height: 3.75rem;
  margin-bottom: 1.875rem;
}
.contact-message-right .formbx_item input::-webkit-input-placeholder,
.contact-message-right .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_item input:-moz-placeholder,
.contact-message-right .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_item input::-moz-placeholder,
.contact-message-right .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_item input:-ms-input-placeholder,
.contact-message-right .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_item:nth-child(5) {
  width: 100%;
}
.contact-message-right .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  outline: none;
  border: 0;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.contact-message-right .formbx_text {
  width: 100%;
  height: 10rem;
  margin-bottom: 1.875rem;
}
.contact-message-right .formbx_text input::-webkit-input-placeholder,
.contact-message-right .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_text input:-moz-placeholder,
.contact-message-right .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_text input::-moz-placeholder,
.contact-message-right .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_text input:-ms-input-placeholder,
.contact-message-right .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_text textarea {
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  outline: none;
  border: 0;
  resize: none;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact-message-right .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.75rem;
  margin-bottom: 1.875rem;
}
.contact-message-right .formbx_codebx input::-webkit-input-placeholder,
.contact-message-right .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_codebx input:-moz-placeholder,
.contact-message-right .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_codebx input::-moz-placeholder,
.contact-message-right .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_codebx input:-ms-input-placeholder,
.contact-message-right .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN";
}
.contact-message-right .formbx_codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact-message-right .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.75rem;
  border: 1px solid #f8f8f8;
  border-radius: 0.625rem;
  background: #fff;
  margin-left: 1rem;
}
.contact-message-right .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-message-right .formbx_btnbx {
  width: 11.25rem;
  height: 3.125rem;
}
.contact-message-right .formbx_btnbx button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: #197eff;
  border-radius: 0.625rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
}
.contact-message-right .formbx_btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
.index-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  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 .bannertext {
  position: absolute;
  inset: 0;
}
.index-banner-swiper .swiper-slide .bannertext .w1600 {
  position: relative;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-banner-swiper .swiper-slide .bannertext-center p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-banner-swiper .swiper-slide .bannertext-center h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.125rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-banner-swiper .swiper-slide .bannertext-center h3 strong {
  font-weight: 700;
}
.index-banner-swiper .swiper-slide .bannertext-center h3::after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox {
  width: 12.5rem;
  height: 3.125rem;
  margin-top: 5%;
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox-btn {
  width: 100%;
  height: 100%;
  border-radius: 1.5625rem;
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox-btn:hover {
  border-color: #197eff;
  background-color: #197eff;
}
.index-banner-swiper .swiper-pagination {
  bottom: 2rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-banner-swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 0.325rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-banner-swiper .swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}
.index-banner-M {
  display: none;
}
.index-common-header {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-common-header-left {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-common-header-left .ichl-subtitle {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #197eff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-common-header-left .ichl-title {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-common-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-common-header-right em {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  margin-right: 1rem;
  background-color: #dddddd;
}
.index-common-header-right em::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #197eff;
}
.index-common-header-right p {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-about-content {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-about-content-left {
  width: 45%;
}
.index-about-content-left img {
  width: 100%;
  height: auto;
}
.index-about-content-right {
  width: 46%;
}
.index-about-content-right .index-common-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-about-content-right .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index-about-content-right .iacr-intro {
  margin-top: 2rem;
}
.index-about-content-right .iacr-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-about-content-right .iacr-intro strong {
  font-weight: 700;
}
.index-about-numbx {
  border: 1px solid #e9e9e9;
  padding: 1.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-about-numbx-item {
  width: 20%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-about-numbx-item:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}
.index-about-numbx-item .iani-center {
  padding: 0 1rem;
}
.index-about-numbx-item p {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-about-numbx-item p:not(:last-child) {
  margin-bottom: 1rem;
}
.index-about-numbx-item p span {
  font-size: 2.5rem;
  color: #197eff;
  font-weight: 700;
}
.index-about-numbx-item:last-child p {
  font-size: 2.5rem;
  line-height: 1.3em;
  color: #197eff;
  font-weight: 700;
  margin-bottom: 0;
}
.index-using {
  position: relative;
  width: 100%;
  aspect-ratio: 12/5;
}
.index-using-bgbox {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.index-using-bgbox img {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-using-bgbox img.active {
  opacity: 1;
}
.index-using-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-using-content-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-using-content-item:not(:last-child) {
  border-right: 1px solid rgba(238, 238, 238, 0.2);
}
.index-using-content-item .iconfont {
  font-size: 6.25rem;
  font-weight: 700;
  color: #fff;
}
.index-using-content-item h4 {
  text-align: center;
  margin: 2.5rem 0;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
}
.index-using-content-item em {
  display: block;
  width: 1.25rem;
  height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-using-content-item.active {
  background-color: rgba(25, 126, 255, 0.4);
}
.index-using-content-item.active em {
  opacity: 1;
}
.index-solution-content {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1.5rem 1.5rem;
}
.index-solution-content-item {
  position: relative;
  aspect-ratio: 38/35;
}
.index-solution-content-item .isci-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-solution-content-item .isci-bg img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-solution-content-item .isci-bg h4 {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
}
.index-solution-content-item .isci-txt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2.5rem 1.5rem;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-solution-content-item .isci-txt-bottom {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-solution-content-item .isci-txt-bottom h4 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "SourceHanSansCN";
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-solution-content-item .isci-txt-bottom .iconfont {
  font-size: 2.5rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-solution-content-item:hover .isci-bg img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-compete {
  background-color: #f5f5f5;
}
.index-compete-content {
  margin-top: 4rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-compete-content-item {
  position: relative;
  width: 48.125%;
  padding: 2.5rem 1.875rem;
  background-color: #fff;
  overflow: hidden;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-compete-content-item:first-child, .index-compete-content-item:nth-child(2) {
  margin-bottom: 2.25rem;
}
.index-compete-content-item .icci-iconbx {
  width: 7.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-compete-content-item .icci-iconbx img {
  width: 100%;
  height: auto;
}
.index-compete-content-item .icci-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}
.index-compete-content-item .icci-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  margin-bottom: 1rem;
}
.index-compete-content-item .icci-textbx-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-compete-content-item .icci-bgbx {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 30%);
      -ms-transform: translate(20%, 30%);
          transform: translate(20%, 30%);
  width: 18rem;
  opacity: 0.2;
}
.index-compete-content-item .icci-bgbx img {
  width: 100%;
  height: auto;
}
.index-product {
  position: relative;
  padding: 6.25rem 0 0;
  background-image: url(../../images/index_productbg1.png);
}
.index-product .bgbox {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  aspect-ratio: 4/1;
  z-index: 1;
}
.index-product .w1600 {
  position: relative;
  z-index: 2;
}
.index-product .index-common-header {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.625rem;
}
.index-product .index-common-header-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index-product .index-common-header-left .ichl-subtitle, .index-product .index-common-header-left .ichl-title {
  color: #fff;
}
.index-product .index-common-header-btnbx {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-product .index-common-header-btnbx .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.index-product .index-common-header-btnbx .swiper-btn:hover {
  border-color: #197eff;
}
.index-product .index-common-header-btnbx .swiper-btn span {
  line-height: 1em;
  font-size: 1.5rem;
  color: #fff;
}
.index-product .index-common-header-btnbx .swiper-btn-next {
  margin-left: 1.5rem;
}
.index-product-content {
  margin-top: 6.25rem;
}
.index-product-content .index-product-swiper {
  width: 100%;
  overflow: hidden;
}
.index-product-content .index-product-swiper .swiper-slide {
  position: relative;
}
.index-product-content .index-product-swiper .swiper-slide:hover .ipci-imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index-product-content .index-product-swiper .swiper-slide:hover .ipci-textbx h4 {
  color: #197eff;
}
.index-product-content .index-product-swiper .swiper-slide .ipci-imgbx {
  width: 100%;
  aspect-ratio: 35/30;
  overflow: hidden;
}
.index-product-content .index-product-swiper .swiper-slide .ipci-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-product-content .index-product-swiper .swiper-slide .ipci-textbx {
  padding: 1.25rem 0;
}
.index-product-content .index-product-swiper .swiper-slide .ipci-textbx h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-product-content .index-product-swiper .swiper-slide .ipci-textbx p {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
  margin-top: 0.625rem;
}
.index-news-content {
  margin-top: 4rem;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-news-content-left {
  width: 47.5%;
}
.index-news-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 2.5rem;
}
.index-news-content-right .incr-item {
  position: relative;
  width: 100%;
  height: 3.75rem;
  border-top: 1px solid #f2f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-news-content-right .incr-item h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-right: 1.25rem;
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-news-content-right .incr-item .newtime {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN";
}
.index-news-content-right .incr-item:hover h4 {
  color: #197eff;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .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: 400;
    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: #197eff;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
}
@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: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
}
@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 screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}