@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
.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: #ec8a0d;
}

.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 */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
: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: #ec8a0d;
}

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

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

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

.common-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 9.3vh;
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-banner-textbx h1 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 700;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  margin-top: 1rem;
}
.common-banner-textbx em {
  display: block;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #2b2b2b;
  margin: 1.5rem 0;
}
.common-banner-textbx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-left li.active a {
  background-color: #ec8a0d;
  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: "OPEN-SANS";
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.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: #ec8a0d;
}
.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: #ec8a0d;
  border-color: #ec8a0d;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #ec8a0d;
  border-color: #ec8a0d;
}
.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: #ec8a0d;
}
.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: #ec8a0d;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.3vh;
  background: rgb(255, 255, 255);
  -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);
  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 .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-header-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 56%;
}
.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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.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: 1rem;
  color: #2b2b2b;
  line-height: 9.3vh;
  font-weight: 700;
  font-family: "OPEN-SANS";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .level1::after {
  position: absolute;
  bottom: 35%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown {
  position: absolute;
  top: 9.3vh;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-nav-item .dropdown li {
  position: relative;
}
.index-header-nav-item .dropdown li a {
  display: block;
  font-size: 1rem;
  color: #111;
  white-space: nowrap;
  line-height: 2.25rem;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-header-nav-item .dropdown li a:hover {
  background-color: #ec8a0d;
  color: #fff;
}
.index-header-nav-item.index-header-nav-item__active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover a {
  color: #ec8a0d;
}
.index-header-nav-item:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 3;
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-header-right .search-top i {
  font-size: 1.25rem;
  color: #2b2b2b;
}
.index-header-right .search-searchdown {
  position: absolute;
  top: 9.3vh;
  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: "OPEN-SANS";
}
.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: "OPEN-SANS";
}
.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: "OPEN-SANS";
}
.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: "OPEN-SANS";
}
.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: #2b2b2b;
}
.index-footer-content {
  padding: 6.25rem 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-footer-content-left {
  width: 20%;
}
.index-footer-content-left .ifcl-footlogo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.5rem;
  margin-bottom: 2rem;
}
.index-footer-content-left .ifcl-footlogo img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.index-footer-content-left .ifcl-infobx {
  margin-bottom: 4rem;
}
.index-footer-content-left .ifcl-infobx li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-footer-content-left .ifcl-infobx li i {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
}
.index-footer-content-left .ifcl-infobx li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-footer-content-left .ifcl-media h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 1.25rem;
}
.index-footer-content-left .ifcl-media-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-footer-content-left .ifcl-media-list .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  background-color: rgba(85, 85, 85, 0);
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-content-left .ifcl-media-list .iconfont:not(:last-child) {
  margin-right: 0.625rem;
}
.index-footer-content-left .ifcl-media-list .iconfont:hover {
  background-color: rgb(85, 85, 85);
  border-color: rgba(255, 255, 255, 0.2);
}
.index-footer-content-right {
  width: 72%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-footer-content-right dl {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 45%;
}
.index-footer-content-right dl:first-child, .index-footer-content-right dl:nth-child(2) {
  margin-bottom: 5rem;
}
.index-footer-content-right dl dt {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 3.125rem;
}
.index-footer-content-right dl dt::after {
  position: absolute;
  bottom: -1.5625rem;
  left: 0;
  content: "";
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: #fff;
}
.index-footer-content-right dl dd {
  width: 48%;
}
.index-footer-content-right dl dd:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index-footer-content-right dl dd a {
  font-size: 1rem;
  color: #c0c0c0;
  line-height: 1.3rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-content-right dl dd a:hover {
  color: #ec8a0d;
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.index-footer-copyright .w1600 .left {
  font-size: 1rem;
  color: #999999;
  line-height: 1em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-footer-copyright .w1600 .left a {
  font-size: 1rem;
  color: #999999;
  line-height: 1em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-footer-copyright .w1600 .left a:hover {
  color: #ec8a0d;
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.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: "OPEN-SANS";
}
.index-footer-copyright .w1600 .right p a:not(:last-child) {
  margin-right: 1rem;
}
.index-footer-copyright .w1600 .right p a:hover {
  color: #ec8a0d;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .padding-module {
    padding: 3rem 0;
  }
  .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: 5rem;
    background-color: #fff;
    z-index: 99;
  }
  .index-header-left {
    height: 55%;
  }
  .index-header-nav {
    display: none;
  }
  .index-header-nav-m {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 90.7vh;
    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: #ec8a0d;
  }
  .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-right {
    position: static;
  }
  .index-header-right .search {
    display: none;
  }
  .index-header-right .search-m {
    display: block;
  }
  .index-header-right .search-m-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 100%;
  }
  .index-header-right .search-m-top.active i.iconbx1 {
    display: none;
  }
  .index-header-right .search-m-top.active i.iconbx2 {
    display: block;
  }
  .index-header-right .search-m-top i {
    display: none;
    font-size: 1.875rem;
    color: #333;
  }
  .index-header-right .search-m-top i.iconbx1 {
    display: block;
  }
  .index-header-right .search-m-top i.iconbx2 {
    display: none;
  }
  .index-header-right .search-m-searchdown {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index-header-right .search-m-searchdown.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index-header-right .search-m-searchdown form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(14px);
  }
  .index-header-right .search-m-searchdown form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
    height: 3.125rem;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 0.625rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index-header-right .search-m-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-m-searchdown form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .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;
  }
  @-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 .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;
  }
  @-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-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 0;
  }
  .index-footer-content-left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .index-footer-content-right {
    width: 100%;
  }
  .index-footer-content-right dl {
    width: 100%;
  }
  .index-footer-content-right dl:first-child, .index-footer-content-right dl:nth-child(2) {
    margin-bottom: 0;
  }
  .index-footer-content-right dl:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index-footer-copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index-footer-copyright .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-footer-copyright .w1600 .left {
    text-align: center;
    line-height: 1.8em;
  }
  .index-footer-copyright .w1600 .left:first-child {
    margin-right: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .index-header-nav-item {
    margin: 0 1.875rem;
  }
  .index-header-nav-item .level1 {
    font-weight: 600;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
.news {
  background-color: #f2f2f2;
  margin-top: 9.3vh;
}
.news-common-header h2 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
}
.news-common-header em {
  display: block;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #2b2b2b;
  margin-top: 1.5rem;
}
.news-topbox-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.news-topbox-list .zhanwei {
  width: 31.25%;
}
.news-topbox-list-item {
  position: relative;
  width: 31.25%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-topbox-list-item:hover {
  border-radius: 10px 10px 0px 0px;
}
.news-topbox-list-item:hover .ntli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-topbox-list-item:hover .ntli-textbx-content h4 {
  color: #ec8a0d;
}
.news-topbox-list-item .ntli-imgbx {
  width: 100%;
  aspect-ratio: 25/17;
  overflow: hidden;
}
.news-topbox-list-item .ntli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-topbox-list-item .ntli-textbx {
  width: 100%;
  padding: 1.25rem 1.25rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-topbox-list-item .ntli-textbx-content .time {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.news-topbox-list-item .ntli-textbx-content .time i {
  font-size: 1.25rem;
  color: #8b8b8b;
  margin-right: 0.5rem;
}
.news-topbox-list-item .ntli-textbx-content .time p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.news-topbox-list-item .ntli-textbx-content h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-topbox-list-item .ntli-textbx-content-intro {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 3rem;
}
.news-topbox-list-item .ntli-textbx-content-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-topbox-list-item .ntli-textbx-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  border-top: 1px solid #dadada;
}
.news-topbox-list-item .ntli-textbx-bottom i {
  font-size: 2rem;
  color: #2b2b2b;
}
.news-center {
  padding: 0 0 6.25rem;
}
.news-center-content {
  margin-top: 5rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.news-center-content-nav {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 18.75rem;
}
.news-center-content-nav .typenew {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  display: block;
  width: 100%;
  height: 5rem;
  border-top: 1px solid #000;
}
.news-center-content-nav .typenew:last-child {
  border-bottom: 1px solid #000;
}
.news-center-content-nav .typenew.typenew__active {
  color: #ec8a0d;
}
.news-center-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3%;
}
.news-center-content-right .nccr-toplist {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-center-content-right .nccr-toplist .zhanwei {
  width: 31.25%;
}
.news-center-content-right .nccr-toplist-item {
  position: relative;
  width: 31.25%;
}
.news-center-content-right .nccr-toplist-item:hover .nccr-toplist-item-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-center-content-right .nccr-toplist-item:hover .nccr-toplist-item-textbx h4 {
  color: #ec8a0d;
}
.news-center-content-right .nccr-toplist-item-imgbx {
  width: 100%;
  aspect-ratio: 370/248;
  overflow: hidden;
}
.news-center-content-right .nccr-toplist-item-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-center-content-right .nccr-toplist-item-textbx {
  width: 100%;
  padding: 1.25rem 0;
}
.news-center-content-right .nccr-toplist-item-textbx h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "OPEN-SANS";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 7.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-center-content-right .nccr-toplist-item-textbx .intro {
  min-height: 3rem;
  margin: 1rem 0;
}
.news-center-content-right .nccr-toplist-item-textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-center-content-right .nccr-toplist-item-textbx .time {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.news-center-content-right .nccr-toplist-item-textbx .time i {
  font-size: 1.25rem;
  color: #8b8b8b;
  margin-right: 0.5rem;
}
.news-center-content-right .nccr-toplist-item-textbx .time p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.news-center-content-right .nccr-pagelist {
  margin-bottom: 3.125rem;
}
.news-center-content-right .nccr-pagelist-item {
  position: relative;
  padding: 2.5rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-center-content-right .nccr-pagelist-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.news-center-content-right .nccr-pagelist-item:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.1);
}
.news-center-content-right .nccr-pagelist-item:hover h4 {
  color: #ec8a0d;
}
.news-center-content-right .nccr-pagelist-item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "OPEN-SANS";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-center-content-right .nccr-pagelist-item .time {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1rem;
  margin-top: 0.625rem;
}
.news-center-content-right .nccr-pagelist-item .time i {
  font-size: 1.25rem;
  color: #8b8b8b;
  margin-right: 0.5rem;
}
.news-center-content-right .nccr-pagelist-item .time p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.news-center-content-right .nccr-pagelist-item-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newdetail-topbox {
  padding: 6.25rem 0;
  margin-top: 9.3vh;
  background-color: #ffffff;
}
.newdetail-topbox-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newdetail-topbox-left {
  width: 50%;
  padding-right: 5%;
}
.newdetail-topbox-left-header {
  margin-bottom: 6.25rem;
}
.newdetail-topbox-left-header h1 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
}
.newdetail-topbox-left-header .time {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
}
.newdetail-topbox-left-header em {
  display: block;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #2b2b2b;
}
.newdetail-topbox-left-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newdetail-topbox-left-media .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  font-size: 1.875rem;
  color: #2b2b2b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail-topbox-left-media .iconfont:not(:last-child) {
  margin-right: 0.625rem;
}
.newdetail-topbox-left-media .iconfont:hover {
  background-color: #d5d5d5;
}
.newdetail-topbox-imgbx {
  width: 50%;
  aspect-ratio: 40/31;
}
.newdetail-center {
  padding: 5rem 0;
  background-color: #f2f2f2;
}
.newdetail-center-txt p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.newdetail-center-txt strong {
  font-weight: 700;
}
.newdetail-center-txt img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
.product-topbox {
  position: relative;
  margin-top: 9.3vh;
  width: 100%;
  height: 37.5rem;
}
.product-topbox-container {
  height: 100%;
}
.product-topbox-textbx {
  position: absolute;
  inset: 0;
}
.product-topbox-textbx-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 27.5%;
  height: 100%;
}
.product-topbox-textbx-center .pttc-iconbx {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.875rem;
}
.product-topbox-textbx-center .pttc-iconbx img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-topbox-textbx-center .pttc-intro {
  margin-bottom: 2.5rem;
}
.product-topbox-textbx-center .pttc-intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.product-topbox-textbx-center h1 {
  font-size: 2.25rem;
  color: #1b1b1b;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  margin: 1.875rem 0;
}
.product-topbox-textbx-center h1 sup {
  top: -1.25em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}
.product-topbox-textbx-center .contactbtn {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 2.125rem;
  background-color: #ec8a0d;
  border-radius: 1.25rem;
}
.product-topbox-textbx-center .contactbtn:hover {
  text-decoration: underline;
}
.product-module1 {
  padding: 5rem 0;
}
.product-module1-content {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-module1-content-textbx {
  width: 46.25%;
}
.product-module1-content-textbx h2 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 0.625rem;
}
.product-module1-content-textbx h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 0.625rem;
}
.product-module1-content-textbx p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  position: relative;
  padding-left: 0.625rem;
}
.product-module1-content-textbx p::before {
  position: absolute;
  top: 1rem;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #2b2b2b;
  border-radius: 50%;
}
.product-module1-content-imgbx {
  width: 50%;
}
.product-module1-content-imgbx img {
  width: 100%;
  height: auto;
}
.product-module2-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-module2-list .zhanwei {
  width: 31.25%;
}
.product-module2-list-item {
  width: 31.25%;
  padding: 3.125rem 2.5rem;
  background-color: #f3f6ff;
}
.product-module2-list-item .pmli-iconbx {
  height: 4.25rem;
}
.product-module2-list-item .pmli-iconbx img {
  width: auto;
  height: 100%;
}
.product-module2-list-item .pmli-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.product-module2-list-item h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin: 1.875rem 0 0.625rem;
}
.product-module3 {
  padding: 5rem 0;
}
.product-module3-header {
  margin-bottom: 2.5rem;
}
.product-module3-header h2 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  text-align: center;
}
.product-module3-header p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.product-module3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-module3-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 14%;
  aspect-ratio: 23/15;
}
.product-module3-list-item img {
  display: block;
  max-width: 80%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-solution {
  padding: 6.25rem 0;
  background-color: #f3f6ff;
}
.product-solution h2 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  text-align: center;
}
.product-solution-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
.product-solution-list .zhanwei {
  width: 31.25%;
}
.product-solution-list-item {
  width: 31.25%;
  background-color: #fff;
  margin-bottom: 2.5rem;
}
.product-solution-list-item .psli-imgbx {
  width: 100%;
  aspect-ratio: 50/29;
}
.product-solution-list-item .psli-textbx {
  padding: 2rem 2.5rem;
}
.product-solution-list-item .psli-textbx-iconbx {
  width: auto;
  height: 4.25rem;
}
.product-solution-list-item .psli-textbx-iconbx img {
  height: 100%;
  width: auto;
}
.product-solution-list-item .psli-textbx-title {
  font-size: 1.25rem;
  color: #000;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin: 1.5rem 0 0.625rem;
  min-height: 4.5rem;
}
.product-solution-list-item .psli-textbx-intro {
  margin-bottom: 1.875rem;
}
.product-solution-list-item .psli-textbx-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.product-solution-list-item .psli-textbx .morebtn {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 2.125rem;
  background-color: #ec8a0d;
  border-radius: 1.25rem;
}
.product-solution-list-item .psli-textbx .morebtn:hover {
  text-decoration: underline;
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .product-topbox-textbx-center {
    width: 32%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
.about-banner {
  position: relative;
  padding: 5rem 0 7.5rem;
  margin-top: 9.3vh;
}
.about-banner .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.about-banner-container {
  position: relative;
  z-index: 1;
}
.about-banner-textbx {
  width: 46%;
}
.about-banner-textbx span {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.about-banner-textbx h1 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  margin: 0.625rem 0;
}
.about-banner-textbx-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.about-numbx {
  padding: 6.25rem 0;
  background-image: url(../images/about_numbx_bg1.jpg);
}
.about-numbx-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.about-numbx .iacn-item {
  width: 23.75%;
  padding: 1.5rem 2.5rem;
}
.about-numbx .iacn-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.about-numbx .iacn-item-top-num {
  font-size: 1.5rem;
  line-height: 1em;
  margin-left: 1.25rem;
  color: #fff;
}
.about-numbx .iacn-item-top-num span {
  font-size: 3rem;
  line-height: 1em;
  color: #fff;
}
.about-numbx .iacn-item-intro {
  margin-top: 1.5rem;
}
.about-numbx .iacn-item-intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.about-numbx .iacn-item:nth-child(1) .iacn-item-top-iconbx {
  background-position-x: 0rem;
  background-position-y: -13.125rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.about-numbx .iacn-item:nth-child(2) .iacn-item-top-iconbx {
  background-position-x: -2.3125rem;
  background-position-y: -13.125rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.about-numbx .iacn-item:nth-child(3) .iacn-item-top-iconbx {
  background-position-x: -4.625rem;
  background-position-y: -13.125rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.about-numbx .iacn-item:nth-child(4) .iacn-item-top-iconbx {
  background-position-x: -6.9375rem;
  background-position-y: -13.125rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.about-history {
  padding: 6.25rem 0;
  background-image: url(../images/about_history_bg1.jpg);
}
.about-history h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.75rem;
}
.about-history-center {
  position: relative;
}
.about-history-center::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ec8a0d;
}
.about-history-center .swiperbox {
  position: relative;
  padding: 0 4.375rem;
}
.about-history-center .about-history-swiper .swiper-slide {
  position: relative;
  height: 36rem;
}
.about-history-center .about-history-swiper .swiper-slide .dian {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ec8a0d;
  border-radius: 50%;
}
.about-history-center .about-history-swiper .swiper-slide .dian::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background-color: #ec8a0d;
  opacity: 0.2;
}
.about-history-center .about-history-swiper .swiper-slide .textbx h4 {
  font-size: 1.25rem;
  color: #ec8a0d;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "OPEN-SANS";
  margin-bottom: 0.625rem;
}
.about-history-center .about-history-swiper .swiper-slide .textbx-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.about-history-center .about-history-swiper .swiper-slide:nth-child(odd) .dian::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 4.25rem;
  background-color: #ec8a0d;
}
.about-history-center .about-history-swiper .swiper-slide:nth-child(odd) .textbx {
  position: absolute;
  top: calc(50% + 4.375rem);
  left: 0;
}
.about-history-center .about-history-swiper .swiper-slide:nth-child(even) .dian::after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 4.25rem;
  background-color: #ec8a0d;
}
.about-history-center .about-history-swiper .swiper-slide:nth-child(even) .textbx {
  position: absolute;
  bottom: calc(50% + 4.375rem);
  left: 0;
}
.about-history-center .swiper-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #ec8a0d;
  border-radius: 50%;
  background-color: #fff;
}
.about-history-center .swiper-btn span {
  font-size: 1.5rem;
  color: #ec8a0d;
}
.about-history-center .swiper-btn:hover {
  background-color: #ec8a0d;
}
.about-history-center .swiper-btn:hover span {
  color: #fff;
}
.about-history-center .swiper-btn-prev {
  left: 0;
}
.about-history-center .swiper-btn-next {
  right: 0;
}
.about-innovation {
  padding: 0 0 6.25rem;
  border-bottom: 1px solid #dadada;
}
.about-innovation .bg {
  position: relative;
}
.about-innovation .bg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-innovation .bg h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.75rem;
}
.about-innovation-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
.about-innovation-center-textbx {
  width: 46.875%;
  padding-top: 3.125rem;
}
.about-innovation-center-textbx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.about-innovation-center-textbx .list p {
  position: relative;
  padding-left: 2.5rem;
}
.about-innovation-center-textbx .list p::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  border-radius: 50%;
}
.about-innovation-center-imgbx {
  width: 46.875%;
  margin-top: -5rem;
}
.about-innovation-center-imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-industry {
  padding: 6.25rem 0;
}
.about-industry-header {
  margin-bottom: 2.5rem;
}
.about-industry-header h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
}
.about-industry-header p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.about-industry-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.about-industry-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  aspect-ratio: 23/15;
}
.about-industry-swiper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-contact {
  padding: 5rem 0;
  background-color: #f4f4f4;
}
.about-contact-header {
  margin-bottom: 2.5rem;
}
.about-contact-header h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
}
.about-contact-header p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.about-contact-center {
  padding: 0 15%;
}
.about-contact-center .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.about-contact-center .formbx_item {
  width: 32%;
  height: 4rem;
  margin-bottom: 1.375rem;
}
.about-contact-center .formbx_item input::-webkit-input-placeholder,
.about-contact-center .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_item input:-moz-placeholder,
.about-contact-center .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_item input::-moz-placeholder,
.about-contact-center .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_item input:-ms-input-placeholder,
.about-contact-center .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_item:not(:nth-child(3)) {
  margin-right: 2%;
}
.about-contact-center .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.about-contact-center .formbx_text {
  width: 100%;
  height: 7.5rem;
  margin-bottom: 1.375rem;
}
.about-contact-center .formbx_text input::-webkit-input-placeholder,
.about-contact-center .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_text input:-moz-placeholder,
.about-contact-center .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_text input::-moz-placeholder,
.about-contact-center .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_text input:-ms-input-placeholder,
.about-contact-center .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_text textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
}
.about-contact-center .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.875rem;
}
.about-contact-center .formbx_codebx input::-webkit-input-placeholder,
.about-contact-center .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_codebx input:-moz-placeholder,
.about-contact-center .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_codebx input::-moz-placeholder,
.about-contact-center .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.about-contact-center .formbx_codebx input:-ms-input-placeholder,
.about-contact-center .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.about-contact-center .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;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.about-contact-center .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;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  margin-left: 1rem;
}
.about-contact-center .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-contact-center .formbx_btnbx {
  width: 100%;
}
.about-contact-center .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  border: 1px solid #ec8a0d;
  border-radius: 1.25rem;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #ec8a0d;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-contact-center .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #ec8a0d;
  color: #fff;
}

.contact-message {
  background-color: #f6f6f6;
}
.contact-message-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact-message-left {
  width: 58%;
}
.contact-message-left .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.contact-message-left .formbx_item {
  width: 49%;
  height: 4rem;
  margin-bottom: 1.375rem;
}
.contact-message-left .formbx_item input::-webkit-input-placeholder,
.contact-message-left .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_item input:-moz-placeholder,
.contact-message-left .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_item input::-moz-placeholder,
.contact-message-left .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_item input:-ms-input-placeholder,
.contact-message-left .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.contact-message-left .formbx_text {
  width: 100%;
  height: 11.25rem;
  margin-bottom: 1.375rem;
}
.contact-message-left .formbx_text input::-webkit-input-placeholder,
.contact-message-left .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_text input:-moz-placeholder,
.contact-message-left .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_text input::-moz-placeholder,
.contact-message-left .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_text input:-ms-input-placeholder,
.contact-message-left .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_text textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
}
.contact-message-left .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.875rem;
}
.contact-message-left .formbx_codebx input::-webkit-input-placeholder,
.contact-message-left .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_codebx input:-moz-placeholder,
.contact-message-left .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_codebx input::-moz-placeholder,
.contact-message-left .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.contact-message-left .formbx_codebx input:-ms-input-placeholder,
.contact-message-left .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.contact-message-left .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;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.contact-message-left .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;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  margin-left: 1rem;
}
.contact-message-left .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-message-left .formbx_btnbx {
  width: 100%;
}
.contact-message-left .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
  border: 0;
  border-radius: 10px;
  background: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-message-left .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #ec8a0d;
}
.contact-message-right {
  width: 33%;
}
.contact-message-right h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "OPEN-SANS";
  margin-bottom: 1.25rem;
}
.contact-message-right-info p {
  font-size: 1.25rem;
  color: #666;
  line-height: 2em;
  font-weight: 700;
  font-family: "OPEN-SANS";
}
.contact-mapbox {
  width: 100%;
  height: 40rem;
}
.contact-mapbox iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .about-history-center .w1600 {
    padding: 0 8%;
  }
  .about-history-center .swiper-btn-prev {
    left: 3%;
  }
  .about-history-center .swiper-btn-next {
    right: 3%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
.industries {
  margin-top: 9.3vh;
}
.industries-detail {
  padding: 6.25rem 0 0;
  background-color: #fff;
}
.industries-detail h1 {
  font-size: 3rem;
  color: #ec8a0d;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 1rem;
}
.industries-detail .module1 h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.industries-detail .module1-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1.25rem;
}
.industries-detail .module1-content .txt {
  width: 63%;
}
.industries-detail .module1-content .txt p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.industries-detail .module1-content .txt strong {
  font-weight: 700;
}
.industries-detail .module1-content .imgbx {
  width: 26.5%;
}
.industries-detail .module1-content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.industries-detail .module h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.industries-detail .module-content {
  margin-top: 1.25rem;
}
.industries-detail .module-content p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.industries-detail .module-content strong {
  font-weight: 700;
}
.industries-detail .module-content .icon-duigou1 {
  font-size: 1rem;
  color: #ec8a0d;
  margin-right: 0.25rem;
}
.industries-case {
  padding: 6.25rem 0;
}
.industries-case h2 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.industries-case-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.industries-case-content .zhanwei {
  width: 31.25%;
}
.industries-case-content-item {
  width: 31.25%;
}
.industries-case-content-item-imgbx {
  width: 100%;
  aspect-ratio: 50/33;
}
.industries-case-content-item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.industries-bottom {
  background-color: #f4f4f4;
}
.industries-bottom-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.industries-bottom-help, .industries-bottom-service {
  width: 50%;
  padding: 5rem 0;
}
.industries-bottom-help h3, .industries-bottom-service h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 0.75rem;
}
.industries-bottom-help .intro, .industries-bottom-service .intro {
  margin: 0.75rem 0 1.875rem;
}
.industries-bottom-help .intro p, .industries-bottom-service .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.industries-bottom-help .contactbtn,
.industries-bottom-help .morebtn, .industries-bottom-service .contactbtn,
.industries-bottom-service .morebtn {
  font-size: 0.875rem;
  color: #ec8a0d;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1.5rem;
  border: 1px solid #ec8a0d;
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.industries-bottom-help .contactbtn:hover,
.industries-bottom-help .morebtn:hover, .industries-bottom-service .contactbtn:hover,
.industries-bottom-service .morebtn:hover {
  background-color: #ec8a0d;
  color: #fff;
}
.industries-bottom-help {
  border-right: 1px solid #dadada;
  padding-right: 10%;
}
.industries-bottom-service {
  padding-left: 10%;
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .industries-detail .module1-content .imgbx {
    width: 30%;
  }
  .industries-bottom-help {
    padding-right: 6%;
  }
  .industries-bottom-service {
    padding-left: 6%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-19 18:17:49
 * @Description  : 主文件
*/
.technologies {
  background-color: #f3f6ff;
}
.technologies-banner {
  background-image: url("../images/technologies_banner_bg1.jpg");
  height: 41.875rem;
  margin-top: 9.3vh;
}
.technologies-banner-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.technologies-banner-textbx {
  width: 37.25%;
}
.technologies-banner-textbx span {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-banner-textbx h1 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  margin: 0.625rem 0;
}
.technologies-banner-textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-banner-imgbx {
  width: 57.7%;
}
.technologies-banner-imgbx img {
  width: 100%;
  height: auto;
  max-height: 37.5rem;
}
.technologies-inspiration {
  padding: 6.25rem 0 0;
}
.technologies-inspiration-header h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.technologies-inspiration-header p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.technologies-inspiration-content {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 2.25rem;
}
.technologies-inspiration-content-item {
  width: 49.375%;
}
.technologies-inspiration-content-item .tici-imgbx {
  width: 100%;
  aspect-ratio: 79/36;
  margin-bottom: 0.75rem;
}
.technologies-inspiration-content-item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.technologies-qr {
  padding: 6.25rem 0 7.5rem;
}
.technologies-qr h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  margin-bottom: 5rem;
}
.technologies-qr-content {
  padding: 0 6%;
  border: 0.1875rem solid #fff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 19px 17px 54px 0px rgba(53, 42, 101, 0.19);
          box-shadow: 19px 17px 54px 0px rgba(53, 42, 101, 0.19);
  background: linear-gradient(148deg, #bdd8f2 42%, #9fc7ea 100%);
}
.technologies-qr-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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.technologies-qr-content-center .tqcc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 24%;
}
.technologies-qr-content-center .tqcc-nav h4 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.125rem;
  font-weight: 600;
  font-family: "OPEN-SANS";
  margin-bottom: 2rem;
}
.technologies-qr-content-center .tqcc-nav-list {
  width: 100%;
}
.technologies-qr-content-center .tqcc-nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 4.875rem;
  border-top: 1px dotted #fff;
}
.technologies-qr-content-center .tqcc-nav-list li p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-qr-content-center .tqcc-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 34%;
}
.technologies-qr-content-center .tqcc-code-topbx {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 2rem 0;
}
.technologies-qr-content-center .tqcc-code-topbx-imgbx {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.5rem;
}
.technologies-qr-content-center .tqcc-code-topbx-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.technologies-qr-content-center .tqcc-code-topbx span {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 3.125rem;
  font-weight: 600;
  font-family: "OPEN-SANS";
  padding: 0 1.875rem;
  height: 3.125rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
.technologies-qr-content-center .tqcc-code-list {
  width: 100%;
}
.technologies-qr-content-center .tqcc-code-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 4.875rem;
  border-top: 1px dotted #fff;
}
.technologies-qr-content-center .tqcc-code-list li .iconfont {
  font-size: 1.125rem;
  color: #2b2b2b;
  margin-right: 1rem;
}
.technologies-qr-content-center .tqcc-code-list li p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-qr-content-center .tqcc-code1 {
  position: absolute;
  top: -2.25rem;
  left: 24%;
  width: 42%;
  padding: 2.25rem 0;
  background-color: #14356e;
  -webkit-box-shadow: 19px 17px 54px 0px rgba(53, 42, 101, 0.19);
          box-shadow: 19px 17px 54px 0px rgba(53, 42, 101, 0.19);
  border-radius: 2.5rem;
}
.technologies-qr-content-center .tqcc-code1 .tqcc-code-list li .iconfont,
.technologies-qr-content-center .tqcc-code1 .tqcc-code-list li p {
  color: #fff;
}
.technologies-features {
  position: relative;
  padding-bottom: 6.25rem;
}
.technologies-features::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 48%;
  background-color: #14356e;
  z-index: 0;
}
.technologies-features .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  height: 6.875rem;
  width: auto;
}
.technologies-features .bg img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.technologies-features-container {
  position: relative;
  z-index: 1;
}
.technologies-features h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.technologies-features-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.technologies-features-list-item {
  width: 32.625%;
  background-color: #fff;
}
.technologies-features-list-item .tfli-imgbx {
  width: 100%;
  aspect-ratio: 52/34;
}
.technologies-features-list-item .tfli-intro {
  padding: 1.875rem;
}
.technologies-features-list-item .tfli-intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-advantage {
  position: relative;
  padding: 6.25rem 0 0;
}
.technologies-advantage-container {
  position: relative;
  z-index: 1;
}
.technologies-advantage h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}
.technologies-advantage-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.technologies-advantage-list-item {
  width: 31.25%;
}
.technologies-advantage-list-item .tali-imgbx {
  width: 100%;
  aspect-ratio: 5/4;
}
.technologies-advantage-list-item .tali-intro h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 3.125rem;
  font-weight: 600;
  font-family: "OPEN-SANS";
}
.technologies-advantage-list-item .tali-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-solved {
  position: relative;
  padding: 5rem 0;
}
.technologies-solved .bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 88%;
}
.technologies-solved .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.technologies-solved-content {
  width: 46.25%;
}
.technologies-solved-content-iconbx {
  height: 3.125rem;
  width: auto;
}
.technologies-solved-content-iconbx img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.technologies-solved-content h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}
.technologies-solved-content .intro h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: "OPEN-SANS";
}
.technologies-solved-content .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-management {
  padding: 6.25rem 0 3.125rem;
  background-image: url(../images/technologies_management_bg1.jpg);
}
.technologies-management h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.technologies-management-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.technologies-management-list .zhanwei {
  width: 31.25%;
}
.technologies-management-list-item {
  width: 31.25%;
  padding: 2.5rem 2rem;
  background-color: #c7e6fe;
  border-radius: 0.625rem;
  border: 0.125rem solid #ffffff;
  margin-bottom: 3.125rem;
}
.technologies-management-list-item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 600;
  font-family: "OPEN-SANS";
  margin: 1.25rem 0 0.75rem;
}
.technologies-management-list-item .tmli-intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.technologies-management-list-item:nth-child(1) .tmli-iconbx {
  background-position-x: 0rem;
  background-position-y: 0;
  width: 3.9375rem;
  height: 3.375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.technologies-management-list-item:nth-child(2) .tmli-iconbx {
  background-position-x: -4.5625rem;
  background-position-y: 0;
  width: 3.9375rem;
  height: 3.375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.technologies-management-list-item:nth-child(3) .tmli-iconbx {
  background-position-x: -9.125rem;
  background-position-y: 0;
  width: 3.9375rem;
  height: 3.375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.technologies-management-list-item:nth-child(4) .tmli-iconbx {
  background-position-x: -13.6875rem;
  background-position-y: 0;
  width: 3.9375rem;
  height: 3.375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.technologies-management-list-item:nth-child(5) .tmli-iconbx {
  background-position-x: -18.25rem;
  background-position-y: 0;
  width: 3.9375rem;
  height: 3.375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.technologies-management-list-item:nth-child(6) .tmli-iconbx {
  background-position-x: -22.8125rem;
  background-position-y: 0;
  width: 3.9375rem;
  height: 3.375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.technologies-step {
  padding: 6.25rem 0 3.375rem;
}
.technologies-step h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.technologies-step-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.technologies-step-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 17.75%;
  aspect-ratio: 1;
  margin-bottom: 2.875rem;
}
.technologies-step-list-item .bg {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.technologies-step-list-item .bg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.technologies-step-list-item .tsli-center {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 85%;
  aspect-ratio: 1;
  padding: 0 3%;
  background: #ffffff;
  -webkit-box-shadow: 8px 6px 10px 0px rgba(119, 119, 119, 0.45);
          box-shadow: 8px 6px 10px 0px rgba(119, 119, 119, 0.45);
  border-radius: 50%;
  -o-border-image: linear-gradient(-55deg, #f1f1f1, #ffffff) 10 10;
     border-image: linear-gradient(-55deg, #f1f1f1, #ffffff) 10 10;
}
.technologies-step-list-item .tsli-center-iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.4375rem;
  aspect-ratio: 71/66;
}
.technologies-step-list-item .tsli-center-iconbx img {
  width: 100%;
  height: 100%;
}
.technologies-step-list-item .tsli-center h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 0.625rem;
  margin-top: 0.5rem;
}
.technologies-step-list-item .tsli-center p {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.technologies-step-list-item:first-child .bg {
  left: 0;
  top: 0;
}
.technologies-step-list-item:nth-child(2) .bg {
  left: 3%;
  top: 0;
}
.technologies-step-list-item:nth-child(3) .bg {
  left: 3%;
  top: 0;
}
.technologies-step-list-item:nth-child(4) .bg {
  left: 3%;
  top: 0;
}
.technologies-step-list-item:nth-child(5) .bg {
  left: 3%;
  top: 0;
  width: 100%;
  height: auto;
}
.technologies-step-list-item:nth-child(5) .bg img {
  width: 100%;
  height: auto;
}
.technologies-step-list-item:nth-child(10) .bg {
  right: 0;
  top: 0;
}
.technologies-step-list-item:nth-child(9) .bg {
  right: 3%;
  top: 0;
}
.technologies-step-list-item:nth-child(8) .bg {
  right: 3%;
  top: 0;
}
.technologies-step-list-item:nth-child(7) .bg {
  right: 3%;
  top: 0;
}
.technologies-step-list-item:nth-child(6) .bg {
  left: 0;
  top: 0;
}
.technologies-certification {
  padding: 6.25rem 0 8.75rem;
  background-color: #f4f4f4;
}
.technologies-certification h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.technologies-certification-content {
  position: relative;
  padding: 0 5rem;
}
.technologies-certification-content .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.technologies-certification-content .swiper-btn .iconfont {
  font-size: 1.5rem;
  color: #2b2b2b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.technologies-certification-content .swiper-btn:hover {
  background-color: #ec8a0d;
}
.technologies-certification-content .swiper-btn:hover .iconfont {
  color: #fff;
}
.technologies-certification-content .swiper-btn-prev {
  left: 0;
}
.technologies-certification-content .swiper-btn-next {
  right: 0;
}
.technologies-certification-content .swiper-pagination {
  bottom: -4rem;
}
.technologies-certification-content .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ec8a0d;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.technologies-certification-content .swiper-pagination-bullet-active {
  opacity: 1;
}
.technologies-certification-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technologies-certification-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .technologies-solved .bg {
    height: 74%;
  }
  .technologies-step-list-item .tsli-center-iconbx {
    width: 3.25rem;
  }
  .technologies-step-list-item .tsli-center h4 {
    font-size: 1rem;
  }
  .technologies-step-list-item .tsli-center p {
    font-size: 0.625rem;
  }
}
.index-banner {
  position: relative;
  width: 100%;
  height: 90.7vh;
  margin-top: 9.3vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-banner-swiper .swiper-slide .bannertext-center h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.375rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 600;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
}
.index-banner-swiper .swiper-slide .bannertext-center h3 strong {
  font-weight: 700;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-intro p {
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.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: #ec8a0d;
  border: 1px solid #ec8a0d;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox-btn:hover {
  text-decoration: underline;
}
.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.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-why-textbx h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-why-textbx-intro {
  margin-top: 1.875rem;
}
.index-why-textbx-intro p {
  font-size: 1rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-why-textbx-intro .iwti-morebtn {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-why-textbx-intro .iwti-morebtn em {
  display: block;
  width: 2.75rem;
  height: 1px;
  background-color: #ec8a0d;
  margin-right: 0.625rem;
}
.index-why-textbx-intro .iwti-morebtn a {
  font-size: 1rem;
  color: #ec8a0d;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: capitalize;
}
.index-why-list {
  margin-top: 5rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-why-list-item {
  width: 26.7%;
}
.index-why-list-item .iwli-iconbx {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6.875rem;
  margin-bottom: 1.875rem;
}
.index-why-list-item .iwli-iconbx img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-why-list-item .iwli-textbx h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 0.625rem;
}
.index-why-list-item .iwli-textbx p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-works {
  padding: 6.25rem 0 3rem;
  background-image: url(../images/index_work_bg.jpg);
}
.index-works-head h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.index-works-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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-works-content-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 6%;
}
.index-works-content-nav .iwcn-item {
  padding: 4rem 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-works-content-nav .iwcn-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-works-content-nav .iwcn-item-left .iconfont {
  font-size: 4rem;
  color: #2b2b2b;
  margin-right: 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-works-content-nav .iwcn-item-left h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "OPEN-SANS";
  max-width: 40%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-works-content-nav .iwcn-item-right {
  font-size: 2rem;
  color: #2b2b2b;
}
.index-works-content-nav .iwcn-item__active .iwcn-item-left .iconfont {
  color: #ec8a0d;
}
.index-works-content-nav .iwcn-item__active .iwcn-item-left h4 {
  color: #ec8a0d;
}
.index-works-content-imgbx {
  position: relative;
  width: 50%;
  aspect-ratio: 4/3;
}
.index-works-content-imgbx .iwci-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-works-content-imgbx .iwci-img__active {
  opacity: 1;
}
.index-service-head h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.index-service-swiper {
  margin-top: 4rem;
}
.index-service-swiper-item {
  position: relative;
  background-color: #f3f3f3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-service-swiper-item:hover {
  background-color: #ec8a0d;
}
.index-service-swiper-item:hover .issi-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-service-swiper-item:hover .issi-textbx h4 {
  color: #fff;
}
.index-service-swiper-item:hover .issi-textbx-intro p {
  color: #fff;
}
.index-service-swiper-item .issi-imgbx {
  width: 100%;
  overflow: hidden;
}
.index-service-swiper-item .issi-imgbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-service-swiper-item .issi-textbx {
  padding: 2.5rem 1.875rem;
}
.index-service-swiper-item .issi-textbx h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-service-swiper-item .issi-textbx-intro {
  margin-top: 0.625rem;
}
.index-service-swiper-item .issi-textbx-intro p {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-service-footer {
  margin-top: 3.375rem;
}
.index-service-footer-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-service-footer-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index-service-footer-left .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
}
.index-service-footer-left .swiper-btn span {
  font-size: 1.5rem;
  color: #2b2b2b;
}
.index-service-footer-left .swiper-btn:hover {
  background-color: #ec8a0d;
  border-color: #ec8a0d;
}
.index-service-footer-left .swiper-btn:hover span {
  color: #fff;
}
.index-service-footer-left .swiper-btn-prev {
  margin-right: 1.25rem;
}
.index-service-footer .swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.125rem;
  margin-left: 4rem;
  background-color: #d5d5d5;
}
.index-service-footer .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #ec8a0d;
}
.index-about {
  background-image: url(../images/index_about_bg.jpg);
  height: 90.7vh;
}
.index-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding-bottom: 8%;
}
.index-about-content {
  width: 100%;
}
.index-about-content-textbx {
  margin-bottom: 5rem;
}
.index-about-content-textbx h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.index-about-content-textbx .iact-intro {
  width: 70%;
  margin: 2.5rem auto 0;
}
.index-about-content-textbx .iact-intro p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.index-about-content-numbx {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-about-content-numbx .iacn-item {
  width: 23.75%;
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
.index-about-content-numbx .iacn-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-about-content-numbx .iacn-item-top-num {
  font-size: 1.5rem;
  line-height: 1em;
  margin-left: 1.25rem;
  color: #ec8a0d;
}
.index-about-content-numbx .iacn-item-top-num span {
  font-size: 3rem;
  line-height: 1em;
  color: #ec8a0d;
}
.index-about-content-numbx .iacn-item-intro {
  margin-top: 1.5rem;
}
.index-about-content-numbx .iacn-item-intro p {
  font-size: 1rem;
  color: #ec8a0d;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-align: center;
}
.index-about-content-numbx .iacn-item:nth-child(1) .iacn-item-top-iconbx {
  background-position-x: 0rem;
  background-position-y: -8.75rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.index-about-content-numbx .iacn-item:nth-child(2) .iacn-item-top-iconbx {
  background-position-x: -2.3125rem;
  background-position-y: -8.75rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.index-about-content-numbx .iacn-item:nth-child(3) .iacn-item-top-iconbx {
  background-position-x: -4.625rem;
  background-position-y: -8.75rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.index-about-content-numbx .iacn-item:nth-child(4) .iacn-item-top-iconbx {
  background-position-x: -6.9375rem;
  background-position-y: -8.75rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.index-contact {
  background-color: #f3f3f3;
}
.index-contact-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-contact-left {
  width: 28%;
}
.index-contact-left h3 {
  font-size: 3rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-contact-left-text {
  margin-top: 2.5rem;
}
.index-contact-left-text .iclt-item {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-contact-left-text .iclt-item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.875rem;
}
.index-contact-left-text .iclt-item-txt h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "OPEN-SANS";
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.index-contact-left-text .iclt-item-txt p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "OPEN-SANS";
}
.index-contact-left-text .iclt-item:first-child {
  margin-bottom: 2.5rem;
}
.index-contact-left-text .iclt-item:first-child .iclt-item-iconbx {
  background-position-x: 0;
  background-position-y: -11.0625rem;
  width: 1.625rem;
  height: 1.4375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.index-contact-left-text .iclt-item:nth-child(2) .iclt-item-iconbx {
  background-position-x: -2.25rem;
  background-position-y: -11.0625rem;
  width: 1.625rem;
  height: 1.4375rem;
  background-size: 50rem 14.8125rem;
  background-image: url("../images/xuebi.png");
}
.index-contact-right {
  width: 57%;
}
.index-contact-right .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.index-contact-right .formbx_item {
  width: 49%;
  height: 4rem;
  margin-bottom: 1.375rem;
}
.index-contact-right .formbx_item input::-webkit-input-placeholder,
.index-contact-right .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_item input:-moz-placeholder,
.index-contact-right .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_item input::-moz-placeholder,
.index-contact-right .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_item input:-ms-input-placeholder,
.index-contact-right .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.index-contact-right .formbx_text {
  width: 100%;
  height: 11.25rem;
  margin-bottom: 1.375rem;
}
.index-contact-right .formbx_text input::-webkit-input-placeholder,
.index-contact-right .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_text input:-moz-placeholder,
.index-contact-right .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_text input::-moz-placeholder,
.index-contact-right .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_text input:-ms-input-placeholder,
.index-contact-right .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_text textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
}
.index-contact-right .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.875rem;
}
.index-contact-right .formbx_codebx input::-webkit-input-placeholder,
.index-contact-right .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_codebx input:-moz-placeholder,
.index-contact-right .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_codebx input::-moz-placeholder,
.index-contact-right .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.index-contact-right .formbx_codebx input:-ms-input-placeholder,
.index-contact-right .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "OPEN-SANS";
}
.index-contact-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;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.index-contact-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;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  margin-left: 1rem;
}
.index-contact-right .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-contact-right .formbx_btnbx {
  width: 100%;
}
.index-contact-right .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
  border: 0;
  border-radius: 10px;
  background: #8f8f8f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-contact-right .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #ec8a0d;
}

@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: #ec8a0d;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index-why-textbx h3 {
    font-size: 2rem;
  }
  .index-why-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.875rem;
  }
  .index-why-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .index-why-list-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .index-why-list-item .iwli-iconbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .index-why-list-item .iwli-textbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index-works {
    padding: 3rem 0;
  }
  .index-works-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-works-content-nav {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index-works-content-nav .iwcn-item {
    padding: 1.25rem 0;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    margin-right: 8%;
  }
  .index-works-content-imgbx {
    width: 100%;
  }
  .index-service {
    overflow: hidden;
  }
  .index-service-head h3 {
    font-size: 2rem;
  }
  .index-about {
    height: auto;
    padding: 3rem 0;
  }
}
@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: 7%;
    padding-right: 7%;
  }
  .index-header .navmain {
    padding: 0 2%;
  }
  .index-header-navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index-header-nav-item {
    margin: 0 1.875rem;
  }
  .index-header-nav-item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .index-banner-swiper .swiper-slide .bannertext-center h3 {
    font-size: 3.25rem;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
  .about-history-center .swiper-btn-prev {
    left: 0;
  }
  .about-history-center .swiper-btn-next {
    right: 0;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .index-header-nav-item {
    margin: 0 1.5rem;
  }
  .index-banner-swiper .swiper-slide .bannertext-center h3 {
    font-size: 3.25rem;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
  .technologies-solved .bg {
    height: 82%;
  }
  .technologies-step-list-item .tsli-center {
    padding: 0 6%;
  }
  .technologies-step-list-item .tsli-center h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 15px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}