@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.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: #032e84;
}

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
: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: #032e84;
}

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

.innerpage {
  padding-top: 6.25rem;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

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

.import-color {
  color: #032e84 !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 .container {
  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 h2 {
  font-size: 6.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  text-align: center;
}
.common-banner-textbx-content .cbtc-intro {
  width: 46%;
  margin: 2rem auto 2.5rem;
}
.common-banner-textbx-content .cbtc-intro p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.common-banner-textbx-content .cbtc-btnbx {
  width: auto;
  margin: 0 auto;
}
.common-banner-textbx-content .cbtc-btnbx a {
  width: auto;
  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: #032e84;
  line-height: 2.75rem;
  font-weight: 700;
  font-family: "MiSans-Regular";
}
.common-banner-textbx-content .cbtc-btnbx a i {
  font-size: 1.125rem;
  color: #032e84;
  margin-left: 0.625rem;
}
.common-banner-textbx-content .cbtc-btnbx a:hover {
  border-color: #032e84;
  background-color: #032e84;
  color: #fff;
}
.common-banner-textbx-content .cbtc-btnbx a:hover .iconfont {
  color: #fff;
}
.common-crumb {
  margin: 1.25rem 0;
}
.common-crumb p {
  font-size: 1.125rem;
  color: #141414;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common-crumb p a {
  font-size: 1.125rem;
  color: #bfbfbf;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0 0.25rem;
}
.common-crumb p a:first-child {
  color: #141414;
  margin-left: 0;
}
.common-title h2 {
  font-size: 3rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.common-title-intro {
  margin-top: 3.125rem;
}
.common-title-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.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: #032e84;
  color: #fff;
}
.common-navbox-left li:hover a {
  text-decoration: underline;
}
.common-navbox-left li a {
  display: block;
  width: auto;
  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: #032e84;
}
.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: auto;
  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: #032e84;
  border-color: #032e84;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #032e84;
  border-color: #032e84;
}
.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: #032e84;
}
.common-pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common-pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 49%;
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(35, 35, 35, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #032e84;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  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-left .logobox img.logoimg1, .index-header:hover .index-header-left .logobox img.logoimg1, .index-header.innerhead .index-header-left .logobox img.logoimg1 {
  opacity: 0;
}
.index-header.scrolldown .index-header-left .logobox img.logoimg2, .index-header:hover .index-header-left .logobox img.logoimg2, .index-header.innerhead .index-header-left .logobox img.logoimg2 {
  opacity: 1;
}
.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: #032e84;
}
.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: #032e84;
}
.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: #032e84;
}
.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: #032e84;
}
.index-header.scrolldown .index-header-right .search form, .index-header:hover .index-header-right .search form, .index-header.innerhead .index-header-right .search form {
  background-color: #f5f5f5;
}
.index-header.scrolldown .index-header-right .search form .sousuobtn i, .index-header:hover .index-header-right .search form .sousuobtn i, .index-header.innerhead .index-header-right .search form .sousuobtn i {
  color: #262626;
}
.index-header.scrolldown .index-header-right .search form input, .index-header:hover .index-header-right .search form input, .index-header.innerhead .index-header-right .search form input {
  color: #262626;
}
.index-header.scrolldown .index-header-right .heademail, .index-header:hover .index-header-right .heademail, .index-header.innerhead .index-header-right .heademail {
  background-color: #f5f5f5;
}
.index-header.scrolldown .index-header-right .heademail .iconfont,
.index-header.scrolldown .index-header-right .heademail p,
.index-header.scrolldown .index-header-right .headphone .iconfont,
.index-header.scrolldown .index-header-right .headphone p, .index-header:hover .index-header-right .heademail .iconfont,
.index-header:hover .index-header-right .heademail p,
.index-header:hover .index-header-right .headphone .iconfont,
.index-header:hover .index-header-right .headphone p, .index-header.innerhead .index-header-right .heademail .iconfont,
.index-header.innerhead .index-header-right .heademail p,
.index-header.innerhead .index-header-right .headphone .iconfont,
.index-header.innerhead .index-header-right .headphone p {
  color: #262626;
}
.index-header.scrolldown .index-header-right .language-top .iconfont, .index-header:hover .index-header-right .language-top .iconfont, .index-header.innerhead .index-header-right .language-top .iconfont {
  color: #262626;
}
.index-header.scrolldown .index-header-right .language-top span, .index-header:hover .index-header-right .language-top span, .index-header.innerhead .index-header-right .language-top span {
  color: #262626;
}
.index-header.scrolldown .index-header-right .language-down li a, .index-header:hover .index-header-right .language-down li a, .index-header.innerhead .index-header-right .language-down li a {
  color: #262626;
}
.index-header.scrolldown .index-header-right .language-down li a:hover, .index-header:hover .index-header-right .language-down li a:hover, .index-header.innerhead .index-header-right .language-down li a:hover {
  cursor: pointer;
  color: #032e84;
}
.index-header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-header-left {
  width: auto;
  height: 40%;
}
.index-header-left .logobox {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.index-header-left .logobox img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-left .logobox img.logoimg1 {
  opacity: 1;
}
.index-header-left .logobox img.logoimg2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.index-header-nav {
  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;
  -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;
  height: 100%;
}
.index-header-nav-item {
  position: relative;
  height: 100%;
  margin: 0 1.25rem;
}
.index-header-nav-item:nth-child(2), .index-header-nav-item:nth-child(3), .index-header-nav-item:nth-child(4) {
  position: static;
}
.index-header-nav-item__active .level1::after {
  position: absolute;
  bottom: 20%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  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: 6.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-nav-item .dropdown .w1600 {
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}
.index-header-nav-item .dropdown-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 4rem;
}
.index-header-nav-item .dropdown-nav li:not(:last-child) {
  margin-right: 3rem;
}
.index-header-nav-item .dropdown-nav li:hover {
  cursor: pointer;
}
.index-header-nav-item .dropdown-nav li.active h4 {
  color: #032e84;
}
.index-header-nav-item .dropdown-nav li h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-header-nav-item .dropdown-content-list {
  display: none;
}
.index-header-nav-item .dropdown-content-list__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-header-nav-item .dropdown-content-list .zhanwei {
  width: 17.5%;
  height: 0;
}
.index-header-nav-item .dropdown-content-list-item {
  position: relative;
  width: 17.5%;
  margin-bottom: 1.875rem;
}
.index-header-nav-item .dropdown-content-list-item:hover .dcli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-header-nav-item .dropdown-content-list-item:hover .dcli-textbx h5 {
  color: #032e84;
}
.index-header-nav-item .dropdown-content-list-item .dcli-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: 14/10;
  background: #f6f8fc;
  overflow: hidden;
}
.index-header-nav-item .dropdown-content-list-item .dcli-imgbx img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown-content-list-item .dcli-textbx {
  padding: 1rem 0;
}
.index-header-nav-item .dropdown-content-list-item .dcli-textbx h5 {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-header-nav-item .dropdown2 {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #f6f8fc;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-nav-item .dropdown2 ul li a {
  font-size: 1rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  padding: 0 1.25rem;
  white-space: nowrap;
}
.index-header-nav-item .dropdown2 ul li a:hover {
  color: #032e84;
}
.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: #032e84;
}
.index-header-nav-item:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover .dropdown,
.index-header-nav-item:hover .dropdown2 {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-left: 1rem;
  margin-left: 3rem;
  z-index: 10;
}
.index-header-right .search {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: auto;
}
.index-header-right .search:hover {
  cursor: pointer;
}
.index-header-right .search:hover form {
  border-color: rgb(0, 0, 0);
}
.index-header-right .search:hover form input {
  width: 33.75rem;
}
.index-header-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: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.index-header-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: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.index-header-right .search form .sousuobtn i {
  font-size: 1.25rem;
  color: #fff;
}
.index-header-right .search form input {
  border: 0;
  width: 0;
  height: 100%;
  font-size: 1rem;
  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-right .search-m {
  display: none;
}
.index-header-right .heademail {
  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: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 50%;
}
.index-header-right .heademail 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: 100%;
  height: 100%;
}
.index-header-right .heademail i {
  font-size: 1.25rem;
  color: #fff;
}
.index-header-right .headphone {
  margin: 0 1rem;
}
.index-header-right .headphone p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Regular";
}
.index-header-right .language {
  position: relative;
}
.index-header-right .language:hover {
  cursor: pointer;
}
.index-header-right .language:hover .language-down {
  -webkit-transform: translateX(-50%) rotateX(0deg);
          transform: translateX(-50%) rotateX(0deg);
  opacity: 1;
}
.index-header-right .language-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  height: 2.5rem;
  padding-left: 1.25rem;
}
.index-header-right .language-top::after {
  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(255, 255, 255, 0.56);
}
.index-header-right .language-top span {
  font-size: 1.25rem;
  color: #fff;
}
.index-header-right .language-down {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  min-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-right .language-down li {
  width: 100%;
}
.index-header-right .language-down li a {
  font-size: 1.25rem;
  color: #262626;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  text-align: center;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-header-right .language-down li a:hover {
  cursor: pointer;
  color: #032e84;
}
.index-header .inner-header-icon {
  display: none;
}
.index-footer {
  position: relative;
  background-color: #181818;
  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: 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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index-footer-content-left {
  width: 28.5%;
  padding: 6.25rem 0 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.index-footer-content-left .ifcl-footlogo {
  width: auto;
  height: 2.5rem;
}
.index-footer-content-left .ifcl-footlogo img {
  height: 100%;
  width: auto;
}
.index-footer-content-left .ifcl-footsearch {
  width: 82.4175824176%;
  margin: 4rem 0;
}
.index-footer-content-left .ifcl-footsearch 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;
}
.index-footer-content-left .ifcl-footsearch form input::-webkit-input-placeholder,
.index-footer-content-left .ifcl-footsearch form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666666;
  font-family: "MiSans-Regular";
}
.index-footer-content-left .ifcl-footsearch form input:-moz-placeholder,
.index-footer-content-left .ifcl-footsearch form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666666;
  font-family: "MiSans-Regular";
}
.index-footer-content-left .ifcl-footsearch form input::-moz-placeholder,
.index-footer-content-left .ifcl-footsearch form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666666;
  font-family: "MiSans-Regular";
}
.index-footer-content-left .ifcl-footsearch form input:-ms-input-placeholder,
.index-footer-content-left .ifcl-footsearch form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666666;
  font-family: "MiSans-Regular";
}
.index-footer-content-left .ifcl-footsearch form {
  position: relative;
  height: 2.5rem;
  overflow: hidden;
}
.index-footer-content-left .ifcl-footsearch 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;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.index-footer-content-left .ifcl-footsearch form .sousuobtn i {
  font-size: 1.25rem;
  color: #fff;
}
.index-footer-content-left .ifcl-footsearch form input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1rem;
  color: #fff;
}
.index-footer-content-left .ifcl-contact-info {
  margin-bottom: 1.5rem;
}
.index-footer-content-left .ifcl-contact-info h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1.5rem;
}
.index-footer-content-left .ifcl-contact-info a {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-left .ifcl-contact-info a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.index-footer-content-left .ifcl-contact-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-footer-content-left .ifcl-contact-media .mediaicon {
  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: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-content-left .ifcl-contact-media .mediaicon:hover {
  background-color: #032e84;
  cursor: pointer;
}
.index-footer-content-left .ifcl-contact-media .mediaicon .iconfont {
  font-size: 1.5rem;
  color: #fff;
}
.index-footer-content-right {
  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: 71.5%;
  padding: 6.25rem 0 3rem 7%;
}
.index-footer-content-right dl {
  width: 30%;
}
.index-footer-content-right dl:nth-child(3n) {
  width: 40%;
}
.index-footer-content-right dl:first-child, .index-footer-content-right dl:nth-child(2), .index-footer-content-right dl:nth-child(3) {
  margin-bottom: 2.5rem;
}
.index-footer-content-right dl dt {
  margin-bottom: 1.5rem;
}
.index-footer-content-right dl dt a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-right dl dt a:hover {
  color: #fff;
  text-decoration: underline;
}
.index-footer-content-right dl dd:not(:last-child) {
  margin-bottom: 1.5rem;
}
.index-footer-content-right dl dd a {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-right dl dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.index-footer-copyright {
  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: 3.75rem;
}
.index-footer-copyright p {
  font-size: 1rem;
  color: #8c8c8c;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-copyright a {
  font-size: 1rem;
  color: #8c8c8c;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0 0.5rem;
}
.index-footer-copyright a:hover {
  color: #032e84;
  text-decoration: underline;
}

@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: 60vh;
  }
  .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 .cbtc-intro {
    width: 100%;
  }
  .common-banner-textbx .text {
    max-width: 100%;
  }
  .common-banner-textbx h2 {
    font-size: 2.75rem;
  }
  .common-title h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .common-title-intro {
    margin-top: 1.25rem;
  }
  .common-navbox ul {
    overflow-x: auto;
  }
  .common-navbox ul li a {
    white-space: nowrap;
  }
  .common-pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-pagebtn a {
    max-width: 100%;
  }
  .index-header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99;
  }
  .index-header:hover .index-header-right .search-m-top i, .index-header.scrolldown .index-header-right .search-m-top i, .index-header.innerhead .index-header-right .search-m-top i {
    color: #333;
  }
  .index-header:hover .index-header-right .inner-header-icon, .index-header.scrolldown .index-header-right .inner-header-icon, .index-header.innerhead .index-header-right .inner-header-icon {
    display: block;
    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: 99;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .index-header:hover .index-header-right .inner-header-icon:hover, .index-header.scrolldown .index-header-right .inner-header-icon:hover, .index-header.innerhead .index-header-right .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header:hover .index-header-right .inner-header-icon span, .index-header.scrolldown .index-header-right .inner-header-icon span, .index-header.innerhead .index-header-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-right .inner-header-icon span:nth-child(1), .index-header.scrolldown .index-header-right .inner-header-icon span:nth-child(1), .index-header.innerhead .index-header-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-right .inner-header-icon span:nth-child(2), .index-header.scrolldown .index-header-right .inner-header-icon span:nth-child(2), .index-header.innerhead .index-header-right .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header:hover .index-header-right .inner-header-icon span:nth-child(3), .index-header.scrolldown .index-header-right .inner-header-icon span:nth-child(3), .index-header.innerhead .index-header-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-right .inner-header-icon-click span, .index-header.scrolldown .index-header-right .inner-header-icon-click span, .index-header.innerhead .index-header-right .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .index-header:hover .index-header-right .inner-header-icon-click span:nth-child(1), .index-header.scrolldown .index-header-right .inner-header-icon-click span:nth-child(1), .index-header.innerhead .index-header-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-right .inner-header-icon-click span:nth-child(2), .index-header.scrolldown .index-header-right .inner-header-icon-click span:nth-child(2), .index-header.innerhead .index-header-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-right .inner-header-icon-click span:nth-child(3), .index-header.scrolldown .index-header-right .inner-header-icon-click span:nth-child(3), .index-header.innerhead .index-header-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-right .inner-header-icon, .index-header.scrolldown .index-header-right .inner-header-icon, .index-header.innerhead .index-header-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-right .inner-header-icon, .index-header.scrolldown .index-header-right .inner-header-icon, .index-header.innerhead .index-header-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-right .inner-header-icon, .index-header.scrolldown .index-header-right .inner-header-icon, .index-header.innerhead .index-header-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-right .inner-header-icon-out span, .index-header.scrolldown .index-header-right .inner-header-icon-out span, .index-header.innerhead .index-header-right .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index-header:hover .index-header-right .inner-header-icon-out span:nth-child(1), .index-header.scrolldown .index-header-right .inner-header-icon-out span:nth-child(1), .index-header.innerhead .index-header-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-right .inner-header-icon-out span:nth-child(2), .index-header.scrolldown .index-header-right .inner-header-icon-out span:nth-child(2), .index-header.innerhead .index-header-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-right .inner-header-icon-out span:nth-child(3), .index-header.scrolldown .index-header-right .inner-header-icon-out span:nth-child(3), .index-header.innerhead .index-header-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-left {
    height: 55%;
  }
  .index-header-nav {
    display: none;
  }
  .index-header-nav-m {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.25rem);
    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: #032e84;
  }
  .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 .language {
    margin-right: 1rem;
  }
  .index-header-right .inner-header-icon {
    display: block;
    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: 99;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .index-header-right .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header-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-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-right .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header-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-right .inner-header-icon-click span {
    background: #fff;
  }
  .index-header-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-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-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-right .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-right .inner-header-icon {
    /*第二条线淡入淡出动画动画*/
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .index-header-right .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-right .inner-header-icon-out span {
    background: #fff;
  }
  .index-header-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-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-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;
  }
  @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-right .inner-header-icon-click span {
    background-color: #2b2b2b;
  }
  .index-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-footer-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-right: 0;
    padding: 3rem 0;
  }
  .index-footer-content-left .ifcl-footsearch {
    margin: 2.5rem 0;
  }
  .index-footer-content-left .ifcl-contact {
    width: 100%;
  }
  .index-footer-content-left .ifcl-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-footer-content-left .ifcl-contact-info h4 {
    text-align: center;
  }
  .index-footer-content-left .ifcl-contact-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-footer-content-left .ifcl-contact-media .mediaicon:last-child {
    margin-right: 0;
  }
  .index-footer-content-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 2.5rem 0;
  }
  .index-footer-content-right dl {
    width: 50%;
  }
  .index-footer-content-right dl:last-child {
    display: none;
  }
  .index-footer-content-right dl:nth-child(3) {
    width: 100%;
  }
  .index-footer-content-right dl dt a {
    line-height: 1.4em;
  }
  .index-footer-copyright {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .index-footer-copyright p {
    line-height: 1.5em;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .index-header-nav-item {
    margin: 0 0.75rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  .index-header-nav-item {
    margin: 0 0.75rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  .index-header-nav-item {
    margin: 0 0.875rem;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.searchbd {
  margin-top: 7.5rem;
}
.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;
  width: 100%;
}
.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: #032e84;
}
.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;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.about-common-title h2 {
  font-size: 3rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.about-profile {
  padding: 5rem 0;
  background-color: #fff;
}
.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: 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-profile-textbx {
  width: 54.6875%;
}
.about-profile-textbx-intro {
  margin-top: 2.5rem;
}
.about-profile-textbx-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile-imgbx {
  width: 36.71875%;
}
.about-profile-imgbx img {
  width: 100%;
  height: auto;
}
.about-advantage {
  padding: 6.25rem 0;
  background-color: #f2f4f5;
}
.about-advantage-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;
}
.about-advantage-content-item {
  position: relative;
  width: 31.25%;
  aspect-ratio: 10/12;
  background-color: #fff;
}
.about-advantage-content-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: url(../images/about_advantage_bg1.webp) no-repeat center center/cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-advantage-content-item:hover::after {
  opacity: 1;
}
.about-advantage-content-item:hover .aaci-center-mask {
  opacity: 0;
}
.about-advantage-content-item .aaci-center {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6% 2rem;
  z-index: 2;
}
.about-advantage-content-item .aaci-center-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  inset: 0;
  padding: 0 1.875rem;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-advantage-content-item .aaci-center-mask .iconbx .iconfont {
  font-size: 4rem;
  color: #032e84;
}
.about-advantage-content-item .aaci-center-mask h3 {
  font-size: 1.5rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
  margin-top: 1rem;
}
.about-advantage-content-item .aaci-iconbx {
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-advantage-content-item .aaci-iconbx .iconfont {
  font-size: 2.5rem;
  color: #032e84;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-advantage-content-item .aaci-textbx h3 {
  font-size: 1.5rem;
  color: #111;
  line-height: 2rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.about-advantage-content-item .aaci-textbx-intro {
  padding-top: 1.25rem;
}
.about-advantage-content-item .aaci-textbx-intro h4 {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.about-advantage-content-item .aaci-textbx-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-history {
  padding: 6.25rem 0;
  background-color: #fff;
}
.about-history-content {
  margin-top: 4rem;
}
.about-history-content .history-list-swiper {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  background-color: #fff;
  overflow: hidden;
}
.about-history-content .history-list-swiper .swiper-slide {
  position: relative;
}
.about-history-content .history-list-swiper .swiper-slide:hover {
  cursor: pointer;
}
.about-history-content .history-list-swiper .swiper-slide::after {
  position: absolute;
  top: -0.625rem;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 0.625rem;
  background-color: #e3e3e3;
}
.about-history-content .history-list-swiper .swiper-slide h4 {
  font-size: 1.5rem;
  color: #666;
  line-height: 3.125rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  border-top: 1px solid #e3e3e3;
}
.about-history-content .history-list-swiper .swiper-slide-thumb-active h4 {
  font-size: 1.875rem;
  color: #032e84;
}
.about-history-content .history-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  background-color: #fff;
  overflow: hidden;
}
.about-history-content .history-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-history-content .history-swiper .swiper-slide .imgbx {
  width: 47.65625%;
}
.about-history-content .history-swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-history-content .history-swiper .swiper-slide .textbx {
  width: 44.53125%;
}
.about-history-content .history-swiper .swiper-slide .textbx h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.about-history-content .history-swiper .swiper-slide .textbx-center {
  margin-top: 2.5rem;
}
.about-history-content .history-swiper .swiper-slide .textbx-center p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-history-content .history-swiper .swiper-slide .textbx-center strong {
  font-weight: 700;
  color: #032e84;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .about-profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-profile-textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about-profile-imgbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .about-profile-imgbx img {
    max-width: 80%;
  }
  .about-advantage {
    padding: 3rem 0;
  }
  .about-advantage-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-advantage-content-item {
    width: 100%;
  }
  .about-advantage-content-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .about-history {
    padding: 3rem 0;
  }
  .about-history-content .history-swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-history-content .history-swiper .swiper-slide .imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .about-history-content .history-swiper .swiper-slide .textbx {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.contact-content {
  padding: 5rem 0;
}
.contact-content-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;
}
.contact-content-leftbx {
  width: 67.96875%;
}
.contact-content-leftbx-title h2 {
  font-size: 3rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.contact-content-leftbx-title .intro {
  margin-top: 3.125rem;
}
.contact-content-leftbx-title .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .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%;
  margin-top: 4rem;
}
.contact-content-leftbx .formbx-item {
  width: 49%;
  height: auto;
  margin-bottom: 1.375rem;
}
.contact-content-leftbx .formbx-item input::-webkit-input-placeholder,
.contact-content-leftbx .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-item input:-moz-placeholder,
.contact-content-leftbx .formbx-item textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-item input::-moz-placeholder,
.contact-content-leftbx .formbx-item textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-item input:-ms-input-placeholder,
.contact-content-leftbx .formbx-item textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-item label {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "MiSans-Regular";
  display: block;
  margin-bottom: 0.625rem;
}
.contact-content-leftbx .formbx-item label sup {
  color: #032e84;
}
.contact-content-leftbx .formbx-item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
  color: #141414;
}
.contact-content-leftbx .formbx-text {
  width: 100%;
  height: auto;
  margin-bottom: 1.375rem;
}
.contact-content-leftbx .formbx-text input::-webkit-input-placeholder,
.contact-content-leftbx .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-text input:-moz-placeholder,
.contact-content-leftbx .formbx-text textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-text input::-moz-placeholder,
.contact-content-leftbx .formbx-text textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-text input:-ms-input-placeholder,
.contact-content-leftbx .formbx-text textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact-content-leftbx .formbx-text label {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "MiSans-Regular";
  display: block;
  margin-bottom: 0.625rem;
}
.contact-content-leftbx .formbx-text label sup {
  color: #032e84;
}
.contact-content-leftbx .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 1.25rem;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #141414;
  line-height: 1.5rem;
}
.contact-content-leftbx .formbx-codebx {
  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: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 1.375rem;
}
.contact-content-leftbx .formbx-codebx label {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "MiSans-Regular";
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.contact-content-leftbx .formbx-codebx label sup {
  color: #032e84;
}
.contact-content-leftbx .formbx-codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 3.75rem;
  padding: 0 1.25rem;
  margin-right: 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #141414;
}
.contact-content-leftbx .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 11.25rem;
  height: 3.75rem;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
}
.contact-content-leftbx .formbx-codebx .codeimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-content-leftbx .formbx-btnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.contact-content-leftbx .formbx-btnbx button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  margin-left: auto;
  margin-top: 1rem;
  border: 0;
  padding: 0 3rem;
  border-radius: 2rem;
  background: #032e84;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-content-leftbx .formbx-btnbx button:hover {
  cursor: pointer;
  -webkit-text-decoration: capitalize;
          text-decoration: capitalize;
}
.contact-content-rightbx {
  width: 27.34375%;
}
.contact-content-rightbx-topbx, .contact-content-rightbx-infobx {
  width: 100%;
  padding: 0 1.5rem;
  background-color: #f6f8fc;
  border-radius: 0.625rem;
}
.contact-content-rightbx-topbx .md, .contact-content-rightbx-infobx .md {
  padding: 1.875rem 0;
}
.contact-content-rightbx-topbx .md:first-child, .contact-content-rightbx-infobx .md:first-child {
  border-bottom: 1px solid #e2e2e2;
}
.contact-content-rightbx-topbx .md h4, .contact-content-rightbx-infobx .md h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1.25rem;
}
.contact-content-rightbx-topbx .md a, .contact-content-rightbx-infobx .md a {
  font-size: 0.875rem;
  color: #032e84;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-content-rightbx-topbx .md a:hover, .contact-content-rightbx-infobx .md a:hover {
  text-decoration: underline;
}
.contact-content-rightbx-topbx .md p, .contact-content-rightbx-infobx .md p {
  font-size: 1.125rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-content-rightbx-topbx .md img, .contact-content-rightbx-infobx .md img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-content-rightbx-topbx {
  margin-bottom: 1.25rem;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .contact-content-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-content-leftbx {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .contact-content-leftbx h3 {
    font-size: 2.25rem;
  }
  .contact-content-leftbx .formbx-item {
    width: 100%;
  }
  .contact-content-leftbx .formbx-btnbx button {
    font-size: 0.875rem;
    padding: 0 1rem;
    height: 2.5rem;
  }
  .contact-content-rightbx {
    width: 100%;
  }
  .contact-content-rightbx h3 {
    font-size: 2.25rem;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.human-banner {
  position: relative;
  width: 100%;
  height: auto;
}
.human-banner img {
  width: 100%;
  height: auto;
}
.human-banner-wrapper {
  height: 100%;
}
.human-banner-textbx {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.human-banner-textbx-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.human-banner-textbx-content h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 4.375rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.human-banner-textbx-content .intro {
  margin: 2.5rem 0;
  width: 47.5%;
}
.human-banner-textbx-content .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.human-banner-textbx-content .paybtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.human-banner-textbx-content .paybtn a {
  display: block;
  width: auto;
  height: 2.5rem;
  padding: 0 1.875rem;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.human-banner-textbx-content .paybtn a:hover {
  background-color: #032e84;
  border-color: #032e84;
}
.human-content {
  padding: 6.25rem 0;
  background-color: #f2f4f5;
}
.human-content-listbx {
  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;
}
.human-content-listbx .zhanwei {
  width: 23.4375%;
  height: 0;
}
.human-content-listbx-item {
  position: relative;
  width: 23.4375%;
  height: auto;
  background-color: #fff;
  margin-bottom: 1.25rem;
}
.human-content-listbx-item::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 46, 132, 0);
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.human-content-listbx-item:hover::after {
  background-color: rgba(3, 46, 132, 0.2);
}
.human-content-listbx-item:hover .hcli-imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.human-content-listbx-item:hover .hcli-imgbx p {
  opacity: 1;
}
.human-content-listbx-item:hover .hcli-textbx h4 {
  color: #032e84;
}
.human-content-listbx-item .hcli-imgbx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 30/24;
  overflow: hidden;
}
.human-content-listbx-item .hcli-imgbx img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.human-content-listbx-item .hcli-imgbx p {
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  background-color: #032e84;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.human-content-listbx-item .hcli-textbx {
  width: 100%;
}
.human-content-listbx-item .hcli-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 4rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.humandetail-banner {
  padding: 4rem 0 6.25rem;
  background-color: #f2f4f5;
}
.humandetail-banner-wrapper {
  position: relative;
}
.humandetail-banner-swiper {
  overflow: hidden;
  width: 100%;
}
.humandetail-banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.humandetail-banner .swiper-pagination {
  bottom: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.humandetail-banner .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  opacity: 1;
  background: #979797;
  border: 1px solid #979797;
  margin: 0 0.325rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-banner .swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #032e84;
  border-color: #032e84;
  opacity: 1;
}
.humandetail-magicbot {
  padding: 6.25rem 0 3.125rem;
}
.humandetail-magicbot-title h2 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.humandetail-magicbot-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;
  margin-bottom: 2.5rem;
  max-height: 22.5rem;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.humandetail-magicbot-content.active {
  max-height: 50rem;
}
.humandetail-magicbot-content p {
  font-size: 1.125rem;
  color: #111;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 50%;
}
.humandetail-magicbot-content p:nth-child(2n-1) {
  padding-right: 2rem;
}
.humandetail-magicbot-content strong {
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.humandetail-magicbot .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding: 0 2.5rem;
  border-radius: 1.5rem;
  background-color: #f2f4f5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-magicbot .morebtn:hover {
  cursor: pointer;
  background-color: #032e84;
}
.humandetail-magicbot .morebtn:hover span,
.humandetail-magicbot .morebtn:hover .iconfont {
  color: #fff;
}
.humandetail-magicbot .morebtn span {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-magicbot .morebtn .iconfont {
  font-size: 1.125rem;
  color: #111;
  margin-left: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-key {
  position: relative;
  padding: 3.125rem 0;
  background-color: #f2f4f5;
}
.humandetail-key::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 43%;
  background-color: #fff;
  z-index: 0;
}
.humandetail-key-title {
  position: relative;
  z-index: 1;
}
.humandetail-key-title h2 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.humandetail-key-videobx {
  position: relative;
  margin-top: 4rem;
  z-index: 1;
}
.humandetail-key-videobx video {
  display: block;
  width: 100%;
  aspect-ratio: 128/70;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}
.humandetail-key-bottom {
  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;
  z-index: 1;
  margin-top: 5rem;
}
.humandetail-key-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37.5%;
}
.humandetail-key-bottom-left h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.humandetail-key-bottom-left .download 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: 3rem;
  padding: 0 2.5rem;
  border-radius: 1.5rem;
  background-color: #032e84;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-key-bottom-left .download a:hover {
  cursor: pointer;
}
.humandetail-key-bottom-left .download a:hover p {
  text-decoration: underline;
}
.humandetail-key-bottom-left .download a p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-key-bottom-left .download a .iconfont {
  font-size: 1rem;
  color: #fff;
  margin-left: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.humandetail-key-bottom-intro {
  width: 54.6875%;
}
.humandetail-key-bottom-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.humandetail-others {
  padding: 3.125rem 0 6.25rem;
  background-color: #f2f4f5;
}
.humandetail-others-title {
  position: relative;
  z-index: 1;
}
.humandetail-others-title h2 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.humandetail-others-content {
  position: relative;
  margin-top: 4rem;
}
.humandetail-others-content .humandetail-others-swiper {
  overflow: hidden;
}
.humandetail-others-content .humandetail-others-swiper .swiper-slide {
  position: relative;
}
.humandetail-others-content .humandetail-others-swiper .swiper-slide:hover .textbx h4 {
  color: #032e84;
}
.humandetail-others-content .humandetail-others-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;
  position: relative;
  width: 100%;
  aspect-ratio: 40/31;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
.humandetail-others-content .humandetail-others-swiper .swiper-slide .imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.humandetail-others-content .humandetail-others-swiper .swiper-slide .textbx {
  padding: 0.75rem 0;
}
.humandetail-others-content .humandetail-others-swiper .swiper-slide .textbx h4 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: capitalize;
}
.humandetail-others-content .swiper-btn {
  position: absolute;
  top: 43%;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.humandetail-others-content .swiper-btn:hover {
  background-color: #032e84;
}
.humandetail-others-content .swiper-btn:hover span {
  color: #fff;
}
.humandetail-others-content .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.humandetail-others-content .swiper-btn span {
  font-size: 1.5rem;
  color: #032e84;
}
.humandetail-others-content .swiper-btn-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.humandetail-others-content .swiper-btn-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (min-width: 320px) and (max-width: 1023px) {
  .human-content {
    padding: 3rem 0;
  }
  .human-content-list {
    margin-top: 2.5rem;
  }
  .human-content-list-item {
    width: 100%;
  }
  .human-content-list-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .humandetail-banner {
    padding: 2.5rem 0 6.25rem;
  }
  .humandetail-magicbot {
    padding: 3rem 0;
  }
  .humandetail-magicbot-content {
    margin-top: 2.5rem;
  }
  .humandetail-magicbot-content p {
    width: 100%;
  }
  .humandetail-magicbot-content p:nth-child(2n-1) {
    padding-right: 0;
  }
  .humandetail-key {
    padding: 0 0 3rem;
  }
  .humandetail-key::before {
    height: 30%;
  }
  .humandetail-key-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .humandetail-key-bottom-left {
    width: 100%;
  }
  .humandetail-key-bottom-intro {
    width: 100%;
    margin: 2.5rem 0;
  }
  .humandetail-key-bottom .download 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: 3rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    border-radius: 1.5rem;
    background-color: #032e84;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .humandetail-key-bottom .download a:hover {
    cursor: pointer;
  }
  .humandetail-key-bottom .download a:hover p {
    text-decoration: underline;
  }
  .humandetail-key-bottom .download a p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-family: "MiSans-Regular";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .humandetail-key-bottom .download a .iconfont {
    font-size: 1rem;
    color: #fff;
    margin-left: 1rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .humandetail-others-content {
    margin-top: 2.5rem;
  }
  .humandetail-others-content .swiper-btn-prev {
    left: -1rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .humandetail-others-content .swiper-btn-next {
    right: -1rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.ai-profile {
  padding: 3.75rem 0 6.25rem;
  background-color: #f2f4f5;
}
.ai-profile-title h3 {
  font-size: 3rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.ai-profile-intro {
  margin-top: 3.125rem;
}
.ai-profile-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.ai-profile-intro img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-why {
  width: 100%;
  height: 37.5rem;
  background-image: url(../images/ai_why_bg.webp);
}
.ai-why-wrapper {
  height: 100%;
}
.ai-why-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.ai-why-textbx h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.ai-why-textbx em {
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: #fff;
  margin: 1.25rem 0 1.875rem;
}
.ai-why-textbx .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.ai-why-textbx .intro .iconfont {
  font-size: 2.5rem;
  color: #fff;
}
.ai-support {
  padding: 6.25rem 0;
  background-color: #f2f4f5;
}
.ai-support-title h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.ai-support-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;
  margin-top: 2.5rem;
}
.ai-support-content-item {
  position: relative;
  width: 48.4375%;
  aspect-ratio: 63/39;
}
.ai-support-content-item:hover .asci-textbx h4 {
  color: #fff;
}
.ai-support-content-item:hover .asci-textbx .intro {
  border-color: rgba(255, 255, 255, 0.1);
}
.ai-support-content-item:hover .asci-textbx .intro p {
  color: #fff;
}
.ai-support-content-item:hover .asci-textbx .bg img.bgimg1 {
  opacity: 0;
}
.ai-support-content-item:hover .asci-textbx .bg img.bgimg2 {
  opacity: 1;
}
.ai-support-content-item .asci-imgbx {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.ai-support-content-item .asci-textbx {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 40%);
      -ms-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  width: 80%;
  height: auto;
  padding: 1.875rem 1.625rem;
}
.ai-support-content-item .asci-textbx h4,
.ai-support-content-item .asci-textbx .intro {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ai-support-content-item .asci-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.ai-support-content-item .asci-textbx .intro {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(77, 77, 77, 0.1);
}
.ai-support-content-item .asci-textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.ai-support-content-item .asci-textbx .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 1;
}
.ai-support-content-item .asci-textbx .bg img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ai-support-content-item .asci-textbx .bg img.bgimg1 {
  opacity: 1;
}
.ai-support-content-item .asci-textbx .bg img.bgimg2 {
  opacity: 0;
}
.ai-product {
  padding: 5rem 0;
  background-color: #f2f4f5;
}
.ai-product-title h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.ai-product-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.ai-product-content .zhanwei {
  width: 31.25%;
  height: 0;
}
.ai-product-content-item {
  position: relative;
  width: 31.25%;
  height: auto;
  background-color: #fff;
  margin-bottom: 2.25rem;
}
.ai-product-content-item::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 46, 132, 0);
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ai-product-content-item:hover::after {
  background-color: rgba(3, 46, 132, 0.2);
}
.ai-product-content-item:hover .apci-imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.ai-product-content-item:hover .apci-imgbx p {
  opacity: 1;
}
.ai-product-content-item .apci-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;
  position: relative;
  width: 100%;
  aspect-ratio: 40/31;
  overflow: hidden;
}
.ai-product-content-item .apci-imgbx img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ai-product-content-item .apci-imgbx p {
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  background-color: #032e84;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
}
.ai-product-content-item .apci-textbx {
  width: 100%;
  padding: 1.25rem 1.875rem;
}
.ai-product-content-item .apci-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.ai-product-content-item .apci-textbx .intro {
  margin-top: 1.25rem;
  min-height: 5.625rem;
}
.ai-product-content-item .apci-textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.ai-future {
  padding: 0 0 5rem;
  background-color: #f2f4f5;
}
.ai-future-imgbx {
  float: right;
  width: 59.375%;
  aspect-ratio: 76/55;
  border-radius: 0.625rem;
  overflow: hidden;
}
.ai-future-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 35.9375%;
  aspect-ratio: 46/55;
}
.ai-future-textbx h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.6em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.ai-future-textbx .intro {
  margin: 2.75rem 0;
}
.ai-future-textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.ai-future-textbx .contactbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ai-future-textbx .contactbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 2.5rem;
  padding: 0 2.25rem;
  background-color: #032e84;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
}
.ai-future-textbx .contactbtn a:hover {
  text-decoration: underline;
}

/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.vehicle-content {
  padding: 4rem 0 6.25rem;
  background-color: #f2f4f5;
}
.vehicle-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-top: 5rem;
}
.vehicle-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.vehicle-content-list-item {
  position: relative;
  width: 31.25%;
  border-radius: 0.625rem;
  margin-bottom: 3.125rem;
}
.vehicle-content-list-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 46, 132, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(3, 46, 132, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vehicle-content-list-item:hover::after {
  opacity: 1;
}
.vehicle-content-list-item:hover .vcli-imgbx span {
  opacity: 1;
}
.vehicle-content-list-item:hover .vcli-textbx h4 {
  color: #fff;
}
.vehicle-content-list-item:hover .vcli-textbx span {
  opacity: 1;
}
.vehicle-content-list-item .vcli-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;
  position: relative;
  width: 100%;
  aspect-ratio: 40/31;
  background-color: #fff;
  border-radius: 0.625rem;
}
.vehicle-content-list-item .vcli-imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vehicle-content-list-item .vcli-textbx {
  position: relative;
  padding: 1rem 0;
  z-index: 2;
}
.vehicle-content-list-item .vcli-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vehicle-content-list-item .vcli-textbx span {
  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.75rem;
  height: 3.75rem;
  margin: 1rem auto 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  color: #032e84;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vehicledetail-topbox {
  padding: 4rem 0 5rem;
  background-color: #f2f4f5;
}
.vehicledetail-topbox-title {
  margin-bottom: 4.5rem;
}
.vehicledetail-topbox-title h2 {
  font-size: 3rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1.875rem;
}
.vehicledetail-topbox-title p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.vehicledetail-topbox-center p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.vehicledetail-topbox-center strong {
  font-weight: 700;
}
.vehicledetail-topbox-center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.vehicledetail-content-md {
  padding: 5rem 0;
}
.vehicledetail-content-md-title {
  margin-bottom: 5rem;
}
.vehicledetail-content-md-title h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.vehicledetail-content-md-body .listswiper h4 {
  font-size: 1rem;
  color: #032e84;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.vehicledetail-content-md-body .listswiper-center {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 100%;
  border-radius: 0.5rem;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn:hover {
  background-color: transparent;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn:hover span {
  color: #032e84;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn span {
  font-size: 1.5rem;
  color: #666;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn:hover span {
  opacity: 1;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn-prev {
  left: -2.5rem;
}
.vehicledetail-content-md-body .listswiper-center .swiper-btn-next {
  right: -2.5rem;
}
.vehicledetail-content-md-body .vcmb-list-swiper {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}
.vehicledetail-content-md-body .vcmb-list-swiper .swiper-slide {
  position: relative;
}
.vehicledetail-content-md-body .vcmb-list-swiper .swiper-slide:hover {
  cursor: pointer;
}
.vehicledetail-content-md-body .vcmb-list-swiper .swiper-slide p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.vehicledetail-content-md-body .vcmb-list-swiper .swiper-slide-thumb-active p {
  color: #032e84;
}
.vehicledetail-content-md-body .vcmb-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  background-color: #fff;
  overflow: hidden;
}
.vehicledetail-content-md-body .vcmb-swiper .swiper-slide {
  position: relative;
}
.vehicledetail-content-md-body .vcmb-swiper .swiper-slide .imgbx {
  float: right;
  width: 51.5625%;
}
.vehicledetail-content-md-body .vcmb-swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.vehicledetail-content-md-body .vcmb-swiper .swiper-slide .textbx {
  float: left;
  width: 35.15625%;
}
.vehicledetail-content-md-body .vcmb-swiper .swiper-slide .textbx p {
  font-size: 1rem;
  color: #111;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.vehicledetail-content-md-body .vcmb-swiper .swiper-slide .textbx strong {
  font-weight: 700;
  color: #032e84;
}
.vehicledetail-content-md:nth-child(2n) .vehicledetail-content-md-body .vcmb-swiper .swiper-slide .imgbx {
  float: left;
}
.vehicledetail-content-md:nth-child(2n) .vehicledetail-content-md-body .vcmb-swiper .swiper-slide .textbx {
  float: right;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .vehicle-content {
    padding: 3rem 0;
  }
  .vehicle-content-list {
    margin-top: 2.5rem;
  }
  .vehicle-content-list-item {
    width: 100%;
  }
  .vehicledetail-topbox {
    padding: 3rem 0;
  }
  .vehicledetail-content-md {
    padding: 3rem 0;
  }
  .vehicledetail-content-md-title h3 {
    line-height: 1.3em;
  }
  .vehicledetail-content-md-body .vcmb-swiper {
    margin-bottom: 2rem;
  }
  .vehicledetail-content-md-body .vcmb-swiper .swiper-slide .imgbx {
    float: none;
    width: 100%;
  }
  .vehicledetail-content-md-body .vcmb-swiper .swiper-slide .textbx {
    float: none;
    width: 100%;
    margin-top: 1.25rem;
  }
  .vehicledetail-content-md-body .listswiper-center {
    padding: 0 1rem;
  }
  .vehicledetail-content-md-body .listswiper-center .swiper-btn-prev {
    left: -1rem;
  }
  .vehicledetail-content-md-body .listswiper-center .swiper-btn-next {
    right: -1rem;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.support-common-title h2 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.support-aftersales {
  padding: 4rem 0 0;
  background-color: #f2f4f5;
}
.support-aftersales-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;
}
.support-aftersales-content-item {
  width: 31.25%;
  padding: 1.5rem 1.875rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support-aftersales-content-item h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support-aftersales-content-item .saci-intro {
  margin-top: 1.25rem;
}
.support-aftersales-content-item .saci-intro p {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.support-aftersales-content-item .saci-intro img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.support-download {
  padding: 6.25rem 0;
  background-color: #f2f4f5;
}
.support-download-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;
}
.support-download-content .zhanwei {
  width: 31.25%;
  height: 0;
}
.support-download-content-item {
  position: relative;
  width: 31.25%;
  padding: 0 1.875rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.support-download-content-item:hover .sdci-bottom p {
  color: #032e84;
}
.support-download-content-item .sdci-text {
  padding: 1.875rem 0;
}
.support-download-content-item .sdci-text-imgbx {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.625rem;
  margin-bottom: 1rem;
}
.support-download-content-item .sdci-text-imgbx img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.support-download-content-item .sdci-text h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.support-download-content-item .sdci-text-intro {
  margin-top: 1.5rem;
}
.support-download-content-item .sdci-text-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support-download-content-item .sdci-bottom {
  border-top: 1px solid #a8a8a8;
}
.support-download-content-item .sdci-bottom p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support-download .morebtn {
  margin: 1.875rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support-download .morebtn:hover a {
  text-decoration: underline;
}
.support-download .morebtn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding: 0 1.5rem;
  background-color: #032e84;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 3rem;
}
.support-course {
  padding: 6.25rem 0 2.75rem;
  background-color: #fff;
}
.support-course-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;
}
.support-course-content-item {
  position: relative;
  width: 31.25%;
  height: auto;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.support-course-content-item:not(:last-child):hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.support-course-content-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.support-course-content-item > h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.support-course-content-item .scci-right {
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.support-course-content-item .scci-right-textbx {
  margin-bottom: 20%;
}
.support-course-content-item .scci-right-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1rem;
}
.support-course-content-item .scci-right-textbx p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support-course-content-item .scci-right .morebtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support-course-content-item .scci-right .morebtn:hover a {
  text-decoration: underline;
}
.support-course-content-item .scci-right .morebtn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding: 0 1.5rem;
  background-color: #032e84;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 3rem;
}
.support-course-content-item:last-child {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .support-aftersales {
    padding: 3rem 0 0;
  }
  .support-aftersales-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support-aftersales-content-item {
    width: 100%;
  }
  .support-aftersales-content-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .support-download {
    padding: 3rem 0;
  }
  .support-download-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support-download-content-item {
    width: 100%;
  }
  .support-download-content-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .support-course {
    padding: 3rem 0;
  }
  .support-course-content-item {
    width: 100%;
  }
  .support-course-content-item:last-child img {
    display: none;
  }
  .support-course-content-item .scci-right {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 2rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0.625rem;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.case-content {
  padding: 4rem 0 6.25rem;
  background-color: #f2f4f5;
}
.case-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-top: 4rem;
}
.case-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.case-content-list-item {
  position: relative;
  width: 31.25%;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
}
.case-content-list-item:hover .ccli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case-content-list-item:hover .ccli-textbx h4 {
  color: #032e84;
}
.case-content-list-item .ccli-imgbx {
  width: 100%;
  aspect-ratio: 18/10;
  overflow: hidden;
}
.case-content-list-item .ccli-imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-content-list-item .ccli-textbx {
  padding: 1.5rem 0 0;
}
.case-content-list-item .ccli-textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-content-list-item .ccli-textbx-intro {
  margin-top: 1rem;
}
.case-content-list-item .ccli-textbx-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.casedetail-content {
  padding: 6.25rem 0;
  background-color: #f2f4f5;
}
.casedetail-content-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
}
.casedetail-content-title h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.casedetail-content-subbox {
  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;
  padding: 1.875rem 0;
}
.casedetail-content-subbox .time,
.casedetail-content-subbox .views {
  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;
  font-size: 0.875rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.casedetail-content-subbox .time i,
.casedetail-content-subbox .views i {
  font-size: 1.5rem;
  color: #666;
  margin-right: 0.625rem;
}
.casedetail-content-subbox .time {
  margin-right: 2.5rem;
}
.casedetail-content-detail {
  margin-bottom: 4rem;
}
.casedetail-content-detail p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.casedetail-content-detail img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .case-content {
    padding: 3rem 0;
  }
  .case-content-list-item {
    width: 100%;
  }
  .casedetail-content {
    padding: 3rem 0;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-02-14 15:14:11
 * @Description  : 主文件 木铎
*/
.cooperation-common-title h2 {
  font-size: 3rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.cooperation-common-title p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-top: 2.5rem;
}
.cooperation-content {
  padding: 6.25rem 0;
  background-color: #fff;
}
.cooperation-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 4rem;
}
.cooperation-content-center-left {
  width: 45.3125%;
  aspect-ratio: 58/40;
  border-radius: 0.625rem;
  overflow: hidden;
}
.cooperation-content-center-right {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.cooperation-content-center-right .md {
  position: relative;
  width: 50%;
  padding-left: 8%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cooperation-content-center-right .md::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #d6d6d6;
}
.cooperation-content-center-right .md-iconbx {
  width: 1.5rem;
}
.cooperation-content-center-right .md-iconbx img {
  width: 100%;
  height: auto;
}
.cooperation-content-center-right .md h3 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin: 1.25rem 0;
}
.cooperation-content-center-right .md p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.cooperation-application {
  padding: 5rem 0;
  background-color: #f2f4f5;
}
.cooperation-application .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%;
  margin-top: 4rem;
}
.cooperation-application .formbx .userinfo,
.cooperation-application .formbx .companyinfo {
  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%;
}
.cooperation-application .formbx .userinfo .zhanwei,
.cooperation-application .formbx .companyinfo .zhanwei {
  width: 32%;
  height: 0;
}
.cooperation-application .formbx-item {
  width: 32%;
  height: auto;
  margin-bottom: 1.375rem;
}
.cooperation-application .formbx-item input::-webkit-input-placeholder,
.cooperation-application .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-item input:-moz-placeholder,
.cooperation-application .formbx-item textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-item input::-moz-placeholder,
.cooperation-application .formbx-item textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-item input:-ms-input-placeholder,
.cooperation-application .formbx-item textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-item label {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "MiSans-Regular";
  display: block;
  margin-bottom: 0.625rem;
}
.cooperation-application .formbx-item label sup {
  color: #032e84;
}
.cooperation-application .formbx-item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
  color: #141414;
}
.cooperation-application .formbx-text {
  width: 100%;
  height: auto;
  margin-bottom: 1.375rem;
}
.cooperation-application .formbx-text input::-webkit-input-placeholder,
.cooperation-application .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-text input:-moz-placeholder,
.cooperation-application .formbx-text textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-text input::-moz-placeholder,
.cooperation-application .formbx-text textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-text input:-ms-input-placeholder,
.cooperation-application .formbx-text textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.cooperation-application .formbx-text label {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "MiSans-Regular";
  display: block;
  margin-bottom: 0.625rem;
}
.cooperation-application .formbx-text label sup {
  color: #032e84;
}
.cooperation-application .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 1.25rem;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #141414;
  line-height: 1.5rem;
}
.cooperation-application .formbx-codebx {
  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: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 1.375rem;
}
.cooperation-application .formbx-codebx label {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "MiSans-Regular";
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.cooperation-application .formbx-codebx label sup {
  color: #032e84;
}
.cooperation-application .formbx-codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 3.75rem;
  padding: 0 1.25rem;
  margin-right: 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #141414;
}
.cooperation-application .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 11.25rem;
  height: 3.75rem;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
}
.cooperation-application .formbx-codebx .codeimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cooperation-application .formbx-btnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.cooperation-application .formbx-btnbx button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  margin-right: auto;
  margin-top: 1rem;
  border: 0;
  padding: 0 4rem;
  border-radius: 2rem;
  background: #032e84;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cooperation-application .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.cooperation .index-partner {
  padding-top: 6.25rem;
}

.index-common-title h3 {
  font-size: 3rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: capitalize;
  text-align: center;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-center h2 {
  font-size: 4.25rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  letter-spacing: 0.75rem;
}
.index-banner-swiper .swiper-slide .bannertext-center-intro {
  margin-top: 4rem;
  max-width: 45%;
}
.index-banner-swiper .swiper-slide .bannertext-center-intro p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.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: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  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: 1.875rem;
  opacity: 1;
}
.index-banner-M {
  display: none;
}
.index-product {
  padding: 2.875rem 0;
}
.index-product-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;
}
.index-product-content .zhanwei {
  width: 19.375%;
  height: 0;
}
.index-product-content-item {
  width: 19.375%;
  padding: 0 1.875rem;
  margin-bottom: 0.75rem;
  background-color: #f6f8fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-product-content-item:hover {
  -webkit-box-shadow: 0 0 0.875rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.875rem 0 rgba(0, 0, 0, 0.15);
}
.index-product-content-item .ipci-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 2.5rem;
}
.index-product-content-item .ipci-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-product-content-item .ipci-textbx-intro {
  margin: 1rem 0 0.625rem;
  min-height: 3.5rem;
}
.index-product-content-item .ipci-textbx-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.index-product-content-item .ipci-textbx .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: auto;
  height: 2.5rem;
  padding: 0 2.25rem;
  border-radius: 1.25rem;
  background-color: #032e84;
}
.index-product-content-item .ipci-textbx .morebtn a:hover {
  text-decoration: underline;
}
.index-product-content-item .ipci-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: 31/28;
  margin-top: 1rem;
}
.index-product-content-item .ipci-imgbx img {
  max-width: 90%;
  max-height: 90%;
}
.index-business .mainbx {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-business-content {
  position: relative;
  padding: 0 10%;
  margin-top: 3.125rem;
}
.index-business-content .swiper-btn {
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #032e84;
  z-index: 3;
}
.index-business-content .swiper-btn .iconfont {
  font-size: 1.5rem;
  color: #fff;
}
.index-business-content .swiper-btn-prev {
  left: 0;
}
.index-business-content .swiper-btn-next {
  right: 0;
}
.index-business-swiper {
  width: 100%;
}
.index-business-swiper .swiper-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
.index-business-swiper .swiper-slide .business-textbx {
  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;
  position: absolute;
  inset: 0;
  padding: 5% 1.25rem;
}
.index-business-swiper .swiper-slide .business-textbx h4 {
  font-size: 2.125rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-business-swiper .swiper-slide .business-textbx em {
  width: 3.125rem;
  height: 1px;
  background-color: #fff;
  margin: 1.25rem 0 0.625rem;
}
.index-business-swiper .swiper-slide .business-textbx-intro {
  width: 90%;
  margin: 0 auto;
}
.index-business-swiper .swiper-slide .business-textbx-intro p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.index-magicbot {
  position: relative;
  padding: 6.875rem 0 0;
  background-image: url(https://ebai-src.oss-cn-beijing.aliyuncs.com/moduojiaoyu/img/index_magicbot_bg.webp);
}
.index-magicbot-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: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  inset: 0;
  padding-top: 6.875rem;
}
.index-magicbot-left {
  width: 50%;
}
.index-magicbot-left .index-common-title h3 {
  text-align: left;
}
.index-magicbot-left .index-common-title h4 {
  font-size: 1.875rem;
  color: #666;
  line-height: 1.4em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  max-width: 85%;
  margin-top: 1.5rem;
}
.index-magicbot-left-intro {
  margin: 5rem 0 4rem;
}
.index-magicbot-left-intro p {
  display: none;
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-magicbot-left-intro p:first-child, .index-magicbot-left-intro p:nth-child(2) {
  display: block;
}
.index-magicbot-left .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 3rem;
}
.index-magicbot-left .morebtn:hover a {
  text-decoration: underline;
}
.index-magicbot-left .morebtn a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  width: auto;
  height: 100%;
  border-radius: 1.5rem;
  padding: 0 1.5rem;
  background-color: #032e84;
}
.index-magicbot-right {
  width: 38.90625%;
  margin-left: auto;
  margin-right: 10%;
}
.index-magicbot-right img {
  width: 100%;
  height: auto;
}
.index-ai {
  padding: 6.25rem 0;
  background-color: #f2f4f5;
}
.index-ai-swiper {
  margin-top: 5rem;
}
.index-ai-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.index-ai-swiper .swiper-slide {
  position: relative;
  padding: 2rem 2rem 0;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-ai-swiper .swiper-slide:hover {
  background-color: #032e84;
}
.index-ai-swiper .swiper-slide:hover .imgbx img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-ai-swiper .swiper-slide:hover .imgbx span {
  opacity: 1;
}
.index-ai-swiper .swiper-slide:hover .textbx h4 {
  color: #fff;
}
.index-ai-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;
  position: relative;
  width: 100%;
  aspect-ratio: 35/47;
  background-color: #ececec;
}
.index-ai-swiper .swiper-slide .imgbx span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.5rem;
  color: #032e84;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-ai-swiper .swiper-slide .imgbx img {
  max-width: 80%;
  max-height: 70%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-ai-swiper .swiper-slide .textbx {
  width: 100%;
  padding: 1.875rem 0;
}
.index-ai-swiper .swiper-slide .textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 2rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-profile {
  padding: 5rem 0;
}
.index-profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-profile-content-left {
  position: relative;
  width: 42.1875%;
  aspect-ratio: 54/49;
  border-radius: 0.625rem;
  overflow: hidden;
}
.index-profile-content-left:hover {
  cursor: pointer;
}
.index-profile-content-left:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index-profile-content-left:hover .playbtn {
  background-color: #032e84;
}
.index-profile-content-left:hover .playbtn .iconfont {
  color: #fff;
}
.index-profile-content-left img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-profile-content-left .playbtn {
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-profile-content-left .playbtn .iconfont {
  font-size: 2rem;
  color: #032e84;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-profile-content-right {
  width: 54.6875%;
}
.index-profile-content-right .index-common-title h3 {
  text-align: left;
}
.index-profile-content-right .index-common-title h4 {
  font-size: 1.5rem;
  color: #666;
  line-height: 3.25rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-top: 1.25rem;
}
.index-profile-content-right .intro {
  margin-top: 2.5rem;
}
.index-profile-content-right .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-profile-num {
  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-profile-num-item {
  width: 32.03125%;
  padding: 2.5rem 2.75rem;
  border-radius: 0.625rem;
  background-color: #f2f4f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-profile-num-item .numbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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: 1.25rem;
  color: #032e84;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.5rem;
}
.index-profile-num-item .numbx span {
  font-size: 3.75rem;
  line-height: 0.9em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-right: 0.25rem;
}
.index-profile-num-item .txtbx {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-new {
  padding: 5rem 0;
  background-color: #f2f4f5;
}
.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: 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-new-content-item {
  position: relative;
  width: 31.25%;
  background-color: #fff;
}
.index-new-content-item:hover .inci-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-new-content-item:hover .inci-textbx-center h4 {
  color: #032e84;
}
.index-new-content-item:hover .inci-textbx-center .more {
  text-decoration: underline;
}
.index-new-content-item .inci-imgbx {
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
}
.index-new-content-item .inci-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-new-content-item .inci-textbx {
  width: 100%;
  padding: 1.25rem 1.875rem 0;
}
.index-new-content-item .inci-textbx-center {
  padding-bottom: 1rem;
}
.index-new-content-item .inci-textbx-center .type {
  font-size: 0.875rem;
  color: #032e84;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-new-content-item .inci-textbx-center h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.75rem;
  margin: 0.5rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-new-content-item .inci-textbx-center .intro {
  margin-bottom: 2.5rem;
}
.index-new-content-item .inci-textbx-center .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.75rem;
}
.index-new-content-item .inci-textbx-center .more {
  font-size: 0.875rem;
  color: #032e84;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-new-content-item .inci-textbx-bottom {
  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: 3.125rem;
  border-top: 1px solid rgba(168, 168, 168, 0.2);
}
.index-new-content-item .inci-textbx-bottom .time,
.index-new-content-item .inci-textbx-bottom .see {
  font-size: 0.875rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-new-content-item .inci-textbx-bottom .iconfont {
  font-size: 1rem;
  color: #666;
}
.index-partner {
  padding: 0 0 3.75rem;
}
.index-partner-content {
  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: wrap;
      flex-wrap: wrap;
  padding: 0 2.125rem;
  margin-top: 3.125rem;
}
.index-partner-content .zhanwei {
  width: 14.5945945946%;
  height: 0;
}
.index-partner-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 14.5945945946%;
  aspect-ratio: 27/14;
  margin-bottom: 2.5rem;
}
.index-partner-content-item img {
  max-width: 100%;
  max-height: 100%;
}

.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.showvideo .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.showvideo .center .closebtn {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 89;
}
.showvideo .center .closebtn:hover {
  cursor: pointer;
  background-color: #032e84;
}
.showvideo .center .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showvideo_content {
  width: 100%;
  height: 100%;
}
.showvideo_content video,
.showvideo_content iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .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: 70vh;
  }
  .index-banner-M .index-banner-swiper {
    width: 100%;
    height: 70vh;
  }
  .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 h2 {
    font-size: 2.75rem;
    text-align: center;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-center h2 br {
    display: none;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-center-intro {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-center-intro p {
    line-height: 2.5rem;
  }
  .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: #032e84;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index-business {
    padding: 3rem 0;
  }
  .index-business-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .index-business-content-item {
    width: 49%;
  }
  .index-business-content-item:first-child, .index-business-content-item:nth-child(2) {
    margin-bottom: 0.75rem;
  }
  .index-business-content-item .ibci-imgbx {
    height: 15rem;
  }
  .index-business-content-item .ibci-textbx {
    padding: 1.25rem 5% 2.5rem;
  }
  .index-business-content-item .ibci-textbx h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .index-magicbot {
    padding: 3rem 0 0;
    background-image: none;
  }
  .index-magicbot .index-common-title h3 {
    font-size: 2.5rem;
  }
  .index-magicbot .index-common-title h4 {
    max-width: 100%;
  }
  .index-magicbot-wrapper {
    position: relative;
  }
  .index-magicbot-left {
    width: 100%;
  }
  .index-magicbot-left-intro {
    margin: 2rem 0;
  }
  .index-magicbot-right {
    position: relative;
    width: 100%;
  }
  .index-magicbot-right img {
    width: 75%;
    margin: 2rem auto;
  }
  .index-ai {
    padding: 3rem 0;
  }
  .index-ai-swiper .swiper-slide .imgbx {
    aspect-ratio: 35/42;
  }
  .index-new {
    padding: 3rem 0;
  }
  .index-new-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-new-content-item {
    width: 100%;
  }
  .index-new-content-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index-profile {
    padding: 3rem 0;
  }
  .index-profile-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-profile-content-left {
    width: 100%;
  }
  .index-profile-content-left img {
    width: 90%;
    margin: 0 auto;
  }
  .index-profile-content-right {
    width: 100%;
  }
  .index-profile-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-profile-num-item {
    width: 100%;
  }
  .index-profile-num-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index-partner-content {
    padding: 0 1rem;
  }
  .index-partner-content-item {
    width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1280,
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1280,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1280,
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index-header-container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .index-product-content-item .ipci-textbx h4 {
    font-size: 1.25rem;
  }
  .index-business-content .swiper-btn-prev {
    left: 1rem;
  }
  .index-business-content .swiper-btn-next {
    right: 1rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1280,
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .index-header-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1280,
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@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;
  }
}