@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.w1200 {
  width: 75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1280 {
  width: 80rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.container {
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

:root::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000;
}

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

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

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

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

.common-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
.common-banner img {
  width: 100%;
  height: auto;
}
.common-banner-textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.common-banner-textbx .w1600 {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-banner-textbx-content {
  position: relative;
  width: 100%;
}
.common-banner-textbx-content p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.common-banner-textbx-content h1 {
  font-size: 2rem;
  color: #fff;
  line-height: 3.25rem;
  font-weight: 700;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.common-morebtn {
  width: auto;
  height: 3.5rem;
}
.common-morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  height: 100%;
  padding: 0 4.5rem;
  background-color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common-morebtn a:hover p {
  text-decoration: underline;
}
.common-morebtn a p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common-morebtn a .iconfont {
  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;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common-crumb {
  background-color: #fff;
}
.common-crumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 5rem;
}
.common-crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-crumb p .iconfont {
  font-size: 1.75rem;
  color: #548454;
}
.common-crumb p .icon-zuojiantou-copy {
  font-size: 1rem;
}
.common-crumb p a {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0 0.5rem;
}
.common-crumb p a:not(:first-child):hover {
  color: #548454;
  text-decoration: underline;
}
.common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-title p {
  font-size: 1.875rem;
  color: rgba(1, 56, 135, 0.1);
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  position: relative;
  margin-bottom: -1rem;
  z-index: 1;
}
.common-title h2 {
  font-size: 2.25rem;
  color: #000;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Medium";
  position: relative;
  z-index: 2;
}
.common-navbox {
  padding: 0.25rem 0;
  background-color: #f3f3f3;
}
.common-navbox .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-left li.active a {
  background-color: #548454;
  color: #fff;
}
.common-navbox-left li:hover a {
  text-decoration: underline;
}
.common-navbox-left li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common-navbox-crumb p {
  width: 100%;
  height: 2.5rem;
  font-size: 0.75rem;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-crumb p i {
  font-size: 1.25rem;
  color: #666666;
}
.common-navbox-crumb p a {
  font-size: 0.75rem;
  color: #666666;
  margin: 0 0.25rem;
}
.common-navbox-crumb p a:hover {
  color: #548454;
}
.common-pagination {
  width: 100%;
}
.common-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  font-size: 1rem;
  color: #000;
  margin: 0 0.5rem;
  padding: 0.625rem;
  border: 0;
  border-radius: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common-pagination a:hover {
  color: #fff;
  background-color: #548454;
  border-color: #548454;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #548454;
  border-color: #548454;
}
.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: #548454;
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.common-pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #8b8b8b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #548454;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  -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);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 99;
}
.index-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.index-header-logo {
  height: 1.875rem;
  width: auto;
}
.index-header-logo .logobox {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.index-header-logo .logobox img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-right .language {
  position: relative;
  width: auto;
  height: 2.5rem;
}
.index-header-right .language:hover {
  cursor: pointer;
}
.index-header-right .language:hover .language-down {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header-right .language-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 1.875rem;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 1.25rem;
  z-index: 19;
}
.index-header-right .language-top:hover {
  cursor: pointer;
}
.index-header-right .language-top .iconfont {
  font-size: 1.125rem;
  color: #2b2b2b;
  margin-right: 0.5rem;
}
.index-header-right .language-top span {
  font-size: 1rem;
  color: #2b2b2b;
}
.index-header-right .language-down {
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.08);
  z-index: 9;
  opacity: 0;
  -webkit-transform: rotateX("90deg");
          transform: rotateX("90deg");
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-right .language-down li {
  width: 100%;
}
.index-header-right .language-down li:hover a {
  color: #548454;
}
.index-header-right .language-down li a {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  text-align: center;
}
.index-header .navbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 3%;
}
.index-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-header-nav-m {
  display: none;
}
.index-header-nav .navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.index-header-nav-item {
  height: 100%;
}
.index-header-nav-item .level1 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-header-nav-item .level1 > a {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 6.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.index-header-nav-item .level1 > a::after {
  position: absolute;
  bottom: 30%;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .level1 .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-nav-item .level1 .dropdown-list li {
  position: relative;
}
.index-header-nav-item .level1 .dropdown-list li a {
  font-size: 1rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
  display: block;
  white-space: nowrap;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .level1 .dropdown-list li a:hover {
  background-color: #548454;
  color: #fff;
}
.index-header-nav-item .productdown {
  position: absolute;
  top: 6.25rem;
  left: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-header-nav-item .productdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
}
.index-header-nav-item .productdown-content-left {
  width: 23.75%;
}
.index-header-nav-item .productdown-content-left-item {
  width: 100%;
  height: 4.375rem;
}
.index-header-nav-item .productdown-content-left-item.active a {
  background-color: #f4f4f4;
  border-color: #548454;
}
.index-header-nav-item .productdown-content-left-item.active a p {
  color: #548454;
}
.index-header-nav-item .productdown-content-left-item.active a .iconfont {
  background-color: #548454;
}
.index-header-nav-item .productdown-content-left-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  border-bottom: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-header-nav-item .productdown-content-left-item a p {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-header-nav-item .productdown-content-left-item a .iconfont {
  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;
  background-color: #b0b0b0;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #fff;
}
.index-header-nav-item .productdown-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 3%;
}
.index-header-nav-item .productdown-content-right-list {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-header-nav-item .productdown-content-right-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-header-nav-item .productdown-content-right-list .zhanwei {
  width: 30.7692307692%;
  height: 0;
}
.index-header-nav-item .productdown-content-right-list .pcrl-item {
  position: relative;
  width: 30.7692307692%;
}
.index-header-nav-item .productdown-content-right-list .pcrl-item:hover .pcrl-item-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-header-nav-item .productdown-content-right-list .pcrl-item:hover .pcrl-item-textbx h4 {
  color: #548454;
}
.index-header-nav-item .productdown-content-right-list .pcrl-item-imgbx {
  width: 100%;
  aspect-ratio: 36/22;
  overflow: hidden;
}
.index-header-nav-item .productdown-content-right-list .pcrl-item-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item .productdown-content-right-list .pcrl-item-textbx h4 {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-nav-item:hover .level1 a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-nav-item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header-nav-item:hover .productdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header-nav-item.index-header-nav-item__active .level1 a {
  color: #548454;
}
.index-header-nav-item.index-header-nav-item__active .level1 a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.index-header-top {
  height: 6.25rem;
}
.index-header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.index-header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.index-header-top-left .logobox {
  width: auto;
  height: 3.25rem;
  padding-bottom: 0.5rem;
}
.index-header-top-left .logobox img {
  height: 100%;
  width: auto;
}
.index-header-top-mid {
  width: 50%;
}
.index-header-top-right .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-header-top-right .phone .iconfont {
  font-size: 1.875rem;
  color: #548454;
  margin-right: 0.625rem;
}
.index-header-top-right .phone p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-header-top-right .inner-header-icon {
  display: none;
  color: #2b2b2b;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.index-header-top-right .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.index-header-top-right .inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 0.125rem;
  background-color: #000;
}
.index-header-top-right .inner-header-icon span:nth-child(1) {
  -webkit-transform: translateY(0.625rem) rotate(0deg);
      -ms-transform: translateY(0.625rem) rotate(0deg);
          transform: translateY(0.625rem) rotate(0deg);
}
.index-header-top-right .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index-header-top-right .inner-header-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.625rem) rotate(0deg);
      -ms-transform: translateY(-0.625rem) rotate(0deg);
          transform: translateY(-0.625rem) rotate(0deg);
}
.index-header-top-right .inner-header-icon-click span {
  background: #2b2b2b;
}
.index-header-top-right .inner-header-icon-click span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickfirst;
          animation-name: clickfirst;
}
.index-header-top-right .inner-header-icon-click span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clicksecond;
          animation-name: clicksecond;
}
.index-header-top-right .inner-header-icon-click span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickthird;
          animation-name: clickthird;
}
.index-header-top-right .inner-header-icon {
  /*第一条线旋转动画*/
}
@-webkit-keyframes clickfirst {
  0% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes clickfirst {
  0% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
.index-header-top-right .inner-header-icon {
  /*第二条线淡入淡出动画动画*/
}
@-webkit-keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.index-header-top-right .inner-header-icon {
  /*第三条线旋转动画*/
}
@-webkit-keyframes clickthird {
  0% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.index-header-top-right .inner-header-icon-out span {
  background: #2b2b2b;
}
.index-header-top-right .inner-header-icon-out span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outfirst;
          animation-name: outfirst;
}
.index-header-top-right .inner-header-icon-out span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outsecond;
          animation-name: outsecond;
}
.index-header-top-right .inner-header-icon-out span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outthird;
          animation-name: outthird;
}
@-webkit-keyframes outfirst {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outfirst {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
}
@-webkit-keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes outthird {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
}
.index-header-navbox {
  height: 3.75rem;
  background-color: #548454;
}
.index-header-navbox-wrapper {
  height: 100%;
}
.index-sidebar {
  position: fixed;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 6.25rem;
  height: auto;
  padding: 3.5625rem 0.625rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.27);
  border-radius: 0.625rem 0px 0px 0.625rem;
  z-index: 19;
}
.index-sidebar-head {
  position: absolute;
  top: 1.375rem;
  right: 0;
  width: auto;
  height: 2.6875rem;
}
.index-sidebar-head img {
  width: auto;
  height: 100%;
}
.index-sidebar-head p {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 6.25rem;
  text-align: center;
}
.index-sidebar-list {
  width: 100%;
}
.index-sidebar-list li {
  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;
  position: relative;
  width: 100%;
  height: 5.75rem;
}
.index-sidebar-list li:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.index-sidebar-list li:hover {
  cursor: pointer;
}
.index-sidebar-list li:hover .dropdown {
  display: block;
  opacity: 1;
}
.index-sidebar-list li .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.625rem;
}
.index-sidebar-list li .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-sidebar-list li > p {
  font-size: 0.75rem;
  color: #9b9b9b;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.index-sidebar-list li .dropdown {
  position: absolute;
  right: 7.5rem;
  top: 0;
  display: none;
  width: 18.75rem;
  height: auto;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.index-sidebar-list li .dropdown::after {
  position: absolute;
  top: 1.875rem;
  right: -1.875rem;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 1rem solid #fff;
  border-right: 1rem solid transparent;
  z-index: 1;
}
.index-sidebar-list li .dropdown h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
}
.index-sidebar-list li .dropdown ul {
  margin-top: 1rem;
}
.index-sidebar-list li .dropdown ul li {
  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;
  height: auto;
  border-bottom: 0;
}
.index-sidebar-list li .dropdown ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.index-sidebar-list li .dropdown ul li .iconfont {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.5rem;
  margin-right: 0.25rem;
}
.index-sidebar-list li .dropdown ul li p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index-footer {
  position: relative;
  background-color: #363636;
  z-index: 3;
}
.index-footer-top {
  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;
  padding: 5rem 0 2.5rem;
  border-bottom: 1px solid #fff;
}
.index-footer-top .footlogo {
  height: 1.875rem;
  width: auto;
}
.index-footer-top .footlogo img {
  width: auto;
  height: 100%;
}
.index-footer-top .media {
  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;
}
.index-footer-top .media li:not(:last-child) {
  margin-right: 0.625rem;
}
.index-footer-top .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: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-top .media li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
}
.index-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 3.125rem 0 4.375rem;
}
.index-footer-content .bg {
  position: absolute;
  bottom: 2.875rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.index-footer-content .bg img {
  width: 100%;
  height: auto;
}
.index-footer-content-left {
  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;
  position: relative;
  z-index: 9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index-footer-content-left .zhanwei {
  width: 30%;
  height: 0;
}
.index-footer-content-left dl {
  width: 30%;
  margin-bottom: 2.5rem;
}
.index-footer-content-left dl dt {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.index-footer-content-left dl dd:not(:last-child) {
  margin-bottom: 0.25rem;
}
.index-footer-content-left dl dd a {
  font-size: 1rem;
  color: #929292;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-content-left dl dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.index-footer-content-right {
  position: relative;
  z-index: 9;
  width: 38.125%;
}
.index-footer-content-right .ifcr-contact {
  margin-bottom: 3.125rem;
}
.index-footer-content-right .ifcr-contact h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.index-footer-content-right .ifcr-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index-footer-content-right .ifcr-contact-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.index-footer-content-right .ifcr-contact-list li .iconfont {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.875rem;
  margin-right: 0.5rem;
}
.index-footer-content-right .ifcr-contact-list li p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-footer-content-right .ifcr-message .formbx-item input::-webkit-input-placeholder,
.index-footer-content-right .ifcr-message .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-item input:-moz-placeholder,
.index-footer-content-right .ifcr-message .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-item input::-moz-placeholder,
.index-footer-content-right .ifcr-message .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-item input:-ms-input-placeholder,
.index-footer-content-right .ifcr-message .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-item {
  width: 49%;
  height: 3.125rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.index-footer-content-right .ifcr-message .formbx-item input {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  border-radius: 0.3125rem;
}
.index-footer-content-right .ifcr-message .formbx-select {
  position: relative;
  width: 49%;
  height: 2.875rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
}
.index-footer-content-right .ifcr-message .formbx-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f4f5f9;
  outline: none;
  border: 0;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #2b2b2b;
}
.index-footer-content-right .ifcr-message .formbx-select select:hover {
  cursor: pointer;
}
.index-footer-content-right .ifcr-message .formbx-select select option {
  width: 100%;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  text-transform: capitalize;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-footer-content-right .ifcr-message .formbx-select select option:first-child {
  color: #ccc;
}
.index-footer-content-right .ifcr-message .formbx-text input::-webkit-input-placeholder,
.index-footer-content-right .ifcr-message .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-text input:-moz-placeholder,
.index-footer-content-right .ifcr-message .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-text input::-moz-placeholder,
.index-footer-content-right .ifcr-message .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-text input:-ms-input-placeholder,
.index-footer-content-right .ifcr-message .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-text {
  width: 100%;
  margin-bottom: 0.625rem;
}
.index-footer-content-right .ifcr-message .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0.3125rem;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-footer-content-right .ifcr-message .formbx-btnbx {
  width: 100%;
}
.index-footer-content-right .ifcr-message .formbx-btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.5rem;
  margin: 0 auto;
  border: 0;
  border-radius: 0.3125rem;
  background: #548454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-footer-content-right .ifcr-message .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.contactpop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 19;
}
.contactpop_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.3125rem;
}
.contactpop_center .closebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  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;
  background-color: #666666;
  border-radius: 50%;
}
.contactpop_center .closebtn:hover {
  cursor: pointer;
}
.contactpop_center .closebtn i {
  font-size: 1rem;
  color: #fff;
}
.contactpop_center h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.25rem;
}
.contactpop_center .contactForm {
  margin-top: 1.875rem;
}
.contactpop_center .contactForm .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactpop_center .contactForm .formbx-item input::-webkit-input-placeholder,
.contactpop_center .contactForm .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-item input:-moz-placeholder,
.contactpop_center .contactForm .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-item input::-moz-placeholder,
.contactpop_center .contactForm .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-item input:-ms-input-placeholder,
.contactpop_center .contactForm .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-item {
  width: 49%;
  height: 3.125rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.contactpop_center .contactForm .formbx-item input {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f5f5f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid #c1c1c1;
  border-radius: 0.3125rem;
}
.contactpop_center .contactForm .formbx-select {
  position: relative;
  width: 49%;
  height: 2.875rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
}
.contactpop_center .contactForm .formbx-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #f5f5f7;
  outline: none;
  border: 1px solid #c1c1c1;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #2b2b2b;
}
.contactpop_center .contactForm .formbx-select select:hover {
  cursor: pointer;
}
.contactpop_center .contactForm .formbx-select select option {
  width: 100%;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  text-transform: capitalize;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactpop_center .contactForm .formbx-select select option:first-child {
  color: #ccc;
}
.contactpop_center .contactForm .formbx-text input::-webkit-input-placeholder,
.contactpop_center .contactForm .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-text input:-moz-placeholder,
.contactpop_center .contactForm .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-text input::-moz-placeholder,
.contactpop_center .contactForm .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-text input:-ms-input-placeholder,
.contactpop_center .contactForm .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-text {
  width: 100%;
  margin-bottom: 0.625rem;
}
.contactpop_center .contactForm .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 1px solid #c1c1c1;
  background-color: #f5f5f7;
  border-radius: 0.3125rem;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contactpop_center .contactForm .formbx-btnbx {
  width: 100%;
}
.contactpop_center .contactForm .formbx-btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.5rem;
  margin: 0 auto;
  border: 0;
  border-radius: 0.3125rem;
  background: #548454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contactpop_center .contactForm .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600,
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  .padding-module {
    padding: 3rem 0;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  #main {
    overflow: hidden;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .common-banner {
    width: 100%;
    height: 50vh;
  }
  .common-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-textbx {
    top: 50%;
  }
  .common-banner-textbx-content .txtbg {
    font-size: 3rem;
  }
  .common-title h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .common-navbox ul {
    overflow-x: auto;
  }
  .common-navbox ul li a {
    white-space: nowrap;
  }
  .common-pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-pagebtn a {
    max-width: 100%;
  }
  .index-header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99;
  }
  .index-header:hover .index-header-right .search-m-top i {
    color: #333;
  }
  .index-header:hover .index-header-right .inner-header-icon {
    display: none;
    color: #2b2b2b;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .index-header:hover .index-header-right .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header:hover .index-header-right .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #000;
  }
  .index-header:hover .index-header-right .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index-header:hover .index-header-right .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header:hover .index-header-right .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index-header:hover .index-header-right .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .index-header:hover .index-header-right .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index-header:hover .index-header-right .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index-header:hover .index-header-right .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  .index-header:hover .index-header-right .inner-header-icon {
    /*第一条线旋转动画*/
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  .index-header:hover .index-header-right .inner-header-icon {
    /*第二条线淡入淡出动画动画*/
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .index-header:hover .index-header-right .inner-header-icon {
    /*第三条线旋转动画*/
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index-header:hover .index-header-right .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index-header:hover .index-header-right .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index-header:hover .index-header-right .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index-header:hover .index-header-right .inner-header-icon-out span:nth-child(3) {
    -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:hover .index-header-right .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index-header-nav {
    display: none;
  }
  .index-header-nav-m {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.25rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index-header-nav-m .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index-header-nav-m .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index-header-nav-m .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1,
  .index-header-nav-m .cd-accordion-menu > li .level2,
  .index-header-nav-m .cd-accordion-menu > li .level3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 a,
  .index-header-nav-m .cd-accordion-menu > li .level2 a,
  .index-header-nav-m .cd-accordion-menu > li .level3 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down i,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down i,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down i {
    display: none;
    color: #333;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down i.active,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down i.active,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down i.active {
    display: block;
  }
  .index-header-nav-m .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index-header-nav-m .cd-accordion-menu > li .level2 .down i.icon-jianhao,
  .index-header-nav-m .cd-accordion-menu > li .level3 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index-header-nav-m .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index-header-nav-m .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index-header-nav-m .has-children.active > .level1 > a {
    color: #548454;
  }
  .index-header-nav-m .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index-header-nav-m .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index-header-nav-m .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index-header-nav-m .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index-header-nav-m .cd-accordion-menu > li .level2 a,
  .index-header-nav-m .cd-accordion-menu > li .level3 a {
    font-weight: 400;
  }
  .index-header-right {
    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;
  }
  .index-header-right .language {
    margin-right: 0.625rem;
  }
  .index-header .inner-header-icon {
    display: none;
    color: #2b2b2b;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .index-header .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #000;
  }
  .index-header .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index-header .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index-header .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .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;
  }
  .index-header .inner-header-icon {
    /*第一条线旋转动画*/
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  .index-header .inner-header-icon {
    /*第二条线淡入淡出动画动画*/
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .index-header .inner-header-icon {
    /*第三条线旋转动画*/
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index-header .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index-header .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index-header .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index-header .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index-header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index-header .inner-header-icon-click span {
    background-color: #2b2b2b;
  }
  .index-sidebar {
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
    width: 100%;
    height: 5rem;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .index-sidebar-head {
    display: none;
  }
  .index-sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-sidebar-list li {
    height: 5rem;
    width: 25%;
  }
  .index-sidebar-list li .iconbx {
    width: 2rem;
    height: 2rem;
  }
  .index-footer-top {
    padding: 3rem 0 1.25rem;
  }
  .index-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 8rem;
  }
  .index-footer-content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .index-footer-content-left dl {
    width: 50%;
  }
  .index-footer-content-left dl dt {
    line-height: 1.3em;
  }
  .index-footer-content-right {
    width: 100%;
  }
  .index-footer-copyright {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .index-footer-copyright p {
    line-height: 1.5em;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.searchbd-content {
  padding: 5rem 0;
}
.searchbd-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchbd-content-list .zhanwei {
  width: 23.5%;
}
.searchbd-content-list .item {
  position: relative;
  width: 23.5%;
  margin-bottom: 2.5rem;
}
.searchbd-content-list .item:hover .item-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.searchbd-content-list .item:hover .item-textbx h4 {
  color: #548454;
}
.searchbd-content-list .item-imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 32/29;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.searchbd-content-list .item-imgbx img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.searchbd-content-list .item-textbx {
  margin-top: 0.5rem;
}
.searchbd-content-list .item-textbx h4 {
  font-size: 1.25rem;
  color: #141414;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .searchbd-content-list .item {
    width: 100%;
  }
  .searchbd-content-list .zhanwei {
    display: none;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.about-profile-content {
  padding-top: 4rem;
}
.about-profile-content h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-align: center;
}
.about-profile-content .intro {
  width: 68.75%;
  margin: 1.25rem auto 4rem;
}
.about-profile-content .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.about-profile-videobx {
  width: 100%;
  height: auto;
}
.about-profile-videobx video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 43.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-introduction {
  padding: 6.25rem;
}
.about-introduction h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-align: center;
}
.about-introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  margin-top: 2.5rem;
  background-color: #f9f9f9;
}
.about-introduction-content-leftbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 37.5%;
  height: 100%;
  padding: 0 6%;
}
.about-introduction-content-leftbx .aicl-textbx {
  margin-bottom: 3.125rem;
}
.about-introduction-content-leftbx .aicl-textbx-title {
  margin-bottom: 1.875rem;
}
.about-introduction-content-leftbx .aicl-textbx-title h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 700;
  font-family: "MiSans-Regular";
}
.about-introduction-content-leftbx .aicl-textbx-title em {
  display: block;
  width: 3.75rem;
  height: 0.25rem;
  margin-top: 1.875rem;
  background-color: #548454;
}
.about-introduction-content-leftbx .aicl-textbx-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about-introduction-content-leftbx .aicl-btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-introduction-content-leftbx .aicl-btnbox .swiper-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-introduction-content-leftbx .aicl-btnbox .swiper-btn:hover {
  border-color: #548454;
  background-color: #548454;
}
.about-introduction-content-leftbx .aicl-btnbox .swiper-btn:hover .iconfont {
  color: #fff;
}
.about-introduction-content-leftbx .aicl-btnbox .swiper-btn .iconfont {
  font-size: 1.25rem;
  color: #ccc;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-introduction-content-leftbx .aicl-btnbox .swiper-btn-prev {
  margin-right: 1rem;
}
.about-introduction-content .about-introduction-swiper {
  position: relative;
  width: 62.5%;
  overflow: hidden;
}
.about-introduction-content .about-introduction-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.about-introduction-content .about-introduction-swiper .swiper-pagination {
  font-size: 1rem;
  color: #fff;
}
.about-introduction-content .about-introduction-swiper .swiper-pagination span {
  font-size: 1rem;
  color: #fff;
}
.about-introduction-content .about-introduction-swiper .swiper-pagination-current {
  font-size: 2rem !important;
  font-weight: 700;
}
.about-quality {
  padding: 6.25rem 0 3.125rem;
  background-color: #f9f9f9;
}
.about-quality h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-align: center;
}
.about-quality-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
.about-quality-content-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: 31.25%;
  height: auto;
  padding: 2.25rem 2rem;
  background-color: #fff;
  margin-bottom: 3.125rem;
  border-radius: 0.625rem;
  border: 1px solid #dadada;
}
.about-quality-content-item .aqci-iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.875rem;
  height: 6.875rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 0.25rem solid rgba(84, 132, 84, 0.3);
}
.about-quality-content-item .aqci-iconbx img {
  max-width: 80%;
  max-height: 80%;
}
.about-quality-content-item .aqci-textbx h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-align: center;
}
.about-honor {
  padding: 6.25rem 0 4rem;
  background-color: #f9f9f9;
}
.about-honor h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-align: center;
}
.about-honor-content {
  margin-top: 1.875rem;
}
.about-honor-content .about-honor-swiper {
  overflow: hidden;
}
.about-honor-content .about-honor-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;
  position: relative;
  border: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.about-honor-content .about-honor-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-honor-content .bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 2.5rem;
}
.about-honor-content .bottombox-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.about-honor-content .bottombox-left .swiper-btn {
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #548454;
  border-radius: 50%;
}
.about-honor-content .bottombox-left .swiper-btn:hover {
  background-color: #548454;
}
.about-honor-content .bottombox-left .swiper-btn:hover .iconfont {
  color: #fff;
}
.about-honor-content .bottombox-left .swiper-btn .iconfont {
  font-size: 1.25rem;
  color: #999;
}
.about-honor-content .bottombox-left .swiper-btn-prev {
  margin-right: 1rem;
}
.about-honor-content .bottombox .swiper-pagination {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 0.25rem;
  margin-left: 2.5rem;
  background-color: #ebebec;
}
.about-honor-content .bottombox .swiper-pagination-progressbar-fill {
  background-color: #548454;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .about-profile-content h3 {
    font-size: 2rem;
  }
  .about-profile-content .intro {
    width: 100%;
    margin: 1.25rem 0 2.5rem;
  }
  .about-profile-videobx video {
    height: auto;
    min-height: 16rem;
  }
  .about-introduction {
    padding: 3rem 0;
  }
  .about-introduction h3 {
    font-size: 2rem;
  }
  .about-introduction-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-introduction-content-leftbx {
    width: 100%;
    padding: 1.25rem;
    aspect-ratio: auto;
    height: auto;
  }
  .about-introduction-content .about-introduction-swiper {
    width: 100%;
    height: auto;
  }
  .about-quality {
    padding: 3rem 0;
  }
  .about-quality h3 {
    font-size: 2rem;
  }
  .about-quality-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-quality-content-item {
    width: 100%;
  }
  .about-quality-content-item:last-child {
    margin-bottom: 0;
  }
  .about-honor {
    padding: 0 0 3rem;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.product-content {
  padding: 1.875rem 0 6.25rem;
}
.product-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-content-leftbx {
  width: 21.875%;
}
.product-content-leftbx-title {
  width: 100%;
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/product_title_bg.webp);
}
.product-content-leftbx-title h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
}
.product-content-leftbx-list {
  width: 100%;
}
.product-content-leftbx-list ul {
  width: 100%;
}
.product-content-leftbx-list ul li.active a {
  background-color: #548454;
}
.product-content-leftbx-list ul li.active a p {
  color: #fff;
}
.product-content-leftbx-list ul li.active a .iconfont {
  opacity: 1;
}
.product-content-leftbx-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 2.5rem;
  background-color: #e8e8e8;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-content-leftbx-list ul li a p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product-content-leftbx-list ul li a .iconfont {
  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;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #548454;
  opacity: 0;
}
.product-content-rightbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 3%;
}
.product-content-rightbx-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.product-content-rightbx-list .zhanwei {
  width: 32.0833333333%;
  height: 0;
}
.product-content-rightbx-list .pcrl-item {
  position: relative;
  width: 32.0833333333%;
  margin-bottom: 1.25rem;
  border: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.product-content-rightbx-list .pcrl-item-imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 385/250;
  background-color: #fff;
  overflow: hidden;
}
.product-content-rightbx-list .pcrl-item-imgbx img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content-rightbx-list .pcrl-item-imgbx img.show {
  opacity: 1;
}
.product-content-rightbx-list .pcrl-item-textbx {
  width: 100%;
  padding: 2.5rem 1.25rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-content-rightbx-list .pcrl-item-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
}
.product-content-rightbx-list .pcrl-item-textbx-star {
  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: 0.75rem 0 1rem;
}
.product-content-rightbx-list .pcrl-item-textbx-star p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.product-content-rightbx-list .pcrl-item-textbx-color {
  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-bottom: 1.25rem;
}
.product-content-rightbx-list .pcrl-item-textbx-color .coloritem {
  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;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-content-rightbx-list .pcrl-item-textbx-color .coloritem.active {
  border-color: #000;
}
.product-content-rightbx-list .pcrl-item-textbx-color .coloritem:hover {
  cursor: pointer;
}
.product-content-rightbx-list .pcrl-item-textbx-color .coloritem-dian {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.product-content-rightbx-list .pcrl-item-textbx-color .coloritem:not(:last-child) {
  margin-right: 0.5rem;
}

.productdetail {
  margin-top: 6.25rem;
}
.productdetail-profile {
  padding: 3.125rem 0 4rem;
}
.productdetail-profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productdetail-profile-left {
  position: sticky;
  top: 9.375rem;
  width: 48.75%;
  height: auto;
}
.productdetail-profile-left .leftswiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.productdetail-profile-left .productdetail-list-swiper {
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  overflow: hidden;
}
.productdetail-profile-left .productdetail-list-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.productdetail-profile-left .productdetail-list-swiper .swiper-slide img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail-profile-left .productdetail-list-swiper .swiper-slide-thumb-active {
  border-color: #548454;
}
.productdetail-profile-left .productdetail-swiper {
  position: relative;
  width: 100%;
  aspect-ratio: 780/650;
  min-height: 40rem;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.productdetail-profile-left .productdetail-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.productdetail-profile-left .productdetail-swiper .swiper-slide img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn {
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.productdetail-profile-left .productdetail-swiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.productdetail-profile-left .productdetail-swiper .swiper-btn:hover {
  background-color: #548454;
  border-color: #548454;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn:hover span {
  color: #fff;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn span {
  font-size: 1.25rem;
  color: #666;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn-prev {
  left: 0.5%;
}
.productdetail-profile-left .productdetail-swiper .swiper-btn-next {
  right: 0.5%;
}
.productdetail-profile-right {
  width: 45%;
}
.productdetail-profile-right-title {
  padding: 1.25rem 0;
}
.productdetail-profile-right-title h2 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
}
.productdetail-profile-right-title .pprt-star {
  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: 0.75rem 0 1rem;
}
.productdetail-profile-right-title .pprt-star p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-profile-right-title .pprt-colorbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productdetail-profile-right-title .pprt-colorbox p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-profile-right-title .pprt-colorbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.productdetail-profile-right-title .pprt-colorbox-list .coloritem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail-profile-right-title .pprt-colorbox-list .coloritem.active {
  border-color: #000;
}
.productdetail-profile-right-title .pprt-colorbox-list .coloritem:hover {
  cursor: pointer;
}
.productdetail-profile-right-title .pprt-colorbox-list .coloritem-dian {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.productdetail-profile-right-title .pprt-colorbox-list .coloritem:not(:last-child) {
  margin-right: 0.5rem;
}
.productdetail-profile-right-intro {
  border-top: 1px solid #d1d1d1;
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
}
.productdetail-profile-right-intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-profile-right-listbox {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d1d1d1;
}
.productdetail-profile-right-listbox .pprl-md:not(:last-child) {
  margin-bottom: 1.25rem;
}
.productdetail-profile-right-listbox .pprl-md h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 3rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
}
.productdetail-profile-right-listbox .pprl-md p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
  padding-left: 1rem;
}
.productdetail-profile-right-listbox .pprl-md p::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  border-radius: 50%;
}
.productdetail-detailbx-nav {
  background-color: #f4f4f4;
  width: 100%;
  height: 5rem;
}
.productdetail-detailbx-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.productdetail-detailbx-nav-item {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 3rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
  position: relative;
}
.productdetail-detailbx-nav-item:hover {
  cursor: pointer;
}
.productdetail-detailbx-nav-item.active {
  color: #548454;
}
.productdetail-detailbx-nav-item.active::after {
  opacity: 1;
}
.productdetail-detailbx-nav-item:not(:last-child) {
  margin-right: 1.875rem;
}
.productdetail-detailbx-nav-item::after {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #548454;
  opacity: 0;
}
.productdetail-detailbx-content {
  padding: 1.875rem 0;
}
.productdetail-detailbx-content-md {
  display: none;
}
.productdetail-detailbx-content-md.show {
  display: block;
}
.productdetail-detailbx-content-md p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-detailbx-content-md img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail-detailbx-content-md strong {
  font-weight: 700;
}
.productdetail-videobx {
  padding: 6.25rem 0;
  background-color: #f4f4f4;
}
.productdetail-videobx h3 {
  font-size: 2.25rem;
  color: #2b2b2b;
  line-height: 3rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-align: center;
}
.productdetail-videobx-content {
  margin-top: 2.5rem;
}
.productdetail-videobx-content iframe,
.productdetail-videobx-content video {
  display: block;
  width: 75%;
  aspect-ratio: 16/9;
  min-height: 41.875rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail-listbox {
  padding: 4rem 0;
  background-color: #fff;
}
.productdetail-listbox-item {
  background-color: #f4f4f4;
}
.productdetail-listbox-item-imgbx {
  width: 67.1875%;
  aspect-ratio: 1075/530;
  min-height: 33.125rem;
}
.productdetail-listbox-item-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24.375%;
  aspect-ratio: 390/530;
  min-height: 33.125rem;
}
.productdetail-listbox-item-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 3rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
}
.productdetail-listbox-item-textbx .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-listbox-item:not(:last-child) {
  margin-bottom: 4rem;
}
.productdetail-listbox-item:nth-child(odd) .productdetail-listbox-item-imgbx {
  float: right;
}
.productdetail-listbox-item:nth-child(odd) .productdetail-listbox-item-textbx {
  float: left;
  padding-left: 1.875rem;
}
.productdetail-listbox-item:nth-child(even) .productdetail-listbox-item-imgbx {
  float: left;
}
.productdetail-listbox-item:nth-child(even) .productdetail-listbox-item-textbx {
  float: right;
}
.productdetail-favorites {
  padding: 4rem 0 6.25rem;
}
.productdetail-favorites-title {
  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;
  padding-top: 3.5rem;
  margin-bottom: 2.75rem;
  border-top: 1px solid #d1d1d1;
}
.productdetail-favorites-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.productdetail-favorites-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetail-favorites-content-item {
  position: relative;
  width: 24.0625%;
  border: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.productdetail-favorites-content-item .pfci-imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 385/250;
  background-color: #fff;
  overflow: hidden;
}
.productdetail-favorites-content-item .pfci-imgbx img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail-favorites-content-item .pfci-imgbx img.show {
  opacity: 1;
}
.productdetail-favorites-content-item .pfci-textbx {
  width: 100%;
  padding: 2.5rem 1.25rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail-favorites-content-item .pfci-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
}
.productdetail-favorites-content-item .pfci-textbx-star {
  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: 0.75rem 0 1rem;
}
.productdetail-favorites-content-item .pfci-textbx-star p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-favorites-content-item .pfci-textbx-color {
  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-bottom: 1.25rem;
}
.productdetail-favorites-content-item .pfci-textbx-color .coloritem {
  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;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail-favorites-content-item .pfci-textbx-color .coloritem.active {
  border-color: #000;
}
.productdetail-favorites-content-item .pfci-textbx-color .coloritem:hover {
  cursor: pointer;
}
.productdetail-favorites-content-item .pfci-textbx-color .coloritem-dian {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.productdetail-favorites-content-item .pfci-textbx-color .coloritem:not(:last-child) {
  margin-right: 0.5rem;
}
.productdetail-contact {
  padding: 7.5rem 0;
  background-image: url(../images/productdetail_contact_bg.jpg);
}
.productdetail-contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productdetail-contact-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-right: 4%;
}
.productdetail-contact-left h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.productdetail-contact-left ul {
  width: 100%;
}
.productdetail-contact-left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.productdetail-contact-left ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.productdetail-contact-left ul li .iconfont {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  margin-right: 1rem;
}
.productdetail-contact-left ul li p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.productdetail-contact-message {
  width: 53.125%;
}
.productdetail-contact-message h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.productdetail-contact-message .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetail-contact-message .formbx-item input::-webkit-input-placeholder,
.productdetail-contact-message .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-item input:-moz-placeholder,
.productdetail-contact-message .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-item input::-moz-placeholder,
.productdetail-contact-message .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-item input:-ms-input-placeholder,
.productdetail-contact-message .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-item {
  width: 49%;
  height: 3.125rem;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.productdetail-contact-message .formbx-item input {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.productdetail-contact-message .formbx-select {
  position: relative;
  width: 49%;
  height: 2.875rem;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
}
.productdetail-contact-message .formbx-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  color: #fff;
}
.productdetail-contact-message .formbx-select select:hover {
  cursor: pointer;
}
.productdetail-contact-message .formbx-select select option {
  width: 100%;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  text-transform: capitalize;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productdetail-contact-message .formbx-select select option:first-child {
  color: #ccc;
}
.productdetail-contact-message .formbx-text input::-webkit-input-placeholder,
.productdetail-contact-message .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #fff;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-text input:-moz-placeholder,
.productdetail-contact-message .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #fff;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-text input::-moz-placeholder,
.productdetail-contact-message .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #fff;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-text input:-ms-input-placeholder,
.productdetail-contact-message .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #fff;
  color: 1px;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-text {
  width: 100%;
  margin-bottom: 2.25rem;
}
.productdetail-contact-message .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.productdetail-contact-message .formbx-btnbx {
  width: 100%;
}
.productdetail-contact-message .formbx-btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 2.5rem;
  padding: 0 2.5rem;
  border: 0;
  background: #548454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail-contact-message .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .product-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-content-leftbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .product-content-rightbx {
    width: 100%;
    padding-left: 0;
  }
  .product-content-rightbx .pcrl-item {
    width: 100%;
  }
  .productdetail {
    margin-top: 5rem;
  }
  .productdetail-profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productdetail-profile-left {
    position: relative;
    top: 0;
    width: 100%;
  }
  .productdetail-profile-left .productdetail-swiper {
    min-height: 20rem;
  }
  .productdetail-profile-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .productdetail-videobx {
    padding: 3rem 0;
  }
  .productdetail-videobx-content video {
    width: 100%;
    min-height: 16rem;
  }
  .productdetail-listbox-item-imgbx {
    float: none;
    width: 100%;
    min-height: 18rem;
    margin-bottom: 1.5rem;
  }
  .productdetail-listbox-item-textbx {
    float: none;
    width: 100%;
    aspect-ratio: auto;
    min-height: 0;
  }
  .productdetail-favorites-title .common-morebtn {
    display: none;
  }
  .productdetail-favorites-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productdetail-favorites-content-item {
    width: 100%;
  }
  .productdetail-favorites-content-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .productdetail-contact {
    padding: 3rem 0;
  }
  .productdetail-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productdetail-contact-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .productdetail-contact-left h3 {
    line-height: 1.4em;
  }
  .productdetail-contact-message {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.new-content {
  padding: 3rem 0 5rem;
  background-color: #fff;
}
.new-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.new-content-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.new-content-title .newnav {
  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;
}
.new-content-title .newnav li:not(:last-child) {
  margin-right: 1.875rem;
}
.new-content-title .newnav li.active a {
  color: #548454;
}
.new-content-title .newnav li.active a::after {
  opacity: 1;
}
.new-content-title .newnav li:hover a {
  color: #548454;
}
.new-content-title .newnav li a {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
}
.new-content-title .newnav li a::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #548454;
  opacity: 0;
}
.new-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.new-content-list-firstitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
  background-color: #f1f1f1;
}
.new-content-list-firstitem:hover .nclf-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.new-content-list-firstitem:hover .nclf-textbx .morebx p {
  color: #548454;
  text-decoration: underline;
}
.new-content-list-firstitem:hover .nclf-textbx .morebx .iconfont {
  background-color: #548454;
}
.new-content-list-firstitem .nclf-imgbx {
  width: 58.75%;
  aspect-ratio: 94/62;
  overflow: hidden;
}
.new-content-list-firstitem .nclf-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-firstitem .nclf-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 1.875rem 3.125rem;
}
.new-content-list-firstitem .nclf-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 500;
  font-family: "MiSans-Bold";
}
.new-content-list-firstitem .nclf-textbx .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-top: 1.5rem;
}
.new-content-list-firstitem .nclf-textbx .intro {
  margin: 1.5rem 0;
}
.new-content-list-firstitem .nclf-textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new-content-list-firstitem .nclf-textbx .morebx {
  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;
}
.new-content-list-firstitem .nclf-textbx .morebx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-firstitem .nclf-textbx .morebx .iconfont {
  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;
  background-color: #2b2b2b;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.new-content-list-item {
  position: relative;
  width: 31.25%;
  margin-bottom: 3.125rem;
  background: #f1f1f1;
  -webkit-box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-item:hover {
  -webkit-box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
}
.new-content-list-item:hover .ncli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.new-content-list-item:hover .ncli-textbx .morebx p {
  color: #548454;
  text-decoration: underline;
}
.new-content-list-item:hover .ncli-textbx .morebx .iconfont {
  background-color: #548454;
}
.new-content-list-item .ncli-imgbx {
  width: 100%;
  aspect-ratio: 50/33;
  overflow: hidden;
}
.new-content-list-item .ncli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-item .ncli-textbx {
  width: 100%;
  padding: 1.875rem 1.25rem;
}
.new-content-list-item .ncli-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-item .ncli-textbx .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  margin: 1rem 0;
}
.new-content-list-item .ncli-textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3rem;
}
.new-content-list-item .ncli-textbx .morebx {
  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.875rem;
}
.new-content-list-item .ncli-textbx .morebx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list-item .ncli-textbx .morebx .iconfont {
  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;
  background-color: #2b2b2b;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list .development-action-content-item {
  position: relative;
  width: 32.5%;
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  background-color: #f1f5f7;
  overflow: hidden;
}
.new-content-list .development-action-content-item:hover {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
}
.new-content-list .development-action-content-item:hover .daci-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.new-content-list .development-action-content-item:hover .daci-textbx h4 {
  color: #548454;
}
.new-content-list .development-action-content-item .daci-imgbx {
  width: 100%;
  aspect-ratio: 52/31;
  overflow: hidden;
}
.new-content-list .development-action-content-item .daci-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-list .development-action-content-item .daci-textbx {
  width: 100%;
  padding: 1.875rem;
}
.new-content-list .development-action-content-item .daci-textbx h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.new-content-list .development-action-content-item .daci-textbx .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}

.newdetail {
  background-color: #fff;
  margin-top: 6.25rem;
}
.newdetail-title {
  padding: 4rem 0 3.5rem;
  background-color: #e9e9e9;
}
.newdetail-title h3 {
  font-size: 3.75rem;
  color: #548454;
  line-height: 5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail-title .timebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1.25rem;
}
.newdetail-title .timebox p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail-title .timebox .mediabx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 2.5rem;
}
.newdetail-title .timebox .mediabx p {
  font-size: 1rem;
  color: #666;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail-title .timebox .mediabx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 1rem;
}
.newdetail-title .timebox .mediabx ul li:not(:last-child) {
  margin-right: 1rem;
}
.newdetail-title .timebox .mediabx 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(84, 132, 84, 0.1);
  border: 1px solid rgba(84, 132, 84, 0.2);
  border-radius: 50%;
  font-size: 1.25rem;
  color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail-title .timebox .mediabx ul li a:hover {
  background-color: #548454;
  color: #fff;
}
.newdetail-center {
  padding-bottom: 6.25rem;
}
.newdetail-center-detailbx {
  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;
  padding: 3.125rem 0 3.75rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.875rem;
}
.newdetail-center-detailbx p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
}
.newdetail-center-detailbx strong {
  font-weight: 700;
}
.newdetail-center-detailbx img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .new-content-title {
    -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;
  }
  .new-content-title h3 {
    margin-bottom: 0.625rem;
  }
  .new-content-list-firstitem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .new-content-list-firstitem .nclf-imgbx {
    width: 100%;
  }
  .new-content-list-firstitem .nclf-textbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
  .new-content-list-firstitem .nclf-textbx .intro {
    width: 100%;
  }
  .new-content-list-firstitem .nclf-textbx .intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newdetail {
    margin-top: 5rem;
  }
  .newdetail-title {
    padding: 2.5rem 0;
  }
  .newdetail-title h3 {
    font-size: 1.875rem;
    line-height: 1.5em;
  }
  .newdetail-title .timebox {
    -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;
  }
  .newdetail-title .timebox .mediabx {
    margin-left: 0;
  }
  .newdetail-content-detailbd-center .newdetailbox {
    width: 100% !important;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.use-topbx {
  padding: 3.125rem 0 5rem;
}
.use-topbx-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.5rem;
}
.use-topbx-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.use-topbx-title .usenav {
  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;
}
.use-topbx-title .usenav li:not(:last-child) {
  margin-right: 1.875rem;
}
.use-topbx-title .usenav li.active a {
  color: #548454;
}
.use-topbx-title .usenav li.active a::after {
  opacity: 1;
}
.use-topbx-title .usenav li:hover a {
  color: #548454;
}
.use-topbx-title .usenav li a {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
}
.use-topbx-title .usenav li a::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #548454;
  opacity: 0;
}
.use-topbx-content {
  overflow: hidden;
}
.use-topbx-content-md {
  position: relative;
}
.use-topbx-content-md .utcm-textbx {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 5%;
  width: 40.625%;
  height: auto;
}
.use-topbx-content-md .utcm-textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.use-topbx-content-md .utcm-textbx .intro {
  margin: 1.25rem 0;
}
.use-topbx-content-md .utcm-textbx .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.use-topbx-content-md .utcm-textbx-bottom {
  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;
}
.use-topbx-content-md .utcm-textbx-bottom .swiper-btn {
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #548454;
  border-radius: 50%;
}
.use-topbx-content-md .utcm-textbx-bottom .swiper-btn:hover {
  background-color: #548454;
}
.use-topbx-content-md .utcm-textbx-bottom .swiper-btn:hover .iconfont {
  color: #fff;
}
.use-topbx-content-md .utcm-textbx-bottom .swiper-btn .iconfont {
  font-size: 1.25rem;
  color: #999;
}
.use-topbx-content-md .utcm-textbx-bottom .swiper-btn-prev {
  margin-right: 1rem;
}
.use-topbx-content-md .utcm-right {
  width: 38.75%;
  margin-left: auto;
  margin-right: 8.75rem;
}
.use-topbx-content-md .utcm-right .use-swiper {
  width: 100%;
  height: 38.75rem;
}
.use-topbx-content-md .utcm-right .use-swiper .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.use-topbx-content-md .utcm-right .use-swiper .swiper-slide {
  width: 18.75rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.use-topbx-content-md .utcm-right .use-swiper .swiper-slide-active {
  width: 38.75rem;
  aspect-ratio: 1;
}
.use-content {
  padding: 5rem 0;
  background: #f1f1f1;
}
.use-content h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-align: center;
}
.use-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.use-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.use-content-list-item {
  position: relative;
  width: 31.25%;
  margin-bottom: 3.125rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.use-content-list-item:hover {
  -webkit-box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
}
.use-content-list-item:hover .ucli-imgbx img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.use-content-list-item:hover .ucli-textbx .morebx p {
  color: #548454;
  text-decoration: underline;
}
.use-content-list-item:hover .ucli-textbx .morebx .iconfont {
  background-color: #548454;
}
.use-content-list-item .ucli-imgbx {
  width: 100%;
  aspect-ratio: 50/33;
  overflow: hidden;
}
.use-content-list-item .ucli-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.use-content-list-item .ucli-textbx {
  width: 100%;
  padding: 1.875rem 1.25rem;
}
.use-content-list-item .ucli-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.use-content-list-item .ucli-textbx .time {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  display: block;
  margin: 1rem 0;
}
.use-content-list-item .ucli-textbx .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3rem;
}
.use-content-list-item .ucli-textbx .morebx {
  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.875rem;
}
.use-content-list-item .ucli-textbx .morebx p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.use-content-list-item .ucli-textbx .morebx .iconfont {
  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;
  background-color: #2b2b2b;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .use-topbx-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-topbx-title h3 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  .use-topbx-title .usenav li:not(:last-child) {
    margin-right: 1rem;
  }
  .use-topbx-title .usenav li a {
    font-size: 0.875rem;
  }
  .use-topbx-content-md .utcm-textbx {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .use-topbx-content-md .utcm-right {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .use-topbx-content-md .utcm-right .use-swiper {
    width: 100%;
    height: auto;
  }
  .use-topbx-content-md .utcm-right .use-swiper .swiper-slide {
    width: 100%;
  }
  .use-topbx-content-md .utcm-right .use-swiper .swiper-slide-active {
    width: 100%;
  }
  .use-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-content-list-item {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.download-content {
  padding: 3rem 0 5rem;
  background-color: #fff;
}
.download-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.download-content-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.download-content-title .newnav {
  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;
}
.download-content-title .newnav li:not(:last-child) {
  margin-right: 1.875rem;
}
.download-content-title .newnav li.active a {
  color: #548454;
}
.download-content-title .newnav li.active a::after {
  opacity: 1;
}
.download-content-title .newnav li:hover a {
  color: #548454;
}
.download-content-title .newnav li a {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  position: relative;
}
.download-content-title .newnav li a::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #548454;
  opacity: 0;
}
.download-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.download-content-list .zhanwei {
  width: 31.25%;
  height: 0;
}
.download-content-list-item {
  position: relative;
  width: 31.25%;
  height: auto;
  padding: 2.5rem;
  border-radius: 1.25rem;
  margin-bottom: 3.125rem;
  background: #f3f3f3;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.download-content-list-item .dcli-iconbx {
  width: auto;
  height: 5.625rem;
}
.download-content-list-item .dcli-iconbx img {
  width: auto;
  height: 100%;
}
.download-content-list-item .dcli-textbx {
  margin: 1.25rem 0;
}
.download-content-list-item .dcli-textbx h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 4rem;
  margin-bottom: 1rem;
}
.download-content-list-item .dcli-textbx .time {
  font-size: 1rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.download-content-list-item .downloadbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.download-content-list-item .downloadbtn:hover a {
  background-color: #548454;
}
.download-content-list-item .downloadbtn:hover a p,
.download-content-list-item .downloadbtn:hover a .iconfont {
  color: #fff;
}
.download-content-list-item .downloadbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 1.25rem;
  border: 1px solid #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.download-content-list-item .downloadbtn a p {
  font-size: 1rem;
  color: #548454;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-right: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.download-content-list-item .downloadbtn a .iconfont {
  font-size: 1.25rem;
  color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .new-crumb-left {
    display: none;
  }
  .new-content {
    padding: 3rem 0;
  }
  .new-content-list-item {
    width: 100%;
  }
  .new-content-list .development-action-content-item {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2026-01-13 
 * @LastEditTime : 2026-02-27 18:27:37
 * @Description  : 主样式表 保瑞兴
 */
.contact-banner {
  margin-top: 6.25rem;
  padding: 4.375rem 0;
}
.contact-banner-content {
  position: relative;
  width: 100%;
  height: auto;
}
.contact-banner-content img {
  width: 100%;
  height: auto;
}
.contact-banner-content h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  position: absolute;
  bottom: 8%;
  left: 5%;
  z-index: 2;
  text-transform: uppercase;
}
.contact-info {
  padding-bottom: 7.5rem;
}
.contact-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-info-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-right: 4%;
}
.contact-info-left h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.contact-info-left ul {
  width: 100%;
}
.contact-info-left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-info-left ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.contact-info-left ul li .iconfont {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  margin-right: 1rem;
}
.contact-info-left ul li p {
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.contact-info-message {
  width: 53.125%;
}
.contact-info-message h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.contact-info-message .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-info-message .formbx-item input::-webkit-input-placeholder,
.contact-info-message .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-item input:-moz-placeholder,
.contact-info-message .formbx-item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-item input::-moz-placeholder,
.contact-info-message .formbx-item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-item input:-ms-input-placeholder,
.contact-info-message .formbx-item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-item {
  width: 49%;
  height: 3.125rem;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.contact-info-message .formbx-item input {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid rgba(167, 167, 167, 0.5);
}
.contact-info-message .formbx-select {
  position: relative;
  width: 49%;
  height: 2.875rem;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
}
.contact-info-message .formbx-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #fff;
  outline: none;
  border: 1px solid rgba(167, 167, 167, 0.5);
  font-size: 1rem;
  color: #2b2b2b;
}
.contact-info-message .formbx-select select:hover {
  cursor: pointer;
}
.contact-info-message .formbx-select select option {
  width: 100%;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  text-transform: capitalize;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-info-message .formbx-select select option:first-child {
  color: #ccc;
}
.contact-info-message .formbx-text input::-webkit-input-placeholder,
.contact-info-message .formbx-text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-text input:-moz-placeholder,
.contact-info-message .formbx-text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-text input::-moz-placeholder,
.contact-info-message .formbx-text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-text input:-ms-input-placeholder,
.contact-info-message .formbx-text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: #8b8b8b;
  color: 1px;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-text {
  width: 100%;
  margin-bottom: 2.25rem;
}
.contact-info-message .formbx-text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(167, 167, 167, 0.5);
  background-color: #fff;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact-info-message .formbx-btnbx {
  width: 100%;
}
.contact-info-message .formbx-btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 2.5rem;
  padding: 0 2.5rem;
  border: 0;
  background: #548454;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-info-message .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .contact-infobox {
    padding: 3rem 0;
  }
  .contact-infobox-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .contact-infobox-title .infolist {
    width: 100%;
    margin-top: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 1.25rem;
    overflow-x: auto;
  }
  .contact-infobox-title .infolist li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .contact-infobox-title .infolist li p {
    white-space: nowrap;
  }
  .contact-infobox-content-module .cicm-textbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-infobox-content-module .cicm-textbx-left {
    width: 100%;
  }
  .contact-infobox-content-module .cicm-textbx-right {
    -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: 100%;
    margin-top: 1.25rem;
  }
  .contact-infobox-content-module .cicm-textbx-right .item:not(:last-child) {
    margin-bottom: 0.625rem;
    margin-right: 0;
  }
  .contact-message {
    padding: 3rem 0;
  }
  .contact-message-content .formbx {
    width: 100%;
  }
}
.index-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 6.25rem);
  margin-top: 6.25rem;
  overflow: hidden;
  z-index: 2;
}
.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 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner-swiper .swiper-slide .bannertext {
  position: absolute;
  inset: 0;
}
.index-banner-swiper .swiper-slide .bannertext-wrapper {
  position: relative;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.index-banner-swiper .swiper-slide .bannertext-content-txt {
  margin-bottom: 4rem;
}
.index-banner-swiper .swiper-slide .bannertext-content-txt p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.index-banner-swiper .swiper-slide .bannertext-content-txt h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.index-banner .swiper-pagination {
  bottom: 2rem;
}
.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-banner .swiper-pagination-bullet-active {
  width: 1.875rem;
  opacity: 1;
}
.index-banner-M {
  display: none;
}
.index-common-title h3 {
  font-size: 2.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-bottom: 1.5rem;
}
.index-common-title p {
  font-size: 1.375rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-favorites {
  padding: 6.25rem 0 3.125rem;
}
.index-favorites-title {
  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;
  margin-bottom: 2.75rem;
}
.index-favorites-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-favorites-content .index-favorites-swiper {
  overflow: hidden;
}
.index-favorites-content .index-favorites-swiper .swiper-slide {
  position: relative;
  border: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 385/250;
  background-color: #fff;
  overflow: hidden;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-imgbx img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-imgbx img.show {
  opacity: 1;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx {
  width: 100%;
  padding: 2.5rem 1.25rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 500;
  font-family: "MiSans-Bold";
  text-transform: uppercase;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-star {
  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: 0.75rem 0 1rem;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-star p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-color {
  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-bottom: 1.25rem;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-color .coloritem {
  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;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-color .coloritem.active {
  border-color: #000;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-color .coloritem:hover {
  cursor: pointer;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-color .coloritem-dian {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.index-favorites-content .index-favorites-swiper .swiper-slide .item-textbx-color .coloritem:not(:last-child) {
  margin-right: 0.5rem;
}
.index-favorites-content .bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 2.5rem;
}
.index-favorites-content .bottombox-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-favorites-content .bottombox-left .swiper-btn {
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #548454;
  border-radius: 50%;
}
.index-favorites-content .bottombox-left .swiper-btn:hover {
  background-color: #548454;
}
.index-favorites-content .bottombox-left .swiper-btn:hover .iconfont {
  color: #fff;
}
.index-favorites-content .bottombox-left .swiper-btn .iconfont {
  font-size: 1.25rem;
  color: #999;
}
.index-favorites-content .bottombox-left .swiper-btn-prev {
  margin-right: 1rem;
}
.index-favorites-content .bottombox .swiper-pagination {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 0.25rem;
  margin-left: 2.5rem;
  background-color: #ebebec;
}
.index-favorites-content .bottombox .swiper-pagination-progressbar-fill {
  background-color: #548454;
}
.index-line {
  padding: 3.125rem 0;
}
.index-line-title {
  margin-bottom: 3.125rem;
}
.index-line-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 1.25rem;
}
.index-line-title p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-line-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1.25rem 1.25rem;
}
.index-line-content-item {
  position: relative;
  overflow: hidden;
}
.index-line-content-item img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-line-content-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-line-content-item:hover .mask .morebx p {
  text-decoration: underline;
}
.index-line-content-item .mask {
  position: absolute;
  inset: 0;
  padding: 2.5rem;
  z-index: 2;
}
.index-line-content-item .mask h4 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 500;
  font-family: "MiSans-Bold";
}
.index-line-content-item .mask em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  margin: 1.5rem 0;
  background-color: #fff;
}
.index-line-content-item .mask .morebx {
  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;
}
.index-line-content-item .mask .morebx p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-line-content-item .mask .morebx .iconfont {
  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;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-line-content-item:first-child {
  grid-area: 1/1/3/2;
}
.index-line-content-item:first-child::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.index-line-content-item:nth-child(2) {
  grid-area: 1/2/2/4;
}
.index-line-content-item:nth-child(2)::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.index-line-content-item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.index-line-content-item:nth-child(3)::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.index-line-content-item:nth-child(4) {
  grid-area: 2/3/3/4;
}
.index-line-content-item:nth-child(4)::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.index-company {
  padding: 3.125rem 0 6.25rem;
}
.index-company-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-company-textbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40.625%;
}
.index-company-textbx h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-company-textbx .intro {
  margin: 1.25rem 0 4rem;
}
.index-company-textbx .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-company-videobx {
  width: 52.5%;
  aspect-ratio: 84/57;
}
.index-company-videobx video,
.index-company-videobx iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-outlink {
  position: relative;
}
.index-outlink img {
  width: 100%;
  height: auto;
}
.index-outlink-wrapper {
  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;
  height: 100%;
}
.index-outlink .mask {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.index-outlink .mask h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-outlink .mask .intro {
  margin: 1rem 0 1.25rem;
}
.index-outlink .mask .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.index-blog {
  padding: 6.25rem 0;
}
.index-blog-title {
  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;
  margin-bottom: 2.75rem;
}
.index-blog-title h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index-blog-content-left {
  position: relative;
  width: 58.75%;
  aspect-ratio: 94/62;
  overflow: hidden;
}
.index-blog-content-left img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-blog-content-left:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-blog-content-left:hover .mask .morebx p {
  text-decoration: underline;
}
.index-blog-content-left .mask {
  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;
  position: absolute;
  inset: 0;
  padding: 2.5rem;
}
.index-blog-content-left .mask h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
}
.index-blog-content-left .mask .intro {
  width: 70%;
  margin: 1rem 0 1.875rem;
}
.index-blog-content-left .mask .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index-blog-content-left .mask .morebx {
  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;
}
.index-blog-content-left .mask .morebx p {
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
  margin-right: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-blog-content-left .mask .morebx .iconfont {
  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;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #548454;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-blog-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 38.125%;
}
.index-blog-content-right .ibcr-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-blog-content-right .ibcr-item:hover::after {
  width: 100%;
}
.index-blog-content-right .ibcr-item:hover h4 {
  color: #548454;
}
.index-blog-content-right .ibcr-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #e6e6e6;
}
.index-blog-content-right .ibcr-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0.125rem;
  background-color: #548454;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-blog-content-right .ibcr-item h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "MiSans-Bold";
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-blog-content-right .ibcr-item .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .index-banner {
    display: none;
  }
  .index-banner-M {
    display: block;
    width: 100%;
    height: 70vh;
    margin-top: 5rem;
  }
  .index-banner-M .index-banner-swiper {
    width: 100%;
    height: 100%;
  }
  .index-banner-M .index-banner-swiper .swiper-slide {
    position: relative;
    height: 100%;
    padding: 0;
  }
  .index-banner-M .index-banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-content-txt {
    margin-bottom: 2rem;
  }
  .index-banner-M .index-banner-swiper .swiper-slide .bannertext-content-txt h2 {
    font-size: 2rem;
  }
  .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: #548454;
  }
  .index-banner-M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index-favorites-title h3 {
    font-size: 2.25rem;
  }
  .index-favorites-title .common-morebtn {
    display: none;
  }
  .index-line-title h3 {
    font-size: 2.25rem;
  }
  .index-line-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-line-content-item {
    height: 25rem;
  }
  .index-line-content-item .mask h4 {
    font-size: 2rem;
  }
  .index-company-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-company-textbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index-company-textbx h3 {
    font-size: 2.25rem;
  }
  .index-company-videobx {
    width: 100%;
  }
  .index-outlink img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-outlink .mask h3 {
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.5em;
  }
  .index-blog {
    padding: 3rem 0;
  }
  .index-blog-title .common-morebtn {
    display: none;
  }
  .index-blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-blog-content-left {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index-blog-content-left .mask {
    padding: 1.875rem 1.25rem;
  }
  .index-blog-content-left .mask h4 {
    width: 100%;
  }
  .index-blog-content-left .mask .intro {
    width: 100%;
  }
  .index-blog-content-right {
    width: 100%;
  }
  .index-blog-content-right .ibcr-item {
    padding: 1.25rem 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: 8%;
    padding-right: 8%;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18), (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18), (-webkit-min-device-pixel-ratio: 1.0909090909090908) and (-webkit-max-device-pixel-ratio: 1.18), (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: 14px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28), (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28), (-webkit-min-device-pixel-ratio: 1.1904761904761905) and (-webkit-max-device-pixel-ratio: 1.28), (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: 12px !important;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.2903225806451613) and (-webkit-max-device-pixel-ratio: 1.4), (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: 12px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6), (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6), (-webkit-min-device-pixel-ratio: 1.4090909090909092) and (-webkit-max-device-pixel-ratio: 1.6), (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8), (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8), (-webkit-min-device-pixel-ratio: 1.6097560975609757) and (-webkit-max-device-pixel-ratio: 1.8), (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 9px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1), (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1), (-webkit-min-device-pixel-ratio: 1.8095238095238095) and (-webkit-max-device-pixel-ratio: 2.1), (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root {
    font-size: 8px;
  }
}