@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @Description  : 主文件
*/
.w1200 {
  width: 75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1400 {
  width: 87.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1600 {
  width: 100rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: #111;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #111;
  font-size: 1.875rem;
  line-height: 5rem;
}
.swiper-btn:hover {
  background: #093a95;
}

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @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: #093a95;
}

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

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

.import-color {
  color: #093a95 !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 .w1600 {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-banner-textbx h1 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-top: 2rem;
}
.common-banner-textbx p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: capitalize;
}
.common-title p {
  font-size: 1.875rem;
  color: #666;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common-title h2 {
  font-size: 3.125rem;
  color: #111;
  line-height: 4.375rem;
  font-weight: 700;
  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: #093a95;
  color: #fff;
}
.common-navbox-left li:hover a {
  text-decoration: underline;
}
.common-navbox-left li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common-navbox-crumb p {
  width: 100%;
  height: 2.5rem;
  font-size: 0.75rem;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-crumb p i {
  font-size: 1.25rem;
  color: #666666;
}
.common-navbox-crumb p a {
  font-size: 0.75rem;
  color: #666666;
  margin: 0 0.25rem;
}
.common-navbox-crumb p a:hover {
  color: #093a95;
}
.common-pagination {
  width: 100%;
}
.common-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  font-size: 1rem;
  color: #111;
  margin: 0 0.5rem;
  padding: 0.625rem;
  border: 0;
  border-radius: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common-pagination a:hover {
  color: #fff;
  background-color: #093a95;
  border-color: #093a95;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #093a95;
  border-color: #093a95;
}
.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: #093a95;
}
.common-pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common-pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #093a95;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.3vh;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  z-index: 99;
}
.index-header.scrolldown, .index-header:hover {
  background: #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 {
  opacity: 0;
}
.index-header.scrolldown .index-header-left .logobox img.logoimg2, .index-header:hover .index-header-left .logobox img.logoimg2 {
  opacity: 1;
}
.index-header.scrolldown .index-header-nav-item .level1, .index-header:hover .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 {
  color: #093a95;
}
.index-header .header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-header-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46%;
}
.index-header-left .logobox {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.index-header-left .logobox img {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-left .logobox img.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;
}
.index-header-nav-m {
  display: none;
}
.index-header-nav .navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index-header-nav-item {
  position: relative;
  height: 100%;
  margin: 0 2.5rem;
}
.index-header-nav-item .level1 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
  color: #fff;
  line-height: 9.3vh;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown {
  position: absolute;
  top: 9.3vh;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-nav-item .dropdown li {
  position: relative;
}
.index-header-nav-item .dropdown li a {
  font-size: 1.125rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  white-space: nowrap;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .dropdown li a:hover {
  background-color: #093a95;
  color: #fff;
}
.index-header-nav-item.index-header-nav-item__active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover a {
  color: #093a95;
}
.index-header-nav-item:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header .inner-header-icon {
  display: none;
}
.index-footer {
  position: relative;
  background-color: #fff;
  z-index: 3;
}
.index-footer-content-top {
  padding: 2.25rem 0;
  border-bottom: 1px solid rgba(236, 236, 236, 0.7);
}
.index-footer-content-top img {
  display: block;
  height: 2.875rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-footer-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: 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: 2.5rem 0 5rem;
}
.index-footer-content-center .ifcc-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-footer-content-center .ifcc-left-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: 2.5rem;
}
.index-footer-content-center .ifcc-left-nav li:not(:last-child) {
  margin-right: 3.125rem;
}
.index-footer-content-center .ifcc-left-nav li a {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-center .ifcc-left-nav li a:hover {
  color: #093a95;
  text-decoration: underline;
}
.index-footer-content-center .ifcc-left-operations p,
.index-footer-content-center .ifcc-left-operations a, .index-footer-content-center .ifcc-left-copyright p,
.index-footer-content-center .ifcc-left-copyright a {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-center .ifcc-left-operations a:hover, .index-footer-content-center .ifcc-left-copyright a:hover {
  color: #093a95;
}
.index-footer-content-center .ifcc-left-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 2rem;
}
.index-footer-content-center .ifcc-left-media li:not(:last-child) {
  margin-right: 1.875rem;
}
.index-footer-content-center .ifcc-left-media li a {
  font-size: 1.25rem;
  color: #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-content-center .ifcc-left-media li a:hover {
  color: #093a95;
}
.index-footer-content-center .ifcc-right {
  width: 9.375rem;
}
.index-footer-content-center .ifcc-right img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .padding-module {
    padding: 3rem 0;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .common-banner {
    width: 100%;
    height: 40vh;
  }
  .common-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-textbx {
    top: 50%;
  }
  .common-banner-textbx .text {
    max-width: 100%;
  }
  .common-banner-textbx h2 {
    font-size: 2.5rem;
  }
  .common-title h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .common-navbox ul {
    overflow-x: auto;
  }
  .common-navbox ul li a {
    white-space: nowrap;
  }
  .common-pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-pagebtn a {
    max-width: 100%;
  }
  .index-header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99;
  }
  .index-header:hover .inner-header-icon, .index-header.scrolldown .inner-header-icon {
    display: none;
    color: #2b2b2b;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index-header:hover .inner-header-icon:hover, .index-header.scrolldown .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header:hover .inner-header-icon span, .index-header.scrolldown .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 .inner-header-icon span:nth-child(1), .index-header.scrolldown .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 .inner-header-icon span:nth-child(2), .index-header.scrolldown .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header:hover .inner-header-icon span:nth-child(3), .index-header.scrolldown .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 .inner-header-icon-click span, .index-header.scrolldown .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .index-header:hover .inner-header-icon-click span:nth-child(1), .index-header.scrolldown .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 .inner-header-icon-click span:nth-child(2), .index-header.scrolldown .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 .inner-header-icon-click span:nth-child(3), .index-header.scrolldown .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index-header:hover .inner-header-icon-out span, .index-header.scrolldown .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index-header:hover .inner-header-icon-out span:nth-child(1), .index-header.scrolldown .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 .inner-header-icon-out span:nth-child(2), .index-header.scrolldown .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 .inner-header-icon-out span:nth-child(3), .index-header.scrolldown .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: 90.7vh;
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index-header-nav-m .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index-header-nav-m .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index-header-nav-m .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1,
  .index-header-nav-m .cd-accordion-menu > li .level2,
  .index-header-nav-m .cd-accordion-menu > li .level3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 a,
  .index-header-nav-m .cd-accordion-menu > li .level2 a,
  .index-header-nav-m .cd-accordion-menu > li .level3 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down i,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down i,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down i {
    display: none;
    color: #333;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down i.active,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down i.active,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down i.active {
    display: block;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down i.icon-jianhao,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index-header-nav-m .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index-header-nav-m .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index-header-nav-m .has-children.active > .level1 > a {
    color: #093a95;
  }
  .index-header-nav-m .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index-header-nav-m .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index-header-nav-m .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index-header-nav-m .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index-header-nav-m .cd-accordion-menu > li .level2 a,
  .index-header-nav-m .cd-accordion-menu > li .level3 a {
    font-weight: 400;
  }
  .index-header-right {
    position: static;
  }
  .index-header-right .search {
    display: none;
  }
  .index-header-right .search-m {
    display: block;
  }
  .index-header-right .search-m-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 100%;
  }
  .index-header-right .search-m-top.active i.iconbx1 {
    display: none;
  }
  .index-header-right .search-m-top.active i.iconbx2 {
    display: block;
  }
  .index-header-right .search-m-top i {
    display: none;
    font-size: 1.875rem;
    color: #333;
  }
  .index-header-right .search-m-top i.iconbx1 {
    display: block;
  }
  .index-header-right .search-m-top i.iconbx2 {
    display: none;
  }
  .index-header-right .search-m-searchdown {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index-header-right .search-m-searchdown.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index-header-right .search-m-searchdown form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .index-header-right .search-m-searchdown form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
    height: 3.125rem;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 0.625rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index-header-right .search-m-searchdown form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index-header-right .search-m-searchdown form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index-header .inner-header-icon {
    display: none;
    color: #fff;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index-header .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #111;
  }
  .index-header .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index-header .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index-header .inner-header-icon-click span {
    background: #fff;
  }
  .index-header .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index-header .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index-header .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index-header .inner-header-icon-out span {
    background: #fff;
  }
  .index-header .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index-header .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index-header .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index-header .inner-header-icon-click span {
    background-color: #2b2b2b;
  }
  .index-footer-content-top img {
    margin: 0 auto;
  }
  .index-footer-content-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index-footer-content-center .ifcc-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 1.5rem;
  }
  .index-footer-content-center .ifcc-left-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-footer-content-center .ifcc-left-nav li {
    width: 25%;
    margin-bottom: 1rem;
  }
  .index-footer-content-center .ifcc-left-nav li:not(:last-child) {
    margin-right: 0;
  }
  .index-footer-content-center .ifcc-left-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-footer-content-center .ifcc-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .index-footer-content-center .ifcc-right img {
    width: 40%;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .index-header-nav-item {
    margin: 0 1.875rem;
  }
  .index-header-nav-item .level1 {
    font-weight: 600;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @Description  : 主文件
*/
.news-content {
  padding: 6.25rem 0;
}
.news-content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: 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;
}
.news-content-nav a {
  font-size: 1.125rem;
  color: #111;
  line-height: 2.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.875rem;
  border: 1px solid rgba(237, 237, 237, 0);
  padding: 0 2.25rem;
  border-radius: 0.625rem;
}
.news-content-nav a:first-child {
  margin-right: 1.875rem;
}
.news-content-nav a.news-content-nav-item__active {
  border-color: rgba(17, 17, 17, 0.5);
  color: #093a95;
}
.news-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;
  margin-bottom: 1.25rem;
}
.news-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.news-content-list-item {
  position: relative;
  width: 31.25%;
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}
.news-content-list-item:hover .ncli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-content-list-item:hover .ncli-textbx h4 {
  color: #093a95;
}
.news-content-list-item .ncli-imgbx {
  width: 100%;
  aspect-ratio: 25/13;
  overflow: hidden;
}
.news-content-list-item .ncli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-content-list-item .ncli-textbx {
  width: 100%;
  padding: 1.125rem 1.25rem;
}
.news-content-list-item .ncli-textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 2.25rem;
  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: 4.5rem;
}
.news-content-list-item .ncli-textbx .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-top: 0.625rem;
}

.newdetail-content {
  padding: 6.25rem 0;
}
.newdetail-content-header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.newdetail-content-header h2 {
  font-size: 1.75rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "MiSans-Demibold";
  text-align: center;
}
.newdetail-content-header .time {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
  margin-top: 1.25rem;
}
.newdetail-content-center {
  padding: 2.5rem 0;
}
.newdetail-content-center p {
  font-size: 1rem;
  color: #666;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail-content-center strong {
  font-weight: 700;
}
.newdetail-content-center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .news-content {
    padding: 3rem 0;
  }
  .news-content-list-item {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @Description  : 主文件
*/
.brands-content {
  padding: 6.25rem 0;
}
.brands-content-nav {
  margin-bottom: 4rem;
}
.brands-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 3rem;
}
.brands-content-nav-list a {
  font-size: 1.125rem;
  color: #111;
  line-height: 2.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.875rem;
  border: 1px solid rgba(237, 237, 237, 0);
  padding: 0 2.25rem;
  border-radius: 0.625rem;
}
.brands-content-nav-list a.bcnl-item__active {
  border-color: rgba(17, 17, 17, 0.5);
  color: #093a95;
}
.brands-content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  border-radius: 1.25rem;
  background-color: #093a95;
  overflow: hidden;
}
.brands-content-list-item:not(:last-child) {
  margin-bottom: 3.125rem;
}
.brands-content-list-item .bcli-left {
  width: 43.75%;
  padding: 8% 4%;
}
.brands-content-list-item .bcli-left-title h3 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 4.375rem;
  font-weight: 700;
  font-family: "MiSans-Regular";
}
.brands-content-list-item .bcli-left-intro {
  margin: 15% 0;
}
.brands-content-list-item .bcli-left-intro p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.brands-content-list-item .bcli-left-detailbtn a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.brands-content-list-item .bcli-left-detailbtn a:hover {
  text-decoration: underline;
}
.brands-content-list-item .bcli-imgbx {
  width: 56.25%;
  aspect-ratio: 90/73;
  overflow: hidden;
}

.branddetail-topbx {
  padding: 3.125rem 0 5.625rem;
}
.branddetail-topbx a.branddetail-topbx-return {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.branddetail-topbx a.branddetail-topbx-return:hover {
  color: #093a95;
  text-decoration: underline;
}
.branddetail-topbx-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: 1.5rem;
}
.branddetail-topbx-content-left {
  width: 38.125%;
  height: 30rem;
}
.branddetail-topbx-content-left .leftswiper {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  float: left;
  width: 18%;
  height: 100%;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 1.5rem;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.branddetail-topbx-content-left .leftswiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.branddetail-topbx-content-left .leftswiper .swiper-btn:hover {
  background-color: transparent;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn:hover span {
  color: #093a95;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn span {
  font-size: 1.5rem;
  color: #666;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn:hover span {
  opacity: 1;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn-prev {
  left: 0.5%;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn-prev span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.branddetail-topbx-content-left .leftswiper .swiper-btn-next {
  right: 0.5%;
}
.branddetail-topbx-content-left .leftswiper .swiper-btn-next span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.branddetail-topbx-content-left .branddetail-list-swiper {
  display: block;
  width: 100%;
  height: calc(100% - 3.25rem);
  background-color: #fff;
  overflow: hidden;
}
.branddetail-topbx-content-left .branddetail-list-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow: hidden;
}
.branddetail-topbx-content-left .branddetail-list-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.branddetail-topbx-content-left .branddetail-list-swiper .swiper-slide-thumb-active {
  border-color: #093a95;
}
.branddetail-topbx-content-left .branddetail-swiper {
  float: right;
  position: relative;
  width: 79%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.branddetail-topbx-content-left .branddetail-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  aspect-ratio: 1;
  overflow: hidden;
}
.branddetail-topbx-content-left .branddetail-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.branddetail-topbx-content-info {
  width: 61.875%;
  padding-left: 4%;
  padding-right: 12%;
  padding: 1rem 12% 1rem 4%;
}
.branddetail-topbx-content-info h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.branddetail-topbx-content-info .intro {
  margin: 3rem 0;
}
.branddetail-topbx-content-info .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.branddetail-topbx-content-info .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 10rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #093a95;
}
.branddetail-topbx-content-info .contactbtn a:hover {
  text-decoration: underline;
}
.branddetail-content {
  margin-bottom: 6.25rem;
}
.branddetail-content img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .brands-content {
    padding: 3rem 0;
  }
  .brands-content-nav {
    margin-bottom: 2.5rem;
  }
  .brands-content-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brands-content-nav-list .bcnl-item {
    white-space: nowrap;
    margin-bottom: 1rem;
  }
  .brands-content-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brands-content-list-item .bcli-left {
    width: 100%;
  }
  .brands-content-list-item .bcli-left-title h3 {
    font-size: 2.5rem;
  }
  .brands-content-list-item .bcli-left-intro {
    margin: 2rem 0;
  }
  .brands-content-list-item .bcli-imgbx {
    width: 100%;
  }
  .branddetail-topbx {
    padding: 2.5rem 0 3rem;
  }
  .branddetail-topbx-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .branddetail-topbx-content-left {
    width: 100%;
    height: auto;
  }
  .branddetail-topbx-content-left .branddetail-swiper {
    float: none;
    width: 100%;
    height: auto;
  }
  .branddetail-topbx-content-left .leftswiper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 7.5rem;
    margin-top: 1.25rem;
  }
  .branddetail-topbx-content-left .leftswiper .swiper-btn {
    width: 1.5rem;
    height: 100%;
  }
  .branddetail-topbx-content-left .leftswiper .swiper-btn-prev span, .branddetail-topbx-content-left .leftswiper .swiper-btn-next span {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .branddetail-topbx-content-left .branddetail-list-swiper {
    width: calc(100% - 3.5rem);
    height: auto;
  }
  .branddetail-topbx-content-info {
    width: 100%;
    padding: 1.5rem 0;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @Description  : 主文件
*/
.about-banner {
  position: relative;
  padding: 5rem 0 7.5rem;
  margin-top: 9.3vh;
}
.about-banner .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.about-banner-container {
  position: relative;
  z-index: 1;
}
.about-banner-textbx {
  width: 46%;
}
.about-banner-textbx span {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-banner-textbx h1 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3.375rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin: 0.625rem 0;
}
.about-banner-textbx-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile {
  padding: 6.25rem 0 2.5rem;
  background-image: url(../images/about_bg1.jpg);
}
.about-profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.about-profile-textbx {
  width: 56.25%;
}
.about-profile-textbx-intro {
  margin: 4.5rem 0 3.125rem;
}
.about-profile-textbx-intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile-textbx-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;
}
.about-profile-textbx-list .aptl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 45%;
}
.about-profile-textbx-list .aptl-item:first-child, .about-profile-textbx-list .aptl-item:nth-child(2) {
  margin-bottom: 4rem;
}
.about-profile-textbx-list .aptl-item .iconfont {
  font-size: 5rem;
  color: #9ac0ea;
}
.about-profile-textbx-list .aptl-item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
}
.about-profile-textbx-list .aptl-item-txt h4 {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 600;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.about-profile-textbx-list .aptl-item-txt p {
  font-size: 0.875rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-profile-imgbx {
  width: 36.25%;
}
.about-profile-imgbx img {
  width: 100%;
  height: auto;
}
.about-mission {
  padding: 6.25rem 0;
  overflow: hidden;
}
.about-mission-swiper-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  overflow: hidden;
}
.about-mission-swiper-item img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-mission-swiper-item .amsi-textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 2.5rem 1.875rem;
  background-color: #f8f8f8;
}
.about-mission-swiper-item .amsi-textbx h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 600;
  font-family: "MiSans-Regular";
}
.about-mission-swiper-item .amsi-textbx-intro {
  margin-top: 2rem;
  min-height: 5.625rem;
}
.about-mission-swiper-item .amsi-textbx-intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-culture {
  padding: 6.25rem 0;
  position: relative;
}
.about-culture-imgbx {
  position: relative;
  width: 44.3%;
  aspect-ratio: 17/15;
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
.about-culture-imgbx .culture-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-culture-imgbx .culture-img__active {
  opacity: 1;
}
.about-culture-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 6.25rem 0;
}
.about-culture-content .w1600 {
  height: 100%;
}
.about-culture-content-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: 56.875%;
  height: 100%;
  padding: 1.5rem 7%;
}
.about-culture-content-textbx .acct-center-intro {
  margin-top: 3.75rem;
}
.about-culture-content-textbx .acct-center-intro h3 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 600;
  font-family: "MiSans-Regular";
  margin-bottom: 1.25rem;
}
.about-culture-content-textbx .acct-center-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-culture-content-textbx .about-culture-swiper {
  position: relative;
  padding-bottom: 10rem;
  overflow: hidden;
}
.about-culture-content-textbx .about-culture-swiper-item {
  width: 100%;
  background-color: #fff;
}
.about-culture-content-textbx .about-culture-swiper-item .acsi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.about-culture-content-textbx .about-culture-swiper-item .acsi-title-iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.25rem;
}
.about-culture-content-textbx .about-culture-swiper-item .acsi-title-iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-culture-content-textbx .about-culture-swiper-item .acsi-title h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 600;
  font-family: "MiSans-Regular";
}
.about-culture-content-textbx .about-culture-swiper-item .acsi-intro h5 {
  font-size: 1.125rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-culture-content-textbx .about-culture-swiper-item .acsi-intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-culture-content-textbx .about-culture-swiper .swiper-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #093a95;
  border-radius: 50%;
}
.about-culture-content-textbx .about-culture-swiper .swiper-btn:hover {
  background-color: #093a95;
}
.about-culture-content-textbx .about-culture-swiper .swiper-btn:hover span {
  color: #fff;
}
.about-culture-content-textbx .about-culture-swiper .swiper-btn span {
  font-size: 1.25rem;
  color: #093a95;
}
.about-culture-content-textbx .about-culture-swiper .swiper-btn-next {
  left: 3.75rem;
}
.about-strength {
  padding: 6.25rem 0;
  background-image: url(../images/about_bg1.jpg);
}
.about-strength-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-strength-left {
  width: 49%;
}
.about-strength-left .about-strength-swiper {
  position: relative;
  padding-bottom: 10rem;
  margin-top: 4rem;
}
.about-strength-left .about-strength-swiper-item {
  background-color: #fff;
}
.about-strength-left .about-strength-swiper-item h3 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 600;
  font-family: "MiSans-Regular";
}
.about-strength-left .about-strength-swiper-item .assi-intro {
  margin-top: 3.125rem;
}
.about-strength-left .about-strength-swiper-item .assi-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-strength-left .about-strength-swiper-item .assi-intro strong {
  font-weight: 700;
}
.about-strength-left .about-strength-swiper .swiper-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #093a95;
  border-radius: 50%;
}
.about-strength-left .about-strength-swiper .swiper-btn:hover {
  background-color: #093a95;
}
.about-strength-left .about-strength-swiper .swiper-btn:hover span {
  color: #fff;
}
.about-strength-left .about-strength-swiper .swiper-btn span {
  font-size: 1.25rem;
  color: #093a95;
}
.about-strength-left .about-strength-swiper .swiper-btn-next {
  left: 3.75rem;
}
.about-strength-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: 45%;
  aspect-ratio: 1;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
}
.about-strength-imgbx .strength-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-strength-imgbx .strength-img__active {
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .about-profile {
    padding: 3rem 0;
  }
  .about-profile-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-profile-textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about-profile-textbx-list .aptl-item {
    -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;
  }
  .about-profile-textbx-list .aptl-item:first-child, .about-profile-textbx-list .aptl-item:nth-child(2) {
    margin-bottom: 2rem;
  }
  .about-profile-textbx-list .aptl-item-txt {
    padding-left: 0;
    margin-top: 1.25rem;
  }
  .about-profile-textbx-list .aptl-item-txt h4 {
    text-align: center;
  }
  .about-profile-imgbx {
    width: 100%;
  }
  .about-mission {
    padding: 3rem 0;
  }
  .about-culture {
    padding: 3rem 0;
  }
  .about-culture-content {
    position: relative;
    padding: 0 0 3rem;
  }
  .about-culture-content-textbx {
    width: 100%;
    padding: 0;
  }
  .about-culture-content-textbx .about-culture-swiper {
    padding-bottom: 5rem;
  }
  .about-culture-imgbx {
    width: 100%;
    aspect-ratio: auto;
    height: 30rem;
  }
  .about-strength {
    padding: 3rem 0;
  }
  .about-strength-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-strength-left {
    width: 100%;
  }
  .about-strength-left .about-strength-swiper {
    padding-bottom: 5rem;
  }
  .about-strength-imgbx {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @Description  : 主文件
*/
.contact-info {
  padding: 6.25rem 0;
}
.contact-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 3%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-info-left .tel-title,
.contact-info-left .operations-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
.contact-info-left .tel-title .iconfont,
.contact-info-left .operations-title .iconfont {
  font-size: 2rem;
  color: #111;
}
.contact-info-left .tel-title span,
.contact-info-left .operations-title span {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-left: 0.625rem;
}
.contact-info-left .tel p,
.contact-info-left .operations p {
  font-size: 1.125rem;
  color: #999999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-info-left .wechat {
  width: 35%;
}
.contact-info-left .wechat img {
  width: 100%;
  height: auto;
}
.contact-info-right {
  width: 70%;
  height: 37.5rem;
}
.contact-info-right #map {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .contact-info {
    padding: 3rem 0;
  }
  .contact-info-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-info-left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-info-left .tel,
  .contact-info-left .operations {
    margin: 1.5rem 0;
  }
  .contact-info-right {
    width: 100%;
    height: 28rem;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-09-09 14:42:56
 * @LastEditTime : 2025-09-23 11:21:14
 * @Description  : 主文件
*/
.join-job {
  padding: 6.25rem 0;
}
.join-job-list {
  margin-top: 3.125rem;
}
.join-job-list .item {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.join-job-list .item:not(:last-child) {
  margin-bottom: 4.375rem;
}
.join-job-list .item-hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  padding: 0 3.75rem;
  background-color: #fff;
  border: 1px solid rgba(9, 58, 149, 0.2);
  z-index: 2;
  border-radius: 2.5rem;
}
.join-job-list .item-hd:hover {
  cursor: pointer;
}
.join-job-list .item-hd-md {
  position: relative;
  width: 25%;
}
.join-job-list .item-hd-md p {
  font-size: 1.125rem;
  color: #111;
  line-height: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.join-job-list .item-hd-md .xiala {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 2rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.join-job-list .item-bd {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  margin-top: -2.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.join-job-list .item-bd .detail {
  padding: 4.375rem 3.75rem 1.25rem;
  border: 1px solid #093a95;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.join-job-list .item-bd .detail-text {
  padding: 1.875rem 0;
}
.join-job-list .item-bd .detail-text .md {
  position: relative;
  width: 100%;
}
.join-job-list .item-bd .detail-text .md:not(:last-child) {
  margin-bottom: 3rem;
}
.join-job-list .item-bd .detail-text .md h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.join-job-list .item-bd .detail-text .md p {
  font-size: 1rem;
  color: #999;
  line-height: 2em;
}
.join-job-list .item-bd .detail-emailbtn {
  padding: 1.25rem 0;
}
.join-job-list .item-bd .detail-emailbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.625rem;
  height: 2.5rem;
  border: 1px solid #093a95;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #093a95;
  line-height: 2.5rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.join-job-list .item-bd .detail-emailbtn a:hover {
  cursor: pointer;
  background-color: #093a95;
  color: #fff;
}
.join-job-list .item.active {
  margin-bottom: 1.875rem;
}
.join-job-list .item.active .item-hd {
  background-color: #093a95;
}
.join-job-list .item.active .item-hd-md p {
  color: #fff;
}
.join-job-list .item.active .item-hd-md .xiala {
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.join-job-list .item.active .item-bd {
  max-height: 60rem;
  overflow: hidden;
  opacity: 1;
}
.join-job .morebtnbox {
  margin: 4.375rem auto 0;
  width: 10.625rem;
  height: 2.5rem;
}
.join-job .morebtnbox 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: 100%;
  height: 100%;
  border: 1px solid #093a95;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #093a95;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.join-job .morebtnbox a:hover {
  background-color: #093a95;
  color: #fff;
}
.join-message {
  padding: 6.25rem 0;
  background-color: #f5f8fb;
}
.join-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: 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;
}
.join-message-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 8%;
}
.join-message-left-text {
  margin-top: 4rem;
}
.join-message-left-text h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 600;
  font-family: "MiSans-Regular";
}
.join-message-left-text p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.join-message-right {
  width: 72%;
}
.join-message-right .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.join-message-right .formbx-item {
  width: 47.8%;
  height: 4rem;
  margin-bottom: 1.375rem;
}
.join-message-right .formbx-item input::-webkit-input-placeholder,
.join-message-right .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-item input:-moz-placeholder,
.join-message-right .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-item input::-moz-placeholder,
.join-message-right .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-item input:-ms-input-placeholder,
.join-message-right .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.join-message-right .formbx-text {
  width: 100%;
  height: 7.5rem;
  margin-bottom: 1.375rem;
}
.join-message-right .formbx-text input::-webkit-input-placeholder,
.join-message-right .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-text input:-moz-placeholder,
.join-message-right .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-text input::-moz-placeholder,
.join-message-right .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-text input:-ms-input-placeholder,
.join-message-right .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-text textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
}
.join-message-right .formbx-codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.875rem;
}
.join-message-right .formbx-codebx input::-webkit-input-placeholder,
.join-message-right .formbx-codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-codebx input:-moz-placeholder,
.join-message-right .formbx-codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-codebx input::-moz-placeholder,
.join-message-right .formbx-codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-codebx input:-ms-input-placeholder,
.join-message-right .formbx-codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Regular";
}
.join-message-right .formbx-codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.join-message-right .formbx-codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.75rem;
  border: 1px solid #f8f8f8;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  margin-left: 1rem;
}
.join-message-right .formbx-codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.join-message-right .formbx-btnbx {
  width: 100%;
}
.join-message-right .formbx-btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  border-radius: 0.625rem;
  background: #093a95;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.join-message-right .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .join-job {
    padding: 3rem 0;
  }
  .join-job-list .item-hd {
    padding: 0 1.25rem;
  }
  .join-job-list .item-hd-md {
    width: 32%;
  }
  .join-job-list .item-hd-md:nth-child(3), .join-job-list .item-hd-md:nth-child(4) {
    display: none;
  }
  .join-job-list .item-bd .detail {
    padding: 3.25rem 1.25rem 1.25rem;
  }
  .join-message {
    padding: 3rem 0;
  }
  .join-message-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .join-message-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .join-message-right {
    width: 100%;
  }
}
.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 .w1600 {
  position: relative;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-title h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-title em {
  display: block;
  width: 10.625rem;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 1.875rem;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-title p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  letter-spacing: 0.25rem;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle {
  position: relative;
  margin: 2.5rem 0;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle em {
  position: absolute;
  display: block;
  width: 0.875rem;
  height: 1.25rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle em.first {
  left: -1.15rem;
  top: 10%;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle em.last {
  right: -1.25rem;
  bottom: 9%;
  border-bottom: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle p {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-subtitle p strong {
  font-weight: 700;
}
.index-banner-swiper .swiper-slide .bannertext-center-txt-intro p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  letter-spacing: 0.25rem;
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox {
  width: 12.5rem;
  height: 2.5rem;
  margin-top: 5%;
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox-btn {
  width: 100%;
  height: 100%;
  border-radius: 1.5625rem;
  background-color: #093a95;
  border: 1px solid #093a95;
  border-radius: 0.625rem;
  -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: 0.875rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-banner-swiper .swiper-slide .bannertext-center .morebox-btn:hover {
  text-decoration: underline;
}
.index-banner-swiper .swiper-pagination {
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-banner-swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 0.325rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-banner-swiper .swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}
.index-banner-bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 44%;
  height: 5.625rem;
  padding: 0 8%;
  background: url(../images/index_banner_bottombg.png) no-repeat left center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.index-banner-bottombox .swiper-pagination {
  position: static;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.index-banner-bottombox .swiper-pagination-bullet {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-banner-bottombox .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}
.index-banner-bottombox .swiper-pagination-bullet-active {
  border-color: rgb(255, 255, 255);
}
.index-banner-bottombox-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-banner-bottombox-right .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: auto;
}
.index-banner-bottombox-right .swiper-btn .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
.index-banner-bottombox-right .swiper-btn-prev {
  margin-right: 5rem;
}
.index-banner-bottombox-right .swiper-btn-prev::after {
  position: absolute;
  right: -2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.125rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.index-banner-M {
  display: none;
}
.index-profile {
  background-image: url(../images/index_profile_bg1.jpg);
}
.index-profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10rem 0;
}
.index-profile-left {
  width: 56.25%;
}
.index-profile-left-intro {
  margin-top: 1.625rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(205, 205, 205, 0.2);
}
.index-profile-left-intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-profile-left-morebtn {
  margin-top: 6.25rem;
  width: 11.25rem;
  height: 3.375rem;
}
.index-profile-left-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.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  background-color: #093a95;
  border-radius: 0.625rem;
}
.index-profile-left-morebtn a:hover {
  text-decoration: underline;
}
.index-profile-right {
  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: 36%;
}
.index-profile-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 44%;
  aspect-ratio: 13/11;
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.625rem;
}
.index-profile-right-item .iconfont {
  font-size: 5rem;
  color: #9ac0ea;
  margin-bottom: 1.25rem;
}
.index-profile-right-item h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Demibold";
}
.index-profile-right-item:first-child, .index-profile-right-item:nth-child(2) {
  margin-bottom: 4rem;
}
.index-profile-right-item:nth-child(2n) {
  position: relative;
  top: 3.125rem;
}
.index-news {
  padding: 6.25rem 0;
  overflow: hidden;
}
.index-news-swiper {
  margin-top: 4rem;
}
.index-news-swiper-item {
  position: relative;
}
.index-news-swiper-item:hover .insi-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-news-swiper-item:hover .insi-textbx h4 {
  color: #093a95;
}
.index-news-swiper-item .insi-imgbx {
  width: 100%;
  height: auto;
  border-radius: 1.875rem;
  overflow: hidden;
}
.index-news-swiper-item .insi-imgbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-news-swiper-item .insi-textbx {
  width: 100%;
  padding: 1.5rem 0;
}
.index-news-swiper-item .insi-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1rem;
}
.index-news-swiper-item .insi-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;
}
.index-news-swiper-item .insi-textbx-bottom .time {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-news-swiper-item .insi-textbx-bottom .iconfont {
  font-size: 1.125rem;
  color: #999;
}
.index-brands {
  position: relative;
  padding: 8.75rem 0 3.75rem;
}
.index-brands-bgbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  z-index: 0;
}
.index-brands-imgbx {
  position: relative;
  width: 67.7%;
  aspect-ratio: 13/7;
  margin-left: auto;
  z-index: 2;
}
.index-brands-txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 8.75rem;
}
.index-brands-txt p {
  font-size: 4.5rem;
  color: rgba(17, 17, 17, 0.1);
  line-height: 8.75rem;
  font-weight: 700;
  font-family: "MiSans-Regular";
  text-align: center;
  text-transform: uppercase;
}
.index-brands-center {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.index-brands-center .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  padding-top: 8.75rem;
  padding-bottom: 3.75rem;
}
.index-brands-center-textbx {
  width: 28%;
}
.index-brands-center-textbx .ibct-intro {
  margin: 25% 0;
}
.index-brands-center-textbx .ibct-intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-brands-center-textbx .detailbtn a {
  font-size: 0.875rem;
  color: #093a95;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-brands-center-textbx .detailbtn a:hover {
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .index-banner {
    display: none;
  }
  .index-banner-M {
    display: block;
    width: 100%;
    height: auto;
  }
  .index-banner-M .index-banner-swiper {
    width: 100%;
    height: auto;
  }
  .index-banner-M .index-banner-swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index-banner-M .index-banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index-banner-M .index-banner-swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index-banner-M .index-banner-swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index-banner-M .index-banner-swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.8em;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination-bullet-active {
    background: #093a95;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index-profile-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .index-profile-left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .index-profile-left-intro {
    padding-top: 2rem;
  }
  .index-profile-left-morebtn {
    margin-top: 3rem;
  }
  .index-profile-right {
    width: 100%;
  }
  .index-brands {
    padding: 3rem 0 0;
  }
  .index-brands-bgbx {
    width: 100%;
  }
  .index-brands-txt {
    display: none;
  }
  .index-brands-center {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 3;
  }
  .index-brands-center .w1600 {
    padding-top: 0;
  }
  .index-brands-center-textbx {
    width: 100%;
  }
  .index-brands-center-textbx .ibct-intro {
    margin: 1.5rem 0;
  }
  .index-brands-imgbx {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index-header .navmain {
    padding: 0 2%;
  }
  .index-header-navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index-header-nav-item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}