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

.w1300 {
  width: 81.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1350 {
  width: 84.375rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.w1680 {
  width: 105rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

.common_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_banner .textbx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.common_banner .textbx h2 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "Poppins-Regular";
  text-align: center;
}
.common_banner_about {
  height: 100vh;
}
.common_banner_about .abouttxt {
  position: absolute;
  bottom: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30%;
  padding: 0 10%;
  background-color: rgba(255, 224, 74, 0.5);
}
.common_banner_about .abouttxt p {
  font-size: 1.875rem;
  color: #000;
  line-height: 1.8em;
  font-weight: 700;
  font-family: "Poppins-Bold";
  font-style: italic;
}
.common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common_title h3 {
  position: relative;
  font-size: 2.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Bold";
  letter-spacing: 1px;
  z-index: 0;
}
.common_title h3::after {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.625rem;
  background-color: #ffe04a;
  z-index: -1;
}
.common_morebtn 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;
  font-size: 1rem;
  color: #2b2b2b;
  text-transform: capitalize;
}
.common_morebtn a i {
  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.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #e4e4e4;
  font-size: 1rem;
  color: #2b2b2b;
}
.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: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  -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: #ffe04a;
  border-color: #ffe04a;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #ffe04a;
  border-color: #ffe04a;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
  font-size: 0.875rem;
  background-color: transparent;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #ffe04a;
}
.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: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #ffe04a;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
.index_header .navbox {
  padding: 2.5rem 3.5%;
}
.index_header .logoimg {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.25rem;
  z-index: 199;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 224, 74, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.index_header_nav.on {
  background-color: rgb(255, 224, 74);
  opacity: 1;
  pointer-events: auto;
}
.index_header_nav.on > ul li {
  top: 0;
  opacity: 1;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.index_header_nav > ul .index_header_nav_item {
  position: relative;
  top: 2rem;
  opacity: 0;
}
.index_header_nav > ul .index_header_nav_item:first-child {
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
.index_header_nav > ul .index_header_nav_item:nth-child(2) {
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
.index_header_nav > ul .index_header_nav_item:nth-child(3) {
  -webkit-transition: all 0.3s linear 0.4s;
  transition: all 0.3s linear 0.4s;
}
.index_header_nav > ul .index_header_nav_item:nth-child(4) {
  -webkit-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
.index_header_nav > ul .index_header_nav_item:not(:last-child) {
  margin-bottom: 3%;
}
.index_header_nav > ul .index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.25rem;
  font-family: "Poppins-Bold";
  text-align: center;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav > ul .index_header_nav_item > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav > ul .index_header_nav_item.active > a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.index_header_nav > ul .index_header_nav_item:hover > a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.index_header_nav > ul .index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .inner-header-icon {
  display: none;
  color: #000;
  height: 3.125rem;
  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.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
  display: block;
  z-index: 99;
}
.index_header .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.index_header .inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 0.1875rem;
  background-color: #2b2b2b;
}
.index_header .inner-header-icon span:nth-child(1) {
  -webkit-transform: translateY(0.6rem) rotate(0deg);
      -ms-transform: translateY(0.6rem) rotate(0deg);
          transform: translateY(0.6rem) rotate(0deg);
}
.index_header .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index_header .inner-header-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.6rem) rotate(0deg);
      -ms-transform: translateY(-0.6rem) rotate(0deg);
          transform: translateY(-0.6rem) rotate(0deg);
}
.index_header .inner-header-icon-click span {
  background: #000;
}
.index_header .inner-header-icon-click span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickfirst;
          animation-name: clickfirst;
}
.index_header .inner-header-icon-click span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clicksecond;
          animation-name: clicksecond;
}
.index_header .inner-header-icon-click span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickthird;
          animation-name: clickthird;
}
@-webkit-keyframes clickfirst {
  0% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes clickfirst {
  0% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clickthird {
  0% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.index_header .inner-header-icon-out span {
  background: #000;
}
.index_header .inner-header-icon-out span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outfirst;
          animation-name: outfirst;
}
.index_header .inner-header-icon-out span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outsecond;
          animation-name: outsecond;
}
.index_header .inner-header-icon-out span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outthird;
          animation-name: outthird;
}
@-webkit-keyframes outfirst {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
}
@keyframes outfirst {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) 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.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
}
.index_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.index_banner_M {
  display: none;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  padding: 0 3.5%;
}
.index_banner_swiper .swiper-slide .textbx h3 {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Poppins-Bold";
  text-align: center;
}
.index_banner_swiper .swiper-slide .textbx p {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Normal";
  letter-spacing: 0.25rem;
  text-align: center;
}
.index_banner_swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 1rem;
  padding: 0 1%;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 7%;
  height: 1rem;
  background-color: transparent;
  border-radius: 0;
  padding: 0 0.5rem;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet .bgbx {
  position: relative;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #666666;
  border-radius: 0.125rem;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper .swiper-pagination-bullet .bgbx .fullbx {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  background-color: #ffe04a;
  z-index: 2;
}
.index_banner_swiper .swiper-pagination-bullet-active .bgbx .fullbx {
  -webkit-animation: 10s linear forwards middle;
          animation: 10s linear forwards middle;
}
@-webkit-keyframes middle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    left: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 0;
  }
}
@keyframes middle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    left: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 0;
  }
}
.index_content {
  position: relative;
  padding-bottom: 5rem;
  margin-top: 100vh;
  background-color: #fff;
  z-index: 2;
}
.index_content_topbox {
  padding: 10rem 0;
}
.index_content_topbox .title h2 {
  font-size: 3rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Regular";
  margin-bottom: 0.5rem;
}
.index_content_topbox .title h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Thin";
}
.index_content_topbox .rightbx {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 68%;
}
.index_content_topbox .rightbx h4 {
  position: relative;
  font-size: 1.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Normal";
}
.index_content_topbox .rightbx h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.625rem;
  background-color: #ffe04a;
  z-index: -1;
}
.index_content_topbox .rightbx .intro {
  margin-top: 2.5rem;
}
.index_content_topbox .rightbx .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Normal";
}
.index_content_listbox {
  padding: 0 2%;
}
.index_content_listbox .gridbox_item {
  float: left;
  width: 24.5%;
  margin-bottom: 2.5rem;
}
.index_content_listbox .gridbox_item:hover .imgbx {
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.08);
}
.index_content_listbox .gridbox_item:hover .imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index_content_listbox .gridbox_item .imgbx {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_content_listbox .gridbox_item .imgbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_content_listbox .gridbox_item .textbx {
  padding: 1.25rem 0;
}
.index_content_listbox .gridbox_item .textbx h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Normal";
  margin-bottom: 0.5rem;
}
.index_content_listbox .gridbox_item .textbx .intro {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: "MiSans-Light";
  font-family: "MiSans-Normal";
}
.index_content_listbox .grid-sizer {
  width: 24.5%;
  height: 0;
}
.index_content_listbox .gutter-sizer {
  width: 0.6666666667%;
  height: 0;
}
.index_content_listbox .moreitem {
  position: absolute;
  right: 0;
  width: 24.5%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_content_listbox .moreitem .ct {
  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: 10rem;
  background-color: #ffe04a;
  pointer-events: none;
}
.index_content_listbox .moreitem.show {
  opacity: 1;
  pointer-events: auto;
}
.index_content_listbox .moreitem span {
  font-size: 1.35rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}
.index_content_listbox .moreitem .txt {
  display: block;
}
.index_content_listbox .moreitem .txt_M {
  display: none;
}
.index_content_listbox .moreitem:hover {
  cursor: pointer;
}
.index_content .moreitem_M {
  display: none;
}
.index_footer {
  position: relative;
  background-color: #ffe04a;
  z-index: 2;
}
.index_footer_content {
  padding: 5rem 0 2.5rem;
}
.index_footer_content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 11%;
  padding-right: 11%;
}
.index_footer_content .footlogo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
}
.index_footer_content .footlogo img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .footnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index_footer_content .footnav dl {
  margin-right: 11%;
}
.index_footer_content .footnav dl dt {
  margin-bottom: 1rem;
}
.index_footer_content .footnav dl dt a {
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}
.index_footer_content .footnav dl dt a:hover {
  text-decoration: underline;
}
.index_footer_content .footnav dl dd:not(:last-child) {
  margin-bottom: 0.875rem;
}
.index_footer_content .footnav dl dd a,
.index_footer_content .footnav dl dd p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.index_footer_content .footnav dl:first-child dd a:hover {
  text-decoration: underline;
}
.index_footer_content .footnav .addressbx {
  max-width: 24%;
}
.index_footer_content .footnav .addressbx h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}
.index_footer_content .footnav .addressbx p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.index_footer_content .footnav .addressbx .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.index_footer_content .footnav .addressbx .media li {
  position: relative;
}
.index_footer_content .footnav .addressbx .media li:not(:last-child) {
  margin-right: 4%;
}
.index_footer_content .footnav .addressbx .media li 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: 3.5rem;
  height: 3.5rem;
  background-color: #473900;
  border-radius: 50%;
}
.index_footer_content .footnav .addressbx .media li a img {
  display: block;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .footnav .addressbx .media li.xhs a img {
  width: 70%;
}
.index_footer_content .footnav .addressbx .media li .dropdown {
  position: absolute;
  bottom: 2.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_content .footnav .addressbx .media li .dropdown img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .footnav .addressbx .media li.weixin:hover .dropdown {
  opacity: 1;
}
.index_footer_copyright {
  padding: 3.125rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .container {
  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%;
  padding-left: 13%;
  padding-right: 13%;
}
.index_footer_copyright .container p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .container p,
.index_footer_copyright .container a {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}
.index_footer_copyright .container a:hover {
  text-decoration: underline;
}
.index_sidebox {
  position: fixed;
  bottom: 10%;
  right: -6rem;
  z-index: 9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_sidebox.show {
  right: 1%;
}
.index_sidebox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffe04a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebox ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.index_sidebox ul li:hover {
  background-color: #2b2b2b;
  cursor: pointer;
}
.index_sidebox ul li:hover i {
  color: #fff;
}
.index_sidebox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.index_sidebox ul li i {
  font-size: 2rem;
  color: #000;
}

.work_content {
  position: relative;
  margin-top: 75vh;
  background-color: #f9f9f9;
  z-index: 2;
}
.work_content_navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.5rem 0;
}
.work_content_navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work_content_navlist ul li {
  margin: 0 1rem;
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Regular";
}
.work_content_navlist ul li.active a::after, .work_content_navlist ul li:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.work_content_navlist ul li a {
  position: relative;
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Regular";
}
.work_content_navlist ul li a::after {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #ffe04a;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.work_content_listbox {
  padding: 0 2%;
}
.work_content_listbox .gridbox_item {
  float: left;
  width: 24.5%;
  margin-bottom: 2.5rem;
}
.work_content_listbox .gridbox_item:hover .imgbx {
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.08);
}
.work_content_listbox .gridbox_item:hover .imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.work_content_listbox .gridbox_item .imgbx {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.work_content_listbox .gridbox_item .imgbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.work_content_listbox .gridbox_item .textbx {
  padding: 1.25rem 0;
}
.work_content_listbox .gridbox_item .textbx h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Normal";
  margin-bottom: 0.5rem;
}
.work_content_listbox .gridbox_item .textbx .intro {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: "MiSans-Light";
  font-family: "MiSans-Normal";
}
.work_content_listbox .grid-sizer {
  width: 24.5%;
  height: 0;
}
.work_content_listbox .gutter-sizer {
  width: 0.6666666667%;
  height: 0;
}
.work_content_listbox .moreitem {
  position: absolute;
  right: 0;
  display: block;
  width: 24.5%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.work_content_listbox .moreitem.show {
  opacity: 1;
  pointer-events: auto;
}
.work_content_listbox .moreitem .ct {
  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: 10rem;
  background-color: #ffe04a;
}
.work_content_listbox .moreitem span {
  font-size: 1.35rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}
.work_content_listbox .moreitem:hover {
  cursor: pointer;
}
.work_content_bottombx {
  padding: 3.125rem 2% 7.5rem;
}
.work_content_bottombx .moreitem_M {
  display: none;
}
.work_content_bottombx p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "Poppins-Thin";
  text-align: center;
}
.work_content_bottombx .moreitem {
  display: block;
  margin: 3.125rem auto 0;
}
.work_content_bottombx .moreitem .ct {
  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: 12rem;
  height: 4rem;
  background-color: #ffe04a;
}
.work_content_bottombx .moreitem:hover {
  cursor: pointer;
}
.work_content_bottombx .moreitem span {
  font-size: 1.125rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}

.productdetail_content {
  position: relative;
  width: 100%;
  padding-bottom: 6.25rem;
  background: #f9f9f9;
  margin-top: 75vh;
  z-index: 2;
}
.productdetail_content_topbx {
  width: 100%;
  padding: 5rem 11% 7.5rem;
}
.productdetail_content_topbx .title {
  width: 40%;
}
.productdetail_content_topbx .title h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Medium";
  margin-bottom: 1.25rem;
}
.productdetail_content_topbx .title .client,
.productdetail_content_topbx .title .time {
  font-size: 1rem;
  color: #808080;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.productdetail_content_topbx .intro {
  position: relative;
  width: 42%;
}
.productdetail_content_topbx .intro::before {
  position: absolute;
  top: -1rem;
  left: 0;
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background-color: #ffe04a;
}
.productdetail_content_topbx .intro p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.productdetail_content_detailbx {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.productdetail_content_detailbx p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "MiSans-Light";
  width: 50%;
  margin: 0 auto;
}
.productdetail_content_detailbx .img {
  width: 100%;
}
.productdetail_content_detailbx .img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .backbtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  margin: 3rem auto 0;
}
.productdetail_content .backbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 1.875rem;
  background-color: #ffe04a;
}
.productdetail_content .backbtn a i {
  font-size: 1.25rem;
  color: #000;
  margin-right: 0.625rem;
}
.productdetail_content .backbtn a p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
}

.about_content {
  position: relative;
  margin-top: 100vh;
  background: #fff;
  z-index: 2;
}
.about_content_topbx {
  padding: 7rem 9%;
  overflow: hidden;
}
.about_content_topbx .abouttxt_main p {
  font-size: 1.875rem;
  color: #000;
  line-height: 1.8em;
  font-weight: 700;
  font-family: "Poppins-Bold";
  font-style: italic;
}
.about_content_team {
  width: 100%;
  padding: 14rem 0;
  background-color: #f9f9f9;
}
.about_content_team .listbx {
  margin-top: 7.5rem;
  width: 100%;
}
.about_content_team .listbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  aspect-ratio: 1;
  background-color: #ffe04a;
}
.about_content_team .listbx_item_txt .numbx {
  margin-bottom: 1.25rem;
}
.about_content_team .listbx_item_txt .numbx p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}
.about_content_team .listbx_item_txt .numbx p span {
  font-size: 3.5rem;
}
.about_content_team .listbx_item_txt > p {
  font-size: 1.125rem;
  color: #383838;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.about_content_service {
  width: 100%;
  padding: 14rem 0;
}
.about_content_service .listbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7.5rem;
  width: 100%;
}
.about_content_service .listbx_item {
  position: relative;
  width: 24%;
  background-color: #ffe04a;
}
.about_content_service .listbx_item .imgbx {
  width: 100%;
  aspect-ratio: 133/103;
}
.about_content_service .listbx_item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_content_service .listbx_item .textbx {
  padding: 0 1.25rem;
}
.about_content_service .listbx_item .textbx_hd {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.about_content_service .listbx_item .textbx_hd h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 5rem;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.about_content_service .listbx_item .textbx_intro {
  padding: 1rem 0 3.125rem;
}
.about_content_service .listbx_item .textbx_intro p {
  font-size: 1rem;
  color: #000;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-ExtraLight";
}
.about_content_award {
  background: #f9f9f9;
  width: 100%;
  padding: 14rem 0;
}
.about_content_award .center {
  margin-top: 3.125rem;
}
.about_content_award .center_intro {
  width: 100%;
}
.about_content_award .center_intro p {
  font-size: 1rem;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Normal";
  text-align: center;
}
.about_content_award .center_intro p br {
  display: none;
}
.about_content_award .center_listbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.about_content_award .center_listbx .item {
  width: 6%;
  margin: 0 1%;
}
.about_content_award .center_listbx .item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_content_partner {
  width: 100%;
  padding: 12rem 0;
}
.about_content_partner .container {
  width: 100%;
  padding: 0 11%;
}
.about_content_partner .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 6.25rem;
}
.about_content_partner .listbox .zhanwei {
  width: 11%;
  height: 0;
}
.about_content_partner .listbox_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11%;
  aspect-ratio: 2/1;
  margin-bottom: 2.5rem;
}
.about_content_partner .listbox_item img {
  display: block;
  width: 70%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_content_topbx {
  padding: 7rem 9%;
}
.new_content_topbx .txt {
  width: 62%;
}
.new_content_topbx .txt h3 {
  font-size: 2.75rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Bold";
  margin-bottom: 1rem;
}
.new_content_topbx .txt .intro p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Normal";
}
.new_content_bottombx {
  padding: 3.125rem 2% 7.5rem;
}
.new_content_bottombx p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "Poppins-Thin";
  text-align: center;
}
.new_content_bottombx .moreitem {
  display: block;
  margin: 3.125rem auto 0;
}
.new_content_bottombx .moreitem .ct {
  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: 12rem;
  height: 4rem;
  background-color: #ffe04a;
}
.new_content_bottombx .moreitem:hover {
  cursor: pointer;
}
.new_content_bottombx .moreitem .txt {
  font-size: 1.125rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "Poppins-Bold";
}
.new_content_bottombx .moreitem .txt_M {
  display: none;
}

.contact_content {
  position: relative;
  width: 100%;
  margin-top: 75vh;
  background-color: #f9f9f9;
  z-index: 2;
}
.contact_content .container {
  padding: 0 11%;
}
.contact_content_map {
  padding: 10rem 0 5rem;
}
.contact_content_map .leftbx {
  width: 18%;
}
.contact_content_map .leftbx .common_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_content_map .leftbx_txt {
  margin-top: 1.875rem;
}
.contact_content_map .leftbx_txt p {
  font-size: 1.125rem;
  color: #808080;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.contact_content_map .leftbx_txt .imglist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.875rem;
}
.contact_content_map .leftbx_txt .imglist_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: 40%;
}
.contact_content_map .leftbx_txt .imglist_item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_content_map .leftbx_txt .imglist_item:first-child {
  margin-right: 1rem;
}
.contact_content_map .mapbox {
  width: 52%;
  aspect-ratio: 610/285;
}
.contact_content_map .mapbox #map {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_content_join {
  padding: 5rem 0;
}
.contact_content_join .leftbx {
  width: 27%;
}
.contact_content_join .leftbx .common_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_content_join .leftbx_txt {
  margin-top: 1.875rem;
}
.contact_content_join .leftbx_txt p,
.contact_content_join .leftbx_txt a {
  font-size: 1.125rem;
  color: #808080;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.contact_content_join .leftbx_txt a:hover {
  color: #000;
  text-decoration: underline;
}
.contact_content_join .rightbx {
  width: 52%;
}
.contact_content_join .rightbx .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.5rem;
  border-bottom: 1px solid #000;
}
.contact_content_join .rightbx .item:not(:last-child) {
  margin-bottom: 3rem;
}
.contact_content_join .rightbx .item h4 {
  font-size: 1.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Medium";
}
.contact_content_join .rightbx .item .num {
  font-size: 1rem;
  color: #999;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Light";
}
.contact_content_talk {
  padding: 5rem 0 10rem;
}
.contact_content_talk .leftbx {
  width: 27%;
}
.contact_content_talk .leftbx .common_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_content_talk .messagebx {
  width: 52%;
}
.contact_content_talk .messagebx .formbx {
  width: 100%;
  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;
}
.contact_content_talk .messagebx .formbx_item {
  width: 100%;
  height: 3.125rem;
  margin-bottom: 2.5rem;
}
.contact_content_talk .messagebx .formbx_item input::-webkit-input-placeholder,
.contact_content_talk .messagebx .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_item input:-moz-placeholder,
.contact_content_talk .messagebx .formbx_item textarea:-moz-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_item input::-moz-placeholder,
.contact_content_talk .messagebx .formbx_item textarea::-moz-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_item input:-ms-input-placeholder,
.contact_content_talk .messagebx .formbx_item textarea:-ms-input-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #888;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
  color: #2b2b2b;
  font-family: "MiSans-Medium";
}
.contact_content_talk .messagebx .formbx_text {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}
.contact_content_talk .messagebx .formbx_text input::-webkit-input-placeholder,
.contact_content_talk .messagebx .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_text input:-moz-placeholder,
.contact_content_talk .messagebx .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_text input::-moz-placeholder,
.contact_content_talk .messagebx .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_text input:-ms-input-placeholder,
.contact_content_talk .messagebx .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_text label {
  display: block;
  font-size: 1.25rem;
  color: #888;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Normal";
  margin-bottom: 1rem;
}
.contact_content_talk .messagebx .formbx_text textarea {
  width: 100%;
  height: 8rem;
  padding: 0.625rem;
  outline: none;
  border: 1px solid #888;
  resize: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #2b2b2b;
  font-family: "MiSans-Medium";
  line-height: 1.5em;
}
.contact_content_talk .messagebx .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1.875rem;
}
.contact_content_talk .messagebx .formbx_codebx input::-webkit-input-placeholder,
.contact_content_talk .messagebx .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_codebx input:-moz-placeholder,
.contact_content_talk .messagebx .formbx_codebx textarea:-moz-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_codebx input::-moz-placeholder,
.contact_content_talk .messagebx .formbx_codebx textarea::-moz-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_codebx input:-ms-input-placeholder,
.contact_content_talk .messagebx .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "MiSans-Light";
}
.contact_content_talk .messagebx .formbx_codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #888;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
  color: #2b2b2b;
  font-family: "MiSans-Medium";
}
.contact_content_talk .messagebx .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.125rem;
  outline: none;
  border: 1px solid #888;
  background: transparent;
  margin-left: 1rem;
}
.contact_content_talk .messagebx .formbx_codebx .yanzheng img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_content_talk .messagebx .formbx_btnbx {
  width: 6.25rem;
  height: 3.125rem;
}
.contact_content_talk .messagebx .formbx_btnbx button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: #ffe04a;
  font-size: 1.25rem;
  color: #000;
  line-height: 3.125rem;
  font-family: "MiSans-Medium";
  text-align: center;
}
.contact_content_talk .messagebx .formbx_btnbx button:hover {
  cursor: pointer;
}

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1300,
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .common_banner {
    width: 100vw;
    height: 70vh;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner .textbx {
    padding: 0 10%;
  }
  .common_banner .textbx h2 {
    font-size: 3rem;
  }
  .common_banner_about .abouttxt {
    display: none;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 99;
  }
  .index_header .w1680 {
    height: 100%;
  }
  .index_header .logoimg {
    height: 2.5rem;
  }
  .index_header .navbox {
    padding: 1.5rem 1rem;
  }
  .index_header_nav > ul .index_header_nav_item:not(:last-child) {
    margin-bottom: 10%;
  }
  .index_header_nav > ul .index_header_nav_item > a {
    font-size: 2.875rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: 100%;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index_banner_M .index_banner_swiper .swiper-slide .textbx h3 {
    font-size: 3.5rem;
    line-height: 1.4em;
  }
  .index_banner_M .index_banner_swiper .swiper-slide .textbx p {
    font-size: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 1rem;
    padding: 0 1%;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0.5rem;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet .bgbx {
    position: relative;
    display: block;
    width: 100%;
    height: 0.25rem;
    background-color: #666666;
    border-radius: 0.125rem;
    overflow: hidden;
    z-index: 1;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet .bgbx .fullbx {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    width: 100%;
    height: 100%;
    border-radius: 0.125rem;
    background-color: #ffe04a;
    z-index: 2;
  }
  .index_banner_M .index_banner_swiper .swiper-pagination-bullet-active .bgbx .fullbx {
    -webkit-animation: 10s linear forwards middle2;
            animation: 10s linear forwards middle2;
  }
  @-webkit-keyframes middle2 {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      left: 0;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      left: 0;
    }
  }
  @keyframes middle2 {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      left: 0;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      left: 0;
    }
  }
  .index_content {
    padding-bottom: 8rem;
  }
  .index_content_topbox {
    padding: 5rem 0;
  }
  .index_content_topbox .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_content_topbox .rightbx {
    width: 100%;
    margin-top: 2.5rem;
  }
  .index_content_listbox .gridbox_item {
    width: 49%;
  }
  .index_content_listbox .gridbox .moreitem {
    display: block;
    width: 49%;
  }
  .index_content_listbox .gridbox .moreitem .ct {
    height: 5rem;
  }
  .index_content .moreitem_M {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .index_content .moreitem_M .ct {
    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: 8rem;
    height: 5rem;
    background-color: #ffe04a;
  }
  .index_content .moreitem_M span {
    display: block;
    font-size: 3rem;
    font-family: "MiSans-Normal";
  }
  .index_footer_content .container {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index_footer_content .footlogo {
    position: absolute;
    top: 0;
    right: 8%;
    height: 3.5rem;
  }
  .index_footer_content .footnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_footer_content .footnav dl {
    margin-bottom: 2.5rem;
    width: 100%;
  }
  .index_footer_content .footnav dl dt a {
    font-size: 1.5rem;
  }
  .index_footer_content .footnav dl dd:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .index_footer_content .footnav .addressbx {
    max-width: 100%;
  }
  .index_footer_content .footnav .addressbx h4 {
    font-size: 1.5rem;
  }
  .index_footer_copyright .container {
    -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;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index_footer_copyright .left {
    margin-bottom: 0.5rem;
  }
  .index_sidebox {
    display: none;
  }
  .work_content {
    margin-top: 70vh;
  }
  .work_content_navlist {
    padding: 4rem 1rem;
  }
  .work_content_navlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .work_content_navlist ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .work_content_navlist ul li:first-child {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .work_content_navlist ul li:first-child a {
    padding: 0 2rem;
  }
  .work_content_navlist ul li:nth-child(2n) {
    display: none;
  }
  .work_content_navlist ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.125rem;
    line-height: 2.25rem;
    background-color: #e6e6e6;
    border-radius: 1.125rem;
  }
  .work_content_navlist ul li.active a {
    background-color: #ffe04a;
  }
  .work_content_navlist ul li.active ::after {
    display: none;
  }
  .work_content_listbox {
    padding-bottom: 5rem;
  }
  .work_content_listbox .gridbox_item {
    width: 49%;
  }
  .work_content_listbox .gridbox .moreitem {
    display: block;
    width: 49%;
  }
  .work_content_listbox .gridbox .moreitem .ct {
    height: 5rem;
  }
  .work_content_bottombx {
    padding: 1.875rem 1rem 4rem;
  }
  .work_content_bottombx .moreitem_M {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.125rem;
  }
  .work_content_bottombx .moreitem_M .ct {
    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: 8rem;
    height: 5rem;
    background-color: #ffe04a;
  }
  .work_content_bottombx .moreitem_M span {
    display: block;
    font-size: 3rem;
    font-family: "MiSans-Normal";
  }
  .work_content_bottombx p br {
    display: none;
  }
  .productdetail_content {
    margin-top: 70vh;
  }
  .productdetail_content_topbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 1rem;
  }
  .productdetail_content_topbx .title {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .productdetail_content_topbx .title h3 {
    font-size: 2.25rem;
  }
  .productdetail_content_topbx .title .client,
  .productdetail_content_topbx .title .time {
    font-size: 1.5rem;
  }
  .productdetail_content_topbx .intro {
    width: 100%;
  }
  .productdetail_content_topbx .intro::before {
    display: none;
  }
  .productdetail_content_detailbx p {
    width: 100%;
  }
  .productdetail_content_detailbx .img:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .about_content {
    margin-top: 70vh;
  }
  .about_content_topbx {
    padding: 3rem 1rem;
  }
  .about_content_topbx .abouttxt_main p {
    font-size: 1.75rem;
  }
  .about_content_team {
    padding: 5rem 0;
  }
  .about_content_team .listbx {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_content_team .listbx_item {
    width: 49%;
  }
  .about_content_team .listbx_item:first-child, .about_content_team .listbx_item:nth-child(2) {
    margin-bottom: 0.5rem;
  }
  .about_content_service {
    padding: 5rem 0;
  }
  .about_content_service .listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .about_content_service .listbx_item {
    width: 100%;
  }
  .about_content_service .listbx_item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .about_content_service .listbx_item .textbx_hd h4 {
    font-size: 1.5rem;
  }
  .about_content_service .listbx_item .textbx_intro p {
    font-size: 1.25rem;
  }
  .about_content_award {
    padding: 5rem 0;
  }
  .about_content_award .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .about_content_award .center_intro {
    max-width: 70%;
    margin: 0 auto;
  }
  .about_content_award .center_intro p {
    font-size: 1.125rem;
    line-height: 1.8em;
  }
  .about_content_award .center_intro p br {
    display: block;
  }
  .about_content_award .center_listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .about_content_award .center_listbx .item {
    width: 17%;
    margin: 0 3%;
    margin-bottom: 2rem;
  }
  .about_content_partner {
    padding: 5rem 0;
  }
  .about_content_partner .container {
    padding: 0 1rem;
  }
  .about_content_partner .listbox {
    margin-top: 3rem;
  }
  .about_content_partner .listbox_item {
    width: 24%;
  }
  .new_content_topbx {
    padding: 2.5rem 1rem;
  }
  .new_content_topbx .txt {
    width: 100%;
  }
  .new_content_listbox .gridbox {
    padding-bottom: 0;
  }
  .new_content_bottombx {
    padding: 0 1rem 4rem;
  }
  .new_content_bottombx > p {
    display: none;
  }
  .new_content_bottombx .moreitem {
    margin-top: 0;
    width: 8rem;
    height: 5rem;
  }
  .new_content_bottombx .moreitem .txt {
    display: none;
  }
  .new_content_bottombx .moreitem .txt_M {
    display: block;
    font-size: 3rem;
    font-family: "MiSans-Normal";
  }
  .contact_content {
    margin-top: 70vh;
  }
  .contact_content .container {
    padding: 0 1rem;
  }
  .contact_content_map {
    padding: 5rem 0 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_content_map .leftbx {
    width: 100%;
  }
  .contact_content_map .mapbox {
    width: 100%;
    aspect-ratio: 1;
    margin-top: 1.5rem;
  }
  .contact_content_join {
    padding: 2.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_content_join .leftbx {
    width: 100%;
  }
  .contact_content_join .rightbx {
    width: 100%;
    margin-top: 1.5rem;
  }
  .contact_content_talk {
    padding: 2.5rem 0 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_content_talk .leftbx {
    width: 100%;
  }
  .contact_content_talk .messagebx {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 2rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 1.25rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 1.25rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
  }
  .index_header_nav_item:not(:first-child) {
    margin-left: 2rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_banner_swiper .swiper-slide .textbx_center {
    left: 4rem;
  }
}
@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;
  }
}