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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.product-content {
  position: relative;
}
.product-content .maskbox {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.product-content-item {
  padding: 4rem 0;
  border-bottom: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-content-item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  z-index: 2;
}
.product-content-item .title h3 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.product-content-item .rightbx {
  width: 68%;
  height: auto;
  z-index: 1;
}
.product-content-item .rightbx-intro {
  margin-bottom: 7.5rem;
}
.product-content-item .rightbx-intro p {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.product-content-item .rightbx .swiperbox {
  width: 100%;
}
.product-content-item .rightbx .swiperbox .product-swiper .swiper-slide .imgbx {
  width: 100%;
}
.product-content-item .rightbx .swiperbox .product-swiper .swiper-slide .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-content-item .rightbx .swiperbox .product-swiper .swiper-slide h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  text-align: center;
}
.product-bottom-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #cdcdcd;
}
.product-bottom-center .leftbx {
  width: 28.6%;
}
.product-bottom-center .leftbx .remark {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "SaolText";
  margin-bottom: 5rem;
}
.product-bottom-center .leftbx .contactinfo h3 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.product-bottom-center .leftbx .contactinfo p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.product-bottom-center .imgbx {
  width: 68.6%;
  height: auto;
}
.product-bottom-center .imgbx img {
  width: 100%;
  height: auto;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .product-content-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-content-item .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.5rem;
  }
  .product-content-item .rightbx {
    width: 100%;
  }
  .product-content-item .rightbx-intro {
    margin-bottom: 2.5rem;
  }
  .product-bottom-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-bottom-center .leftbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .product-bottom-center .leftbx .remark {
    margin-bottom: 2.5rem;
  }
  .product-bottom-center .imgbx {
    width: 100%;
  }
}
.custome-case h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 2.5rem;
}
.custome-case-center {
  position: relative;
}
.custome-case-center .custome-case-swiper {
  overflow: hidden;
}
.custome-case-center .custome-case-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.custome-case-center .custome-case-swiper .swiper-slide .imgbx {
  width: 50%;
  aspect-ratio: 70/54;
}
.custome-case-center .custome-case-swiper .swiper-slide .rightbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46%;
}
.custome-case-center .custome-case-swiper .swiper-slide .rightbx-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.custome-case-center .custome-case-swiper .swiper-slide .rightbx-txt h4 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 0.5rem;
}
.custome-case-center .custome-case-swiper .swiper-slide .rightbx-txt .intro p {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SaolText";
}
.custome-case-center .custome-case-swiper .swiper-slide .rightbx-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 40%;
}
.custome-case-center .custome-case-swiper .swiper-slide .rightbx-img img {
  display: block;
  max-width: 49%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custome-case-center .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
}
.custome-case-center .swiper-btn .iconfont {
  font-size: 2rem;
  color: #2b2b2b;
}
.custome-case-center .swiper-btn:hover {
  background-color: transparent;
}
.custome-case-center .swiper-btn:hover .iconfont {
  color: #88946e;
}
.custome-case-center .swiper-btn-prev {
  left: -3.125rem;
}
.custome-case-center .swiper-btn-next {
  right: -3.125rem;
}
.custome-case-center .swiper-pagination {
  bottom: -1.875rem;
  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;
}
.custome-case-center .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  background: rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 0.325rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.custome-case-center .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.custome-case-center .swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(0, 0, 0);
  opacity: 1;
}
.custome-brands {
  position: relative;
  background-color: #fbfbfb;
}
.custome-brands::before, .custome-brands::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 22%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.custome-brands::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fbfbfb), to(rgba(251, 251, 251, 0)));
  background: linear-gradient(90deg, #fbfbfb 0%, rgba(251, 251, 251, 0) 100%);
}
.custome-brands::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fbfbfb), to(rgba(251, 251, 251, 0)));
  background: linear-gradient(-90deg, #fbfbfb 0%, rgba(251, 251, 251, 0) 100%);
}
.custome-brands-title {
  margin-bottom: 2.75rem;
}
.custome-brands-title h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  text-align: center;
  margin-bottom: 0.5rem;
}
.custome-brands-title p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  text-align: center;
}
.custome-brands-center {
  position: relative;
}
.custome-brands .custome-brand-swiper {
  width: 100%;
}
.custome-brands .custome-brand-swiper:last-child {
  margin-top: 3.125rem;
}
.custome-brands .custome-brand-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.custome-brands .custome-brand-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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  aspect-ratio: 29/12;
  border-radius: 1.25rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.custome-brands .custome-brand-swiper .swiper-slide img {
  max-width: 90%;
  max-height: 80%;
}
.custome-lead h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 2.5rem;
}
.custome-lead-center .custome-lead-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.custome-lead-center .custome-lead-swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 7/3;
}
.custome-lead-center .custome-lead-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1%;
  color: #fff;
}
.custome-lead-center .custome-lead-swiper .swiper-pagination span {
  margin: 0 0.25rem;
}
.custome-lead-center .textbx {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3.75rem;
}
.custome-lead-center .textbx-left {
  width: 40%;
}
.custome-lead-center .textbx-left h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.custome-lead-center .textbx-left p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.custome-lead-center .textbx-img {
  width: 50%;
  aspect-ratio: 7/4;
}
.custome .product-bottom-center {
  border-top: 1px solid #cdcdcd;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .custome-case {
    overflow: hidden;
  }
  .custome-case-center .swiper-btn {
    display: none;
  }
  .custome-case-center .custome-case-swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custome-case-center .custome-case-swiper .swiper-slide .imgbx {
    width: 100%;
  }
  .custome-case-center .custome-case-swiper .swiper-slide .rightbx {
    width: 100%;
  }
  .custome-case-center .custome-case-swiper .swiper-slide .rightbx-txt {
    margin: 1rem 0;
  }
  .custome-case-center .custome-case-swiper .swiper-slide .rightbx-img {
    height: auto;
  }
  .custome-case-center .custome-case-swiper .swiper-slide .rightbx-img img {
    height: auto;
    width: 49%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .custome-brands {
    overflow: hidden;
  }
  .custome-brands-center .custome-brand-swiper:last-child {
    margin-top: 1.875rem;
  }
  .custome-lead-center .textbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custome-lead-center .textbx-left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .custome-lead-center .textbx-img {
    width: 100%;
  }
}
.stores-intro .text {
  padding: 3.75rem 0;
}
.stores-intro .text p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "SaolText";
}
.stores-content-item {
  padding: 5rem 0;
  border-bottom: 1px solid #cdcdcd;
}
.stores-content-item:first-child {
  border-top: 1px solid #cdcdcd;
}
.stores-content-item h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 1.25rem;
}
.stores-content-item .imgbx {
  width: 100%;
  height: auto;
}
.stores-content-item .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .stores-intro .text {
    padding: 2.5rem 0;
  }
  .stores-content-item {
    padding: 2.5rem 0;
  }
}
.journal-content-item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5rem 0;
  border-bottom: 1px solid #cdcdcd;
}
.journal-content-item:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.journal-content-item .leftbx {
  width: 38%;
}
.journal-content-item .leftbx h3 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 1.25rem;
}
.journal-content-item .leftbx .intro p {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.journal-content-item .imgbx {
  width: 54%;
  overflow: hidden;
}
.journal-content-item .imgbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.journaldetail {
  margin-top: 8.75rem;
}
.journaldetail-content {
  background-color: #f6f6f6;
}
.journaldetail-content .title {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #cdcdcd;
}
.journaldetail-content .title h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.journaldetail-content .title .author {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin: 1.875rem 0;
}
.journaldetail-content .title .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.journaldetail-content .detailbx {
  padding: 3.125rem 0 0;
}
.journaldetail-content .detailbx p {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.journaldetail-content .detailbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.journaldetail-content .detailbx h4,
.journaldetail-content .detailbx strong {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}

@media (min-width: 320px) and (max-width: 1023px) {
  .journal-content-item {
    padding: 2.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .journal-content-item .leftbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .journal-content-item .imgbx {
    width: 100%;
  }
  .journaldetail {
    margin-top: 5.625rem;
  }
  .journaldetail-content .title h3 {
    font-size: 1.5rem;
  }
  .journaldetail-content .title .intro p {
    font-size: 1.125rem;
  }
}
: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: #88946e;
}

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

.common-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8.75rem;
}
.common-banner img {
  width: 100%;
  height: auto;
}
.common-banner-textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.common-banner-textbx .w1400 {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-banner-textbx .text {
  max-width: 46%;
}
.common-banner-textbx h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 0.5rem;
}
.common-banner-textbx p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.common-crumb {
  padding: 1rem 0;
}
.common-crumb p {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #2b2b2b;
}
.common-crumb p i {
  font-size: 1.25rem;
  color: #2b2b2b;
}
.common-crumb p a {
  font-size: 1rem;
  color: #2b2b2b;
  margin: 0 0.25rem;
}
.common-crumb p a:hover {
  color: #88946e;
}
.common-navbox {
  width: 100%;
  height: 5rem;
  border-bottom: 1px solid #dddddd;
}
.common-navbox .w1320 {
  height: 100%;
}
.common-navbox 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;
  height: 100%;
}
.common-navbox ul li {
  font-size: 1.75rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.common-navbox ul li:nth-child(even) {
  margin: 0 1rem;
}
.common-navbox ul li a {
  font-size: 1.75rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.common-navbox ul li a:hover {
  color: #88946e;
}
.common-btnbx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
  padding: 0 2.5rem;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
  box-sizing: border-box;
}
.common-btnbx a:hover {
  background-color: #88946e;
  border-color: #88946e;
  color: #fff;
}
.common-title-l p {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
}
.common-title-l h2 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "Noto Sans SC";
  margin-top: 1rem;
}
.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: #88946e;
  border-color: #88946e;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #88946e;
  border-color: #88946e;
}
.common-pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-pagination li:last-child > a {
  margin-right: 0;
}
.common-pagination li:first-child a, .common-pagination li:last-child a {
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common-pagination li:first-child a:hover, .common-pagination li:last-child a:hover {
  background-color: #88946e;
}
.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: 1.125rem;
  font-family: "Noto Sans SC";
  line-height: 2rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #88946e;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.index-header .topbx {
  width: 100%;
  height: 5.625rem;
}
.index-header .topbx .w1400 {
  height: 100%;
}
.index-header .topbx .center {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header .topbx .logobox {
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index-header .topbx .logobox img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.index-header .topbx .media {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-header .topbx .media li:not(:last-child) {
  margin-right: 1.25rem;
}
.index-header .topbx .media li a {
  font-size: 1.25rem;
  color: #959595;
}
.index-header .topbx .media li a:hover {
  color: #88946e;
}
.index-header .navbox {
  width: 100%;
  height: 3.125rem;
}
.index-header .navbox .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.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 2.25rem;
}
.index-header-nav-item .level1 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .level1::after {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #88946e;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item.active a {
  color: #88946e;
}
.index-header-nav-item.active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover a {
  color: #88946e;
}
.index-header-nav-item:hover a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header .inner-header-icon {
  display: none;
}
.index-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 8.75rem);
  margin-top: 8.75rem;
  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 .textbx {
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  height: auto;
}
.index-banner-swiper .swiper-slide .textbx .w1400 {
  position: relative;
  height: 100%;
}
.index-banner-swiper .swiper-slide .textbx-center h2 {
  position: relative;
  font-size: 3rem;
  color: #5f3f21;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 2.5rem;
  z-index: 2;
}
.index-banner-swiper .swiper-slide .textbx-center p {
  font-size: 1.25rem;
  color: #5f3f21;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-banner-swiper .swiper-slide .textbx .common-morebtn {
  margin-top: 6%;
}
.index-banner-swiper .bannerbtn {
  position: absolute;
  bottom: 20%;
  width: 100%;
}
.index-banner-swiper .bannerbtn .w1400 {
  position: relative;
}
.index-banner-swiper .bannerbtn .swiper-pagination {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-banner-swiper .bannerbtn .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  background: rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0 0.325rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-banner-swiper .bannerbtn .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-banner-swiper .bannerbtn .swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(0, 0, 0);
  opacity: 1;
}
.index-banner-M {
  display: none;
}
.index-common-head {
  width: 100%;
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-common-title {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-common-title .title {
  width: 34%;
}
.index-common-title .title h3 {
  font-size: 2rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 0.625rem;
}
.index-common-title .title p {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-common-title .intro {
  width: 45%;
}
.index-common-title .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-common-title .intro p span {
  color: #000;
}
.index-from {
  background-color: #fbfbfb;
}
.index-from-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-from-center .imgbx {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
  margin-top: 1.5rem;
}
.index-from-center .imgbx img {
  width: 100%;
  height: auto;
}
.index-from-center .leftbx {
  width: 30%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-from-center .leftbx-txt p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2em;
  font-weight: 400;
  font-family: "SaolText";
}
.index-from-center .rightbx {
  width: 41%;
}
.index-from-center .rightbx p {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-meet-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-meet-center .index-common-head {
  margin-bottom: 1.5rem;
}
.index-meet-center .imgbx {
  width: 47%;
  aspect-ratio: 65/74;
}
.index-meet-center .rightbx {
  width: 41%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-meet-center .rightbx-md:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #303030;
}
.index-meet-center .rightbx-md:last-child p {
  font-size: 1.25rem;
  font-family: "SaolText";
}
.index-meet-center .rightbx-md h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  margin-bottom: 1.5rem;
}
.index-meet-center .rightbx-md .intro p {
  font-size: 0.875rem;
  color: #8b8b8b;
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-design {
  background-image: url(../images/index_bg1.webp);
}
.index-design-center {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10rem 0;
}
.index-design-center .logobx {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 7.5rem;
}
.index-design-center .logobx img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.index-design-center .textbx {
  margin: 2.5rem 0 3.125rem;
}
.index-design-center .textbx h3 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Noto Sans SC";
  text-align: center;
  letter-spacing: 1px;
}
.index-design-center .textbx .intro {
  margin-top: 1.25rem;
}
.index-design-center .textbx .intro p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Noto Sans SC";
  text-align: center;
}
.index-design-center .common-btnbx a {
  border-color: #fff;
  color: #fff;
}
.index-design-center .common-btnbx a:hover {
  border-color: #88946e;
}
.index-brand-center {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3.125rem;
}
.index-brand-center .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32.25rem;
}
.index-brand-center .item img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-partner {
  background-color: #fbfbfb;
}
.index-partner .index-common-title .title {
  width: 100%;
}
.index-partner .index-common-title .title h3,
.index-partner .index-common-title .title p {
  text-align: center;
}
.index-footer {
  background-color: #fff;
}
.index-footer-content {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 7.5rem 0;
}
.index-footer-content .footlogo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 7.5rem;
}
.index-footer-copyright {
  height: 3.125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-footer-copyright .w1400 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.index-footer-copyright .w1400 .left {
  font-size: 0.875rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-footer-copyright .w1400 .left a {
  font-size: 0.875rem;
  color: #5b5b5b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-footer-copyright .w1400 .left a:hover {
  color: #88946e;
}
.index-footer-copyright .w1400 .right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-footer-copyright .w1400 .right p a {
  font-size: 1.25rem;
  color: #959595;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans SC";
}
.index-footer-copyright .w1400 .right p a:not(:last-child) {
  margin-right: 1rem;
}
.index-footer-copyright .w1400 .right p a:hover {
  color: #88946e;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .common-banner {
    width: 100%;
    height: 45vh;
    margin-top: 5rem;
  }
  .common-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-textbx {
    top: 50%;
  }
  .common-banner-textbx .text {
    max-width: 100%;
  }
  .common-banner-textbx h2 {
    font-size: 2.5rem;
  }
  .common-navbox ul {
    overflow-x: auto;
  }
  .common-navbox ul li a {
    white-space: nowrap;
  }
  .common-pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-pagebtn a {
    max-width: 100%;
  }
  .index-header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 99;
  }
  .index-header .topbx .media {
    display: none;
  }
  .index-header .topbx .inner-header-icon {
    display: none;
    color: #333;
    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);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scale(1.3);
        -ms-transform: translateY(-50%) scale(1.3);
            transform: translateY(-50%) scale(1.3);
    display: block;
    z-index: 99;
  }
  .index-header .topbx .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header .topbx .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: #2b2b2b;
  }
  .index-header .topbx .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 .topbx .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header .topbx .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 .topbx .inner-header-icon-click span {
    background: #333;
  }
  .index-header .topbx .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 .topbx .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 .topbx .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 .topbx .inner-header-icon-out span {
    background: #333;
  }
  .index-header .topbx .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 .topbx .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 .topbx .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @-webkit-keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index-header .w1320 {
    height: 100%;
  }
  .index-header .logoimg {
    height: 3.25rem;
  }
  .index-header .navbox {
    height: auto;
  }
  .index-header-nav {
    display: none;
  }
  .index-header-nav-M {
    display: block;
    position: absolute;
    top: 5.625rem;
    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,
  .index-header-nav-M .cd-accordion-menu > li .level3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-header-nav-M .cd-accordion-menu > li .level1 a,
  .index-header-nav-M .cd-accordion-menu > li .level2 a,
  .index-header-nav-M .cd-accordion-menu > li .level3 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index-header-nav-M .cd-accordion-menu > li .level1 .down,
  .index-header-nav-M .cd-accordion-menu > li .level2 .down,
  .index-header-nav-M .cd-accordion-menu > li .level3 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index-header-nav-M .cd-accordion-menu > li .level1 .down i,
  .index-header-nav-M .cd-accordion-menu > li .level2 .down i,
  .index-header-nav-M .cd-accordion-menu > li .level3 .down i {
    display: none;
    color: #333;
  }
  .index-header-nav-M .cd-accordion-menu > li .level1 .down i.active,
  .index-header-nav-M .cd-accordion-menu > li .level2 .down i.active,
  .index-header-nav-M .cd-accordion-menu > li .level3 .down i.active {
    display: block;
  }
  .index-header-nav-M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index-header-nav-M .cd-accordion-menu > li .level2 .down i.icon-jianhao,
  .index-header-nav-M .cd-accordion-menu > li .level3 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index-header-nav-M .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index-header-nav-M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index-header-nav-M .has-children.active > .level1 > a {
    color: #88946e;
  }
  .index-header-nav-M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index-header-nav-M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index-header-nav-M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index-header-nav-M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index-header-nav-M .cd-accordion-menu > li .level2 a,
  .index-header-nav-M .cd-accordion-menu > li .level3 a {
    font-weight: 400;
  }
  .index-banner {
    display: none;
  }
  .index-banner-M {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
  .index-banner-M .index-banner-swiper {
    width: 100%;
    height: auto;
  }
  .index-banner-M .index-banner-swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index-banner-M .index-banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index-banner-M .index-banner-swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index-banner-M .index-banner-swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index-banner-M .index-banner-swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.8em;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination {
    bottom: 1rem;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.5rem;
  }
  .index-banner-M .index-banner-swiper .swiper-pagination-bullet-active {
    background: #88946e;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index-from-center .leftbx,
  .index-from-center .rightbx {
    width: 100%;
  }
  .index-from-center .leftbx-txt {
    margin-bottom: 1.875rem;
  }
  .index-from-center .rightbx {
    margin-top: 2.5rem;
  }
  .index-meet-center .imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index-meet-center .rightbx {
    width: 100%;
  }
  .index-meet-center .rightbx-md:not(:last-child) {
    margin-bottom: 1rem;
  }
  .index-design-center {
    padding: 5rem 0;
  }
  .index-design-center .logobx {
    height: 5.5rem;
  }
  .index-design-center .textbx {
    margin: 1.5rem 0 2.5rem;
  }
  .index-design-center .textbx h3 {
    font-size: 2rem;
  }
  .index-brand .index-common-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-brand .index-common-title .title {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index-brand .index-common-title .intro {
    width: 100%;
  }
  .index-brand-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-brand-center .item {
    width: 100%;
    height: auto;
  }
  .index-brand-center .item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .index-brand-center .item img {
    width: 100%;
    height: auto;
  }
  .index-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0;
  }
  .index-footer-content .footlogo img {
    height: 6rem;
  }
  .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 .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-footer-copyright .w1400 .left {
    text-align: center;
    line-height: 1.8em;
  }
  .index-footer-copyright .w1400 .left:first-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index-header .navmain {
    padding: 0 2%;
  }
  .index-header-navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index-header-nav-item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}