@charset "UTF-8";
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.w1200 {
  width: 75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1280 {
  width: 80rem;
  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;
}

.container {
  width: 100%;
  padding: 0 5%;
  -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: #013887;
}

.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);
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

:root::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000;
}

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

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

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

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

.common-banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common-banner img {
  width: 100%;
  height: auto;
}
.common-banner-textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.common-banner-textbx .w1280 {
  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-content {
  width: 100%;
}
.common-banner-textbx-content h4 {
  font-size: 4rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: -2.25rem;
  opacity: 0.3;
}
.common-banner-textbx-content h2 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  text-align: center;
}
.common-banner-textbx-content p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
  margin-top: 1.25rem;
}
.common-crumb {
  background-color: #fff;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
.common-crumb-wrapper {
  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: 5rem;
}
.common-crumb-left p {
  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-crumb-left p .iconfont {
  font-size: 1.75rem;
  color: #013887;
}
.common-crumb-left p .icon-zuojiantou-copy {
  font-size: 1rem;
}
.common-crumb-left p a {
  font-size: 1.25rem;
  color: #5b5b5b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0 0.5rem;
}
.common-crumb-left p a:not(:first-child):hover {
  color: #013887;
  text-decoration: underline;
}
.common-crumb-right ul {
  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-crumb-right ul li {
  position: relative;
}
.common-crumb-right ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.common-crumb-right ul li:hover a {
  color: #013887;
}
.common-crumb-right ul li.active::after {
  opacity: 1;
}
.common-crumb-right ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #013887;
  opacity: 0;
}
.common-crumb-right ul li a {
  font-size: 1.25rem;
  color: #5b5b5b;
  line-height: 5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common-title {
  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;
}
.common-title p {
  font-size: 1.875rem;
  color: rgba(1, 56, 135, 0.1);
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  position: relative;
  margin-bottom: -1rem;
  z-index: 1;
}
.common-title h2 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Medium";
  position: relative;
  z-index: 2;
}
.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: #013887;
  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: "MiSans-Regular";
}
.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: #013887;
}
.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: #013887;
  border-color: #013887;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #013887;
  border-color: #013887;
}
.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: #013887;
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 2.5rem;
}
.common-pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #013887;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 99;
}
.index-header.scrolldown, .index-header:hover, .index-header.innerhead {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index-header.scrolldown .index-header-topbx-left .logobox img.logoimg1, .index-header:hover .index-header-topbx-left .logobox img.logoimg1, .index-header.innerhead .index-header-topbx-left .logobox img.logoimg1 {
  opacity: 1;
}
.index-header.scrolldown .index-header-topbx-left .logobox img.logoimg2, .index-header:hover .index-header-topbx-left .logobox img.logoimg2, .index-header.innerhead .index-header-topbx-left .logobox img.logoimg2 {
  opacity: 0;
}
.index-header.scrolldown .index-header-topbx-right .language, .index-header:hover .index-header-topbx-right .language, .index-header.innerhead .index-header-topbx-right .language {
  color: #ccc;
}
.index-header.scrolldown .index-header-topbx-right .language a, .index-header:hover .index-header-topbx-right .language a, .index-header.innerhead .index-header-topbx-right .language a {
  color: #999;
}
.index-header.scrolldown .index-header-topbx-right .language a.lang-zh, .index-header:hover .index-header-topbx-right .language a.lang-zh, .index-header.innerhead .index-header-topbx-right .language a.lang-zh {
  color: #111;
}
.index-header.scrolldown .index-header-topbx-right .quicknav span, .index-header:hover .index-header-topbx-right .quicknav span, .index-header.innerhead .index-header-topbx-right .quicknav span {
  color: #111;
}
.index-header.scrolldown .index-header-topbx-right .search form, .index-header:hover .index-header-topbx-right .search form, .index-header.innerhead .index-header-topbx-right .search form {
  background-color: #cccbcb;
}
.index-header.scrolldown .index-header-topbx-right .search form input::-webkit-input-placeholder,
.index-header.scrolldown .index-header-topbx-right .search form textarea::-webkit-input-placeholder, .index-header:hover .index-header-topbx-right .search form input::-webkit-input-placeholder,
.index-header:hover .index-header-topbx-right .search form textarea::-webkit-input-placeholder, .index-header.innerhead .index-header-topbx-right .search form input::-webkit-input-placeholder,
.index-header.innerhead .index-header-topbx-right .search form textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #7a7a7a;
  font-family: 2.5rem;
}
.index-header.scrolldown .index-header-topbx-right .search form input:-moz-placeholder,
.index-header.scrolldown .index-header-topbx-right .search form textarea:-moz-placeholder, .index-header:hover .index-header-topbx-right .search form input:-moz-placeholder,
.index-header:hover .index-header-topbx-right .search form textarea:-moz-placeholder, .index-header.innerhead .index-header-topbx-right .search form input:-moz-placeholder,
.index-header.innerhead .index-header-topbx-right .search form textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #7a7a7a;
  font-family: 2.5rem;
}
.index-header.scrolldown .index-header-topbx-right .search form input::-moz-placeholder,
.index-header.scrolldown .index-header-topbx-right .search form textarea::-moz-placeholder, .index-header:hover .index-header-topbx-right .search form input::-moz-placeholder,
.index-header:hover .index-header-topbx-right .search form textarea::-moz-placeholder, .index-header.innerhead .index-header-topbx-right .search form input::-moz-placeholder,
.index-header.innerhead .index-header-topbx-right .search form textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #7a7a7a;
  font-family: 2.5rem;
}
.index-header.scrolldown .index-header-topbx-right .search form input:-ms-input-placeholder,
.index-header.scrolldown .index-header-topbx-right .search form textarea:-ms-input-placeholder, .index-header:hover .index-header-topbx-right .search form input:-ms-input-placeholder,
.index-header:hover .index-header-topbx-right .search form textarea:-ms-input-placeholder, .index-header.innerhead .index-header-topbx-right .search form input:-ms-input-placeholder,
.index-header.innerhead .index-header-topbx-right .search form textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #7a7a7a;
  font-family: 2.5rem;
}
.index-header.scrolldown .index-header-topbx-right .search form .sousuobtn .iconfont, .index-header:hover .index-header-topbx-right .search form .sousuobtn .iconfont, .index-header.innerhead .index-header-topbx-right .search form .sousuobtn .iconfont {
  color: #333;
}
.index-header.scrolldown .index-header-topbx-right .search form input, .index-header:hover .index-header-topbx-right .search form input, .index-header.innerhead .index-header-topbx-right .search form input {
  color: #111;
}
.index-header.scrolldown .index-header-nav-item.index-header-nav-item__active .level1, .index-header:hover .index-header-nav-item.index-header-nav-item__active .level1, .index-header.innerhead .index-header-nav-item.index-header-nav-item__active .level1 {
  color: #013887;
}
.index-header.scrolldown .index-header-nav-item.index-header-nav-item__active .level1::after, .index-header:hover .index-header-nav-item.index-header-nav-item__active .level1::after, .index-header.innerhead .index-header-nav-item.index-header-nav-item__active .level1::after {
  background-color: #013887;
}
.index-header.scrolldown .index-header-nav-item .level1, .index-header:hover .index-header-nav-item .level1, .index-header.innerhead .index-header-nav-item .level1 {
  color: #111;
}
.index-header.scrolldown .index-header-nav-item .level1:hover, .index-header:hover .index-header-nav-item .level1:hover, .index-header.innerhead .index-header-nav-item .level1:hover {
  color: #013887;
}
.index-header.scrolldown .index-header-nav-item .level1:hover::after, .index-header:hover .index-header-nav-item .level1:hover::after, .index-header.innerhead .index-header-nav-item .level1:hover::after {
  background-color: #013887;
}
.index-header-topbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
}
.index-header-topbx .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.index-header-topbx-left {
  height: 2.625rem;
}
.index-header-topbx-left .logobox {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.index-header-topbx-left .logobox img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.index-header-topbx-left .logobox img.logoimg1 {
  opacity: 0;
}
.index-header-topbx-left .logobox img.logoimg2 {
  opacity: 1;
}
.index-header-topbx-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 1.875rem;
  padding-right: 6.25rem;
}
.index-header-topbx-right.hidebx .language,
.index-header-topbx-right.hidebx .quicknav {
  opacity: 0;
  pointer-events: none;
}
.index-header-topbx-right .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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: #a4c9e3;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-right: 2.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-header-topbx-right .language a {
  font-size: 1rem;
  color: #a4c9e3;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0 0.5rem;
}
.index-header-topbx-right .language a.lang-zh {
  color: #fff;
}
.index-header-topbx-right .quicknav {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-header-topbx-right .quicknav span {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
}
.index-header-topbx-right .quicknav span:hover {
  cursor: pointer;
}
.index-header-topbx-right .quicknav:hover .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.index-header-topbx-right .quicknav .dropdown {
  position: absolute;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 19;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.2);
}
.index-header-topbx-right .quicknav .dropdown::before {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.index-header-topbx-right .quicknav .dropdown-md h4 {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  white-space: nowrap;
}
.index-header-topbx-right .quicknav .dropdown-md ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-header-topbx-right .quicknav .dropdown-md ul li a {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.index-header-topbx-right .quicknav .dropdown-md ul li a:hover {
  color: #013887;
  font-weight: 700;
}
.index-header-topbx-right .quicknav .dropdown-md ul li:not(:first-child) a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: rgba(102, 102, 102, 0.5);
}
.index-header-topbx-right .quicknav .dropdown-md ul li:first-child a {
  padding-left: 0;
}
.index-header-topbx-right .quicknav .dropdown-md ul li:last-child a {
  padding-right: 0;
}
.index-header-topbx-right .search {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index-header-topbx-right .search:hover {
  cursor: pointer;
}
.index-header-topbx-right .search:hover form {
  border-color: rgb(0, 0, 0);
}
.index-header-topbx-right .search:hover form input {
  width: 15rem;
}
.index-header-topbx-right .search form {
  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: 1.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  overflow: hidden;
}
.index-header-topbx-right .search form .sousuobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 3.5rem;
  height: 1.875rem;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.index-header-topbx-right .search form .sousuobtn i {
  font-size: 1.25rem;
  color: #fff;
}
.index-header-topbx-right .search form input {
  border: 0;
  width: 0;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-topbx-right .search-m {
  display: none;
}
.index-header-menubx {
  height: 4rem;
}
.index-header-nav {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-header-nav__hidebox {
  opacity: 0;
  pointer-events: none;
}
.index-header-nav-m {
  display: none;
}
.index-header-nav .navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.index-header-nav-item {
  height: 100%;
  padding: 0 1.25rem;
}
.index-header-nav-item__active .level1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
.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: #fff;
  line-height: 4rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown {
  position: absolute;
  top: 8rem;
  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 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 8px 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-list {
  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-nav-item .dropdown-list li {
  position: relative;
  margin: 0 1.25rem;
}
.index-header-nav-item .dropdown-list li a {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  white-space: nowrap;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown-list li a:hover {
  background-color: #013887;
  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: #013887;
}
.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-footer {
  position: relative;
  background-color: #eff0f1;
  z-index: 3;
}
.index-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: 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;
  padding: 3.125rem 0 3.75rem;
}
.index-footer-content .footnav-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 .footnav-list-item a {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
  display: block;
  width: auto;
  padding: 0 1.25rem;
}
.index-footer-content .footnav-list-item a:hover {
  color: #013887;
}
.index-footer-content .footnav-list-item:not(:first-child) a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 1.25rem;
  background-color: #cccccc;
}
.index-footer-content .footinfo {
  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;
  margin: 2.5rem 0 1.5rem;
}
.index-footer-content .footinfo p {
  font-size: 0.875rem;
  color: #999999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
  padding: 0 0.75rem;
}
.index-footer-content .footinfo p:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 1.25rem;
  background-color: #999;
}
.index-footer .copyright {
  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 .copyright p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1280,
  .w1400,
  .w1600,
  .container {
    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: 40vh;
  }
  .common-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-textbx {
    top: 50%;
  }
  .common-banner-textbx-content h4 {
    font-size: 2rem;
  }
  .common-banner-textbx-content h2 {
    font-size: 2.25rem;
  }
  .common-crumb-left {
    display: none;
  }
  .common-crumb-right ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .common-title h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .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;
    padding: 0;
  }
  .common-pagebtn a {
    max-width: 100%;
  }
  .index-header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99;
  }
  .index-header:hover .index-header-topbx-right .search-m-top i, .index-header.scrolldown .index-header-topbx-right .search-m-top i, .index-header.innerhead .index-header-topbx-right .search-m-top i {
    color: #333;
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon, .index-header.scrolldown .index-header-topbx-right .inner-header-icon, .index-header.innerhead .index-header-topbx-right .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);
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon:hover, .index-header.scrolldown .index-header-topbx-right .inner-header-icon:hover, .index-header.innerhead .index-header-topbx-right .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon span, .index-header.scrolldown .index-header-topbx-right .inner-header-icon span, .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon span:nth-child(1), .index-header.scrolldown .index-header-topbx-right .inner-header-icon span:nth-child(1), .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon span:nth-child(2), .index-header.scrolldown .index-header-topbx-right .inner-header-icon span:nth-child(2), .index-header.innerhead .index-header-topbx-right .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon span:nth-child(3), .index-header.scrolldown .index-header-topbx-right .inner-header-icon span:nth-child(3), .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon-click span, .index-header.scrolldown .index-header-topbx-right .inner-header-icon-click span, .index-header.innerhead .index-header-topbx-right .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon-click span:nth-child(1), .index-header.scrolldown .index-header-topbx-right .inner-header-icon-click span:nth-child(1), .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon-click span:nth-child(2), .index-header.scrolldown .index-header-topbx-right .inner-header-icon-click span:nth-child(2), .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon-click span:nth-child(3), .index-header.scrolldown .index-header-topbx-right .inner-header-icon-click span:nth-child(3), .index-header.innerhead .index-header-topbx-right .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;
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon, .index-header.scrolldown .index-header-topbx-right .inner-header-icon, .index-header.innerhead .index-header-topbx-right .inner-header-icon {
    /*第一条线旋转动画*/
  }
  @-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);
    }
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon, .index-header.scrolldown .index-header-topbx-right .inner-header-icon, .index-header.innerhead .index-header-topbx-right .inner-header-icon {
    /*第二条线淡入淡出动画动画*/
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon, .index-header.scrolldown .index-header-topbx-right .inner-header-icon, .index-header.innerhead .index-header-topbx-right .inner-header-icon {
    /*第三条线旋转动画*/
  }
  @-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:hover .index-header-topbx-right .inner-header-icon-out span, .index-header.scrolldown .index-header-topbx-right .inner-header-icon-out span, .index-header.innerhead .index-header-topbx-right .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon-out span:nth-child(1), .index-header.scrolldown .index-header-topbx-right .inner-header-icon-out span:nth-child(1), .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon-out span:nth-child(2), .index-header.scrolldown .index-header-topbx-right .inner-header-icon-out span:nth-child(2), .index-header.innerhead .index-header-topbx-right .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:hover .index-header-topbx-right .inner-header-icon-out span:nth-child(3), .index-header.scrolldown .index-header-topbx-right .inner-header-icon-out span:nth-child(3), .index-header.innerhead .index-header-topbx-right .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @-webkit-keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index-header:hover .index-header-topbx-right .inner-header-icon, .index-header.scrolldown .index-header-topbx-right .inner-header-icon, .index-header.innerhead .index-header-topbx-right .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index-header-topbx {
    height: 100%;
  }
  .index-header-topbx .header-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .index-header-topbx-right {
    padding-right: 0;
  }
  .index-header-topbx-right .quicknav {
    display: none;
  }
  .index-header-topbx-right .language {
    margin-right: 1rem;
  }
  .index-header-topbx-right .search {
    display: none;
  }
  .index-header-topbx-right .search-m {
    display: block;
  }
  .index-header-topbx-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-topbx-right .search-m-top.active i.iconbx1 {
    display: none;
  }
  .index-header-topbx-right .search-m-top.active i.iconbx2 {
    display: block;
  }
  .index-header-topbx-right .search-m-top i {
    display: none;
    font-size: 1.875rem;
    color: #fff;
  }
  .index-header-topbx-right .search-m-top i.iconbx1 {
    display: block;
  }
  .index-header-topbx-right .search-m-top i.iconbx2 {
    display: none;
  }
  .index-header-topbx-right .search-m-downdrop {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index-header-topbx-right .search-m-downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index-header-topbx-right .search-m-downdrop 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-topbx-right .search-m-downdrop 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-topbx-right .search-m-downdrop form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index-header-topbx-right .search-m-downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .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: #013887;
  }
  .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: #fff;
  }
  .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-right .headphone {
    display: none;
  }
  .index-header-right .heademail {
    margin: 1rem;
  }
  .index-header-right .language {
    display: none;
  }
  .index-header .inner-header-icon {
    display: none;
    color: #fff;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .index-header .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: #fff;
  }
  .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;
  }
  .index-header .inner-header-icon {
    /*第一条线旋转动画*/
  }
  @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);
    }
  }
  .index-header .inner-header-icon {
    /*第二条线淡入淡出动画动画*/
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .index-header .inner-header-icon {
    /*第三条线旋转动画*/
  }
  @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: #fff;
  }
  .index-header .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index-header .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index-header .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index-header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index-header .inner-header-icon-click span {
    background-color: #2b2b2b;
  }
  .index-footer-content {
    padding: 3rem 0 2.5rem;
  }
  .index-footer-content .footnav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-footer-content .footnav-list-item {
    margin-bottom: 1rem;
  }
  .index-footer-content .footnav-list-item:nth-child(5) a::before {
    display: none;
  }
  .index-footer-content .footnav-list-item a {
    white-space: nowrap;
  }
  .index-footer-content .footinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.5rem 0;
  }
  .index-footer-content .footinfo p:not(:first-child)::before {
    display: none;
  }
  .index-footer-content .footinfo p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.searchbd-content {
  padding: 5rem 0;
}
.searchbd-content-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;
}
.searchbd-content-list .zhanwei {
  width: 23.5%;
}
.searchbd-content-list .item {
  position: relative;
  width: 23.5%;
  margin-bottom: 2.5rem;
}
.searchbd-content-list .item:hover .item-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.searchbd-content-list .item:hover .item-textbx h4 {
  color: #013887;
}
.searchbd-content-list .item-imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 32/29;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.searchbd-content-list .item-imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.searchbd-content-list .item-textbx {
  margin-top: 0.5rem;
}
.searchbd-content-list .item-textbx h4 {
  font-size: 1.25rem;
  color: #141414;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .searchbd-content-list .item {
    width: 100%;
  }
  .searchbd-content-list .zhanwei {
    display: none;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.about-bgbox {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f6f8));
  background: linear-gradient(180deg, #fff 0%, #f3f6f8 100%);
}
.about-profile {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.about-profile-bg {
  position: absolute;
  top: 11.25rem;
  left: 0;
  width: 70.46875%;
  z-index: 0;
}
.about-profile-bg img {
  width: 100%;
  height: auto;
}
.about-profile-wrapper {
  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: 1;
}
.about-profile-left {
  width: 46.25%;
}
.about-profile-left h3:first-child {
  font-weight: 600;
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#013888), color-stop(99.365234375%, #3887d4));
  background: linear-gradient(0deg, #013888 0%, #3887d4 99.365234375%);
  opacity: 0.5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-profile-left h3:nth-child(2) {
  font-weight: 600;
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#013888), color-stop(99.365234375%, #3887d4));
  background: linear-gradient(0deg, #013888 0%, #3887d4 99.365234375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-profile-left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 2.5rem;
  font-weight: lighter;
  font-size: 5rem;
  letter-spacing: 0.25rem;
  line-height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(#013888), color-stop(99.365234375%, #3887d4));
  background: linear-gradient(0deg, #013888 0%, #3887d4 99.365234375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-profile-left p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #0a377d;
}
.about-profile-left p span {
  font-weight: 700;
  margin-left: 1.25rem;
}
.about-profile-right {
  width: 46.09375%;
}
.about-profile-right-text {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #dadada;
}
.about-profile-right-text h4 {
  font-size: 1.25rem;
  color: #0a387c;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile-right-text .intro {
  margin-top: 1.25rem;
}
.about-profile-right-text .intro p {
  font-size: 0.875rem;
  color: #5b5b5b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile-right-bottom {
  width: 100%;
  padding: 0 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#3d78ba), to(#5fc0c2));
  background: linear-gradient(90deg, #3d78ba 0%, #5fc0c2 100%);
  border-radius: 1.25rem;
}
.about-profile-right-bottom h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 6.25rem;
  font-weight: 600;
  font-family: "MiSans-Regular";
  letter-spacing: 0.3rem;
  border-bottom: 1px solid #fff;
}
.about-profile-right-bottom .numbox {
  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: 100%;
  padding: 1.25rem 0;
}
.about-profile-right-bottom .numbox-item {
  width: 50%;
  padding: 1.25rem 0;
}
.about-profile-right-bottom .numbox-item-num {
  margin-bottom: 1.25rem;
}
.about-profile-right-bottom .numbox-item-num p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile-right-bottom .numbox-item-num p span {
  font-size: 3rem;
  line-height: 1em;
}
.about-profile-right-bottom .numbox-item > p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-strategy {
  position: relative;
  z-index: 2;
}
.about-strategy-wrapper {
  position: relative;
  z-index: 1;
}
.about-strategy-content {
  position: relative;
  width: 100%;
  height: auto;
}
.about-strategy-content img {
  width: 100%;
  height: auto;
}
.about-strategy-content-text {
  position: absolute;
  top: 7%;
  left: 3%;
  width: 38.28125%;
}
.about-strategy-content-text .asct-title {
  margin-bottom: 4rem;
}
.about-strategy-content-text .asct-title h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 4.375rem;
  font-weight: 600;
  font-family: "MiSans-Medium";
}
.about-strategy-content-text .asct-intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-strategy-content-numbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -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: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);
  width: 100%;
}
.about-strategy-content-numbox .ascn-item {
  width: 23.4375%;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-strategy-content-numbox .ascn-item:hover {
  background: linear-gradient(150deg, #3b74b9, #61c4c3);
}
.about-strategy-content-numbox .ascn-item:hover .ascn-item-iconbx img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-strategy-content-numbox .ascn-item:hover .ascn-item-text-num p {
  color: #fff;
}
.about-strategy-content-numbox .ascn-item:hover .ascn-item-text > p {
  color: #fff;
}
.about-strategy-content-numbox .ascn-item-iconbx {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
}
.about-strategy-content-numbox .ascn-item-iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-strategy-content-numbox .ascn-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
.about-strategy-content-numbox .ascn-item-text-num {
  margin-bottom: 1.5rem;
}
.about-strategy-content-numbox .ascn-item-text-num p {
  font-size: 1rem;
  color: #013887;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-strategy-content-numbox .ascn-item-text-num p span {
  font-size: 3rem;
  line-height: 1em;
}
.about-strategy-content-numbox .ascn-item-text > p {
  font-size: 1rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-advantage {
  position: relative;
  padding: 16.25rem 0 13.75rem;
  z-index: 0;
  overflow: hidden;
}
.about-advantage-wrapper {
  position: relative;
  z-index: 2;
}
.about-advantage-bg {
  position: absolute;
  top: 3%;
  right: 0;
  width: 55.8333333333%;
  height: auto;
  z-index: 1;
}
.about-advantage-bg img {
  width: 100%;
  height: auto;
}
.about-advantage-content-title h3 {
  font-size: 3.125rem;
  color: #111;
  line-height: 4.375rem;
  font-weight: 600;
  font-family: "MiSans-Medium";
}
.about-advantage-content-intro {
  margin: 4rem 0;
  width: 33.59375%;
}
.about-advantage-content-intro p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-advantage-content-numbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48.125%;
}
.about-advantage-content-numbox .aacn-item-num {
  margin-bottom: 1.5rem;
}
.about-advantage-content-numbox .aacn-item-num p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-advantage-content-numbox .aacn-item-num p span {
  font-size: 3rem;
  font-weight: 700;
  color: #013887;
}
.about-advantage-content-numbox .aacn-item p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-team {
  padding: 5rem 0;
  background-color: #fff;
}
.about-team-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: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.about-team-content-item {
  width: 24.21875%;
  height: auto;
  background-color: #f9f9f9;
}
.about-team-content-item:hover .atci-textbx {
  background: linear-gradient(117deg, #3d78b9 0%, #5fc0c2 100%);
}
.about-team-content-item:hover .atci-textbx h4 {
  color: #fff;
}
.about-team-content-item:hover .atci-textbx-intro p {
  color: #fff;
}
.about-team-content-item:hover .atci-textbx .job {
  color: #fff;
}
.about-team-content-item .atci-imgbx {
  width: 100%;
  height: auto;
}
.about-team-content-item .atci-imgbx img {
  width: 100%;
  height: auto;
}
.about-team-content-item .atci-textbx {
  width: 100%;
  padding: 1rem 1.5rem;
}
.about-team-content-item .atci-textbx h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.about-team-content-item .atci-textbx-intro {
  margin: 1rem 0 1.875rem;
}
.about-team-content-item .atci-textbx-intro p {
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 4.5rem;
}
.about-team-content-item .atci-textbx .job {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-honor {
  padding: 5rem 0;
  background-color: #f4f5f9;
}
.about-honor-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e2e2e2;
}
.about-honor-title .common-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-honor-title .btnbox {
  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;
}
.about-honor-title .btnbox .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  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: 1px solid #a7a7a7;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-honor-title .btnbox .swiper-btn:hover {
  background-color: #013887;
  border-color: #013887;
}
.about-honor-title .btnbox .swiper-btn:hover span {
  color: #fff;
}
.about-honor-title .btnbox .swiper-btn span {
  font-size: 1.25rem;
  color: #a7a7a7;
  line-height: 3.125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-honor-title .btnbox .swiper-btn-prev {
  margin-right: 0.625rem;
}
.about-honor-swiper {
  margin-top: 2.5rem;
  overflow: hidden;
}
.about-honor-swiper .swiper-slide {
  padding: 2.5rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-honor-swiper .swiper-slide .topbx {
  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;
}
.about-honor-swiper .swiper-slide .topbx-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  padding: 0 0.75rem;
  margin-right: 0.75rem;
  border-radius: 0.9375rem;
  border: 0.125rem solid #df0024;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-honor-swiper .swiper-slide .topbx-type p {
  font-size: 0.75rem;
  color: #df0024;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-honor-swiper .swiper-slide .topbx-time p {
  font-size: 0.75rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-honor-swiper .swiper-slide .title {
  margin: 1.5rem 0 1.875rem;
}
.about-honor-swiper .swiper-slide .title h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.about-honor-swiper .swiper-slide .imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 40%;
  aspect-ratio: 106/138;
}
.about-honor-swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .about-profile {
    padding: 5rem 0 3rem;
  }
  .about-profile-bg {
    position: absolute;
    top: 3rem;
    width: 100%;
  }
  .about-profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-profile-left {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .about-profile-left p::after {
    display: none;
  }
  .about-profile-right {
    width: 100%;
  }
  .about-profile-right-bottom h4 {
    line-height: 1.5em;
    padding: 1.25rem 0;
  }
  .about-strategy-content img {
    position: relative;
    height: 20rem;
    border-radius: 0.625rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-strategy-content-text {
    width: 100%;
    left: 0;
    padding: 0 1rem;
  }
  .about-strategy-content-text .asct-title h3 {
    font-size: 1.875rem;
    line-height: 1.5em;
  }
  .about-strategy-content-text .asct-title {
    margin-bottom: 1.5rem;
  }
  .about-strategy-content-numbox {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-strategy-content-numbox .ascn-item {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-strategy-content-numbox .ascn-item:first-child, .about-strategy-content-numbox .ascn-item:nth-child(2) {
    margin-bottom: 0.625rem;
  }
  .about-advantage {
    padding: 3rem 0;
  }
  .about-advantage-content-intro {
    width: 100%;
  }
  .about-advantage-content-numbox {
    width: 100%;
  }
  .about-advantage-bg {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
  .about-team {
    padding: 4rem 0;
  }
  .about-team-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-team-content-item {
    width: 100%;
  }
  .about-team-content-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .about-honor {
    padding: 3rem 0;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.new-content {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.new-content-list {
  margin-bottom: 4rem;
}
.new-content-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: 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;
  padding: 1.875rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.new-content-list-item:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.new-content-list-item:hover .ncli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.new-content-list-item .ncli-imgbx {
  width: 43.7704918033%;
  aspect-ratio: 534/400;
  overflow: hidden;
}
.new-content-list-item .ncli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-item .ncli-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 3% 0 3% 3.5%;
}
.new-content-list-item .ncli-textbx-center {
  margin-bottom: 8%;
}
.new-content-list-item .ncli-textbx-center h4,
.new-content-list-item .ncli-textbx-center a {
  font-size: 1.25rem;
  color: #013887;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new-content-list-item .ncli-textbx-center h4:hover,
.new-content-list-item .ncli-textbx-center a:hover {
  text-decoration: underline;
}
.new-content-list-item .ncli-textbx-center .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 2.5rem 0 1.875rem;
}
.new-content-list-item .ncli-textbx-center-intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 6rem;
}
.new-content-list-item .ncli-textbx .detailbtn 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;
  -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;
  height: 2.625rem;
  padding: 0 1.25rem;
  background-color: #013887;
  border-radius: 1.3125rem;
}
.new-content-list-item .ncli-textbx .detailbtn a p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-right: 1rem;
}
.new-content-list-item .ncli-textbx .detailbtn a .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: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  color: #013887;
}

.newdetail-content {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.newdetail-content-detailbx {
  padding: 0 2.5rem;
  background-color: #fff;
}
.newdetail-content-detailbx-title {
  padding: 2.5rem 0;
}
.newdetail-content-detailbx-title h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Medium";
  position: relative;
}
.newdetail-content-detailbx-title h4::before {
  position: absolute;
  top: 0.25rem;
  left: -1.875rem;
  content: "";
  display: block;
  width: 0.25rem;
  height: 1.75rem;
  background-color: #4ebde0;
}
.newdetail-content-detailbx-center {
  padding: 1.875rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid #e6e6e6;
}
.newdetail-content-detailbx-center p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-indent: 2em;
}
.newdetail-content-detailbx-center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .new-content {
    padding: 3rem 0;
  }
  .new-content-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 1rem;
  }
  .new-content-list-item .ncli-imgbx {
    width: 100%;
  }
  .new-content-list-item .ncli-textbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .newdetail-content {
    padding: 3rem 0;
  }
  .newdetail-content-detailbx {
    padding: 0 1rem;
  }
  .newdetail-content-detailbx-title h4::before {
    left: -1rem;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.business-development {
  padding: 5rem 0;
  background-color: #f1f5f7;
}
.business-development .common-title .intro {
  margin-top: 1.875rem;
  max-width: 100%;
}
.business-development .common-title .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.business-development-list {
  margin-top: 2.625rem;
}
.business-development-list-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.business-development-list-item .bdli-imgbx {
  float: left;
  width: 50%;
  aspect-ratio: 64/39;
}
.business-development-list-item .bdli-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-development-list-item .bdli-textbx {
  float: right;
  width: 50%;
  aspect-ratio: 64/39;
  padding: 3% 3%;
  background-color: #fff;
}
.business-development-list-item .bdli-textbx-title {
  margin-bottom: 1.875rem;
}
.business-development-list-item .bdli-textbx-title p {
  font-size: 1.875rem;
  color: #013887;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  opacity: 0.2;
}
.business-development-list-item .bdli-textbx-title h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Medium";
  margin-top: 1.25rem;
}
.business-development-list-item .bdli-textbx-intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.business-development-list-item:nth-child(even) .bdli-imgbx {
  float: right;
}
.business-development-list-item:nth-child(even) .bdli-textbx {
  float: left;
}
.business-project {
  padding: 5rem 0;
  background-color: #fff;
}
.business-project-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;
  margin-top: 2.5rem;
}
.business-project-list-item {
  position: relative;
  width: 31.25%;
}
.business-project-list-item:hover .bpli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.business-project-list-item:hover .bpli-textbx h4 {
  color: #013887;
}
.business-project-list-item .bpli-imgbx {
  width: 100%;
  aspect-ratio: 40/32;
  overflow: hidden;
}
.business-project-list-item .bpli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.business-project-list-item .bpli-textbx {
  width: 100%;
  padding: 1.25rem 1.125rem;
}
.business-project-list-item .bpli-textbx h4 {
  font-size: 1.25rem;
  color: #0a0a0a;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.business-project-list-item .bpli-textbx p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3rem;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .business-development-list-item .bdli-imgbx {
    float: none;
    width: 100%;
  }
  .business-development-list-item .bdli-textbx {
    float: none;
    width: 100%;
  }
  .business-project {
    padding: 3rem 0;
  }
  .business-project-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
  }
  .business-project-list-item {
    width: 100%;
  }
  .business-project-list-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.cooperation-project {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.cooperation-project .project {
  width: 100%;
  margin-top: 2rem;
}
.cooperation-project .project ul {
  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;
}
.cooperation-project .project ul li:not(:last-child) {
  margin-right: 7%;
}
.cooperation-project .project ul li.active a {
  color: #013887;
}
.cooperation-project .project ul li a {
  font-size: 1.125rem;
  color: #555;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.cooperation-project-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;
  margin-bottom: 0.625rem;
}
.cooperation-project-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.cooperation-project-list-item {
  position: relative;
  width: 31.25%;
  background-color: #fff;
  margin-bottom: 1.875rem;
}
.cooperation-project-list-item:hover .cpli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cooperation-project-list-item:hover .cpli-textbx h4 {
  color: #013887;
}
.cooperation-project-list-item .cpli-imgbx {
  width: 100%;
  aspect-ratio: 40/32;
  overflow: hidden;
}
.cooperation-project-list-item .cpli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cooperation-project-list-item .cpli-textbx {
  width: 100%;
  padding: 1.25rem 1.125rem;
}
.cooperation-project-list-item .cpli-textbx h4 {
  font-size: 1.25rem;
  color: #0a0a0a;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.cooperation-project-list-item .cpli-textbx p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3rem;
}
.cooperation-contact {
  padding: 8.75rem 0 6.875rem;
  background-image: url(../images/contact_message_bg.webp);
}
.cooperation-contact-wrapper {
  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;
}
.cooperation-contact-info {
  width: 25.78125%;
}
.cooperation-contact-info h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.875rem;
}
.cooperation-contact-info h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  font-family: "MiSans-Medium";
  margin-bottom: 1rem;
}
.cooperation-contact-info p {
  font-size: 1rem;
  color: #fff;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.cooperation-contact-info .erweimabx {
  width: 9.375rem;
  aspect-ratio: 1;
  margin-top: 1.875rem;
}
.cooperation-contact-info .erweimabx img {
  width: 100%;
  height: auto;
}
.cooperation-contact-right {
  width: 50%;
}
.cooperation-contact-right > p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.cooperation-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%;
}
.cooperation-contact-right .formbx-item {
  width: 48.4375%;
  height: 2.875rem;
  margin-bottom: 1rem;
}
.cooperation-contact-right .formbx-item input::-webkit-input-placeholder,
.cooperation-contact-right .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-item input:-moz-placeholder,
.cooperation-contact-right .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-item input::-moz-placeholder,
.cooperation-contact-right .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-item input:-ms-input-placeholder,
.cooperation-contact-right .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-item input {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
}
.cooperation-contact-right .formbx-select {
  position: relative;
  width: 48.4375%;
  height: 2.875rem;
  margin-bottom: 1rem;
}
.cooperation-contact-right .formbx-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  outline: none;
  border: 0;
  font-size: 1rem;
  color: #2b2b2b;
}
.cooperation-contact-right .formbx-select select:hover {
  cursor: pointer;
}
.cooperation-contact-right .formbx-select select option {
  width: 100%;
  font-size: 1rem;
  color: #2b2b2b;
}
.cooperation-contact-right .formbx-select select option:first-child {
  color: #ccc;
}
.cooperation-contact-right .formbx-text {
  width: 100%;
  margin-bottom: 1rem;
}
.cooperation-contact-right .formbx-text input::-webkit-input-placeholder,
.cooperation-contact-right .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-text input:-moz-placeholder,
.cooperation-contact-right .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-text input::-moz-placeholder,
.cooperation-contact-right .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-text input:-ms-input-placeholder,
.cooperation-contact-right .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 0;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.cooperation-contact-right .formbx-codebx input::-webkit-input-placeholder,
.cooperation-contact-right .formbx-codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-codebx input:-moz-placeholder,
.cooperation-contact-right .formbx-codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-codebx input::-moz-placeholder,
.cooperation-contact-right .formbx-codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-codebx input:-ms-input-placeholder,
.cooperation-contact-right .formbx-codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-codebx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.cooperation-contact-right .formbx-codebx .codeimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 1rem;
  background-color: #e3e3e3;
}
.cooperation-contact-right .formbx-codebx .codeimg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cooperation-contact-right .formbx-btnbx {
  width: 100%;
}
.cooperation-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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.625rem;
  padding: 0 2.5rem;
  border: 0;
  border-radius: 1.3125rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cooperation-contact-right .formbx-btnbx button:hover {
  cursor: pointer;
  background-color: #013887;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .cooperation-project {
    padding: 3rem 0;
  }
  .cooperation-project-list-item {
    width: 100%;
  }
  .cooperation-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cooperation-contact-info {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cooperation-contact-right {
    width: 100%;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.purchase-content {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.purchase-content-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-bottom: 0.625rem;
}
.purchase-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.purchase-content-list-item {
  position: relative;
  width: 31.25%;
  margin-bottom: 2.5rem;
  padding: 3.125rem 1.875rem 1.875rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.purchase-content-list-item:hover {
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.27);
}
.purchase-content-list-item:hover::before {
  background-color: #013887;
}
.purchase-content-list-item:hover h4 {
  color: #013887;
}
.purchase-content-list-item:hover .more {
  color: #013887;
}
.purchase-content-list-item:hover .more .iconfont {
  background-color: #013887;
}
.purchase-content-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.375rem;
  background-color: #89a4cd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.purchase-content-list-item h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 500;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
  min-height: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.purchase-content-list-item .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 2rem 0;
}
.purchase-content-list-item .more {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  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-transition: all 0.4s;
  transition: all 0.4s;
}
.purchase-content-list-item .more .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: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-left: 1rem;
  background-color: #2b2b2b;
  font-size: 0.625rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .purchase-content-list-item {
    width: 100%;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.build-party {
  padding: 5rem 0 7.5rem;
  background-color: #fff;
}
.build-party-topbx {
  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;
  padding: 2.25rem 1.875rem 1.875rem;
  margin-top: 3.125rem;
  background-color: #fbf8f3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-party-topbx:hover {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.build-party-topbx:hover .build-party-topbx-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.build-party-topbx-imgbx {
  width: 43.90625%;
  aspect-ratio: 56/40;
  overflow: hidden;
}
.build-party-topbx-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-party-topbx-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 3% 0 3% 3%;
}
.build-party-topbx-textbx .bptt-title h4 {
  font-size: 1.25rem;
  color: #972323;
  line-height: 1.875rem;
  font-weight: 500;
  font-family: "MiSans-Regular";
  margin-bottom: 1rem;
}
.build-party-topbx-textbx .bptt-title .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.build-party-topbx-textbx .bptt-intro {
  margin: 1.875rem 0 2.5rem;
}
.build-party-topbx-textbx .bptt-intro p {
  font-size: 0.875rem;
  color: #5b5b5b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.build-party-topbx .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  height: 2.625rem;
  padding: 0 1.25rem;
  background-color: #972323;
  border-radius: 1.3125rem;
}
.build-party-topbx .morebtn a:hover p {
  text-decoration: underline;
}
.build-party-topbx .morebtn a p {
  font-size: 0.875rem;
  color: #fff;
}
.build-party-topbx .morebtn a .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: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  color: #972323;
}
.build-party-content {
  position: relative;
}
.build-party-content .swiper-pagination {
  bottom: -3.375rem;
}
.build-party-content .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #972323;
  opacity: 0.5;
}
.build-party-content .swiper-pagination-bullet-active {
  opacity: 1;
}
.build-party-swiper {
  width: 100%;
  aspect-ratio: 128/55;
  margin-top: 2.5rem;
  overflow: hidden;
}
.build-party-swiper .swiper-slide {
  aspect-ratio: 8/5;
  background-color: #fbf8f3;
  padding: 3.125rem 1.875rem 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-party-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.27);
}
.build-party-swiper .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.375rem;
  background-color: #972323;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-party-swiper .swiper-slide h4 {
  font-size: 1.25rem;
  color: #972323;
  line-height: 1.875rem;
  font-weight: 500;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
  min-height: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-party-swiper .swiper-slide .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 2rem 0;
}
.build-party-swiper .swiper-slide .more {
  font-size: 1rem;
  color: #972323;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  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-transition: all 0.4s;
  transition: all 0.4s;
}
.build-party-swiper .swiper-slide .more .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: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-left: 1rem;
  background-color: #972323;
  font-size: 0.625rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-study {
  padding: 6.25rem 0;
  background-image: url(../images/build_study_bg.webp);
}
.build-study .common-title p {
  color: rgba(255, 255, 255, 0.2);
}
.build-study .common-title h2 {
  color: #fff;
}
.build-study-content {
  position: relative;
  margin-top: 2.5rem;
}
.build-study-content .swiper-pagination {
  bottom: -3.375rem;
}
.build-study-content .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  opacity: 0.5;
}
.build-study-content .swiper-pagination-bullet-active {
  opacity: 1;
}
.build-study-swiper {
  overflow: hidden;
}
.build-study-swiper .swiper-slide {
  padding: 1.875rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.build-study-swiper .swiper-slide .item {
  height: 5rem;
}
.build-study-swiper .swiper-slide .item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.build-study-swiper .swiper-slide .item:hover a h4 {
  color: #972323;
  text-decoration: underline;
  font-weight: 500;
}
.build-study-swiper .swiper-slide .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.build-study-swiper .swiper-slide .item a h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-right: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-study-swiper .swiper-slide .item a .time {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.build-news {
  padding: 6.25rem 0;
}
.build-news-content {
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
  padding: 3.125rem 1.25rem 5rem;
  background-color: #fbf8f3;
}
.build-news-content::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.375rem;
  background-color: #972323;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-news-content .swiper-pagination {
  bottom: 2.5rem;
}
.build-news-content .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #972323;
  opacity: 0.5;
}
.build-news-content .swiper-pagination-bullet-active {
  opacity: 1;
}
.build-news-swiper {
  padding: 0.625rem;
  overflow: hidden;
}
.build-news-swiper .swiper-slide {
  aspect-ratio: 8/5;
  background-color: #fff;
  padding: 3.125rem 1.875rem 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-news-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.27);
}
.build-news-swiper .swiper-slide h4 {
  font-size: 1.25rem;
  color: #972323;
  line-height: 1.875rem;
  font-weight: 500;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
  min-height: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.build-news-swiper .swiper-slide .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 2rem 0;
}
.build-news-swiper .swiper-slide .more {
  font-size: 1rem;
  color: #972323;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  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-transition: all 0.4s;
  transition: all 0.4s;
}
.build-news-swiper .swiper-slide .more .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: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-left: 1rem;
  background-color: #972323;
  font-size: 0.625rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .build-party {
    padding: 3rem 0 5rem;
  }
  .build-party-topbx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 1rem;
  }
  .build-party-topbx-imgbx {
    width: 100%;
  }
  .build-party-topbx-textbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .build-party-content .build-party-swiper {
    aspect-ratio: 128/140;
  }
  .build-news {
    padding: 3rem 0;
  }
}
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-12-01 01:06:08
 * @LastEditTime : 2026-03-27 11:23:20
 * @Description  : 主样式表
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.contact-content {
  position: relative;
}
.contact-content-bg {
  width: 100%;
  height: auto;
}
.contact-content-bg img {
  width: 100%;
  height: auto;
}
.contact-content-wrapper {
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-content-textbx h4 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 500;
  font-family: "MiSans-Medium";
  margin-bottom: 1.25rem;
}
.contact-content-textbx p {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-content-textbx .erweimabx {
  width: 9.375rem;
  aspect-ratio: 1;
  margin-top: 1.875rem;
}
.contact-content-textbx .erweimabx img {
  width: 100%;
  height: auto;
}
.contact-content-textbx .erweimabx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
  text-align: center;
}
.contact-message {
  padding: 6.25rem 0;
  background-image: url(../images/contact_message_bg.webp);
}
.contact-message-title {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact-message-title .iconfont {
  font-size: 3.125rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.contact-message-title p {
  font-size: 2.25rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.contact-message-content {
  margin-top: 1.875rem;
}
.contact-message-content .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-content .formbx-item {
  width: 24.21875%;
  height: 2.875rem;
  margin-bottom: 1rem;
}
.contact-message-content .formbx-item input::-webkit-input-placeholder,
.contact-message-content .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-item input:-moz-placeholder,
.contact-message-content .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-item input::-moz-placeholder,
.contact-message-content .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-item input:-ms-input-placeholder,
.contact-message-content .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-item input {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
}
.contact-message-content .formbx-select {
  position: relative;
  width: 24.21875%;
  height: 2.875rem;
  margin-bottom: 1rem;
}
.contact-message-content .formbx-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  outline: none;
  border: 0;
  font-size: 1rem;
  color: #2b2b2b;
}
.contact-message-content .formbx-select select:hover {
  cursor: pointer;
}
.contact-message-content .formbx-select select option {
  width: 100%;
  font-size: 1rem;
  color: #2b2b2b;
}
.contact-message-content .formbx-select select option:first-child {
  color: #ccc;
}
.contact-message-content .formbx-text {
  width: 100%;
  margin-bottom: 1rem;
}
.contact-message-content .formbx-text input::-webkit-input-placeholder,
.contact-message-content .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-text input:-moz-placeholder,
.contact-message-content .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-text input::-moz-placeholder,
.contact-message-content .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-text input:-ms-input-placeholder,
.contact-message-content .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 0;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.contact-message-content .formbx-codebx input::-webkit-input-placeholder,
.contact-message-content .formbx-codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-codebx input:-moz-placeholder,
.contact-message-content .formbx-codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-codebx input::-moz-placeholder,
.contact-message-content .formbx-codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-codebx input:-ms-input-placeholder,
.contact-message-content .formbx-codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #999;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-codebx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-message-content .formbx-codebx .codeimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 1rem;
  background-color: #e3e3e3;
}
.contact-message-content .formbx-codebx .codeimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-message-content .formbx-btnbx {
  width: 100%;
  margin-top: 2.5rem;
}
.contact-message-content .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.625rem;
  padding: 0 2.5rem;
  margin: 0 auto;
  border: 0;
  border-radius: 1.3125rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-message-content .formbx-btnbx button:hover {
  cursor: pointer;
  background-color: #013887;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .contact-content {
    padding: 5rem 0;
  }
  .contact-content-bg {
    display: none;
  }
  .contact-content-wrapper {
    position: static;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    height: auto;
  }
  .contact-content-textbx {
    margin-bottom: 2.5rem;
  }
  .contact-content-textbx h4 {
    font-size: 2rem;
  }
  .contact-content-textbx p {
    font-size: 1.25rem;
  }
  .contact-content-mapbx {
    width: 100%;
    aspect-ratio: 10/9;
  }
  .contact-content-mapbx img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-message {
    padding: 3rem 0;
  }
  .contact-message-content .formbx-select, .contact-message-content .formbx-item {
    width: 49%;
  }
}
.index-banner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.index-banner-swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.index-banner-swiper .swiper-slide {
  position: relative;
}
.index-banner-swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index-banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.index-banner-swiper .swiper-slide .bannertext {
  position: absolute;
  inset: 0;
}
.index-banner-swiper .swiper-slide .bannertext .container {
  position: relative;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-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;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt h2 {
  font-size: 6.25rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Regular";
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle {
  position: relative;
  margin: 2.5rem 0;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle em {
  position: absolute;
  display: block;
  width: 0.875rem;
  height: 1.25rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle em.first {
  left: -1.15rem;
  top: 10%;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle em.last {
  right: -1.25rem;
  bottom: 9%;
  border-bottom: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle p {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle p strong {
  font-weight: 700;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-intro p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  letter-spacing: 0.25rem;
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox {
  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-top: 2rem;
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .contactbox,
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .morebox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .contactbox-btn,
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .morebox-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.5625rem;
  background-color: #fff;
  padding: 0 1.5rem;
  border: 1px solid #fff;
  border-radius: 1.375rem;
  letter-spacing: 1px;
  -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: #013887;
  line-height: 2.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .contactbox-btn i,
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .morebox-btn i {
  font-size: 1.125rem;
  color: #013887;
  margin-left: 0.625rem;
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .contactbox-btn:hover,
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .morebox-btn:hover {
  border-color: #013887;
  background-color: #013887;
  color: #fff;
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .contactbox-btn:hover .iconfont,
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .morebox-btn:hover .iconfont {
  color: #fff;
}
.index-banner-swiper .swiper-slide .bannertext-center-btnbox .morebox {
  margin-left: 1.5rem;
}
.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-bottombox {
  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;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 44%;
  height: 5.625rem;
  padding: 0 8%;
  background: url(../images/index_banner_bottombg.png) no-repeat left center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.index-banner-bottombox .swiper-pagination {
  position: static;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.index-banner-bottombox .swiper-pagination-bullet {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-banner-bottombox .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}
.index-banner-bottombox .swiper-pagination-bullet-active {
  border-color: rgb(255, 255, 255);
}
.index-banner-bottombox-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-banner-bottombox-right .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: auto;
}
.index-banner-bottombox-right .swiper-btn .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
.index-banner-bottombox-right .swiper-btn-prev {
  margin-right: 5rem;
}
.index-banner-bottombox-right .swiper-btn-prev::after {
  position: absolute;
  right: -2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.125rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.index-banner-M {
  display: none;
}
.index-new {
  padding-bottom: 3.125rem;
  background-color: #f9f9f9;
}
.index-new-topbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  position: relative;
  margin-top: -5rem;
  z-index: 3;
}
.index-new-topbx .index-new-swiper {
  width: 60.15625%;
  aspect-ratio: 77/37;
  overflow: hidden;
}
.index-new-topbx-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.index-new-topbx-right .intr-md {
  display: none;
  width: 100%;
  height: 100%;
  padding: 6% 8%;
  background-color: #fff;
}
.index-new-topbx-right .intr-md.intr-md__active {
  display: block;
}
.index-new-topbx-right .intr-md-title {
  margin-bottom: 1.5rem;
}
.index-new-topbx-right .intr-md-title .time {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.index-new-topbx-right .intr-md-title h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-new-topbx-right .intr-md-intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-new-topbx-right .swiper-pagination {
  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;
  bottom: 15%;
  left: 8%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index-new-topbx-right .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.125rem;
  background-color: #ccc;
  opacity: 1;
}
.index-new-topbx-right .swiper-pagination-bullet-active {
  background-color: #013887;
}
.index-new-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: 3.125rem;
}
.index-new-content-list {
  width: 48.4375%;
}
.index-new-content-list .incl-nav {
  margin-bottom: 1.25rem;
}
.index-new-content-list .incl-nav-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-new-content-list .incl-nav-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 0px 1.25rem 0px 0px;
  background-color: rgba(1, 56, 135, 0);
}
.index-new-content-list .incl-nav-list-item.incl-nav-list-item__active {
  background-color: #013887;
}
.index-new-content-list .incl-nav-list-item.incl-nav-list-item__active p {
  color: #fff;
}
.index-new-content-list .incl-nav-list-item:hover {
  cursor: pointer;
}
.index-new-content-list .incl-nav-list-item:not(:last-child) {
  margin-right: 3%;
}
.index-new-content-list .incl-nav-list-item p {
  font-size: 1.125rem;
  color: #555;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-new-content-list .incl-content-list {
  display: none;
}
.index-new-content-list .incl-content-list.incl-content-list__active {
  display: block;
}
.index-new-content-list .incl-content-list ul {
  width: 100%;
}
.index-new-content-list .incl-content-list ul li {
  width: 100%;
  height: 2.5rem;
}
.index-new-content-list .incl-content-list ul li:hover a h4 {
  color: #013887;
}
.index-new-content-list .incl-content-list ul li:hover a h4::after {
  background-color: #013887;
}
.index-new-content-list .incl-content-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-new-content-list .incl-content-list ul li a h4 {
  font-size: 0.875rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 0.875rem;
  margin-right: 0.625rem;
}
.index-new-content-list .incl-content-list ul li a h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #cccccc;
  border-radius: 50%;
}
.index-new-content-list .incl-content-list ul li a .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-business {
  padding: 4rem 0 2.5rem;
}
.index-business-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: 3.125rem;
}
.index-business-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 31.25%;
  padding: 1.875rem 1.5rem;
}
.index-business-content-item:hover .ibci-textbx h3 {
  text-decoration: underline;
  color: #013887;
}
.index-business-content-item .ibci-iconbx {
  width: 5.625rem;
  aspect-ratio: 1;
  margin-right: 1.25rem;
}
.index-business-content-item .ibci-iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-business-content-item .ibci-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-business-content-item .ibci-textbx h3 {
  font-size: 1.25rem;
  color: #0a0a0a;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.index-business-content-item .ibci-textbx p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-build {
  padding: 2.5rem 0 4.5rem;
}
.index-build-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: 4rem;
}
.index-build-content-left {
  width: 66.40625%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.875rem 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0.875rem 0px rgba(0, 0, 0, 0.04);
}
.index-build-content-left .ibcl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
.index-build-content-left .ibcl-nav-item {
  font-size: 1.375rem;
  color: #111;
  line-height: 4.375rem;
  font-weight: 700;
  font-family: "MiSans-Medium";
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4.375rem;
  background-color: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-build-content-left .ibcl-nav-item:hover {
  cursor: pointer;
}
.index-build-content-left .ibcl-nav-item.ibcl-nav-item__active {
  border-color: #013887;
  background-color: #fff;
}
.index-build-content-left .ibcl-center {
  padding: 0 1.5rem;
}
.index-build-content-left .ibcl-center-list {
  display: none;
  width: 100%;
}
.index-build-content-left .ibcl-center-list.ibcl-center-list__active {
  display: block;
}
.index-build-content-left .ibcl-center-list li {
  width: 100%;
  height: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-build-content-left .ibcl-center-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.index-build-content-left .ibcl-center-list li:hover a h4 {
  color: #013887;
}
.index-build-content-left .ibcl-center-list li:hover a h4::after {
  background-color: #013887;
}
.index-build-content-left .ibcl-center-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.index-build-content-left .ibcl-center-list li a h4 {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
  padding-left: 0.875rem;
}
.index-build-content-left .ibcl-center-list li a h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #cccccc;
  border-radius: 50%;
}
.index-build-content-left .ibcl-center-list li a .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  white-space: nowrap;
}
.index-build-content-right {
  width: 32.03125%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.875rem 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0.875rem 0px rgba(0, 0, 0, 0.04);
}
.index-build-content-right .ibcr-topbx {
  position: relative;
  width: 100%;
  height: 15rem;
  z-index: 1;
}
.index-build-content-right .ibcr-topbx .txt {
  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;
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  z-index: 2;
}
.index-build-content-right .ibcr-topbx .txt h3 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Medium";
  margin-bottom: 1rem;
}
.index-build-content-right .ibcr-topbx .txt em {
  display: block;
  width: 1.75rem;
  height: 0.125rem;
  background-color: #fff;
}
.index-build-content-right .ibcr-center {
  width: 100%;
}
.index-build-content-right .ibcr-center-item {
  width: 100%;
  height: 3.125rem;
  padding: 0 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-build-content-right .ibcr-center-item:hover a h4 {
  color: #013887;
}
.index-build-content-right .ibcr-center-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-build-content-right .ibcr-center-item a h4 {
  font-size: 0.875rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-cooperation {
  padding: 4rem 0 5rem;
  background-color: #f9f9f9;
}
.index-cooperation-content {
  position: relative;
  margin-top: 4rem;
}
.index-cooperation-content .index-cooperation-swiper .swiper-slide {
  position: relative;
  background-color: #fff;
}
.index-cooperation-content .index-cooperation-swiper .swiper-slide:hover .icci-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-cooperation-content .index-cooperation-swiper .swiper-slide:hover h4 {
  color: #013887;
}
.index-cooperation-content .index-cooperation-swiper .swiper-slide .icci-imgbx {
  width: 100%;
  aspect-ratio: 31/27;
  overflow: hidden;
}
.index-cooperation-content .index-cooperation-swiper .swiper-slide .icci-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-cooperation-content .index-cooperation-swiper .swiper-slide h4 {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 0.625rem;
  text-align: center;
}
.index-cooperation-content .swiper-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-cooperation-content .swiper-btn:hover {
  background-color: #013887;
}
.index-cooperation-content .swiper-btn span {
  line-height: 1em;
  font-size: 1.5rem;
  color: #fff;
}
.index-cooperation-content .swiper-btn-prev {
  left: -3.75rem;
}
.index-cooperation-content .swiper-btn-next {
  right: -3.75rem;
}
.index-cooperation-content-item {
  position: relative;
  width: 24.21875%;
  background-color: #fff;
}
.index-cooperation-content-item:hover .icci-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-cooperation-content-item:hover h4 {
  color: #013887;
}
.index-cooperation-content-item .icci-imgbx {
  width: 100%;
  aspect-ratio: 31/27;
  overflow: hidden;
}
.index-cooperation-content-item .icci-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-cooperation-content-item h4 {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 0.625rem;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1280,
  .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: 50vh;
  }
  .index-banner-M .index-banner-swiper {
    width: 100%;
    height: 100%;
  }
  .index-banner-M .index-banner-swiper .swiper-slide {
    position: relative;
    height: 100%;
    padding: 0;
  }
  .index-banner-M .index-banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-center-txt h2 {
    font-size: 2.75rem;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-center-txt h2 br {
    display: none;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination-bullet-active {
    background: #013887;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index-new-topbx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-new-topbx .index-new-swiper {
    width: 100%;
  }
  .index-new-topbx-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .index-new-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-new-content-list {
    width: 100%;
  }
  .index-new-content-list:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index-new-content-list .incl-nav-list {
    overflow-x: auto;
  }
  .index-new-content-list .incl-nav-list-item:not(:last-child) {
    margin-right: 0;
  }
  .index-new-content-list .incl-nav-list-item p {
    white-space: nowrap;
  }
  .index-business-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-business-content-item {
    width: 100%;
  }
  .index-business-content-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index-build-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-build-content-left {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index-build-content-right {
    width: 100%;
  }
  .index-cooperation-content {
    margin-top: 2.5rem;
  }
  .index-cooperation-content .swiper-btn-prev {
    left: 0;
  }
  .index-cooperation-content .swiper-btn-next {
    right: 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: 3rem;
    padding-right: 3rem;
  }
  .index-header .navmain {
    padding: 0 2%;
  }
  .index-header-navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index-header-nav-item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}