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

.w1500 {
  width: 93.75rem;
  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;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-bt-ct {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-bt-st {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-bt-end {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-end-ct {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-end-st {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-end-end {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-st-ct {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-st-st {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-st-end {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

.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);
  }
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

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

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

.common_banner {
  position: relative;
  width: 100%;
  height: 37.5rem;
  margin-top: 5rem;
}
.common_banner_M {
  display: none;
}
.common_banner .imgbox,
.common_banner .videobox {
  position: relative;
  width: 100%;
  height: 100%;
}
.common_banner img {
  width: 100%;
  height: 100%;
}
.common_banner_textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.common_banner_textbx h1 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.25rem;
}
.common_banner_textbx p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "MiSans";
  text-transform: uppercase;
}
.common_banner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_banner .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.common_banner .playbtn i {
  font-size: 5rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_banner .playbtn:hover {
  cursor: pointer;
}
.common_banner .playbtn:hover i {
  color: #d1a463;
}
.common_navlist {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.common_navlist ul li {
  margin: 0 1.25rem;
}
.common_navlist ul li:first-child {
  margin-left: 0;
}
.common_navlist ul li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans";
}
.common_navlist ul li a:hover {
  color: #d1a463;
}
.common_morebtn {
  width: 12.5rem;
  height: 3.125rem;
}
.common_morebtn a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem;
  border: 0.1875rem solid #d1a463;
  border-radius: 1.5625rem;
  font-size: 1rem;
  color: #d1a463;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_morebtn a i {
  font-size: 1.125rem;
  color: #d1a463;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_morebtn a:hover {
  background-color: #d1a463;
  color: #fff;
}
.common_morebtn a:hover i {
  color: #fff;
}
.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: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  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: #d1a463;
  border-color: #d1a463;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #d1a463;
  border-color: #d1a463;
}
.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 {
  width: 3.75rem;
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #d1a463;
}
.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: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #d1a463;
}

.headshow {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 29;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headshow .item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}
.headshow .item.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}

.headshow2 {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headshow2 .item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}
.headshow2 .item.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}

.headnav {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 5rem);
  pointer-events: none;
  z-index: 1999;
  overflow: hidden;
  -webkit-transition: height 0.7s ease;
  transition: height 0.7s ease;
}
.headnav .levellist {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.headnav .levellist:hover .levelnav {
  left: 0;
  opacity: 1;
}
.headnav .levellist .imglevel {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.headnav .levellist .imglevel_list {
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.headnav .levellist .imglevel_list .imgbox {
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.headnav .levellist .levelnav {
  position: absolute;
  top: 0;
  left: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 14%;
  height: auto;
  padding-top: 3%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.headnav .levellist .levelnav > ul {
  width: 100%;
}
.headnav .levellist .levelnav > ul > li:not(:last-child) {
  margin-bottom: 4rem;
}
.headnav .levellist .levelnav > ul > li > a {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
  white-space: nowrap;
}
.headnav .levellist .levelnav > ul > li.active > a {
  color: #d1a463;
}
.headnav .levellist .levelnav > ul > li:hover .dropdown {
  left: 100%;
  pointer-events: auto;
  opacity: 1;
}
.headnav .levellist .levelnav > ul > li .dropdown {
  position: absolute;
  top: 0;
  left: 90%;
  width: auto;
  height: 100%;
  padding-top: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.headnav .levellist .levelnav > ul > li .dropdown ul li:not(:last-child) {
  margin-bottom: 4rem;
}
.headnav .levellist .levelnav > ul > li .dropdown ul li a {
  padding: 0 3rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3.5em;
  font-weight: 400;
  font-family: "MiSans";
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headnav .levellist .levelnav > ul > li .dropdown ul li.active a {
  color: #d1a463;
}
.headnav .levellist .levelnav > ul > li.current a {
  color: #d1a463;
}
.headnav .levellist .levelnav .bottombx {
  margin-top: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 0;
}
.headnav .levellist:first-child .levelnav > ul > li:first-child .dropdown ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0 1.875rem;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.headnav .levellist:first-child .levelnav > ul > li:first-child .dropdown ul li a .logobx {
  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: 10rem;
  height: 100%;
  margin-right: 0.25rem;
}
.headnav .levellist:first-child .levelnav > ul > li:first-child .dropdown ul li a .logobx img {
  display: block;
  max-width: 100%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.headnav .levellist:nth-child(2) .levelnav > ul > li .dropdown {
  display: none;
}

.materialshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 5%;
  height: 100vh;
  background-color: transparent;
  z-index: 3;
}

.indexcover {
  position: fixed;
  top: 5rem;
  display: none;
  width: 100%;
  height: calc(100vh - 5rem);
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.indexcover_center {
  position: relative;
  width: 100%;
  height: 100%;
}
.indexcover_center img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcover_center .iconbx {
  position: absolute;
  top: 22%;
  left: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.indexcover_center .iconbx_icon {
  width: 7.5rem;
}
.indexcover_center .iconbx_icon img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.indexcover_center .iconbx h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0);
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header.first, .index_header.insidehead, .index_header:hover {
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgb(0, 0, 0);
}
.index_header.first .logoimg img.headlogo1, .index_header.insidehead .logoimg img.headlogo1, .index_header:hover .logoimg img.headlogo1 {
  display: none;
}
.index_header.first .logoimg img.headlogo2, .index_header.insidehead .logoimg img.headlogo2, .index_header:hover .logoimg img.headlogo2 {
  display: block;
}
.index_header.first .index_header_nav_item > a, .index_header.insidehead .index_header_nav_item > a, .index_header:hover .index_header_nav_item > a {
  color: #fff;
}
.index_header.first .index_header_nav_item > a:hover, .index_header.insidehead .index_header_nav_item > a:hover, .index_header:hover .index_header_nav_item > a:hover {
  color: #d1a463;
}
.index_header.first .index_header_nav_item.active > a, .index_header.insidehead .index_header_nav_item.active > a, .index_header:hover .index_header_nav_item.active > a {
  color: #fff;
}
.index_header.first .rightbx .search form input::-webkit-input-placeholder,
.index_header.first .rightbx .search form textarea::-webkit-input-placeholder, .index_header.insidehead .rightbx .search form input::-webkit-input-placeholder,
.index_header.insidehead .rightbx .search form textarea::-webkit-input-placeholder, .index_header:hover .rightbx .search form input::-webkit-input-placeholder,
.index_header:hover .rightbx .search form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans";
}
.index_header.first .rightbx .search form input:-moz-placeholder,
.index_header.first .rightbx .search form textarea:-moz-placeholder, .index_header.insidehead .rightbx .search form input:-moz-placeholder,
.index_header.insidehead .rightbx .search form textarea:-moz-placeholder, .index_header:hover .rightbx .search form input:-moz-placeholder,
.index_header:hover .rightbx .search form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans";
}
.index_header.first .rightbx .search form input::-moz-placeholder,
.index_header.first .rightbx .search form textarea::-moz-placeholder, .index_header.insidehead .rightbx .search form input::-moz-placeholder,
.index_header.insidehead .rightbx .search form textarea::-moz-placeholder, .index_header:hover .rightbx .search form input::-moz-placeholder,
.index_header:hover .rightbx .search form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans";
}
.index_header.first .rightbx .search form input:-ms-input-placeholder,
.index_header.first .rightbx .search form textarea:-ms-input-placeholder, .index_header.insidehead .rightbx .search form input:-ms-input-placeholder,
.index_header.insidehead .rightbx .search form textarea:-ms-input-placeholder, .index_header:hover .rightbx .search form input:-ms-input-placeholder,
.index_header:hover .rightbx .search form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans";
}
.index_header.first .rightbx .search form input, .index_header.insidehead .rightbx .search form input, .index_header:hover .rightbx .search form input {
  color: #fff;
}
.index_header.first .rightbx .search form button i, .index_header.insidehead .rightbx .search form button i, .index_header:hover .rightbx .search form button i {
  color: #fff;
}
.index_header.first .rightbx .search form:hover, .index_header.insidehead .rightbx .search form:hover, .index_header:hover .rightbx .search form:hover {
  border-color: #fff;
}
.index_header .w1600 {
  height: 100%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 3.5rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .logoimg img.headlogo1 {
  display: block;
}
.index_header .logoimg img.headlogo2 {
  display: none;
}
.index_header .navbox {
  height: 100%;
}
.index_header_nav {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
  margin: 0 1.25rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  line-height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: rgba(0, 0, 0, 0.5);
  -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 ul {
  position: relative;
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a:hover {
  background-color: #d1a463;
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown5 {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background-color: #fff;
  min-width: 10rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li:hover .dropdown5 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item .dropdown ul li:hover .showimgbx {
  opacity: 1;
}
.index_header_nav_item.active > a {
  color: #fff;
  background-color: #d1a463;
}
.index_header_nav_item:hover a {
  color: #d1a463;
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 3;
}
.index_header .rightbx .search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.index_header .rightbx .search_M {
  display: none;
}
.index_header .rightbx .search form {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2.5rem;
  border: 0.125rem solid transparent;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .search form:hover {
  border: 0.125rem solid #fff;
}
.index_header .rightbx .search form:hover input {
  width: 10rem;
  padding: 0 1.25rem;
  opacity: 1;
  visibility: visible;
}
.index_header .rightbx .search form input::-webkit-input-placeholder,
.index_header .rightbx .search form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #fff;
}
.index_header .rightbx .search form input:-moz-placeholder,
.index_header .rightbx .search form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
}
.index_header .rightbx .search form input::-moz-placeholder,
.index_header .rightbx .search form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #fff;
}
.index_header .rightbx .search form input:-ms-input-placeholder,
.index_header .rightbx .search form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #fff;
}
.index_header .rightbx .search form input {
  display: block;
  width: 0;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .rightbx .search form button {
  position: relative;
  width: 2.5rem;
  height: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_header .rightbx .search form button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .inner-header-icon {
  display: none;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .banner_bg {
  width: 100%;
  max-height: 100vh;
}
.index_banner_swiper .swiper-slide .playbtn {
  position: absolute;
  top: 0;
  left: 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: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .playbtn:hover {
  cursor: pointer;
}
.index_banner_swiper .swiper-slide .playbtn i {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.8);
}
.index_banner_swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #fff;
  border-radius: 0.125rem;
  opacity: 0.4;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner_swiper .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.index_banner_swiper .swiper-btn:hover {
  background-color: transparent;
}
.index_banner_swiper .swiper-btn:hover span {
  color: rgb(255, 255, 255);
}
.index_banner_swiper .swiper-btn-prev {
  left: 1%;
}
.index_banner_swiper .swiper-btn-next {
  right: 1%;
}
.index_banner_M {
  display: none;
}
.index_common_btnbox .hrefbtn {
  width: 9rem;
  height: 2rem;
}
.index_common_btnbox .hrefbtn:not(:last-child) {
  margin-right: 3.75rem;
}
.index_common_btnbox .hrefbtn a {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 1rem;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_common_btnbox .hrefbtn a:hover {
  border-color: #d1a463;
  background-color: #d1a463;
}
.index_product .item {
  position: relative;
  width: 100%;
  height: auto;
}
.index_product .item img {
  width: 100%;
  height: auto;
  max-height: 100vh;
}
.index_product .item video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_product .item .index_common_btnbox {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
}
.index_footer {
  background-color: #160d02;
}
.index_footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_content .leftbx {
  width: 20%;
  padding-top: 2rem;
}
.index_footer_content .leftbx_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.index_footer_content .leftbx_center .logobx {
  width: 40%;
  height: auto;
  margin-bottom: 2.5rem;
}
.index_footer_content .leftbx_center .logobx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .leftbx_center .media ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_content .leftbx_center .media ul li:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_content .leftbx_center .media ul li a {
  font-size: 2rem;
  color: rgba(209, 164, 99, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .leftbx_center .media ul li a:hover {
  color: rgba(209, 164, 99, 0.8);
}
.index_footer_content .leftbx_center .media ul li .dropdown {
  position: absolute;
  top: 2.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_content .leftbx_center .media ul li .dropdown img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .leftbx_center .media ul li:hover .dropdown {
  opacity: 1;
}
.index_footer_content .rightbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-left: 1px solid rgba(217, 217, 217, 0.3);
  border-right: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_content .rightbx dl:not(:last-child) {
  margin-right: 8%;
}
.index_footer_content .rightbx dl dt {
  margin-bottom: 1.25rem;
}
.index_footer_content .rightbx dl dt a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .rightbx dl dt a:hover {
  color: #d1a463;
}
.index_footer_content .rightbx dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .rightbx dl dd a {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .rightbx dl dd a:hover {
  color: #fff;
}
.index_footer_content .contactbx {
  width: 18.75%;
  padding-left: 5%;
  padding-top: 2rem;
}
.index_footer_content .contactbx h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .contactbx .telbx {
  margin: 2.5rem 0 3.125rem;
}
.index_footer_content .contactbx .telbx p {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-top: 1.25rem;
}
.index_footer_content .contactbx .telbx span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.index_footer_content .contactbx .contactbtn {
  width: 6.875rem;
  height: 1.875rem;
  background-color: #383838;
  border-radius: 0.9375rem;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .contactbx .contactbtn:hover {
  background-color: #d1a463;
}
.index_footer_copyright {
  height: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.index_footer_copyright .w1600 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1600 p,
.index_footer_copyright .w1600 a {
  font-size: 0.875rem;
  color: #8b8b8b;
}
.index_footer_copyright .w1600 a:hover {
  color: #fff;
}
.index_sidebar {
  position: fixed;
  top: 60%;
  right: 0;
  -webkit-transform: translateX(66%);
      -ms-transform: translateX(66%);
          transform: translateX(66%);
  z-index: 19;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebar:hover {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.index_sidebar ul li {
  width: auto;
  height: 2.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.index_sidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.875rem;
  border-radius: 1.125rem;
  background-color: rgba(20, 19, 17, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_sidebar ul li a i {
  font-size: 1.125rem;
  color: #fff;
  margin-right: 0.625rem;
}
.index_sidebar ul li a p {
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebar ul li a:hover {
  background-color: #d1a463;
}

.material_banner {
  overflow: hidden;
}
.material_banner #navbox {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 26rem;
  opacity: 0;
  z-index: 8;
}
.material_navlist {
  position: fixed;
  top: 5rem;
  left: -100%;
  height: calc(100vh - 5rem);
  width: auto;
  background-image: url(../images/headnav_bg.jpg);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 15;
}
.material_navlist .leftbx {
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  height: 100%;
  z-index: 3;
}
.material_navlist .leftbx > ul {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.material_navlist .leftbx > ul > li {
  width: 100%;
}
.material_navlist .leftbx > ul > li:not(:last-child) {
  margin-bottom: 4rem;
}
.material_navlist .leftbx > ul > li > a {
  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: 3.5rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.5rem;
  z-index: 1;
}
.material_navlist .leftbx > ul > li .dropdown {
  position: absolute;
  top: 0;
  left: 70%;
  width: auto;
  height: 100%;
  padding: 2rem 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(35, 32, 29, 0.3);
  z-index: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.material_navlist .leftbx > ul > li .dropdown li {
  width: auto;
}
.material_navlist .leftbx > ul > li .dropdown li:not(:last-child) {
  margin-bottom: 4rem;
}
.material_navlist .leftbx > ul > li .dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.5rem;
  padding: 0 1.875rem;
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  line-height: 3.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_navlist .leftbx > ul > li .dropdown li a .logobx {
  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: 10rem;
  height: 100%;
  margin-right: 0.25rem;
}
.material_navlist .leftbx > ul > li .dropdown li a .logobx img {
  display: block;
  max-width: 100%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.material_navlist .leftbx > ul > li .dropdown li a i {
  position: relative;
  left: -1rem;
  font-size: 1rem;
  color: #fff;
  margin-left: 1.875rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_navlist .leftbx > ul > li .dropdown li a.active {
  color: #d1a463;
}
.material_navlist .leftbx > ul > li .dropdown li a.active i {
  left: 0;
  color: #d1a463;
  opacity: 1;
}
.material_navlist .leftbx > ul > li:last-child .dropdown ul {
  display: block;
}
.material_navlist .leftbx > ul > li:last-child .dropdown ul li {
  height: 6rem;
}
.material_navlist .leftbx > ul > li:last-child .dropdown ul li a {
  background-color: transparent;
}
.material_navlist .leftbx > ul > li:hover > a {
  color: #d1a463;
}
.material_navlist .leftbx > ul > li:hover .dropdown {
  left: 100%;
  opacity: 1;
  pointer-events: unset;
  z-index: 1;
}
.material_navlist .rightbx {
  position: relative;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.material_navlist .rightbx .levellist {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_navlist .rightbx .levellist.active {
  display: block;
  opacity: 1;
  z-index: 3;
}
.material_navlist .rightbx .levellist .item {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_navlist .rightbx .levellist .item.show {
  opacity: 1;
  z-index: 2;
}
.material_navlist .rightbx .levellist .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.material_module1 {
  padding: 6.25rem 0;
}
.material_module1 .title {
  margin-bottom: 4.5rem;
}
.material_module1 .title_hd h2 {
  font-size: 2.25rem;
  color: #111;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.material_module1 .title .intro {
  width: 66.25%;
}
.material_module1 .title .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "MiSans";
}
.material_module1 .center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.material_module1 .center .item {
  width: 21.875%;
  aspect-ratio: 7/5;
  background: #ffffff;
  border-bottom: 0 solid #d1a363;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.material_module1 .center .item:hover {
  border-bottom: 0.25rem solid #d1a363;
}
.material_module1 .center .item svg {
  font-size: 4.5rem;
  margin-bottom: 2rem;
}
.material_module1 .center .item h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.material_module1 .center .zhanwei {
  width: 21.875%;
  height: 0;
}
.material_module2 {
  padding: 5.625rem 0;
  background: url(../images/material_bg1.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.material_module2 .center {
  width: 37.5%;
}
.material_module2 .center_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.material_module2 .center_item .hd {
  position: relative;
  padding: 1.125rem 0;
}
.material_module2 .center_item .hd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ddd;
  z-index: 1;
}
.material_module2 .center_item .hd::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
  background-color: #d1a463;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_module2 .center_item .hd h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.material_module2 .center_item .hd i {
  font-size: 1rem;
  color: #111;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_module2 .center_item .bd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.material_module2 .center_item .bd p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.material_module2 .center_item .bd ul {
  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;
  margin-bottom: -3.75rem;
}
.material_module2 .center_item .bd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  margin-bottom: 3.75rem;
}
.material_module2 .center_item .bd ul li .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 3.125rem;
}
.material_module2 .center_item .bd ul li .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.material_module2 .center_item .bd ul li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1.125rem;
  padding-left: 1.25rem;
}
.material_module2 .center_item.active .hd::after {
  width: 100%;
}
.material_module2 .center_item.active .hd i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #d1a463;
}
.material_module2 .center_item.active .bd {
  max-height: 40rem;
}
.material_module3 {
  width: 100%;
  height: calc(100vh - 5rem);
}
.material_module3 .material_type_swiper {
  width: 100%;
  height: 100%;
}
.material_module3 .material_type_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.material_module3 .material_type_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.material_module3 .material_type_swiper .swiper-slide:first-child h3 {
  position: absolute;
  top: 5%;
  left: 7%;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.material_module3 .material_type_swiper .swiper-slide:first-child .center_numbx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.material_module3 .material_type_swiper .swiper-slide:first-child .center_numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.5rem;
  color: #fff;
}
.material_module3 .material_type_swiper .swiper-slide:first-child .center_numbx p span {
  font-size: 8.75rem;
  font-weight: 400;
  font-family: "Impact";
  line-height: 0.9em;
}
.material_module3 .material_type_swiper .swiper-slide h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.material_module3 .material_type_swiper .swiper-slide .intro {
  position: absolute;
  width: 28.75%;
}
.material_module3 .material_type_swiper .swiper-slide .intro p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.material_module3 .material_type_swiper .swiper-slide .intro.intro1 {
  top: 5%;
  right: 7%;
}
.material_module3 .material_type_swiper .swiper-slide .intro.intro2 {
  bottom: 5%;
  left: 7%;
}
.material_module4 {
  padding: 6.5rem 0;
}
.material_module4 .center_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-right: 4%;
}
.material_module4 .center_content .item {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.material_module4 .center_content .item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material_module4 .center_content .item_imgbx {
  width: 59.7%;
  aspect-ratio: 8/5;
  border-radius: 0.625rem;
  overflow: hidden;
}
.material_module4 .center_content .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.material_module4 .center_content .item_textbx {
  width: 37.4%;
}
.material_module4 .center_content .item_textbx h3,
.material_module4 .center_content .item_textbx h4 {
  font-size: 2.5rem;
  color: #111;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.material_module4 .center_content .item_textbx .intro {
  margin-top: 4rem;
}
.material_module4 .center_content .item_textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.material_module4 .center_navlist {
  width: 10.6%;
}
.material_module4 .center_navlist ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.material_module4 .center_navlist ul li img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.material_module4 .center_navlist ul li:hover {
  cursor: pointer;
}
.material_bottom {
  width: 100%;
}
.material_bottom_swiper {
  width: 100%;
}
.material_bottom_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.material_bottom_swiper .swiper-btn {
  top: 50%;
  background-color: transparent;
}
.material_bottom_swiper .swiper-btn span {
  color: #fff;
  font-size: 2.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.material_bottom_swiper .swiper-btn:hover {
  background-color: transparent;
}
.material_bottom_swiper .swiper-btn:hover span {
  color: #d1a463;
}
.material_bottom_swiper .swiper-btn-prev {
  left: 1%;
}
.material_bottom_swiper .swiper-btn-next {
  right: 1%;
}

.product_profile {
  position: relative;
  padding: 5.625rem 0;
}
.product_profile .productnav {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-70%);
      -ms-transform: translateX(-70%);
          transform: translateX(-70%);
  width: auto;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.product_profile .productnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.product_profile .productnav ul li {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product_profile .productnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  padding: 0 3.75rem;
  white-space: nowrap;
  background-color: rgba(35, 32, 29, 0.8);
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_profile .productnav ul li a i {
  position: relative;
  left: -1rem;
  font-size: 1rem;
  color: #fff;
  margin-left: 1.875rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_profile .productnav ul li a:hover {
  color: #d1a463;
}
.product_profile .productnav ul li a:hover i {
  left: 0;
  color: #d1a463;
  opacity: 1;
}
.product_profile .productnav.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: unset;
  opacity: 1;
}
.product_profile .center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product_profile .center .bg-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.375rem;
  font-family: "MiSans-Bold";
  color: rgba(17, 17, 17, 0.05);
  text-transform: uppercase;
  z-index: -1;
}
.product_profile .center_textbx {
  width: 32%;
  padding: 2.5rem 0 0;
}
.product_profile .center_textbx .txt h3 {
  font-size: 2.75rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 3.125rem;
}
.product_profile .center_textbx .txt .intro {
  margin-bottom: 4rem;
}
.product_profile .center_textbx .txt .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.product_profile .center_textbx .typebtn {
  width: 11.25rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #d1a463;
}
.product_profile .center_textbx .typebtn span {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_profile .center_textbx .typebtn:hover {
  cursor: pointer;
}
.product_profile .center_textbx .typebtn:hover span {
  letter-spacing: 0.25rem;
}
.product_profile .center_rightbx {
  position: relative;
  width: 62.5%;
  aspect-ratio: 100/51;
  border-radius: 0.625rem;
  overflow: hidden;
}
.product_profile .center_rightbx video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_profile .center_rightbx .videoimg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.product_profile .center_rightbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.product_profile .center_rightbx .playbtn i {
  font-size: 5rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_profile .center_rightbx .playbtn:hover {
  cursor: pointer;
}
.product_profile .center_rightbx .playbtn:hover i {
  color: #d1a463;
}
.product_content {
  padding: 0 0 5rem;
}
.product_content_search {
  width: 100%;
  margin-bottom: 1rem;
}
.product_content_search form {
  position: relative;
  width: 100%;
  height: 3.125rem;
  border-radius: 1.5625rem;
  border: 1px solid rgba(153, 153, 153, 0.2);
  overflow: hidden;
}
.product_content_search form input::-webkit-input-placeholder,
.product_content_search form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.product_content_search form input:-moz-placeholder,
.product_content_search form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.product_content_search form input::-moz-placeholder,
.product_content_search form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.product_content_search form input:-ms-input-placeholder,
.product_content_search form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.product_content_search form input {
  width: 100%;
  height: 100%;
  padding: 0 3.75rem 0 1.25rem;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.product_content_search form .sousuobtn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.125rem;
  background-color: transparent;
  border: 0;
  outline: none;
  z-index: 2;
}
.product_content_search form .sousuobtn:hover {
  cursor: pointer;
}
.product_content_search form .sousuobtn span {
  font-size: 1.125rem;
  color: #111;
}
.product_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.product_content .listbx .zhanwei {
  width: 27.5%;
  height: 0;
}
.product_content .listbx .item {
  position: relative;
  width: 27.5%;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .listbx .item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
}
.product_content .listbx .item:hover::after {
  height: 0.3125rem;
}
.product_content .listbx .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #d1a463;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.product_content .listbx .item_imgbx img {
  width: 94%;
  height: 100%;
}
.product_content .listbx .item_textbx_hd {
  width: 100%;
  height: 3.125rem;
  padding: 0 0.625rem;
  border-bottom: 1px solid #ccc;
}
.product_content .listbx .item_textbx_hd h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.product_content .listbx .item_textbx_hd i {
  font-size: 1rem;
  color: #111;
}
.product_content .listbx .item_textbx_info p {
  font-size: 1rem;
  color: #999;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "MiSans";
  padding: 0 0.625rem;
  border-bottom: 1px solid #eee;
}
.product_content .morebtn {
  margin: 0 auto;
  width: 11.25rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #d1a463;
}
.product_content .morebtn span {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .morebtn:hover {
  cursor: pointer;
}
.product_content .morebtn:hover span {
  letter-spacing: 0.25rem;
}

.productdetail_infobx {
  padding: 7.5rem 0 2.25rem;
  background-color: #f7f7f7;
}
.productdetail_infobx .center {
  margin-bottom: 3.125rem;
}
.productdetail_infobx .center_textbx {
  width: 45%;
}
.productdetail_infobx .center_textbx h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 3.125rem;
}
.productdetail_infobx .center_textbx .intro {
  margin-bottom: -1.875rem;
}
.productdetail_infobx .center_textbx .intro ul {
  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;
}
.productdetail_infobx .center_textbx .intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 1.875rem;
}
.productdetail_infobx .center_textbx .intro ul li span {
  font-size: 1rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.productdetail_infobx .center_textbx .intro ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans";
}
.productdetail_infobx .center_textbx .intro ul li:last-child {
  width: 100%;
}
.productdetail_infobx .center_textbx .contactbtn {
  margin: 3.5rem 0 0;
}
.productdetail_infobx .center_textbx .contactbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #d1a463;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_infobx .center_textbx .contactbtn a:first-child {
  margin-right: 1.5rem;
}
.productdetail_infobx .center_textbx .contactbtn a:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}
.productdetail_infobx .center_right {
  width: 50%;
}
.productdetail_infobx .center_right .leftswiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}
.productdetail_infobx .center_right .leftswiper .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 1.875rem;
  height: 100%;
  background-color: transparent;
}
.productdetail_infobx .center_right .leftswiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.productdetail_infobx .center_right .leftswiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.productdetail_infobx .center_right .leftswiper .swiper-btn:hover span {
  color: #d1a463;
}
.productdetail_infobx .center_right .leftswiper .swiper-btn span {
  font-size: 1.5rem;
  color: #666;
  line-height: 1em;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_infobx .center_right .leftswiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail_infobx .center_right .leftswiper .swiper-btn-prev {
  left: 0.5%;
}
.productdetail_infobx .center_right .leftswiper .swiper-btn-next {
  right: 0.5%;
}
.productdetail_infobx .center_right .productdetail_swiper {
  float: right;
  position: relative;
  width: 100%;
  aspect-ratio: 192/108;
}
.productdetail_infobx .center_right .productdetail_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;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-slide > img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productdetail_infobx .center_right .productdetail_swiper .smallimg {
  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%;
  margin-bottom: 0.5rem;
  border: 1px solid #e9e9e9;
}
.productdetail_infobx .center_right .productdetail_swiper .smallimg .mask {
  width: 6.25rem;
  height: 6.25rem;
  background-color: yellow;
  position: absolute; /*在box类里面定位 层级高于展示图*/
  top: 0px;
  left: 0px;
  opacity: 0.5; /*设置遮罩层的透明度*/
  cursor: move; /*鼠标经过的时候变成十字拖动样式*/
  display: none; /*默认不显示 鼠标经过box时显示*/
}
.productdetail_infobx .center_right .productdetail_swiper .smallimg .bigimg {
  position: absolute;
  right: 100%;
  top: 0;
  width: 25rem;
  height: 25rem;
  overflow: hidden; /*超出部分隐藏*/
  border: 1px solid #ccc;
  display: none; /*默认不显示 鼠标经过box时显示*/
  background-color: #fff;
  z-index: 10;
}
.productdetail_infobx .center_right .productdetail_swiper .smallimg .bigimg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 600% !important;
  height: auto;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-btn {
  top: 50%;
  background-color: transparent;
  z-index: 6;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-btn span {
  color: #d1a463;
  font-size: 2rem;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-btn:hover {
  background-color: transparent;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-btn:hover span {
  color: #d1a463;
  opacity: 1;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-btn-prev {
  left: 0;
}
.productdetail_infobx .center_right .productdetail_swiper .swiper-btn-next {
  right: 0;
}
.productdetail_infobx .center_right .productdetail_list_swiper {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 1px;
  margin-top: 1.25rem;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.productdetail_infobx .center_right .productdetail_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: 8rem;
  border: 1px solid #8e8e8e;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.productdetail_infobx .center_right .productdetail_list_swiper .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_infobx .center_right .productdetail_list_swiper .swiper-slide.videoitem img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productdetail_infobx .center_right .productdetail_list_swiper .swiper-slide-thumb-active {
  border-color: #d1a463;
}
.productdetail_adva {
  padding: 6.25rem 0;
}
.productdetail_adva h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 3.75rem;
}
.productdetail_adva .center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetail_adva .center .zhanwei {
  width: 14.375%;
  height: 0;
}
.productdetail_adva .center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.375%;
  padding: 3.125rem 0 2.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
  border-radius: 0.3125rem;
}
.productdetail_adva .center .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 3.125rem;
}
.productdetail_adva .center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_adva .center .item h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.productdetail_features {
  position: relative;
  width: 100%;
}
.productdetail_features img {
  width: 100%;
  height: auto;
}
.productdetail_features .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3% 0;
}
.productdetail_features .center h3 {
  font-size: 2.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.875rem;
}
.productdetail_features .center .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2.875rem;
  font-weight: 400;
  font-family: "MiSans";
}

.spring_common_hd h2 {
  font-size: 2.25rem;
  color: #111;
  line-height: 3.5rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.spring_common_hd .subhd {
  font-size: 1.875rem;
  color: #111;
  line-height: 3rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.spring_module1 {
  padding: 6.25rem 0;
  background-image: url(../images/spring_img1.jpg);
  overflow: hidden;
}
.spring_module1 .center_left {
  width: 25%;
}
.spring_module1 .center_left .intro {
  margin-top: 5rem;
}
.spring_module1 .center_left .intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spring_module1 .center_left .intro ul li:not(:last-child) {
  margin-bottom: 3.25rem;
}
.spring_module1 .center_left .intro ul li i {
  font-size: 2.25rem;
  color: #111;
  margin-right: 2rem;
}
.spring_module1 .center_left .intro ul li p {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.spring_module1 .center_rightbx {
  width: 68.75%;
  padding-top: 3.75rem;
}
.spring_module1 .center_rightbx .imgbx {
  width: 51.3%;
}
.spring_module1 .center_rightbx .imgbx img {
  width: 100%;
  height: auto;
}
.spring_module1 .center_rightbx .introbx {
  width: 41.8%;
}
.spring_module1 .center_rightbx .introbx p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.spring_module2 {
  padding: 6.25rem 0;
}
.spring_module2 .center_leftbx {
  width: 42.5%;
}
.spring_module2 .center_leftbx .intro {
  margin-top: 4rem;
}
.spring_module2 .center_leftbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.spring_module2 .center_rightbx {
  width: 49.375%;
}
.spring_module2 .center_rightbx .imgbx {
  width: 47%;
}
.spring_module2 .center_rightbx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.spring_module2 .center_rightbx .intro {
  width: 47%;
}
.spring_module2 .center_rightbx .intro img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.spring_module2 .center_rightbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.spring_module3 {
  position: relative;
  width: 100%;
  height: 46.875rem;
  overflow: hidden;
}
.spring_module3 video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spring_module3 .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.spring_module3 .playbtn i {
  font-size: 5rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spring_module3 .playbtn:hover {
  cursor: pointer;
}
.spring_module3 .playbtn:hover i {
  color: #d1a463;
}
.spring_module4 {
  padding: 6.25rem 0 4rem;
  overflow: hidden;
}
.spring_module4_center {
  position: relative;
}
.spring_module4_center .spring_swiper {
  padding: 3.75rem 0;
  overflow: hidden;
}
.spring_module4_center .spring_swiper .swiper-slide {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.spring_module4_center .spring_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.spring_module4_center .spring_swiper .swiper-slide .textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
.spring_module4_center .spring_swiper .swiper-slide .textbx h3 {
  opacity: 0;
  font-size: 1.25rem;
  color: #111;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.spring_module4_center .spring_swiper .swiper-slide .textbx .intro {
  margin-top: 0.875rem;
  opacity: 0;
  padding: 0 2rem 1rem;
}
.spring_module4_center .spring_swiper .swiper-slide .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.spring_module4_center .spring_swiper .swiper-slide-active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}
.spring_module4_center .spring_swiper .swiper-slide-active img {
  opacity: 1;
}
.spring_module4_center .spring_swiper .swiper-slide-active .textbx {
  margin-top: 1rem;
  opacity: 1;
}
.spring_module4_center .spring_swiper .swiper-slide-active .textbx h3 {
  margin-top: 0;
  opacity: 1;
}
.spring_module4_center .spring_swiper .swiper-slide-active .textbx .intro {
  opacity: 1;
}
.spring_module4_center .swiper-pagination {
  bottom: 4rem;
}
.spring_module4_center .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #d1a463;
  border-radius: 0.125rem;
  opacity: 0.4;
  margin: 0 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.spring_module4_center .swiper-pagination-bullet-active {
  opacity: 1;
}
.spring_module5 {
  width: 100%;
  padding: 5rem 0 0;
  background: url(../images/springbg1.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.spring_module5 .head img,
.spring_module5 .desc img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.spring_module5 .head {
  margin-bottom: 2rem;
}

.news_content {
  padding: 6.25rem 0;
}
.news_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.news_content .listbx .zhanwei {
  width: 31.25%;
}
.news_content .listbx .item {
  position: relative;
  width: 31.25%;
  background: #fff;
  margin-bottom: 2.5rem;
}
.news_content .listbx .item:hover {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(160, 103, 13, 0.11);
          box-shadow: 1px 1px 6px 0px rgba(160, 103, 13, 0.11);
}
.news_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.news_content .listbx .item:hover .item_textbx::after {
  height: 0.3125rem;
}
.news_content .listbx .item_imgbx {
  display: block;
  width: 100%;
  aspect-ratio: 50/33;
  overflow: hidden;
}
.news_content .listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content .listbx .item_textbx {
  position: relative;
  width: 100%;
  padding: 1.25rem 1rem 2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_content .listbx .item_textbx::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #d1a463;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_content .listbx .item_textbx h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.news_content .listbx .item_textbx .intro {
  margin: 0.875rem 0 1rem;
}
.news_content .listbx .item_textbx .intro p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
}
.news_content .listbx .item_textbx .time {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}

.newdetail_content {
  padding: 5rem 0;
}
.newdetail_content .detailbx {
  float: left;
  width: 71%;
}
.newdetail_content .detailbx_title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ececec;
}
.newdetail_content .detailbx_title h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 1rem;
}
.newdetail_content .detailbx_title .time p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.newdetail_content .detailbx_title .time p:first-child {
  margin-right: 2.5rem;
}
.newdetail_content .detailbx_center {
  padding: 1.875rem 0;
}
.newdetail_content .detailbx_center p,
.newdetail_content .detailbx_center span,
.newdetail_content .detailbx_center li {
  font-size: 1rem;
  color: #919191;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.newdetail_content .detailbx_center strong {
  font-weight: 700;
}
.newdetail_content .detailbx_center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail_content .detailbx_center ul,
.newdetail_content .detailbx_center ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.newdetail_content .detailbx_center ol,
.newdetail_content .detailbx_center ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.newdetail_content .rightbx {
  float: right;
  width: 25%;
}
.newdetail_content .rightbx_title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx_title h3 {
  position: relative;
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  padding-left: 1rem;
}
.newdetail_content .rightbx_title h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
}
.newdetail_content .rightbx_list .item {
  padding: 1.25rem 0;
}
.newdetail_content .rightbx_list .item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx_list .item a {
  display: block;
  width: 100%;
  height: auto;
}
.newdetail_content .rightbx_list .item a span {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}
.newdetail_content .rightbx_list .item a h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-top: 1rem;
}
.newdetail_content .rightbx_list .item a:hover h4 {
  color: #d1a463;
}

.about_profile {
  padding: 6.25rem 0;
}
.about_profile .center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 2.5rem;
}
.about_profile .center_l {
  width: 56.25%;
}
.about_profile .center_r {
  width: 40.625%;
}
.about_profile .center_r p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.about_profile .center_r img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contian;
     object-fit: contian;
}
.about_type {
  padding: 6.25rem 0;
  background-image: url(../images/about_bg1.jpg);
  overflow: hidden;
}
.about_type .center {
  position: relative;
}
.about_type_swiper {
  padding: 3.75rem 0;
  overflow: hidden;
}
.about_type_swiper .swiper-slide {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_type_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_type_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.about_type_swiper .swiper-slide .textbx h3 {
  margin-top: -1rem;
  opacity: 0;
  font-size: 2.25rem;
  color: #fff;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.about_type_swiper .swiper-slide .textbx h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.about_type_swiper .swiper-slide-active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}
.about_type_swiper .swiper-slide-active img {
  opacity: 1;
}
.about_type_swiper .swiper-slide-active .textbx {
  margin-top: 0;
  opacity: 1;
}
.about_type_swiper .swiper-slide-active .textbx h3 {
  margin-top: 0;
  opacity: 1;
}
.about_type_swiper .swiper-slide-active .textbx h4 {
  color: #fff;
  margin-top: 2rem;
}
.about_type .swiper-pagination {
  bottom: 0.5rem;
}
.about_type .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #d1a463;
  border-radius: 0.125rem;
  opacity: 0.4;
  margin: 0 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_type .swiper-pagination-bullet-active {
  opacity: 1;
}
.about_base {
  padding: 6.25rem 0;
}
.about_base .center_l {
  width: 50%;
}
.about_base .center_l .intro {
  margin-top: 4rem;
}
.about_base .center_l .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.about_base .center_r {
  width: 37.5%;
}
.about_base .center_r .numbox {
  width: 100%;
}
.about_base .center_r .numbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_base .center_r .numbox ul li {
  width: 47%;
}
.about_base .center_r .numbox ul li:first-child, .about_base .center_r .numbox ul li:nth-child(2) {
  margin-bottom: 5rem;
}
.about_base .center_r .numbox ul li:nth-child(2n) {
  width: 30%;
}
.about_base .center_r .numbox ul li .numbx {
  margin-bottom: 1.25rem;
}
.about_base .center_r .numbox ul li .numbx p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans";
}
.about_base .center_r .numbox ul li .numbx p span {
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.about_base .center_r .numbox ul li > p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.about_videobx {
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
.about_videobx video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.about_videobx .videoimg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.about_videobx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about_videobx .playbtn i {
  font-size: 5rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_videobx .playbtn:hover {
  cursor: pointer;
}
.about_videobx .playbtn:hover i {
  color: #d1a463;
}
.about_develop {
  padding: 6.25rem 0;
}
.about_develop .center {
  position: relative;
  margin-top: 4rem;
}
.about_develop .center .mapbg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_develop .center .mapimg {
  position: absolute;
  top: 7.604%;
  right: 4.25%;
  display: block;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_develop .center .mapimg.show {
  opacity: 1;
}
.about_develop .center .listbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_develop .center .listbx .item {
  position: absolute;
  z-index: 2;
}
.about_develop .center .listbx .item a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.125rem solid #633d09;
  background-color: #633d09;
  border-radius: 50%;
}
.about_develop .center .listbx .item a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_develop .center .listbx .item a .circ {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.about_develop .center .listbx .item a .circ:after {
  content: "";
  display: block;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.5);
}
.about_develop .center .listbx .item a .circ.circ1:after {
  animation: ripple 4.5s ease-out 0s infinite;
  -webkit-animation: ripple 4.5s ease-out 0s infinite;
}
.about_develop .center .listbx .item a .circ.circ2:after {
  animation: ripple 4.5s ease-out 0.675s infinite;
  -webkit-animation: ripple 4.5s ease-out 0.675s infinite;
}
.about_develop .center .listbx .item a .circ.circ3:after {
  animation: ripple 4.5s ease-out 1.575s infinite;
  -webkit-animation: ripple 4.5s ease-out 1.575s infinite;
}
@-webkit-keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.about_develop .center .listbx .item.firstitem a {
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background-color: transparent;
}
.about_develop .center .listbx .item.firstitem h4 {
  top: 1.5rem;
}
.about_develop .center .listbx .item h4 {
  position: absolute;
  left: 50%;
  top: 1rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}
.about_develop .center .listbx .item .dropdown {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: 10rem;
  padding: 1.25rem 0.875rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(17, 13, 7, 0.1);
  border-radius: 0.3125rem;
  z-index: 3;
}
.about_develop .center .listbx .item .dropdown .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "MiSans";
}
.about_develop .center .listbx .item:hover {
  z-index: 4;
}
.about_develop .center .listbx .item:hover .dropdown {
  display: block;
}

.development_module1 {
  padding: 6.25rem 0;
  background-image: url(../images/development_img1.jpg);
}
.development_module1 .center {
  margin-top: 2.5rem;
  padding: 0 0 1.875rem;
  overflow-x: auto;
}
.development_module1 .center::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  background-color: #fff;
}
.development_module1 .center::-webkit-scrollbar-thumb {
  background-color: #d1a463;
}
.development_module1 .center img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.development_module2 {
  padding: 6.25rem 0;
  background: url(../images/development_bg2.jpg) no-repeat bottom center;
  background-size: contain;
}
.development_module2 .center {
  margin-top: 3.125rem;
}
.development_module2 .center_imgbx {
  width: 50%;
}
.development_module2 .center_imgbx img {
  width: 100%;
  height: auto;
}
.development_module2 .center_textbx {
  width: 45.125%;
}
.development_module2 .center_textbx p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}

.culture_content {
  position: relative;
  padding: 6.25rem 0;
}
.culture_content::before {
  position: absolute;
  top: 4rem;
  right: -4rem;
  content: "TEAM CULTURE";
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 9.375rem;
  font-family: "MiSans-Bold";
  color: #d1a463;
  opacity: 0.13;
  z-index: -1;
}
.culture_content .title {
  margin-bottom: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.culture_content .title_right {
  width: 63.375%;
}
.culture_content .title_right p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.culture_content .imgbx {
  width: 100%;
}
.culture_content .imgbx img {
  width: 100%;
  height: auto;
}
.culture_content .imgbx video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.welfare_new {
  padding: 6.25rem 0;
}
.welfare_new .center {
  position: relative;
  margin-top: 3.125rem;
}
.welfare_new .center .swiper-pagination {
  bottom: -3.125rem;
}
.welfare_new .center .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #d1a463;
  border-radius: 0.125rem;
  opacity: 0.4;
  margin: 0 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.welfare_new .center .swiper-pagination-bullet-active {
  opacity: 1;
}
.welfare_new_swiper {
  width: 100%;
  overflow: hidden;
}
.welfare_new_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.welfare_new_swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.welfare_new_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.welfare_new_swiper .swiper-slide .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem 2.5rem;
}
.welfare_new_swiper .swiper-slide .textbx h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1rem;
}
.welfare_new_swiper .swiper-slide .textbx .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welfare_new_swiper .swiper-slide .textbx .time p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-right: 0.625rem;
}
.welfare_new_swiper .swiper-slide .textbx .time i {
  font-size: 1rem;
  color: #fff;
}
.welfare_video {
  padding: 0 0 6.25rem;
}
.welfare_video .center {
  position: relative;
  margin-top: 3.125rem;
}
.welfare_video .center .swiper-pagination {
  bottom: -3.125rem;
}
.welfare_video .center .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #d1a463;
  border-radius: 0.125rem;
  opacity: 0.4;
  margin: 0 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.welfare_video .center .swiper-pagination-bullet-active {
  opacity: 1;
}
.welfare_video_swiper {
  width: 100%;
  height: 43.75rem;
  overflow: hidden;
}
.welfare_video_swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_content {
  padding: 6.25rem 0;
}
.service_content .textbx {
  width: 35.125%;
}
.service_content .textbx .listbx {
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 24rem;
  padding-right: 0.5rem;
  overflow-y: auto;
  margin-bottom: -3.125rem;
}
.service_content .textbx .listbx::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.service_content .textbx .listbx::-webkit-scrollbar-thumb {
  background-color: #d1a463;
  border-radius: 6px;
}
.service_content .textbx .listbx .zhanwei {
  width: 28%;
  height: 0;
}
.service_content .textbx .listbx .item {
  position: relative;
  width: 28%;
  padding: 1rem 0;
  margin-bottom: 3.125rem;
}
.service_content .textbx .listbx .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.service_content .textbx .listbx .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #d1a463;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_content .textbx .listbx .item:hover {
  cursor: pointer;
}
.service_content .textbx .listbx .item:hover::after {
  width: 100%;
}
.service_content .textbx .listbx .item:hover p {
  color: #d1a463;
}
.service_content .textbx .listbx .item h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 0.5rem;
}
.service_content .textbx .listbx .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_content .textbx .listbx .item p i {
  font-size: 0.875rem;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_content .imgbx {
  width: 54.25%;
}
.service_content .imgbx img {
  width: 100%;
  height: auto;
}

.case_content {
  padding: 6.25rem 0;
}
.case_content .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 0;
}
.case_content .listbx .zhanwei {
  width: 31%;
  height: 0;
}
.case_content .listbx .item {
  position: relative;
  width: 31%;
  margin-bottom: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.case_content .listbx .item:hover .item_textbx h4 {
  color: #d1a463;
}
.case_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 148/67;
  border-radius: 0.625rem;
  overflow: hidden;
}
.case_content .listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case_content .listbx .item_textbx {
  padding-top: 1.25rem;
}
.case_content .listbx .item_textbx h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.625rem;
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case_content .listbx .item_textbx span {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
}

.query_method {
  padding: 6.25rem 0;
}
.query_method .listbx {
  margin-top: 3.125rem;
}
.query_method .listbx .item {
  width: 28%;
}
.query_method .listbx .item h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1rem;
}
.query_method .listbx .item .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.query_bottom {
  position: relative;
  background-color: #fdfbf8;
}
.query_bottom .center {
  width: 50%;
  padding: 5.625rem 0;
}
.query_bottom .center .formbx {
  width: 85%;
}
.query_bottom .center .formbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}
.query_bottom .center .formbx_item input::-webkit-input-placeholder,
.query_bottom .center .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.query_bottom .center .formbx_item input:-moz-placeholder,
.query_bottom .center .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.query_bottom .center .formbx_item input::-moz-placeholder,
.query_bottom .center .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.query_bottom .center .formbx_item input:-ms-input-placeholder,
.query_bottom .center .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.query_bottom .center .formbx_item label {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 0.625rem;
}
.query_bottom .center .formbx_item input {
  width: 100%;
  height: 3.125rem;
  padding: 0 0.625rem;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0.3125rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.query_bottom .center .formbx_item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.query_bottom .center .formbx_item .txt input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #111;
}
.query_bottom .center .formbx_item .txt .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: 9.375rem;
  height: 3.125rem;
  background-color: pink;
  border-radius: 0.3125rem;
}
.query_bottom .center .formbx_item .txt .yanzheng img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.query_bottom .center .formbx_btnbx {
  width: 100%;
  height: 3.125rem;
}
.query_bottom .center .formbx_btnbx button {
  width: 100%;
  height: 100%;
  border: 1px solid #d1a463;
  border-radius: 1.5625rem;
  outline: none;
  background-color: transparent;
  font-size: 1.125rem;
  color: #111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.query_bottom .center .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #d1a463;
  color: #fff;
}
.query_bottom .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.registration_content {
  padding: 6.25rem 0;
  overflow: hidden;
}
.registration_content .spring_common_hd h2 {
  font-size: 2rem;
}
.registration_content .intro {
  margin-top: 1.25rem;
}
.registration_content .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.registration_content .formbx {
  margin-top: 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.registration_content .formbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45.625%;
  margin-bottom: 2.5rem;
}
.registration_content .formbx_item input::-webkit-input-placeholder,
.registration_content .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.registration_content .formbx_item input:-moz-placeholder,
.registration_content .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.registration_content .formbx_item input::-moz-placeholder,
.registration_content .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.registration_content .formbx_item input:-ms-input-placeholder,
.registration_content .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.registration_content .formbx_item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  margin-bottom: 0.625rem;
}
.registration_content .formbx_item label span {
  font-size: 1rem;
  color: #999;
  line-height: 1.5rem;
}
.registration_content .formbx_item input {
  width: 100%;
  height: 3.125rem;
  padding: 0 1rem;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 0.3125rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.registration_content .formbx_item select {
  width: 100%;
  height: 3.125rem;
  padding: 0 1rem;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 0.3125rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.registration_content .formbx_item select option {
  width: 100%;
}
.registration_content .formbx_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.registration_content .formbx_btn .codebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5rem;
}
.registration_content .formbx_btn .codebox input {
  width: 12.5rem;
  height: 3.125rem;
  padding: 0 1rem;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 0.3125rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #111;
}
.registration_content .formbx_btn .codebox .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: 9.375rem;
  height: 3.125rem;
  background-color: pink;
  border-radius: 0.3125rem;
}
.registration_content .formbx_btn .codebox .yanzheng img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.registration_content .formbx_btn button {
  width: 11.25rem;
  height: 3.125rem;
  border: 1px solid #d1a463;
  border-radius: 0.3125rem;
  outline: none;
  background-color: #d1a463;
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.registration_content .formbx_btn button:hover {
  cursor: pointer;
  background-color: #d1a463;
  color: #fff;
}

.illustrate_module1 {
  padding: 6.25rem 0;
}
.illustrate_module1 .introbox {
  margin-top: 1.875rem;
}
.illustrate_module1 .introbox p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.illustrate_module1 .center {
  margin-top: 1.25rem;
}
.illustrate_module1 .center .imgbx {
  width: 46.875%;
  height: auto;
}
.illustrate_module1 .center .imgbx img {
  width: 100%;
  height: auto;
}
.illustrate_module1 .center .textbx {
  width: 48.75%;
}
.illustrate_module1 .center .textbx p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.illustrate_module1 .center .textbx strong {
  font-weight: 700;
}
.illustrate_module2 {
  padding: 5rem 0;
  background-image: url(../images/illustrate_bg1.jpg);
}
.illustrate_module2 .spring_common_hd h2 {
  color: #fff;
}
.illustrate_module2 .center {
  margin-top: 2.5rem;
}
.illustrate_module2 .center_intro p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.illustrate_module2 .center .pagebx {
  margin-top: 2.5rem;
}
.illustrate_module2 .center .pagebx .swiper-pagination {
  position: relative;
  width: 15.625rem;
  height: 0.125rem;
}
.illustrate_module2 .center .pagebx .swiper-pagination-progressbar {
  background-color: rgba(255, 255, 255, 0.3);
}
.illustrate_module2 .center .pagebx .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.illustrate_module2 .center .pagebx_btnbx .swiper-btn {
  position: relative;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 2.5rem;
  height: 1.875rem;
}
.illustrate_module2 .center .pagebx_btnbx .swiper-btn span {
  font-size: 1rem;
  color: #fff;
}
.illustrate_module2 .center .pagebx_btnbx .swiper-btn:hover {
  background-color: transparent;
}
.illustrate_module2 .center .pagebx_btnbx .swiper-btn:hover span {
  color: #d1a463;
}
.illustrate_module2 .center .illustrate_module_swiper {
  margin-top: 2.5rem;
}
.illustrate_module2 .center .illustrate_module_swiper .swiper-slide {
  width: 27.5rem;
  min-height: 15.625rem;
  padding: 2rem 1.875rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.illustrate_module2 .center .illustrate_module_swiper .swiper-slide h4 {
  font-size: 1.375rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1rem;
}
.illustrate_module2 .center .illustrate_module_swiper .swiper-slide .intro p {
  font-size: 1rem;
  color: #afafaf;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}

.stores_module1 {
  padding: 6.25rem 0;
}
.stores_module1 .center .imgbx {
  width: 85%;
  margin: 0 auto;
}
.stores_module1 .center .imgbx img {
  width: 100%;
  height: auto;
}
.stores_module1 .center .stores_module_swiper {
  position: relative;
  margin-top: -10%;
}
.stores_module1 .center .stores_module_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.stores_module1 .center .stores_module_swiper .swiper-slide {
  width: 21.875rem;
  padding: 2.25rem 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(17, 13, 7, 0.1);
          box-shadow: 0px 0px 14px 0px rgba(17, 13, 7, 0.1);
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stores_module1 .center .stores_module_swiper .swiper-slide:hover {
  background-color: #d1a463;
}
.stores_module1 .center .stores_module_swiper .swiper-slide:hover h4 {
  color: #fff;
}
.stores_module1 .center .stores_module_swiper .swiper-slide:hover .intro ul li i,
.stores_module1 .center .stores_module_swiper .swiper-slide:hover .intro ul li p {
  color: #fff;
}
.stores_module1 .center .stores_module_swiper .swiper-slide h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stores_module1 .center .stores_module_swiper .swiper-slide .intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stores_module1 .center .stores_module_swiper .swiper-slide .intro ul li i {
  font-size: 1rem;
  color: #d1a463;
  line-height: 1.875rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stores_module1 .center .stores_module_swiper .swiper-slide .intro ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stores_module2 {
  padding-bottom: 5rem;
}
.stores_module2 .center {
  margin-top: 3.125rem;
}
.stores_module2 .center_hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.stores_module2 .center_hd .formbx {
  position: relative;
  width: 50%;
  height: 3.125rem;
  border-radius: 1.5625rem;
  border: 1px solid rgba(153, 153, 153, 0.2);
  overflow: hidden;
}
.stores_module2 .center_hd .formbx input::-webkit-input-placeholder,
.stores_module2 .center_hd .formbx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.stores_module2 .center_hd .formbx input:-moz-placeholder,
.stores_module2 .center_hd .formbx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.stores_module2 .center_hd .formbx input::-moz-placeholder,
.stores_module2 .center_hd .formbx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.stores_module2 .center_hd .formbx input:-ms-input-placeholder,
.stores_module2 .center_hd .formbx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans";
}
.stores_module2 .center_hd .formbx input {
  width: 100%;
  height: 100%;
  padding: 0 3.75rem 0 1.25rem;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.stores_module2 .center_hd .formbx .sousuobtn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.125rem;
  background-color: transparent;
  border: 0;
  outline: none;
  z-index: 2;
}
.stores_module2 .center_hd .formbx .sousuobtn:hover {
  cursor: pointer;
}
.stores_module2 .center_hd .formbx .sousuobtn span {
  font-size: 1.125rem;
  color: #111;
}
.stores_module2 .center_hd .return {
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans";
  margin-left: 1rem;
  text-decoration: underline;
}
.stores_module2 .center_hd .return:hover {
  color: #d1a463;
}
.stores_module2 .center_listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
  height: 32rem;
  overflow-y: auto;
}
.stores_module2 .center_listbx::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.stores_module2 .center_listbx::-webkit-scrollbar-thumb {
  background-color: #d1a463;
}
.stores_module2 .center_listbx .zhanwei {
  width: 22%;
  height: 0;
}
.stores_module2 .center_listbx .item {
  width: 22%;
  margin-bottom: 3.125rem;
}
.stores_module2 .center_listbx .item_hd {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.stores_module2 .center_listbx .item_hd::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 3.125rem;
  height: 0.125rem;
  background-color: #dadada;
}
.stores_module2 .center_listbx .item_hd h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
}
.stores_module2 .center_listbx .item_bd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stores_module2 .center_listbx .item_bd ul li i {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.3);
  line-height: 1.875rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stores_module2 .center_listbx .item_bd ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.searchbd {
  margin-top: 7.5rem;
}
.searchbd_content {
  padding: 5rem 0;
}
.searchbd_content .w1400 {
  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;
}
.searchbd_content .w1400 > .zhanwei {
  display: block;
  width: 24%;
  height: 0;
}
.searchbd_content .w1400 .item {
  position: relative;
  width: 24%;
  margin-bottom: 1rem;
}
.searchbd_content .w1400 .item:hover .item_img img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.searchbd_content .w1400 .item_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.searchbd_content .w1400 .item_img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchbd_content .w1400 .item_text {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbd_content .w1400 .item_text h4 {
  font-size: 1.5rem;
  color: #d1a463;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2.75rem;
}
.searchbd_content .w1400 .item_text .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contactbox,
.successbox,
.errorbox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 19;
}
.contactbox .center,
.successbox .center,
.errorbox .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding: 3.125rem 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
.contactbox .center_txt,
.successbox .center_txt,
.errorbox .center_txt {
  margin-bottom: 2rem;
}
.contactbox .center_txt h3,
.successbox .center_txt h3,
.errorbox .center_txt h3 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "MiSans";
  text-align: center;
  margin-bottom: 1.25rem;
}
.contactbox .center_txt p,
.successbox .center_txt p,
.errorbox .center_txt p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans";
  text-align: center;
}
.contactbox .center_txt .imgbx,
.successbox .center_txt .imgbx,
.errorbox .center_txt .imgbx {
  width: 12rem;
  height: auto;
  margin: 1.25rem auto 0;
}
.contactbox .center_txt .imgbx img,
.successbox .center_txt .imgbx img,
.errorbox .center_txt .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactbox .center .guanbibt,
.successbox .center .guanbibt,
.errorbox .center .guanbibt {
  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: 9.375rem;
  height: 2.5rem;
  border: 1px solid #d1a463;
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contactbox .center .guanbibt:hover,
.successbox .center .guanbibt:hover,
.errorbox .center .guanbibt:hover {
  cursor: pointer;
  background-color: #d1a463;
  color: #fff;
}
.contactbox.indexpopup .center_txt p,
.successbox.indexpopup .center_txt p,
.errorbox.indexpopup .center_txt p {
  font-size: 2.5rem;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .materialshow {
    display: none;
  }
  .common_banner {
    width: 100%;
    height: 30vh;
    margin-top: 5rem;
  }
  .common_banner.material_banner, .common_banner.about_banner {
    display: none;
  }
  .common_banner_M {
    display: block;
    width: 100%;
    height: 30vh;
    margin-top: 5rem;
  }
  .common_banner_M img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h1 {
    font-size: 2.75rem;
  }
  .common_navlist ul {
    overflow-x: auto;
  }
  .common_navlist ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 5rem;
    background-color: #000;
    z-index: 99;
  }
  .index_header .w1400 {
    height: 100%;
  }
  .index_header .logoimg img.headlogo1 {
    display: none;
  }
  .index_header .logoimg img.headlogo2 {
    display: block;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    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 {
    -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 {
    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 {
    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 {
    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 {
    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: 700;
    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: #d1a463;
  }
  .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 {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .rightbx {
    position: static;
    margin-left: auto;
    width: auto;
  }
  .index_header .rightbx .search {
    display: none;
  }
  .index_header .rightbx .search_M {
    display: block;
  }
  .index_header .rightbx .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 .rightbx .search_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .rightbx .search_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .rightbx .search_M_top i {
    display: none;
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .search_M_top i.iconbx1 {
    display: block;
  }
  .index_header .rightbx .search_M_top i.iconbx2 {
    display: none;
  }
  .index_header .rightbx .search_M_downdrop {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index_header .rightbx .search_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .rightbx .search_M_downdrop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 .rightbx .search_M_downdrop form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 3.625rem;
    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 .rightbx .search_M_downdrop form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 3.625rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index_header .rightbx .search_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .langbx {
    margin-left: 0;
    margin-right: 1rem;
  }
  .index_header .rightbx .langbx_downdrop {
    top: 6rem;
  }
  .index_header .rightbx .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 .rightbx .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header .rightbx .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 .rightbx .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 .rightbx .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header .rightbx .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 .rightbx .inner-header-icon-click span {
    background: #fff;
  }
  .index_header .rightbx .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 .rightbx .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 .rightbx .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 .rightbx .inner-header-icon-out span {
    background: #fff;
  }
  .index_header .rightbx .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 .rightbx .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 .rightbx .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_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: calc(100vh - 5rem);
    margin-top: 5rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: 100%;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: 100%;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-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: 700;
    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: #d1a463;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_product {
    margin-top: 5rem;
  }
  .index_product .item {
    width: 100%;
    height: calc(100vh - 5rem);
  }
  .index_product .item video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index_product .item:nth-child(3) {
    display: none;
  }
  .index_footer_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0;
  }
  .index_footer_content .leftbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .index_footer_content .leftbx_center {
    width: 100%;
  }
  .index_footer_content .leftbx_center .logobx {
    width: 30%;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .rightbx {
    width: 100%;
    border-right: 0;
    border-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index_footer_content .rightbx dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content .contactbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
  }
  .index_footer_content .contactbx .telbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_footer_copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_copyright .w1600 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1600 p:first-child {
    margin-right: 0;
  }
  .index_footer_copyright .w1600 p:last-child {
    display: none;
  }
  .material_banner_navlist {
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    padding: 0 1rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .material_banner_navlist ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
  }
  .material_banner_navlist ul > li {
    width: auto;
    margin: 0 1.25rem;
  }
  .material_banner_navlist ul > li:first-child {
    margin-left: 0;
  }
  .material_banner_navlist ul > li:last-child {
    margin-right: 0;
  }
  .material_banner_navlist ul > li > a {
    background-color: transparent;
    white-space: nowrap;
  }
  .material_banner_navlist ul > li .dropdown {
    display: none;
  }
  .material_module1 {
    padding: 3rem 0;
  }
  .material_module1 .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .material_module1 .title .intro {
    width: 100%;
    margin-top: 1.5rem;
  }
  .material_module1 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .material_module1 .center .item {
    width: 48%;
    margin-bottom: 1.5rem;
  }
  .material_module2 .center {
    width: 100%;
  }
  .material_module3 {
    height: 70vh;
  }
  .material_module3 .material_type_swiper .swiper-slide h4 {
    width: 100%;
    text-align: center;
  }
  .material_module3 .material_type_swiper .swiper-slide .intro {
    width: 100%;
    padding: 0 1rem;
  }
  .material_module3 .material_type_swiper .swiper-slide .intro.intro1 {
    right: 0;
  }
  .material_module3 .material_type_swiper .swiper-slide .intro.intro2 {
    left: 0;
  }
  .material_module3 .material_type_swiper .swiper-slide:first-child .center_numbx p span {
    font-size: 6rem;
  }
  .material_module3 .material_type_swiper .swiper-slide:first-child .intro.intro1 {
    top: 12%;
  }
  .material_module4 {
    padding: 3rem 0;
  }
  .material_module4 .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .material_module4 .center_content {
    width: 100%;
    margin-bottom: 2rem;
  }
  .material_module4 .center_content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .material_module4 .center_content .item_imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .material_module4 .center_content .item_textbx {
    width: 100%;
  }
  .material_module4 .center_content .item_textbx .intro {
    margin-top: 2rem;
  }
  .material_module4 .center_navlist {
    width: 100%;
  }
  .material_module4 .center_navlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .material_module4 .center_navlist ul li {
    width: 32%;
  }
  .material_module4 .center_navlist ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .product_profile {
    padding: 0 0 3rem;
  }
  .product_profile .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_profile .center_textbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .product_profile .center_textbx .txt {
    margin-bottom: 2rem;
  }
  .product_profile .center_textbx .txt h3 {
    margin-bottom: 2rem;
  }
  .product_profile .center_rightbx {
    width: 100%;
  }
  .product_profile .productnav ul li a {
    padding: 0 2rem;
  }
  .product_content {
    padding: 3rem 0;
  }
  .product_content .listbx .item {
    width: 100%;
    padding: 1.5rem;
  }
  .productdetail_infobx {
    padding: 3rem 0;
  }
  .productdetail_infobx .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_infobx .center_textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .productdetail_infobx .center_textbx h3 {
    font-size: 2.25rem;
  }
  .productdetail_infobx .center_right {
    width: 100%;
    aspect-ratio: 17/14;
  }
  .productdetail_adva {
    padding: 3rem 0;
  }
  .productdetail_adva .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_adva .center .item {
    width: 48%;
    margin-bottom: 1.5rem;
  }
  .productdetail_features {
    height: 66vh;
  }
  .productdetail_features img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .productdetail_features .center .intro p {
    line-height: 2.5rem;
  }
  .spring_common_hd h2 {
    font-size: 2rem;
    line-height: 2.875rem;
  }
  .spring_module1 {
    padding: 3rem 0;
  }
  .spring_module1 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spring_module1 .center_left {
    width: 100%;
  }
  .spring_module1 .center_left .intro {
    margin-top: 1.5rem;
  }
  .spring_module1 .center_left .intro ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spring_module1 .center_left .intro ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .spring_module1 .center_left .intro ul li i {
    margin-right: 1rem;
  }
  .spring_module1 .center_rightbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 1.5rem;
  }
  .spring_module1 .center_rightbx .imgbx {
    width: 100%;
    margin: 1rem 0;
    padding: 0 10%;
  }
  .spring_module1 .center_rightbx .introbx {
    width: 100%;
  }
  .spring_module2 {
    padding: 3rem 0;
  }
  .spring_module2 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spring_module2 .center_leftbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .spring_module2 .center_rightbx {
    width: 100%;
  }
  .spring_module3 {
    height: 20rem;
  }
  .spring_module4 {
    padding: 3rem 0;
  }
  .spring_module4 .spring_swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spring_module4 .spring_swiper .swiper-slide .imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .spring_module4 .spring_swiper .swiper-slide .textbx {
    width: 100%;
  }
  .spring_module4 .spring_swiper .swiper-btn {
    top: 80%;
  }
  .spring_module4 .spring_swiper .swiper-btn-prev {
    left: 80%;
  }
  .spring_module4 .spring_swiper .swiper-btn-next {
    left: 90%;
  }
  .service_content {
    padding: 3rem 0;
  }
  .service_content .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_content .textbx {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .service_content .imgbx {
    width: 100%;
  }
  .case_content {
    padding: 3rem 0;
  }
  .case_content .listbx {
    padding: 2.5rem 0;
  }
  .case_content .listbx .item {
    width: 100%;
  }
  .case_content .listbx .item:nth-child(2n) {
    padding-left: 0;
  }
  .case_content .listbx .item:nth-child(2n-1) {
    padding-right: 0;
    border-right: 0;
  }
  .query_method {
    padding: 3rem 0;
  }
  .query_method .listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .query_method .listbx .item {
    width: 100%;
  }
  .query_method .listbx .item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .query_bottom .bg {
    display: none;
  }
  .query_bottom .center {
    width: 100%;
  }
  .query_bottom .center .formbx {
    width: 100%;
  }
  .errorbox .center,
  .successbox .center {
    width: 90%;
  }
  .registration_content {
    padding: 3rem 0;
  }
  .registration_content .formbx_item {
    width: 100%;
  }
  .registration_content .formbx_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registration_content .formbx_btn .codebox {
    margin-bottom: 1.875rem;
  }
  .illustrate_module1 {
    padding: 3rem 0;
  }
  .illustrate_module1 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .illustrate_module1 .center .imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .illustrate_module1 .center .textbx {
    width: 100%;
  }
  .illustrate_module2 {
    padding: 3rem 0;
  }
  .stores_module1 {
    padding: 3rem 0;
  }
  .stores_module2 .center .formbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
  .stores_module2 .center_listbx .item {
    width: 100%;
  }
  .news_content {
    padding: 3rem 0;
  }
  .news_content .listbx .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .news_content .listbx .item_img {
    width: 100%;
  }
  .news_content .listbx .item_textbx {
    padding: 1.25rem;
  }
  .news_content .listbx .item_textbx .intro {
    margin: 1rem 0 1.5rem;
  }
  .newdetail_content {
    padding: 3rem 0;
  }
  .newdetail_content .detailbx {
    float: none;
    width: 100%;
  }
  .newdetail_content .rightbx {
    float: none;
    display: none;
  }
  .about_profile {
    padding: 3rem 0;
  }
  .about_profile .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .center_l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about_profile .center_r {
    width: 100%;
  }
  .about_type {
    padding: 3rem 0;
  }
  .about_base {
    padding: 3rem 0;
  }
  .about_base .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_base .center_l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about_base .center_l .intro {
    margin-top: 2.5rem;
  }
  .about_base .center_r {
    width: 100%;
  }
  .about_base .center_r .numbox ul li {
    width: 56%;
  }
  .about_base .center_r .numbox ul li:first-child, .about_base .center_r .numbox ul li:nth-child(2) {
    margin-bottom: 3rem;
  }
  .about_base .center_r .numbox ul li:nth-child(2n) {
    width: 35%;
  }
  .about_videobx {
    height: auto;
  }
  .about_videobx video {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about_develop {
    padding: 3rem 0;
  }
  .development_module1 {
    padding: 3rem 0;
  }
  .development_module2 {
    padding: 3rem 0;
  }
  .development_module2 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .development_module2 .center_imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .development_module2 .center_textbx {
    width: 100%;
  }
  .culture_content {
    padding: 3rem 0;
  }
  .culture_content .title {
    margin-bottom: 2rem;
  }
  .culture_content .title .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .culture_content .title_right {
    margin-top: 2rem;
    width: 100%;
  }
  .welfare_new {
    padding: 3rem 0;
  }
  .welfare_video {
    padding: 3rem 0 6rem;
  }
  .welfare_video_swiper {
    height: auto;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .contactbox .center,
  .successbox .center,
  .errorbox .center {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .index_footer_content .contactbx {
    width: 20%;
    padding-left: 4%;
  }
  .index_footer_content .contactbx .telbx p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .index_footer_content .contactbx {
    width: 20%;
    padding-left: 4%;
  }
  .index_footer_content .contactbx .telbx p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
  .index_footer_content .contactbx {
    width: 20%;
    padding-left: 4%;
  }
  .index_footer_content .contactbx .telbx p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .index_footer_content .contactbx {
    width: 20%;
    padding-left: 4%;
  }
  .index_footer_content .contactbx .telbx p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  :root {
    font-size: 16px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .index_footer_content .contactbx {
    padding-left: 4%;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}