@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
.w1200 {
  width: 75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.w1650 {
  width: 103.125rem;
  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;
}

.indexmain {
  width: 100%;
  padding: 0 6vw;
  -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: #090000;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #090000;
  font-size: 1.875rem;
  line-height: 5rem;
}
.swiper-btn:hover {
  background: #364f46;
}

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
: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: #364f46;
}

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

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

.innertop {
  padding-top: 9.3vh;
}

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

.import-color {
  color: #364f46 !important;
}

.common-banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common-banner img {
  width: 100%;
  height: auto;
}
.common-banner-textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.common-banner-textbx .container {
  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 {
  width: 100%;
}
.common-banner-textbx-content h2 {
  font-size: 6.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
}
.common-banner-textbx-content .cbtc-intro {
  width: 46%;
  margin: 2rem auto 2.5rem;
}
.common-banner-textbx-content .cbtc-intro p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
}
.common-banner-textbx-content .cbtc-btnbx {
  width: auto;
  margin: 0 auto;
}
.common-banner-textbx-content .cbtc-btnbx a {
  width: auto;
  height: 2.75rem;
  border-radius: 1.5625rem;
  background-color: #fff;
  padding: 0 1.5rem;
  border: 1px solid #fff;
  border-radius: 1.375rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.125rem;
  color: #364f46;
  line-height: 2.75rem;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
}
.common-banner-textbx-content .cbtc-btnbx a i {
  font-size: 1.125rem;
  color: #364f46;
  margin-left: 0.625rem;
}
.common-banner-textbx-content .cbtc-btnbx a:hover {
  border-color: #364f46;
  background-color: #364f46;
  color: #fff;
}
.common-banner-textbx-content .cbtc-btnbx a:hover .iconfont {
  color: #fff;
}
.common-morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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: 2.875rem;
  background-color: #364f46;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.common-morebtn a .iconfont {
  font-size: 1.25rem;
  color: #fff;
  margin-left: 0.625rem;
}
.common-crumb {
  margin: 1.25rem 0;
}
.common-crumb p {
  font-size: 1.125rem;
  color: #141414;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.common-crumb p a {
  font-size: 1.125rem;
  color: #bfbfbf;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 0 0.25rem;
}
.common-crumb p a:first-child {
  color: #141414;
  margin-left: 0;
}
.common-title p {
  font-size: 1.875rem;
  color: #666;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.common-title h2 {
  font-size: 3.125rem;
  color: #090000;
  line-height: 4.375rem;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
}
.common-navbox {
  padding: 0.25rem 0;
  background-color: #f3f3f3;
}
.common-navbox .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.common-navbox-left li.active a {
  background-color: #364f46;
  color: #fff;
}
.common-navbox-left li:hover a {
  text-decoration: underline;
}
.common-navbox-left li a {
  display: block;
  width: auto;
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #090000;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-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: #364f46;
}
.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: auto;
  height: 1.875rem;
  font-size: 1rem;
  color: #090000;
  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: #364f46;
  border-color: #364f46;
}
.common-pagination a.page-num-current {
  color: #ffffff;
  background-color: #364f46;
  border-color: #364f46;
}
.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: #cbcbcb;
}
.common-pagination li:first-child a:hover, .common-pagination li:last-child a:hover {
  background-color: #364f46;
}
.common-pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common-pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #090000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-pagebtn a:hover {
  color: #364f46;
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #364f46;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 9999999;
}
.index-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  height: 100%;
  z-index: 0;
}
.index-header-leftbx {
  width: auto;
  height: 75%;
}
.index-header-leftbx .logobx {
  display: block;
  width: auto;
  height: 100%;
}
.index-header-leftbx .logobx img {
  width: auto;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-header-rightbx {
  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;
  height: 100%;
}
.index-header-rightbx .infobox {
  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-right: 1.875rem;
}
.index-header-rightbx .infobox a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
}
.index-header-rightbx .infobox a:hover {
  text-decoration: underline;
}
.index-header-rightbx .infobox p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  font-family: "SourceHanSansCN-Regular";
  font-style: italic;
}
.index-header-rightbx .contactbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  margin-right: 1.875rem;
}
.index-header-rightbx .contactbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  width: auto;
  height: 3.125rem;
  padding: 0 1.5rem;
  text-transform: uppercase;
  border: 0.125rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-rightbx .contactbtn a:hover {
  background-color: rgba(244, 244, 244, 0.3);
}
.index-header-rightbx .language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 1.25rem;
}
.index-header-rightbx .language:hover {
  cursor: pointer;
}
.index-header-rightbx .language:hover .language-down {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index-header-rightbx .language-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  width: 3.125rem;
  height: 3.125rem;
  background-color: rgba(244, 244, 244, 0.3);
  border-radius: 50%;
}
.index-header-rightbx .language-down {
  position: absolute;
  top: 9.3vh;
  right: 0;
  width: 12.5rem;
  background-color: #364f46;
  z-index: 9999;
  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-rightbx .language-down ul {
  width: 100%;
}
.index-header-rightbx .language-down ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-header-rightbx .language-down ul li a em {
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-header-rightbx .language-down ul li a p {
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index-header-rightbx .language-down ul li a svg {
  font-size: 1.25rem;
  margin-left: 0.625rem;
}
.index-header-rightbx .language-down ul li a:hover em {
  width: 1.25rem;
  margin-right: 0.625rem;
}
.index-header-rightbx .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-rightbx .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.index-header-rightbx .inner-header-icon span {
  position: absolute;
  left: 50%;
  top: calc((100% - 1px) / 2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.563rem;
  height: 0.125rem;
  background-color: #090000;
}
.index-header-rightbx .inner-header-icon span:nth-child(1) {
  -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
      -ms-transform: translate(-50%, 0.5rem) rotate(0deg);
          transform: translate(-50%, 0.5rem) rotate(0deg);
}
.index-header-rightbx .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index-header-rightbx .inner-header-icon span:nth-child(3) {
  -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
      -ms-transform: translate(-50%, -0.5rem) rotate(0deg);
          transform: translate(-50%, -0.5rem) rotate(0deg);
}
.index-header-rightbx .inner-header-icon-click span {
  background: #2b2b2b;
}
.index-header-rightbx .inner-header-icon-click span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickfirst;
          animation-name: clickfirst;
}
.index-header-rightbx .inner-header-icon-click span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clicksecond;
          animation-name: clicksecond;
}
.index-header-rightbx .inner-header-icon-click span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickthird;
          animation-name: clickthird;
}
@-webkit-keyframes clickfirst {
  0% {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@keyframes clickfirst {
  0% {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@-webkit-keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clickthird {
  0% {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
.index-header-rightbx .inner-header-icon-out span {
  background: #2b2b2b;
}
.index-header-rightbx .inner-header-icon-out span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outfirst;
          animation-name: outfirst;
}
.index-header-rightbx .inner-header-icon-out span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outsecond;
          animation-name: outsecond;
}
.index-header-rightbx .inner-header-icon-out span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outthird;
          animation-name: outthird;
}
@-webkit-keyframes outfirst {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) rotate(0deg);
  }
}
@keyframes outfirst {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) 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: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
}
.index-header-rightbx .inner-header-icon {
  display: block;
  height: 3.125rem;
  background-color: rgba(244, 244, 244, 0.3);
  border-radius: 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 99;
}
.index-header-rightbx .inner-header-icon:hover {
  background-color: rgba(244, 244, 244, 0.5);
}
.index-header-rightbx .inner-header-icon span {
  width: 1.35rem;
  background-color: #fff;
}
.index-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-nav.show {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.index-nav-content {
  width: 100%;
  margin-left: auto;
  height: 100%;
  background-color: #fff8ee;
  -webkit-box-shadow: 0 6px 100px 10px rgba(18, 18, 18, 0.5);
          box-shadow: 0 6px 100px 10px rgba(18, 18, 18, 0.5);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-nav-content .navbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-nav-content .navbox .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);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
  position: absolute;
  right: 10%;
  top: 0;
  display: block;
  height: 3.125rem;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 99;
}
.index-nav-content .navbox .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.index-nav-content .navbox .inner-header-icon span {
  position: absolute;
  left: 50%;
  top: calc((100% - 1px) / 2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.563rem;
  height: 0.125rem;
  background-color: #090000;
}
.index-nav-content .navbox .inner-header-icon span:nth-child(1) {
  -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
      -ms-transform: translate(-50%, 0.5rem) rotate(0deg);
          transform: translate(-50%, 0.5rem) rotate(0deg);
}
.index-nav-content .navbox .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index-nav-content .navbox .inner-header-icon span:nth-child(3) {
  -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
      -ms-transform: translate(-50%, -0.5rem) rotate(0deg);
          transform: translate(-50%, -0.5rem) rotate(0deg);
}
.index-nav-content .navbox .inner-header-icon-click span {
  background: #2b2b2b;
}
.index-nav-content .navbox .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-nav-content .navbox .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-nav-content .navbox .inner-header-icon-click span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickthird;
          animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
.index-nav-content .navbox .inner-header-icon-out span {
  background: #2b2b2b;
}
.index-nav-content .navbox .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-nav-content .navbox .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-nav-content .navbox .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: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
}
.index-nav-content .navbox .inner-header-icon:hover {
  cursor: pointer;
}
.index-nav-content .navbox .inner-header-icon span {
  width: 1.35rem;
}
.index-nav-content .navbox-menu {
  margin: 0 10%;
}
.index-nav-content .navbox-menu-item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index-nav-content .navbox-menu-item a {
  font-size: 1.75rem;
  color: #090000;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "SYLFAEN";
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-nav-content .navbox-menu-item a:hover {
  color: #364f46;
  text-decoration: underline;
}
.index-nav-content .navbox .navbg {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 80%;
  height: auto;
}
.index-nav-content .navbox .navbg img {
  width: 100%;
  height: auto;
}
.index-footer {
  background-image: url(../images/footerbg.webp);
}
.index-footer-content {
  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: nowrap;
      flex-wrap: nowrap;
  padding: 5rem 0 7.5rem;
}
.index-footer-content .footlogo {
  display: block;
  height: 5.5rem;
  width: auto;
}
.index-footer-content .footlogo img {
  width: auto;
  height: 100%;
}
.index-footer-content .footnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index-footer-content .footnav dl {
  min-width: 12.5rem;
}
.index-footer-content .footnav dl:not(:last-child) {
  margin-right: 3.125rem;
}
.index-footer-content .footnav dl dt {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SYLFAEN";
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
}
.index-footer-content .footnav dl dd:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index-footer-content .footnav dl dd a {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-transform: capitalize;
}
.index-footer-content .footnav dl dd a:hover {
  text-decoration: underline;
}
.index-footer-content .footnav .contactinfo h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SYLFAEN";
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
}
.index-footer-content .footnav .contactinfo p,
.index-footer-content .footnav .contactinfo a {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index-footer-content .footnav .contactinfo a:hover {
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1420,
  .w1600,
  .indexmain {
    width: 100%;
    padding: 0 1rem;
  }
  .padding-module {
    padding: 3rem 0;
  }
  .showvideo-content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .common-banner {
    width: 100%;
    height: 40vh;
  }
  .common-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-banner-textbx {
    top: 50%;
  }
  .common-banner-textbx .text {
    max-width: 100%;
  }
  .common-banner-textbx h2 {
    font-size: 2.5rem;
  }
  .common-title h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .common-navbox ul {
    overflow-x: auto;
  }
  .common-navbox ul li a {
    white-space: nowrap;
  }
  .common-pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-pagebtn a {
    max-width: 100%;
  }
  .index-header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99999;
  }
  .index-header-leftbx {
    display: none;
  }
  .index-header-center {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 80%;
  }
  .index-header-rightbx {
    position: static;
  }
  .index-header-rightbx .contactbtn {
    margin-right: 0.625rem;
  }
  .index-header-rightbx .language {
    margin-right: 0.625rem;
  }
  .index-header-rightbx .language-down {
    top: 5rem;
  }
  .index-header .inner-header-icon {
    display: none;
    color: #fff;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
  }
  .index-header .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index-header .inner-header-icon span {
    position: absolute;
    left: 50%;
    top: calc((100% - 1px) / 2);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #090000;
  }
  .index-header .inner-header-icon span:nth-child(1) {
    -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
        -ms-transform: translate(-50%, 0.5rem) rotate(0deg);
            transform: translate(-50%, 0.5rem) rotate(0deg);
  }
  .index-header .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index-header .inner-header-icon span:nth-child(3) {
    -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
        -ms-transform: translate(-50%, -0.5rem) rotate(0deg);
            transform: translate(-50%, -0.5rem) rotate(0deg);
  }
  .index-header .inner-header-icon-click span {
    background: #fff;
  }
  .index-header .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index-header .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index-header .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
              transform: translate(-50%, 0.5rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
              transform: translate(-50%, 0.5rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
              transform: translate(-50%, -0.5rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
              transform: translate(-50%, -0.5rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
  }
  .index-header .inner-header-icon-out span {
    background: #fff;
  }
  .index-header .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index-header .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index-header .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
              transform: translate(-50%, -0.5rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
              transform: translate(-50%, 0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translate(-50%, -0.5rem) rotate(0deg);
              transform: translate(-50%, -0.5rem) 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: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
    100% {
      -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
              transform: translate(-50%, 0.5rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
    }
    100% {
      -webkit-transform: translate(-50%, 0.5rem) rotate(0deg);
              transform: translate(-50%, 0.5rem) rotate(0deg);
    }
  }
  .index-header .inner-header-icon {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    display: block;
    height: 3.125rem;
    z-index: 99;
  }
  .index-header .inner-header-icon:hover {
    background-color: rgba(120, 147, 163, 0.99);
  }
  .index-header .inner-header-icon span {
    width: 1.5rem;
  }
  .index-header .inner-header-icon-click span {
    background-color: #fff;
  }
  .index-nav {
    width: 100vw;
  }
  .index-footer-topbx {
    padding: 3.5rem 0;
  }
  .index-footer-topbx h2 {
    font-size: 3.5rem;
    letter-spacing: 1.25rem;
    line-height: 1.2em;
  }
  .index-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 1.875rem;
  }
  .index-footer-content-leftbx {
    margin-bottom: 3rem;
  }
  .index-footer-content-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-right: 0;
  }
  .index-footer-content-center .ifcc-infobx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index-footer-content-center .ifcc-navbx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .index-footer-content-center .ifcc-navbx dl {
    min-width: 48%;
  }
  .index-footer-content-center .ifcc-navbx dl:not(:last-child) {
    margin-right: 0;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
.about {
  background-color: #fff8ee;
}
.about-profile-title {
  padding: 1.875rem 0;
  border-bottom: 1px solid #cecfcc;
}
.about-profile-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.about-profile-content {
  position: relative;
  padding-bottom: 3.125rem;
  z-index: 2;
}
.about-profile-content .bg {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  display: block;
  width: 46.3541666667%;
  height: auto;
  z-index: 1;
}
.about-profile-content .bg img {
  width: 100%;
  height: auto;
}
.about-profile-content .about-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
.about-profile-content-textbx {
  width: 47.0588235294%;
  padding-top: 5rem;
}
.about-profile-content-textbx .iact-txt h4 {
  font-size: 2rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.about-profile-content-textbx .iact-txt-intro {
  margin-top: 1.875rem;
}
.about-profile-content-textbx .iact-txt-intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about-profile-content-imgbx {
  width: 47.0588235294%;
}
.about-profile-content-imgbx img {
  width: 100%;
  height: auto;
}
.about-num {
  background-color: #364f46;
}
.about-num-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.about-num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 3rem 0;
}
.about-num-item .txtbx {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about-num-item .numbx {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SYLFAEN";
  margin-bottom: 1.25rem;
}
.about-num-item .numbx span {
  font-size: 5rem;
  line-height: 1em;
}
.about-team {
  padding: 2.5rem 0 3.75rem;
}
.about-team-title {
  padding: 1.25rem 0;
  border-bottom: 1px solid #cecfcc;
}
.about-team-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.about-team-content-intro {
  padding-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.about-team-content-intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about-team-content-intro .imgbx {
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
}
.about-team-content-intro .imgbx img {
  width: 100%;
  height: auto;
}
.about-team-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;
}
.about-team-content-list .atcl-item {
  position: relative;
  width: 17.6470588235%;
  height: 4rem;
  border-bottom: 1px solid #364f46;
  overflow: hidden;
}
.about-team-content-list .atcl-item:hover {
  cursor: pointer;
}
.about-team-content-list .atcl-item h3 {
  font-size: 1.25rem;
  color: #364f46;
  line-height: 4rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about-team-content-list .atcl-item-intro {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -110%);
      -ms-transform: translate(0, -110%);
          transform: translate(0, -110%);
  pointer-events: none;
}

.teampopup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
}
.teampopup.active {
  display: block;
}
.teampopup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  padding: 3rem;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teampopup-content .closebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
.teampopup-content .closebtn:hover {
  cursor: pointer;
}
.teampopup-content .closebtn i {
  font-size: 1.5rem;
  color: #333;
}
.teampopup-content-title .team-name {
  font-size: 3.75rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
  margin-bottom: 1.875rem;
}
.teampopup-content-intro {
  margin-bottom: 3rem;
}
.teampopup-content-intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  position: relative;
  padding-left: 1.25rem;
}
.teampopup-content-intro p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.teampopup-content-intro p::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #111;
  border-radius: 50%;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .about-profile {
    padding-bottom: 0;
  }
  .about-profile-title {
    padding: 3rem 0;
  }
  .about-profile-title h3 {
    font-size: 3.5rem;
  }
  .about-profile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-profile-content-textbx {
    width: 100%;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .about-profile-content-imgbx {
    width: 100%;
  }
  .about-profile-num-item {
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-profile-num-item .numbx {
    font-size: 3.5rem;
  }
  .about-profile-num-item .txtbx {
    margin-left: 0;
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.7em;
    text-align: center;
  }
  .about-team-content-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-team-content-title h3 {
    font-size: 3.5rem;
    max-width: 100%;
  }
  .about-team-content-center .teamlist .teamlist-item {
    width: 49%;
  }
  .about-team-content-center .teamlist .teamlist-item:nth-child(1) {
    border-bottom: 0;
  }
  .about-step {
    padding: 3rem 0;
  }
  .about-step-title {
    margin-bottom: 2.5rem;
  }
  .about-step-title h3 {
    font-size: 3.5rem;
    max-width: 100%;
  }
  .about-step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-step-content-nav {
    width: 100%;
  }
  .about-step-content-intro {
    width: 100%;
    height: 25rem;
    margin: 1.875rem 0;
  }
  .about-step-content-intro .asci-item {
    padding: 1.5rem;
  }
  .about-step-content-imgbx {
    width: 100%;
    height: 25rem;
  }
  .about-contact {
    padding: 2rem 0;
  }
  .about-contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-contact-imgbx {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
  .about-contact-rightbx {
    width: 100%;
    padding-left: 0;
  }
  .teampopup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    height: auto;
  }
  .teampopup-content-left {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .teampopup-content-intro {
    width: 100%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
.service {
  background-color: #fff8ee;
}
.service-profile {
  padding: 6.25rem 0;
}
.service-profile-title {
  padding: 1.875rem 0;
  border-bottom: 1px solid #cecfcc;
}
.service-profile-title h2 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1em;
  font-weight: 400;
  font-family: "SYLFAEN";
  text-transform: uppercase;
}
.service-profile-content {
  padding-top: 2.5rem;
}
.service-profile-content .indexmain {
  position: relative;
}
.service-profile-content .bg {
  position: absolute;
  bottom: 0;
  left: 6vw;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  width: 37.0588235294%;
  height: auto;
  z-index: 1;
}
.service-profile-content .bg img {
  width: 100%;
  height: auto;
}
.service-profile-content-imgbx {
  float: right;
  position: relative;
  width: 41.1764705882%;
  aspect-ratio: 70/46;
  z-index: 2;
}
.service-profile-content-textbx {
  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;
  float: left;
  position: relative;
  width: 42.9411764706%;
  aspect-ratio: 73/46;
  z-index: 2;
}
.service-profile-content-textbx h4 {
  font-size: 2rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.service-profile-content-textbx .intro {
  margin-top: 1.25rem;
}
.service-profile-content-textbx .intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.service-why {
  padding: 6.25rem 0;
  background-image: url(../images/service_why_bg.webp);
}
.service-why-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 4.5rem;
}
.service-why-title h3 {
  font-size: 2.5rem;
  color: #364f46;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "SYLFAEN";
  width: 35.2941176471%;
}
.service-why-title .intro {
  width: 50%;
  padding-top: 0.625rem;
}
.service-why-title .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.service-why-listbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.25rem 2.5rem;
  border-bottom: 1px solid #696969;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-why-listbox-item:first-child {
  border-top: 1px solid #696969;
}
.service-why-listbox-item:hover {
  background-color: #364f46;
}
.service-why-listbox-item:hover .swli-iconbx img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-why-listbox-item:hover .swli-textbx h4 {
  color: #fff;
}
.service-why-listbox-item:hover .swli-textbx-intro p {
  color: #fff;
}
.service-why-listbox-item .swli-iconbx {
  position: relative;
  margin-right: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
}
.service-why-listbox-item .swli-iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-why-listbox-item .swli-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.service-why-listbox-item .swli-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SYLFAEN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-why-listbox-item .swli-textbx-intro {
  min-height: 3.75rem;
}
.service-why-listbox-item .swli-textbx-intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-highlight {
  padding: 5rem 0 6.25rem;
}
.service-highlight-title {
  padding: 1.5rem 0;
  border-bottom: 1px solid #cecfcc;
}
.service-highlight-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.service-highlight-content .intro {
  padding: 1.875rem 0;
}
.service-highlight-content .intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.service-highlight-content .listbox {
  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;
}
.service-highlight-content .listbox .zhanwei {
  width: 23.2352941176%;
  height: 0;
}
.service-highlight-content .listbox-item {
  width: 23.2352941176%;
  height: auto;
  padding: 2.5rem;
  background-color: rgba(217, 217, 217, 0.5);
}
.service-highlight-content .listbox-item span {
  font-size: 2rem;
  color: #ccae7b;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.service-highlight-content .listbox-item-textbx {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #a7a7a7;
}
.service-highlight-content .listbox-item-textbx h4 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SYLFAEN";
  margin-bottom: 0.625rem;
}
.service-highlight-content .listbox-item-textbx p {
  font-size: 1rem;
  color: #000;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.service-onestop {
  position: relative;
  z-index: 0;
}
.service-onestop .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.service-onestop-textbx {
  position: relative;
  width: 50%;
  height: auto;
  padding: 6.25rem 5vw 6.25rem 6vw;
  background-color: rgba(54, 79, 70, 0.95);
  z-index: 2;
}
.service-onestop-textbx-title h3 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.service-onestop-textbx-content {
  margin-top: 3.125rem;
}
.service-onestop-textbx-content .sotc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.625rem 0;
  border-bottom: 1px solid #fff;
}
.service-onestop-textbx-content .sotc-nav li.active p::after {
  opacity: 1;
}
.service-onestop-textbx-content .sotc-nav li:hover {
  cursor: pointer;
}
.service-onestop-textbx-content .sotc-nav li p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  position: relative;
}
.service-onestop-textbx-content .sotc-nav li p::after {
  position: absolute;
  content: "";
  top: 2.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.1875rem;
  background-color: #fff;
  opacity: 0;
}
.service-onestop-textbx-content .sotc-content {
  margin-top: 2.5rem;
}
.service-onestop-textbx-content .sotc-content-item {
  display: none;
}
.service-onestop-textbx-content .sotc-content-item.active {
  display: block;
}
.service-onestop-textbx-content .sotc-content-item p {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  padding-left: 1.5rem;
}
.service-onestop-textbx-content .sotc-content-item p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.service-onestop-textbx-content .sotc-content-item p::before {
  position: absolute;
  content: "";
  top: 0.625rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
}
.service-case {
  padding: 3.75rem 0 6.25rem;
}
.service-case-title {
  padding: 1.25rem 0;
  border-bottom: 1px solid #cecfcc;
}
.service-case-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
  text-transform: uppercase;
}
.service-case-content .indexmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.service-case-content-textbx {
  padding-top: 4rem;
  width: 44.7058823529%;
}
.service-case-content-textbx h4 {
  font-size: 2rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.service-case-content-textbx .scct-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.625rem 0;
  margin-top: 1.875rem;
  border-bottom: 1px solid #a7a7a7;
}
.service-case-content-textbx .scct-nav li.active p::after {
  opacity: 1;
}
.service-case-content-textbx .scct-nav li:hover {
  cursor: pointer;
}
.service-case-content-textbx .scct-nav li p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  position: relative;
}
.service-case-content-textbx .scct-nav li p::after {
  position: absolute;
  content: "";
  top: 2.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.1875rem;
  background-color: #364f46;
  opacity: 0;
}
.service-case-content-textbx .scct-content {
  margin-top: 2.5rem;
}
.service-case-content-textbx .scct-content-item {
  display: none;
}
.service-case-content-textbx .scct-content-item.active {
  display: block;
}
.service-case-content-textbx .scct-content-item p {
  position: relative;
  font-size: 1.25rem;
  color: #0e0d0d;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  padding-left: 1.5rem;
}
.service-case-content-textbx .scct-content-item p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.service-case-content-textbx .scct-content-item p::before {
  position: absolute;
  content: "";
  top: 0.625rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000;
  border-radius: 50%;
}
.service-case-content-imgbx {
  width: 47.0588235294%;
  aspect-ratio: 800/790;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .service-topbx {
    padding-bottom: 0;
  }
  .service-topbx-title {
    padding: 3rem 0;
  }
  .service-topbx-title h3 {
    font-size: 3.5rem;
  }
  .service-topbx-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2.5rem;
  }
  .service-topbx-content-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .service-topbx-content-imgbx {
    width: 100%;
  }
  .service-content-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
  .service-content-list-item .scli-head {
    width: 100%;
    margin: 1rem 0;
  }
  .service-content-list-item .scli-center {
    width: 100%;
  }
  .servicedetail-content .prevbtn {
    display: none;
  }
  .servicedetail-content-right {
    width: 100%;
    margin: 0;
  }
  .servicedetail-content-right-title {
    padding: 3rem 0;
  }
  .servicedetail-content-right-title h3 {
    font-size: 3.5rem;
  }
  .servicedetail-content-right-body .scrb-md-title h4 {
    font-size: 2rem;
    line-height: 1.4em;
  }
  .servicedetail-content-right-body .scrb-services-center .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .servicedetail-content-right-body .scrb-services-center .row:not(:last-child) {
    margin-bottom: 0;
  }
  .servicedetail-content-right-body .scrb-services-center .row .item {
    width: 45%;
    margin-bottom: 4rem;
  }
  .servicedetail-content-right-body .scrb-services-center .row .xian:nth-child(4) {
    display: none;
  }
  .servicedetail-content-right-body .scrb-office-center .listbx .scrb-office-center-item {
    width: 100%;
    margin-top: 2rem;
  }
  .servicedetail-content-right-body .scrb-office2-center .listbx .scrb-office2-center-item {
    width: 100%;
    margin-top: 2rem;
  }
  .servicedetail-content-right-body .scrb-fund-center .ringlist-row:first-child .ringlist-row-item {
    top: 1rem;
  }
  .servicedetail-content-right-body .scrb-fund-center .ringlist-row-item {
    width: 10rem;
    margin-left: 0;
    margin-right: 0;
  }
  .servicedetail-content-right-body .scrb-fund-center .ringlist-row-item i {
    font-size: 2rem;
  }
  .servicedetail-content-right-body .scrb-fund-center .ringlist-row-item p {
    font-size: 0.875rem;
  }
  .servicedetail-content-right-body .scrb-plan-center .swiper-btn-prev {
    -webkit-transform: translate(-1rem, -50%);
        -ms-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
  }
  .servicedetail-content-right-body .scrb-plan-center .swiper-btn-next {
    -webkit-transform: translate(1rem, -50%);
        -ms-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
.new-content {
  padding: 5rem 0 6.25rem;
  background-color: #fff8ee;
}
.new-content-title {
  padding: 1.875rem 0;
  border-bottom: 1px solid #cecfcc;
}
.new-content-title .indexmain {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.new-content-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.new-content-title .typelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.new-content-title .typelist li:not(:last-child) {
  margin-right: 2.5rem;
}
.new-content-title .typelist li a {
  font-size: 1.25rem;
  color: #364f46;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  position: relative;
}
.new-content-title .typelist li a::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #364f46;
  opacity: 0;
}
.new-content-title .typelist li.active a::before {
  opacity: 1;
}
.new-content-center .intro {
  padding: 1.875rem 0;
  margin-bottom: 1.25rem;
}
.new-content-center .intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.new-content-center .listbx {
  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;
}
.new-content-center .listbx .zhanwei {
  width: 23.5294117647%;
  height: 0;
}
.new-content-center .listbx-item {
  position: relative;
  width: 23.5294117647%;
  background-color: #d9d9d9;
  margin-bottom: 2rem;
}
.new-content-center .listbx-item:hover .listbx-item-imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new-content-center .listbx-item:hover .listbx-item-textbx h4 {
  color: #364f46;
}
.new-content-center .listbx-item-imgbx {
  width: 100%;
  aspect-ratio: 400/326;
  overflow: hidden;
}
.new-content-center .listbx-item-imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-content-center .listbx-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.25rem;
}
.new-content-center .listbx-item-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new-content-center .listbx-item-textbx p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  position: relative;
  margin-top: 0.875rem;
}
.new-content-center .listbx-item-textbx p::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}

.newdetail {
  background-color: #fff8ee;
}
.newdetail-title {
  padding: 4rem 0 3.5rem;
  background-color: #fff2df;
}
.newdetail-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 5rem;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.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: "SourceHanSansCN-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: "SourceHanSansCN-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(54, 79, 70, 0.1);
  border: 1px solid rgba(54, 79, 70, 0.2);
  border-radius: 50%;
  font-size: 1.25rem;
  color: #364f46;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail-title .timebox .mediabx ul li a:hover {
  background-color: #364f46;
  color: #fff;
}
.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: 6.25rem 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: "SourceHanSansCN-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;
}
.newdetail-center-morebox {
  padding-bottom: 6.25rem;
}
.newdetail-center-morebox-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2.5rem;
}
.newdetail-center-morebox-title h3 {
  font-size: 2.5rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.newdetail-center-morebox-content .newdetail-more-swiper {
  overflow: hidden;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide {
  position: relative;
  background-color: #d9d9d9;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide .item-imgbx {
  width: 100%;
  aspect-ratio: 400/326;
  overflow: hidden;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide .item-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide .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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.25rem;
  overflow: hidden;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide .item-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide .item-textbx p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  position: relative;
  margin-top: 0.875rem;
}
.newdetail-center-morebox-content .newdetail-more-swiper .swiper-slide .item-textbx p::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}
.newdetail-center-morebox-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;
}
.newdetail-center-morebox-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;
}
.newdetail-center-morebox-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 #364f46;
  border-radius: 50%;
}
.newdetail-center-morebox-content .bottombox-left .swiper-btn:hover {
  background-color: #364f46;
}
.newdetail-center-morebox-content .bottombox-left .swiper-btn:hover .iconfont {
  color: #fff;
}
.newdetail-center-morebox-content .bottombox-left .swiper-btn .iconfont {
  font-size: 1.25rem;
}
.newdetail-center-morebox-content .bottombox-left .swiper-btn-prev {
  margin-right: 1rem;
}
.newdetail-center-morebox-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;
}
.newdetail-center-morebox-content .bottombox .swiper-pagination-progressbar-fill {
  background-color: #364f46;
}

/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
.contact-content {
  background-color: #fff8ee;
  padding: 2.5rem 0 6.25rem;
}
.contact-content-title {
  padding: 1.875rem 0;
  border-bottom: 1px solid #cecfcc;
}
.contact-content-title .indexmain {
  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;
}
.contact-content-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.contact-content-title .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;
}
.contact-content-title .mediabx p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-title .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;
}
.contact-content-title .mediabx ul li:not(:last-child) {
  margin-right: 1rem;
}
.contact-content-title .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(54, 79, 70, 0.1);
  border: 1px solid rgba(54, 79, 70, 0.2);
  border-radius: 50%;
  font-size: 1.25rem;
  color: #364f46;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-content-title .mediabx ul li a:hover {
  background-color: #364f46;
  color: #fff;
}
.contact-content-center .indexmain {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact-content-center-leftbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 36.1176470588%;
}
.contact-content-center-leftbx .formbx {
  width: 100%;
}
.contact-content-center-leftbx .formbx p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 1.875rem;
}
.contact-content-center-leftbx .formbx-item {
  width: 100%;
  height: auto;
  margin-bottom: 1.75rem;
}
.contact-content-center-leftbx .formbx-item input::-webkit-input-placeholder,
.contact-content-center-leftbx .formbx-item textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-item input:-moz-placeholder,
.contact-content-center-leftbx .formbx-item textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-item input::-moz-placeholder,
.contact-content-center-leftbx .formbx-item textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-item input:-ms-input-placeholder,
.contact-content-center-leftbx .formbx-item textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-item label {
  font-size: 1.125rem;
  color: #141414;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "SourceHanSansCN-Regular";
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.contact-content-center-leftbx .formbx-item label sup {
  color: #ff1127;
}
.contact-content-center-leftbx .formbx-item input {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 1px solid #9a9a9a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #141414;
}
.contact-content-center-leftbx .formbx-item-name {
  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;
}
.contact-content-center-leftbx .formbx-item-name input {
  width: 48.4%;
}
.contact-content-center-leftbx .formbx-codebx {
  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;
  width: 100%;
  height: auto;
  margin-bottom: 1.375rem;
}
.contact-content-center-leftbx .formbx-codebx input::-webkit-input-placeholder,
.contact-content-center-leftbx .formbx-codebx textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-codebx input:-moz-placeholder,
.contact-content-center-leftbx .formbx-codebx textarea:-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-codebx input::-moz-placeholder,
.contact-content-center-leftbx .formbx-codebx textarea::-moz-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-codebx input:-ms-input-placeholder,
.contact-content-center-leftbx .formbx-codebx textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #8b8b8b;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-leftbx .formbx-codebx label {
  font-size: 1.125rem;
  color: #141414;
  line-height: 1.5em;
  font-weight: 500;
  font-family: "SourceHanSansCN-Regular";
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.contact-content-center-leftbx .formbx-codebx label sup {
  color: #ff1127;
}
.contact-content-center-leftbx .formbx-codebx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 2.5rem;
  padding: 0 1.25rem;
  background-color: transparent;
  border: 1px solid #9a9a9a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #141414;
}
.contact-content-center-leftbx .formbx-codebx .codeimg {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  margin-left: 1.25rem;
  border: 1px solid #9a9a9a;
}
.contact-content-center-leftbx .formbx-codebx .codeimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-content-center-leftbx .formbx-btnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.contact-content-center-leftbx .formbx-btnbx button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  margin-top: 1rem;
  border: 0;
  margin-right: auto;
  padding: 0 2rem;
  background: #364f46;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-content-center-leftbx .formbx-btnbx button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.contact-content-center-rightbx {
  width: 48%;
  padding-top: 1.875rem;
}
.contact-content-center-rightbx .cccr-infobx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2.5rem;
}
.contact-content-center-rightbx .cccr-infobx p,
.contact-content-center-rightbx .cccr-infobx a {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.contact-content-center-rightbx .cccr-mapbx {
  width: 100%;
  height: 23.75rem;
}
.contact-content-center-rightbx .cccr-mapbx iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .contact-content {
    padding-bottom: 0;
  }
  .contact-content-title {
    padding: 3rem 0;
  }
  .contact-content-title h3 {
    font-size: 3.5rem;
  }
  .contact-content-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-content-center-leftbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-content-center-leftbx .head {
    padding: 3rem 0;
  }
  .contact-content-center-rightbx {
    width: 100%;
    padding-bottom: 5rem;
  }
  .contact-content-center-rightbx .cccr-infobx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-content-center-rightbx .cccr-infobx-left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .contact-content-center-rightbx .cccr-infobx-right {
    width: 60%;
  }
}
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-10-13 11:08:33
 * @LastEditTime : 2026-01-27 14:55:39
 * @Description  : 主文件 橡洋资本2
*/
.disclosures-content {
  background-color: #f1f1ee;
  padding-bottom: 6.25rem;
}
.disclosures-content-title {
  padding: 5rem 0;
}
.disclosures-content-title h3 {
  font-size: 5.625rem;
  color: #364f46;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
  text-transform: uppercase;
}
.disclosures-content-center {
  padding: 0 10%;
}
.disclosures-content-center .md:not(:last-child) {
  margin-bottom: 2.5rem;
}
.disclosures-content-center .md h4 {
  font-size: 2.25rem;
  color: #12445c;
  line-height: 1em;
  font-weight: 600;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.disclosures-content-center .md p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
}
.disclosures-content-center .md a {
  color: #364f46;
  text-decoration: underline;
}
.disclosures-content-center .returnbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.125rem auto 0;
}
.disclosures-content-center .returnbtn a {
  font-size: 1.125rem;
  color: #364f46;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "SourceHanSansCN-Regular";
}
.disclosures-content-center .returnbtn a:hover {
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .disclosures-content {
    padding-bottom: 0;
  }
  .disclosures-content-title {
    padding: 3rem 0;
  }
  .disclosures-content-title h3 {
    font-size: 3.5rem;
  }
  .disclosures-content-center {
    padding: 0 0 5rem;
  }
  .disclosures-content-center .md h4 {
    font-size: 1.875rem;
    line-height: 1.3em;
  }
}
.index {
  background-color: #fff8ee;
}
.index-banner {
  padding: 4.5rem 0;
  margin-top: 6.25rem;
}
.index-banner-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;
}
.index-banner-textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3%;
}
.index-banner-textbx-title {
  margin-bottom: 3.125rem;
}
.index-banner-textbx-title h2 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
  text-transform: uppercase;
}
.index-banner-textbx-title p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index-banner-imgbx {
  width: 62.25%;
  height: auto;
}
.index-banner-imgbx img {
  width: 100%;
  height: auto;
}
.index-banner-morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-banner-morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  width: auto;
  height: 2.875rem;
  padding: 0 2.75rem;
  background-color: #364f46;
  text-transform: uppercase;
}
.index-banner-morebtn a:hover {
  text-decoration: underline;
}
.index-about {
  background-color: #fff2df;
}
.index-about-title {
  padding: 1.875rem 0;
  border-bottom: 1px solid #cecfcc;
}
.index-about-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.index-about-content {
  position: relative;
  padding-bottom: 3.375rem;
  z-index: 2;
}
.index-about-content .bg {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  display: block;
  width: 46.3541666667%;
  height: auto;
  z-index: 1;
}
.index-about-content .bg img {
  width: 100%;
  height: auto;
}
.index-about-content .index-about-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
.index-about-content-textbx {
  width: 47.0588235294%;
  padding-top: 4.5rem;
}
.index-about-content-textbx .iact-txt {
  margin-bottom: 7.5rem;
}
.index-about-content-textbx .iact-txt h4 {
  font-size: 2rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.index-about-content-textbx .iact-txt-intro {
  margin-top: 1.875rem;
}
.index-about-content-textbx .iact-txt-intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index-about-content-imgbx {
  width: 47.0588235294%;
}
.index-about-content-imgbx img {
  width: 100%;
  height: auto;
}
.index-service {
  padding: 2.5rem 0 5rem;
}
.index-service-title {
  margin-bottom: 2.5rem;
  padding: 1.875rem 0;
  border-bottom: 1px solid #cecfcc;
}
.index-service-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.index-service-content .index-service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-service-content-item {
  position: relative;
  width: 38.2352941176%;
}
.index-service-content-item:hover .isci-imgbx img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-service-content-item:hover .isci-textbx .morebtn {
  color: #364f46;
}
.index-service-content-item .isci-imgbx {
  width: 100%;
  aspect-ratio: 70/43;
  overflow: hidden;
}
.index-service-content-item .isci-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-service-content-item .isci-textbx {
  padding: 1.25rem 0;
}
.index-service-content-item .isci-textbx h4 {
  font-size: 2rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.index-service-content-item .isci-textbx .intro {
  margin-top: 1.25rem;
}
.index-service-content-item .isci-textbx .intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 6rem;
}
.index-service-content-item .isci-textbx .morebtn {
  font-size: 1rem;
  color: #000;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-top: 1.875rem;
  text-decoration: underline;
}
.index-new {
  background-color: #fff2df;
  padding: 3.75rem 0 6.25rem;
}
.index-new-title {
  padding: 1.25rem 0;
  border-bottom: 1px solid #cecfcc;
}
.index-new-title .indexmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-new-title h3 {
  font-size: 3.75rem;
  color: #364f46;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
}
.index-new-content .index-new-wrapper {
  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;
}
.index-new-content-intro {
  padding: 1.25rem 0;
}
.index-new-content-intro p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index-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: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.25rem;
}
.index-new-content-list .incl-item {
  position: relative;
  width: 23.5294117647%;
  background-color: #d9d9d9;
}
.index-new-content-list .incl-item:hover .incl-item-imgbx img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-new-content-list .incl-item:hover .incl-item-textbx p {
  color: #364f46;
}
.index-new-content-list .incl-item-imgbx {
  width: 100%;
  aspect-ratio: 40/32;
  overflow: hidden;
}
.index-new-content-list .incl-item-imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-new-content-list .incl-item-textbx {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.index-new-content-list .incl-item-textbx h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SYLFAEN";
  margin-bottom: 1rem;
}
.index-new-content-list .incl-item-textbx p {
  font-size: 1rem;
  color: #000;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .innertop {
    padding-top: 5rem;
  }
  .module-padding {
    padding: 3rem 0;
  }
  .index-banner {
    display: none;
  }
  .index-mbanner {
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-mbanner-content {
    width: 100%;
    height: 100%;
  }
  .index-mbanner-content-textbx {
    width: 100%;
    height: 23rem;
    z-index: 3;
  }
  .index-mbanner-content-textbx .imct-page {
    display: none;
    height: 50vh;
    padding: 1.5rem 1rem;
  }
  .index-mbanner-content-textbx .imct-page.active {
    display: block;
  }
  .index-mbanner-content-textbx .imct-page h3 {
    font-size: 5rem;
    color: #364f46;
    line-height: 1em;
    font-weight: 500;
    font-family: "SourceHanSansCN-Regular";
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .index-mbanner-content-textbx .imct-page h4 {
    font-size: 2.125rem;
    color: #090000;
    line-height: 1em;
    font-weight: 700;
    font-family: "SYLFAEN";
    margin-bottom: 1.5rem;
  }
  .index-mbanner-content-textbx .imct-page p {
    font-size: 1.5rem;
    color: #090000;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 1.75rem;
  }
  .index-mbanner-content-textbx .imct-page .btnbx {
    width: auto;
    height: 2.75rem;
  }
  .index-mbanner-content-textbx .imct-page .btnbx a {
    font-size: 1rem;
    color: #090000;
    line-height: 2.75rem;
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
    display: block;
    width: auto;
    height: 100%;
    padding: 0 4rem;
    background-color: #364f46;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
  }
  .index-mbanner-content-imglist {
    position: relative;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    aspect-ratio: 58/83;
    overflow: hidden;
  }
  .index-mbanner-content-imglist .imci-imgbx {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 1rem;
    z-index: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index-mbanner-content-imglist .imci-imgbx .closebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .index-mbanner-content-imglist .imci-imgbx .closebtn .iconfont {
    font-size: 1.25rem;
    color: #333;
  }
  .index-mbanner-content-imglist .imci-imgbx img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-mbanner-content-imglist .imci-imgbx:first-child {
    top: 1rem;
    z-index: 1;
    -webkit-box-shadow: 0px -8.5px 8.5px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -8.5px 8.5px 0px rgba(0, 0, 0, 0.05);
  }
  .index-mbanner-content-imglist .imci-imgbx:nth-child(2) {
    top: 6rem;
    z-index: 2;
    -webkit-box-shadow: 0px -8.5px 8.5px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -8.5px 8.5px 0px rgba(0, 0, 0, 0.05);
  }
  .index-mbanner-content-imglist .imci-imgbx:nth-child(3) {
    top: 11rem;
    z-index: 3;
    -webkit-box-shadow: 0px -8.5px 8.5px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -8.5px 8.5px 0px rgba(0, 0, 0, 0.05);
  }
  .index-mbanner-content-imglist .imci-imgbx.active {
    display: block;
    top: 1rem;
    z-index: 4;
  }
  .index-mbanner-content-imglist .imci-imgbx.active .closebtn {
    pointer-events: auto;
    opacity: 1;
  }
  .index-mbanner-content-imglist .imci-imgbx.hidebx {
    top: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index-header .navmain {
    padding: 0 2%;
  }
  .index-header-navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index-header-nav-item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .index-works-content-nav .iwcn-item-left h4 {
    max-width: 55%;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}
@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: 11px !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: 10px !important;
  }
}
@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;
  }
}