.Graphic {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #e1e1e1;
}
.Graphic .Graphic-image {
  width: 200px;
}
.Graphic .Graphic-image img {
  width: 100%;
}
.Graphic .Graphic-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Graphic .Graphic-wrapper .Graphic-wrapper__title {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
.Graphic .Graphic-wrapper .Graphic-wrapper__describe {
  height: 50px;
  font-size: 16px;
  color: #666666;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.Graphic .Graphic-wrapper .Graphic-wrapper__describe p {
  margin: 0;
}
.Graphic .Graphic-wrapper .Graphic-wrapper__keyword a {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 2px;
  background: #fff1e1;
  font-size: 14px;
  color: #ff8e10;
  cursor: pointer;
}

.article {
  display: grid;
  gap: 56px;
  grid-template-columns: 320px 1fr;
}
@media screen and (max-width: 992px) {
  .article {
    grid-template-columns: 200px 1fr;
  }
}
.article-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-menu {
  width: 100%;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f7f7f7), color-stop(99%, rgba(253, 253, 253, 0.7)));
  background: -webkit-linear-gradient(top, #f7f7f7 65%, rgba(253, 253, 253, 0.7) 99%);
  background: -o-linear-gradient(top, #f7f7f7 65%, rgba(253, 253, 253, 0.7) 99%);
  background: linear-gradient(180deg, #f7f7f7 65%, rgba(253, 253, 253, 0.7) 99%);
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
.article-menu::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  content: url("/knowledge/image2.png");
  background-size: cover;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .article-menu {
    width: 100%;
  }
  .article-menu::after {
    display: none;
  }
}

.industry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
.industry .industry-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.industry .industry-container .industry-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 32px 0;
}
.industry .industry-container .industry-cell .industry-image {
  width: 200px;
}
.industry .industry-container .industry-cell .industry-image img {
  width: 100%;
}
.industry .industry-container .industry-cell .industry-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.industry .industry-container .industry-cell .industry-content .industry-content__title {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
.industry .industry-container .industry-cell .industry-content .industry-content__describe {
  font-size: 16px;
  color: #666666;
}
.industry .industry-container .industry-cell .industry-content .industry-content__keyword span {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 2px;
  background: #fff1e1;
  font-size: 14px;
  color: #ff8e10;
  cursor: pointer;
}

.Collapse {
  background-color: #fff;
}
.Collapse .collapse-header {
  padding: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Collapse .collapse-header .collapse-title {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.Collapse .collapse-wrapper {
  margin-bottom: 5px;
  padding: 10px;
  height: 80px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
  background-color: #f4f4f4;
  position: relative;
}
.Collapse .collapse-wrapper.active {
  height: auto;
}
.Collapse .collapse-wrapper::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-box-shadow: 0 4px 10px -1px #000;
          box-shadow: 0 4px 10px -1px #000;
}

.question {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
}
.article-menu {
  width: 100%;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f7f7f7), color-stop(99%, rgba(253, 253, 253, 0.7)));
  background: -webkit-linear-gradient(top, #f7f7f7 65%, rgba(253, 253, 253, 0.7) 99%);
  background: -o-linear-gradient(top, #f7f7f7 65%, rgba(253, 253, 253, 0.7) 99%);
  background: linear-gradient(180deg, #f7f7f7 65%, rgba(253, 253, 253, 0.7) 99%);
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
.article-menu::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  content: url("/knowledge/image2.png");
  background-size: cover;
  opacity: 0.5;
}
.question-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.question-container .question-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.question-container .question-title {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.question-container .question-title:hover {
  color: #333;
  text-decoration: underline;
}
.label-tag {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 2px;
  background: #fff1e1;
  font-size: 14px;
  color: #ff8e10;
  margin-right: 10px;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.download .download-item {
  width: 30%;
}
.download .download-cell {
  max-width: 25rem;
  height: 350px;
  margin: 0 auto;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 230px 1fr;
}
.download .download-cell .download-cell__image {
  width: 100%;
}
.download .download-cell .download-cell__image img {
  width: 100%;
  height: 100%;
}
.download .download-cell .download-cell__title {
  margin: 24px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dynamic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
.dynamic .dynamic-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}
.dynamic .dynamic-container .dynamic-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 32px 0;
  cursor: pointer;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-image {
  width: 200px;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-image img {
  width: 100%;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-content .dynamic-content__title {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-content .dynamic-content__describe {
  font-size: 16px;
  color: #666666;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-content .dynamic-content__keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dynamic .dynamic-container .dynamic-cell .dynamic-content .dynamic-content__keyword a {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 2px;
  background: #fff1e1;
  font-size: 14px;
  color: #ff8e10;
  cursor: pointer;
}

.knowledge {
  background-color: #fff;
}
.knowledge .knowledge-title {
  font-size: 28px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .knowledge .knowledge-title {
    font-size: 24px;
  }
}
.knowledge .knowledge-subtitle {
  font-size: 24px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .knowledge .knowledge-subtitle {
    font-size: 18px;
  }
}
.knowledge .knowledge-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #e1e1e1;
}
.knowledge .knowledge-tabs .tab-item {
  text-align: center;
  color: #333333;
  font-size: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
.knowledge .knowledge-tabs .tab-item.active {
  position: relative;
}
.knowledge .knowledge-tabs .tab-item.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(99%, #ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ff5100 99%);
  background: -o-linear-gradient(left, #ffb300 0%, #ff5100 99%);
  background: linear-gradient(90deg, #ffb300 0%, #ff5100 99%);
}
@media screen and (max-width: 992px) {
  .knowledge .knowledge-tabs .tab-item {
    font-size: 14px;
  }
}
.knowledge .knowledge-tabs .tab-item img {
  width: 48px;
  margin: 0 auto 16px;
}

.Label {
  padding: 80px 0;
}
.Label .article-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.breadcrumb-main {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #f7f7fa;
}
.breadcrumb-main .breadcrumb-area {
  width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumb-main .breadcrumb-area .my-breadcrumb {
  line-height: 48px;
}
.breadcrumb-main .breadcrumb-area .back-btn {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  cursor: pointer;
}

.page-talent-detail .content {
  width: 1440px;
  margin: 42px auto;
}
.page-talent-detail .content .title {
  height: 37px;
  font-size: 28px;
  color: #000000;
  line-height: 37px;
  text-align: center;
  margin-bottom: 80px;
}
.page-talent-detail .content .sub-head {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 13px;
}
.page-talent-detail .content .sub-Text {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-anchor-rtl {
  direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

.company-dynamic-banner {
  height: 200px;
  background: url("/news/new-header.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .company-dynamic-banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .company-dynamic-banner {
    height: 200px;
  }
}
.company-dynamic-banner__title {
  color: #fff;
  text-align: center;
}
.company-dynamic-banner__title div {
  text-align: center;
  /*     &:last-child {
        font-size: 26px;

        @media screen and (max-width: 1400px) {
          font-size: calc(26px - 1 * 2px);
        }
        @media screen and (max-width: 1200px) {
          font-size: calc(26px - 2 * 2px);
        }
        @media screen and (max-width: 992px) {
          font-size: calc(26px - 3 * 2px);
        }
        @media screen and (max-width: 768px) {
          font-size: calc(26px - 4 * 2px);
        }
        @media screen and (max-width: 576px) {
          font-size: calc(26px - 5 * 2px);
        }
      } */
}
.company-dynamic-banner__title div:nth-of-type(1) {
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .company-dynamic-banner__title div:nth-of-type(1) {
    font-size: 24px;
  }
}
.page-news .news-container__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.page-news .news-container__tab .tab-item {
  cursor: pointer;
  text-align: center;
  width: 100px;
  border-radius: 16px;
  padding: 5px 0;
}
.page-news .news-container__tab .active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#feaf00), to(#fe5300));
  background: -webkit-linear-gradient(left, #feaf00, #fe5300);
  background: -o-linear-gradient(left, #feaf00, #fe5300);
  background: linear-gradient(90deg, #feaf00, #fe5300);
}
.page-news .new-tab-content {
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .page-news .new-tab-content {
    padding: 10px 0;
  }
}
.page-news .new-tab-content .item-wrapper {
  margin-top: 30px;
  padding: 20px;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-news .new-tab-content .item-wrapper {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .page-news .new-tab-content .item-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
    gap: 1rem;
    margin-top: 10px;
    padding: 10px;
  }
  .page-news .new-tab-content .item-wrapper .item-arrow {
    display: none;
  }
}
.page-news .new-tab-content .item-wrapper:first-child {
  margin-top: 0;
}
.page-news .new-tab-content .item-wrapper .item-image {
  width: 100%;
}
.page-news .new-tab-content .item-wrapper .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-news .new-tab-content .item-wrapper .item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .page-news .new-tab-content .item-wrapper .item-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.page-news .new-tab-content .item-wrapper .item-time {
  color: #333;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .page-news .new-tab-content .item-wrapper .item-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page-news .new-tab-content .item-wrapper .item-time {
    font-size: 12px;
  }
}
.page-news .new-tab-content .item-wrapper .item-content {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-news .new-tab-content .item-wrapper .item-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page-news .new-tab-content .item-wrapper .item-content {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
.page-news .new-tab-content .item-wrapper .item-arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .page-news .new-tab-content .item-wrapper .item-arrow {
    display: none;
  }
}
.page-news .new-tab-content .item-wrapper .item-arrow .right-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #909090;
  font-size: 18px;
}
.page-news .new-tab-content .item-wrapper .item-arrow .right-icon:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-news .new-tab-content .item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.page-news .new-tab-content .item-wrapper:hover .item-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-news .new-tab-content .item-wrapper:hover .item-arrow .right-icon {
  color: #fff;
  background-color: #ff8e10;
}

.news-banner {
  height: 200px;
  background: url("/news/new-header.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  text-align: center;
  /* .banner-subtitle {
    font-size: 28px;
    color: rgba(102, 102, 102, 0.9);
  } */
}
@media screen and (max-width: 992px) {
  .news-banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .news-banner {
    height: 200px;
  }
}
.news-banner .banner-title {
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .news-banner .banner-title {
    font-size: 24px;
  }
}
.news-detail__content {
  max-width: 820px;
  margin: 0 auto 50px;
}
.news-detail__content .line {
  margin: 50px 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.news-detail__content img {
  margin: 30px 0;
  height: auto;
  max-width: 100% !important;
}
.news-detail__title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    text-align: center;
  }
}
.news-detail__time {
  font-size: 16px;
  color: #666;
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.news-detail__time__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-detail__context {
  font-size: 18px;
  color: #808080;
}
.mce-content-body h1 {
  font-weight: bold;
}
.mce-content-body h1 > * {
  font-weight: bold;
}
.mce-content-body h2 {
  font-weight: bold;
}
.mce-content-body h2 > * {
  font-weight: bold;
}
.mce-content-body h3 {
  font-weight: bold;
}
.mce-content-body h3 > * {
  font-weight: bold;
}
.mce-content-body h4 {
  font-weight: bold;
}
.mce-content-body h4 > * {
  font-weight: bold;
}
.mce-content-body h5 {
  font-weight: bold;
}
.mce-content-body h5 > * {
  font-weight: bold;
}
.mce-content-body h6 {
  font-weight: bold;
}
.mce-content-body h6 > * {
  font-weight: bold;
}

.top-title-warp {
  width: 60%;
}
.top-title-warp .media-title-warp .left-title {
  font-size: 30px;
}
.top-title-warp .media-title-warp .left-title > div {
  display: inline-block;
  background-image: -webkit-gradient(linear, 0 0, right bottom, from(#f6a56e), to(#f064f4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.media-case-content3-title {
  line-height: 64px;
  font-size: 30px;
  display: inline-block;
  background-image: -webkit-gradient(linear, 0 0, right bottom, from(#f6a56e), to(#f064f4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}
.media-case-content3-leftslide ul {
  width: 85%;
}
.media-case-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.media-case-li:last-of-type {
  border-bottom: none;
}
.media-case-li .media-case-advance-title {
  font-size: 20px;
  font-weight: bold;
  color: #505050;
  margin-right: 40px;
}
.media-case-li .media-case-advance-desc {
  font-size: 16px;
  color: #999;
  line-height: 32px;
}

.describe-tabbar-container {
  padding: 80px 0;
  position: relative;
  background: url("/images/media/4204.png") no-repeat 100%;
  background-size: cover;
}
.describe-tabbar-container .block-content__title,
.describe-tabbar-container .block-content__subtitle {
  display: none;
}
@media screen and (max-width: 768px) {
  .describe-tabbar-container {
    background: none;
    background-color: #fff;
    padding: 20px 0;
  }
}
.describe-tabbar-container::before {
  content: url("/images/service/left.svg");
  position: absolute;
  height: 60px;
  left: -50px;
  top: -60px;
  width: 50px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .describe-tabbar-container::before {
    content: "";
  }
}
.describe-tabbar-container::after {
  content: url("/images/service/right.svg");
  position: absolute;
  height: 60px;
  left: 750px;
  bottom: -50px;
  width: 50px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .describe-tabbar-container::after {
    content: "";
  }
}
.describe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .describe-wrapper {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.describe-wrapper .describe-title_content {
  font-size: 48px;
  color: #ff8e10;
}
@media screen and (max-width: 1600px) {
  .describe-wrapper .describe-title_content {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .describe-wrapper .describe-title_content {
    padding-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .describe-wrapper .describe-title_content {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .describe-wrapper .describe-title_content {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .describe-wrapper .describe-title_content {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.describe-wrapper .describe__content {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .describe-wrapper .describe__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .describe-wrapper .describe__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .describe-wrapper .describe__content {
    font-size: 14px;
  }
}
.describe-wrapper .describe__image_content {
  max-width: 800px;
}
.describe-wrapper .describe__image {
  width: 30vw;
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .describe-wrapper .describe__image {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .describe-wrapper .describe__image {
    width: 80%;
  }
}

.media .advantage {
  background: url("/images/media/4224.png") no-repeat 100%;
  background-size: cover;
}
.media .advantage .title {
  margin-bottom: 30px;
}
.media .advantage .advantage-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .media .advantage .advantage-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .media .advantage .advantage-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.media .advantage .advantage-image img {
  width: 100%;
}
.media .advantage .advantage-list {
  padding-left: 30px;
}
.media .advantage .advantage-list li {
  margin-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .media .advantage .advantage-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .media .advantage .advantage-list li {
    font-size: 14px;
  }
}
.media .advantage .advantage-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff8e10;
  display: block;
  top: 10px;
  left: -20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .media .advantage .advantage-list li::before {
    top: 6px;
  }
}
.media .advantage .advantage-list li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .media-case .classfly > div {
    padding: 10px;
  }
}
.media-case .classfly .first-title {
  font-size: 28px;
  white-space: nowrap;
}
@media screen and (min-width: 1600px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 0 * 2px);
    font-size: calc(28px - 0 * 2px);
  }
}
@media screen and (max-width: 1600px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 1 * 2px);
    font-size: calc(28px - 1 * 2px);
  }
}
@media screen and (max-width: 1400px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 2 * 2px);
    font-size: calc(28px - 2 * 2px);
  }
}
@media screen and (max-width: 1200px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 3 * 2px);
    font-size: calc(28px - 3 * 2px);
  }
}
@media screen and (max-width: 992px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 4 * 2px);
    font-size: calc(28px - 4 * 2px);
  }
}
@media screen and (max-width: 768px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 5 * 2px);
    font-size: calc(28px - 5 * 2px);
  }
}
@media screen and (max-width: 576px) {
  .media-case .classfly .first-title {
    font-size: -webkit-calc(28px - 6 * 2px);
    font-size: calc(28px - 6 * 2px);
  }
}
.media-case .classfly .first-describe {
  color: #999;
  font-size: 20px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .media-case .classfly .first-describe {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .media-case .classfly .first-describe {
    font-size: 14px;
  }
}
.media-case .classfly .first-describe::before {
  content: "";
  border-radius: 140px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 45px;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#fed6a1), color-stop(0%, #fed6a1), color-stop(100%, #fea024), to(#fea024));
  background: -webkit-linear-gradient(right, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
  background: -o-linear-gradient(right, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
  background: linear-gradient(270deg, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
}
.media-case .advantage {
  background: url("/images/media/4224.png") no-repeat 100%;
  background-size: cover;
}
.media-case .advantage .title {
  margin-bottom: 30px;
}
.media-case .advantage .advantage-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 1200px) {
  .media-case .advantage .advantage-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .media-case .advantage .advantage-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.media-case .advantage .advantage-content .abc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media-case .advantage .advantage-content .abc-item {
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .media-case .advantage .advantage-content .abc-item {
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .media-case .advantage .advantage-content .abc-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.media-case .advantage .advantage-content .abc-title {
  font-weight: 700;
  font-size: 20px;
  word-break: keep-all;
  color: #ff8e10;
}
@media screen and (max-width: 1200px) {
  .media-case .advantage .advantage-content .abc-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .media-case .advantage .advantage-content .abc-title {
    margin-bottom: 10px;
  }
}
.media-case .advantage .advantage-content .abc-right > div {
  word-break: keep-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 18px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .media-case .advantage .advantage-content .abc-right > div {
    font-size: 14px;
    gap: 16px;
  }
}
.media-case .advantage .advantage-content .abc-right > div span {
  color: #ff5a5a;
}
.media-case .advantage .advantage-content .abc-right > div div {
  word-break: keep-all;
  color: #999;
}
@media screen and (max-width: 768px) {
  .media-case .advantage .advantage-content .abc-right > div div {
    word-break: break-all;
  }
}
.media-case .advantage .advantage-content ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.media-case .advantage .advantage-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 20px;
}
.media-case .advantage .advantage-content ul li:last-of-type {
  margin-bottom: 0;
}
.media-case .advantage .advantage-content ul li .title {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .media-case .advantage .advantage-content ul li .title {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.media-case .advantage .advantage-content ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .media-case .advantage .advantage-content ul li p {
    font-size: 14px;
  }
}

.media2 .describe-box {
  background: url("/images/media/4204.png") no-repeat 100%;
  background-size: cover;
}
.media2 .describe-box .describe-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .media2 .describe-box .describe-content {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.media2 .describe-box .describe-content .describe-title {
  font-size: 48px;
  color: #ff8e10;
  padding-bottom: 40px;
}
@media screen and (min-width: 1600px) {
  .media2 .describe-box .describe-content .describe-title {
    font-size: -webkit-calc(48px - 0 * 5px);
    font-size: calc(48px - 0 * 5px);
  }
}
@media screen and (max-width: 1600px) {
  .media2 .describe-box .describe-content .describe-title {
    font-size: -webkit-calc(48px - 1 * 5px);
    font-size: calc(48px - 1 * 5px);
  }
}
@media screen and (max-width: 1400px) {
  .media2 .describe-box .describe-content .describe-title {
    font-size: -webkit-calc(48px - 2 * 5px);
    font-size: calc(48px - 2 * 5px);
  }
}
@media screen and (max-width: 1200px) {
  .media2 .describe-box .describe-content .describe-title {
    padding-bottom: 20px;
    font-size: -webkit-calc(48px - 3 * 5px);
    font-size: calc(48px - 3 * 5px);
  }
}
@media screen and (max-width: 992px) {
  .media2 .describe-box .describe-content .describe-title {
    font-size: -webkit-calc(48px - 4 * 5px);
    font-size: calc(48px - 4 * 5px);
  }
}
@media screen and (max-width: 768px) {
  .media2 .describe-box .describe-content .describe-title {
    font-size: -webkit-calc(48px - 5 * 5px);
    font-size: calc(48px - 5 * 5px);
  }
}
@media screen and (max-width: 576px) {
  .media2 .describe-box .describe-content .describe-title {
    font-size: -webkit-calc(48px - 6 * 5px);
    font-size: calc(48px - 6 * 5px);
  }
}
.media2 .describe-box .describe-content p {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 1600px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 0 * 1px);
    font-size: calc(20px - 0 * 1px);
  }
}
@media screen and (max-width: 1600px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 1 * 1px);
    font-size: calc(20px - 1 * 1px);
  }
}
@media screen and (max-width: 1400px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 2 * 1px);
    font-size: calc(20px - 2 * 1px);
  }
}
@media screen and (max-width: 1200px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 3 * 1px);
    font-size: calc(20px - 3 * 1px);
  }
}
@media screen and (max-width: 992px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 4 * 1px);
    font-size: calc(20px - 4 * 1px);
  }
}
@media screen and (max-width: 768px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 5 * 1px);
    font-size: calc(20px - 5 * 1px);
  }
}
@media screen and (max-width: 576px) {
  .media2 .describe-box .describe-content p {
    font-size: -webkit-calc(20px - 6 * 1px);
    font-size: calc(20px - 6 * 1px);
  }
}
.media2 .describe-box .describe-content div {
  max-width: 800px;
}
.media2 .describe-box .describe-content img {
  width: 30vw;
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .media2 .describe-box .describe-content img {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .media2 .describe-box .describe-content img {
    width: 80%;
  }
}
.media2 .describe-box .classfly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.media2 .describe-box .classfly .first-title {
  font-size: 28px;
}
.media2 .describe-box .classfly .first-describe {
  color: #999;
  font-size: 20px;
  position: relative;
}
.media2 .describe-box .classfly .first-describe::before {
  content: "";
  border-radius: 140px;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 45px;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#fed6a1), color-stop(0%, #fed6a1), color-stop(100%, #fea024), to(#fea024));
  background: -webkit-linear-gradient(right, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
  background: -o-linear-gradient(right, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
  background: linear-gradient(270deg, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
}
.media2 .advantage {
  background: url("/images/media/4224.png") no-repeat 100%;
  background-size: cover;
}
.media2 .advantage .title {
  margin-bottom: 30px;
}
.media2 .advantage .advantage-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .media2 .advantage .advantage-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .media2 .advantage .advantage-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.media2 .advantage .advantage-image img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .media2 .advantage .advantage-image img {
    width: 100%;
    margin: 0 auto;
  }
}
.media2 .advantage .advantage-list {
  padding-left: 30px;
}
.media2 .advantage .advantage-list li {
  margin-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .media2 .advantage .advantage-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .media2 .advantage .advantage-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.media2 .advantage .advantage-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff8e10;
  display: block;
  top: 10px;
  left: -20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .media2 .advantage .advantage-list li::before {
    top: 6px;
  }
}
.media2 .advantage .advantage-list li:last-of-type {
  margin-bottom: 0;
}

.media3 .describe-box {
  background: url("/images/media/4204.png") no-repeat 100%;
  background-size: cover;
}
.media3 .describe-box .describe-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.media3 .describe-box .describe-content .describe-title {
  font-size: 48px;
  color: #ff8e10;
  padding-bottom: 40px;
}
.media3 .describe-box .describe-content p {
  font-size: 20px;
  line-height: 32px;
}
.media3 .describe-box .describe-content div {
  max-width: 800px;
}
.media3 .describe-box .describe-content img {
  max-width: 530px;
}
.media3 .describe-box .classfly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.media3 .describe-box .classfly .first-title {
  font-size: 28px;
}
.media3 .describe-box .classfly .first-describe {
  color: #999;
  font-size: 20px;
  position: relative;
}
.media3 .describe-box .classfly .first-describe::before {
  content: "";
  border-radius: 140px;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 45px;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#fed6a1), color-stop(0%, #fed6a1), color-stop(100%, #fea024), to(#fea024));
  background: -webkit-linear-gradient(right, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
  background: -o-linear-gradient(right, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
  background: linear-gradient(270deg, #fed6a1 0%, #fed6a1 0%, #fea024 100%, #fea024 100%);
}
.media3 .advantage {
  background: url("/images/media/4224.png") no-repeat 100%;
  background-size: cover;
}
.media3 .advantage .title {
  margin-bottom: 30px;
}
.media3 .advantage .advantage-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .media3 .advantage .advantage-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .media3 .advantage .advantage-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.media3 .advantage .advantage-image img {
  width: 100%;
}
.media3 .advantage .advantage-list {
  padding-left: 30px;
}
.media3 .advantage .advantage-list li {
  margin-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .media3 .advantage .advantage-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .media3 .advantage .advantage-list li {
    font-size: 14px;
  }
}
.media3 .advantage .advantage-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff8e10;
  display: block;
  top: 10px;
  left: -20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .media3 .advantage .advantage-list li::before {
    top: 6px;
  }
}
.media3 .advantage .advantage-list li:last-of-type {
  margin-bottom: 0;
}

.solutions {
  background: url("/images/home/bg-5.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .solutions {
    padding: 20px 0;
  }
}
.solutions .solutions-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .solutions .solutions-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-title {
    font-size: 18px;
  }
}
.solutions .solutions-subtitle {
  font-size: 24px;
  line-height: 1.2;
  color: #666666;
  line-height: 30px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .solutions .solutions-subtitle {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-subtitle {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.solutions .solutions-wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
}
.solutions .solutions-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 440px;
  overflow: hidden;
  padding: 25px 0;
  background-size: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item {
    padding: 20px 0;
    height: 260px;
  }
}
.solutions .solutions-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(255, 171, 105)), color-stop(60%, #ff954a));
  background: -webkit-linear-gradient(top, rgba(255, 171, 105) 31%, #ff954a 60%);
  background: -o-linear-gradient(top, rgba(255, 171, 105) 31%, #ff954a 60%);
  background: linear-gradient(180deg, rgba(255, 171, 105) 31%, #ff954a 60%);
}
.solutions .solutions-item:hover .solutions-cell {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.solutions .solutions-item:hover .solutions-cell-title,
.solutions .solutions-item:hover .solutions-cell-subtitle,
.solutions .solutions-item:hover .solutions-cell-desc {
  color: #fff;
}
.solutions .solutions-item:hover .solutions-cell .solutions-cell-more {
  display: block;
}
@media screen and (max-width: 1600px) {
  .solutions .solutions-item {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  .solutions .solutions-item {
    padding: 40px 0;
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .solutions .solutions-item {
    padding: 30px 0;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .solutions .solutions-item {
    height: 220px;
  }
  .solutions .solutions-item .solutions-item-more {
    display: block;
  }
}
.solutions .solutions-item img {
  width: 120px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .solutions .solutions-item img {
    width: 100px;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .solutions .solutions-item img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item img {
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  .solutions .solutions-item img {
    width: 60px;
  }
}
.solutions .solutions-item .solutions-cell {
  text-align: center;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item .solutions-cell {
    margin-top: 15px;
  }
}
.solutions .solutions-item .solutions-cell-title {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .solutions .solutions-item .solutions-cell-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .solutions .solutions-item .solutions-cell-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item .solutions-cell-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .solutions .solutions-item .solutions-cell-title {
    font-size: 18px;
  }
}
.solutions .solutions-item .solutions-cell-subtitle {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .solutions .solutions-item .solutions-cell-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .solutions .solutions-item .solutions-cell-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item .solutions-cell-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .solutions .solutions-item .solutions-cell-subtitle {
    font-size: 14px;
  }
}
.solutions .solutions-item .solutions-cell-desc {
  margin-top: 20px;
  font-size: 20px;
  color: #999;
}
@media screen and (max-width: 1200px) {
  .solutions .solutions-item .solutions-cell-desc {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .solutions .solutions-item .solutions-cell-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item .solutions-cell-desc {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .solutions .solutions-item .solutions-cell-desc {
    font-size: 12px;
  }
}
.solutions .solutions-item .solutions-cell-more {
  cursor: pointer;
  margin: auto;
  margin-top: 24px;
  display: none;
  padding: 8px 15px;
  background-color: #fff;
  color: #ff8e10;
  font-size: 14px;
  border-radius: 93px;
  border: none;
}
@media screen and (max-width: 1200px) {
  .solutions .solutions-item .solutions-cell-more {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .solutions .solutions-item .solutions-cell-more {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .solutions .solutions-item .solutions-cell-more {
    margin-top: 15px;
    padding: 4px 15px;
    font-size: 12px;
  }
}

.new-scroll-list {
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(20, 290px);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .new-scroll-list {
    zoom: 0.8;
  }
}
@media screen and (max-width: 992px) {
  .new-scroll-list {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .new-scroll-list {
    zoom: 0.6;
  }
}
@media screen and (max-width: 568px) {
  .new-scroll-list {
    zoom: 0.5;
  }
}
.new-scroll-list:nth-of-type(1) {
  -webkit-animation: move 31s infinite linear;
          animation: move 31s infinite linear;
}
.new-scroll-list:nth-of-type(2) {
  margin-left: -100px;
  -webkit-animation: move 32s infinite linear;
          animation: move 32s infinite linear;
}
.new-scroll-list:nth-of-type(3) {
  -webkit-animation: move 36s infinite linear;
          animation: move 36s infinite linear;
}
.new-scroll-list:nth-of-type(4) {
  margin-left: -100px;
  -webkit-animation: move 38s infinite linear;
          animation: move 38s infinite linear;
}
.new-scroll-list li.one-item {
  width: 290px;
  height: 240px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  position: relative;
}
.new-scroll-list li.one-item img {
  width: 100%;
  height: 100%;
}
.new-scroll-list li.one-item img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.new-scroll-list li.one-item img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.new-scroll-list li.one-item:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.new-scroll-list li.one-item:hover img:nth-of-type(2) {
  z-index: 3;
}
.new-scroll-list:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rev-list {
  -webkit-animation: reverseMove 35s infinite linear;
          animation: reverseMove 35s infinite linear;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
}
@-webkit-keyframes reverseMove {
  0% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes reverseMove {
  0% {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.banner-anim {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.banner-anim-elem {
  height: 100%;
}
.banner-anim-elem > * {
  position: relative;
}
.banner-anim-elem-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner-anim-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.banner-anim-arrow-default {
  position: absolute;
  width: 20px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.banner-anim-arrow-default.next {
  right: 0;
}
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:before,
.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.prev:after {
  width: 2px;
  height: 15px;
  background: #fff;
  display: block;
  content: ' ';
  position: absolute;
}
.banner-anim-arrow-default.next:before {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 18px;
  left: 10px;
}
.banner-anim-arrow-default.next:after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  bottom: 17px;
  left: 10px;
}
.banner-anim-arrow-default.prev:before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 18px;
  left: 8px;
}
.banner-anim-arrow-default.prev:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  bottom: 17px;
  left: 8px;
}
.banner-anim-thumb {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.banner-anim-thumb > span {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
.banner-anim-thumb-default {
  height: 40px;
  line-height: 40px;
}
.banner-anim-thumb-default span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 5px;
  background: rgba(102, 102, 102, 0.35);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.banner-anim-thumb-default span:active,
.banner-anim-thumb-default span.active {
  background: #fff;
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.banner {
  margin-top: 65px;
}
.home-banner {
  height: 650px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  color: #666666;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .home-banner {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .home-banner {
    zoom: 1;
    height: 240px;
  }
}
.home-banner .banner-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-banner .banner-wrapper .banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .home-banner .banner-wrapper .banner-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .home-banner .banner-wrapper .banner-content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 576px) {
  .home-banner .banner-wrapper .banner-content {
    padding: 0;
  }
}
.home-banner .banner-describe .banner-title {
  font-family: HarmonyOS Sans SC;
  font-size: 50px;
  font-weight: bold;
  line-height: 100px;
  letter-spacing: -0.0045em;
  /* 标题黑 */
  color: #2E3034;
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .banner-title {
    font-size: 18px;
    padding: 0 0 10px 0;
    line-height: 0;
  }
}
.home-banner .banner-describe .try-btn {
  margin-top: 40px;
  border: none;
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .try-btn {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .responsive-img {
    display: none;
  }
}
.home-banner .banner-describe .banner-warm,
.home-banner .banner-describe .banner-cool {
  position: relative;
}
.home-banner .banner-describe .banner-warm::after,
.home-banner .banner-describe .banner-cool::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  max-width: 850px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9f0f), color-stop(0%, #ff9f0f), color-stop(100%, rgba(255, 85, 28, 0)), to(rgba(255, 85, 28, 0)));
  background: -webkit-linear-gradient(left, #ff9f0f 0%, #ff9f0f 0%, rgba(255, 85, 28, 0) 100%, rgba(255, 85, 28, 0) 100%);
  background: -o-linear-gradient(left, #ff9f0f 0%, #ff9f0f 0%, rgba(255, 85, 28, 0) 100%, rgba(255, 85, 28, 0) 100%);
  background: linear-gradient(90deg, #ff9f0f 0%, #ff9f0f 0%, rgba(255, 85, 28, 0) 100%, rgba(255, 85, 28, 0) 100%);
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .banner-warm::after,
  .home-banner .banner-describe .banner-cool::after {
    width: 230px;
    top: 15px;
    height: 3px;
  }
}
.home-banner .banner-describe .banner-smalltitle {
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  /* 橙色字体深色 */
  color: #352018;
}
.home-banner .banner-describe .banner-subtitle {
  font-family: HarmonyOS Sans SC;
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: -0.0045em;
  background: -webkit-linear-gradient(4deg, #fa2255 -20%, #FFC100 109%);
  background: -o-linear-gradient(4deg, #fa2255 -20%, #FFC100 109%);
  background: linear-gradient(86deg, #fa2255 -20%, #FFC100 109%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .banner-subtitle {
    font-size: 18px;
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.home-banner .banner-describe .banner-desc {
  font-family: HarmonyOS Sans SC;
  font-size: 32px;
  color: #2E3034;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: -0.0045em;
  text-fill-color: transparent;
}
.home-banner .banner-describe .banner-desc span {
  background: -webkit-linear-gradient(4deg, #fa2255 -20%, #FFC100 109%);
  background: -o-linear-gradient(4deg, #fa2255 -20%, #FFC100 109%);
  background: linear-gradient(86deg, #fa2255 -20%, #FFC100 109%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .banner-desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.home-banner .banner-describe .banner-ul {
  margin: 0;
  color: #666;
  line-height: 1.5;
  margin-left: 25px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .home-banner .banner-describe .banner-ul {
    list-style: none;
    font-size: 14px;
    margin-left: 0px;
  }
}
.home-banner .banner-describe .banner-ul li {
  white-space: nowrap;
}
.home-banner .banner-animation {
  width: 350px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .home-banner .banner-animation {
    zoom: 0.5;
  }
}
@media screen and (max-width: 576px) {
  .home-banner .banner-animation {
    zoom: 0.4;
  }
}
.home-banner .banner-animation .ikon-image {
  width: 400px;
  height: 300px;
  position: relative;
}
.home-banner .banner-animation .ikon-image .pedestal {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-banner .banner-animation .ikon-image .center-1,
.home-banner .banner-animation .ikon-image .center-2 {
  width: 250px;
  position: absolute;
  top: 20px;
  left: 143px;
  margin-left: -100px;
  -webkit-animation: floatAnimate 3s ease-in-out infinite alternate;
          animation: floatAnimate 3s ease-in-out infinite alternate;
}
.home-banner .banner-animation .ikon-image .square {
  top: 30px;
}
.home-banner .banner-animation .ikon-image .arrows-left {
  width: 60px;
  position: absolute;
  left: 0px;
  bottom: 110px;
}
.home-banner .banner-animation .ikon-image .arrows-right {
  width: 60px;
  position: absolute;
  right: 0px;
  top: 50px;
}
.home-banner .banner-animation .ikon-image .up-left {
  position: absolute;
  width: 60px;
  left: 0px;
  top: 150px;
}
.home-banner .banner-animation .ikon-image .up-right {
  width: 80px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-banner .banner-animation .ikon-image .debris-center {
  width: 150px;
  position: absolute;
  left: 135px;
  top: 50px;
  margin-left: -75px;
  -webkit-animation: floatAnimate 3s ease-in-out infinite alternate;
          animation: floatAnimate 3s ease-in-out infinite alternate;
}
.home-banner .banner-animation .ikon-image .debris-left-circle {
  position: absolute;
  left: 0;
  top: 70px;
}
.home-banner .banner-animation .ikon-image .debris-left-line {
  position: absolute;
  left: 0;
  bottom: 80px;
}
.home-banner .banner-animation .ikon-image .debris-right-circle {
  position: absolute;
  right: 0;
  top: 70px;
}
.home-banner .banner-animation .ikon-image .debris-right-line {
  position: absolute;
  right: 10px;
  bottom: 80px;
}
.home-banner .banner-animation .ikon-image img {
  max-width: 100%;
  max-height: 100%;
}
.home-banner .thumb-item {
  display: inline-block;
  width: 200px;
  height: 4px;
  margin-right: 20px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.home-banner .thumb-item i {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
}
.home-banner .user-thumb .active i {
  -webkit-animation: CountDown 3s infinite linear;
          animation: CountDown 3s infinite linear;
}
.banner-anim-thumb {
  z-index: 1;
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .banner-anim-thumb {
    width: 200px;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .banner-anim-thumb {
    width: 200px;
    gap: 5px;
  }
}
.banner-area {
  position: absolute;
  left: 6%;
  bottom: 55px;
}
@-webkit-keyframes CountDown {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes CountDown {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes floatAnimate {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 8px, 0px);
            transform: translate3d(0px, 8px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes floatAnimate {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 8px, 0px);
            transform: translate3d(0px, 8px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
}

.page-case-detail .content {
  width: 1440px;
  margin: 42px auto;
}
.page-case-detail .content .title {
  height: 37px;
  font-size: 28px;
  color: #000000;
  line-height: 37px;
  text-align: center;
}
.page-case-detail .content .sub-head {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 13px;
}
.page-case-detail .content .sub-Text {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 43px;
}

.page-case-detail .content {
  width: 1440px;
  margin: 42px auto;
}
.page-case-detail .content .title {
  height: 37px;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 37px;
  text-align: center;
}
.page-case-detail .content .sub-head {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 13px;
}
.page-case-detail .content .sub-Text {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 28px;
  margin-bottom: 43px;
}

.media4 .media-content {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media4 .media-content .media-main {
  padding: 24px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  width: 650px;
}
.media4 .media-content .media-main .media-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.media4 .media-content .media-main .media-main-title img {
  margin-right: 16px;
}
.media4 .media-content .media-main .media-main-title span {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
}
.media4 .media-content .media-main .media-main-content2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 12px;
}
.media4 .media-content .media-main-label-item {
  margin-bottom: 10px;
  color: #999999;
}
.media4 .media-content .media-main-content1 {
  color: #ff8400;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.media4 .media-content .media-main-content1 .media-main-label-item {
  color: #ff8400;
}
.media4 .media-content .media-main2 {
  background-color: #f7f7f7;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
}
.media4 .media-content .media-main2 div {
  width: 40%;
  color: #505050;
  font-size: 16px;
  margin-bottom: 16px;
}
.media4 .media-content .media-main3 {
  color: #fff;
  background-color: #f7f7f7;
  margin-top: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.media4 .media-content .media-main3 div {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
}
.media-point-break {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
}
.media-point-break .media-title {
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.media-point-break .media-title span {
  display: inline-block;
  background-image: -webkit-gradient(linear, 0 0, right bottom, from(#fa949a), to(#ffad56));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1200px) {
  .media5 .describe-content {
    display: none;
  }
}
.media5 .describe-box {
  height: 800px;
}
@media screen and (max-width: 1200px) {
  .media5 .describe-box {
    display: none;
  }
}
.media5 .describe-box .container {
  height: 730px;
}
.media5 .describe-box .describe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.media5 .describe-box .left-box {
  width: 560px;
}
.media5 .describe-box .left-box > div {
  position: relative;
}
.media5 .describe-box .left-box > div::before {
  content: url(/images/service/left.svg);
  width: 50px;
  height: 80px;
  display: block;
  position: absolute;
  left: -40px;
  top: -80px;
}
.media5 .describe-box .left-box > div::after {
  content: url(/images/service/right.svg);
  width: 50px;
  height: 80px;
  display: block;
  position: absolute;
  right: -5px;
  bottom: -50px;
}
.media5 .describe-box .right-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 800px;
  height: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  overflow: hidden;
}
.media5 .describe-box .right-box .right-box-img {
  width: 100%;
}
.media5 .describe-box .right-box .right-box-img > div {
  width: 100%;
}
.media5 .describe-box .right-box .container-box {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media5 .describe-box .right-box .container-box .arrow {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  color: #666;
  border-radius: 4px;
  background: -webkit-linear-gradient(232deg, #e9ebf0 7%, #e9ebf0 7%, #f2f3f7 61%, #f2f3f7 61%);
  background: -o-linear-gradient(232deg, #e9ebf0 7%, #e9ebf0 7%, #f2f3f7 61%, #f2f3f7 61%);
  background: linear-gradient(218deg, #e9ebf0 7%, #e9ebf0 7%, #f2f3f7 61%, #f2f3f7 61%);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.media5 .describe-box .right-box .container-box .step-line {
  width: 3px;
  height: 180px;
  margin: 17px 0;
  background: #edeff2;
  overflow: hidden;
  position: relative;
}
.media5 .describe-box .right-box .container-box .step-line span {
  width: 3px;
  height: 180px;
  top: -180px;
  left: 0;
  display: block;
  background: #666666;
  position: absolute;
}
.media5 .describe-box .right-box .container-box .step-line .animateLine {
  -webkit-animation: move-line 10s linear infinite;
          animation: move-line 10s linear infinite;
}
@-webkit-keyframes move-line {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
  }
}
@keyframes move-line {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
  }
}

.media6 .media-img-warp {
  padding-bottom: 20.83%;
  position: relative;
}
.media6 .media-img-warp .media-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media6 .media-img-warp .media-img-content-transform {
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
}
.media6 .media-content {
  margin-top: 100px;
  margin-bottom: 140px;
  display: grid;
  grid-template-columns: 1fr 650px;
  grid-gap: 40px;
}
.media6 .media-content .media-main {
  padding: 24px;
  background-color: #f7f7f7;
  margin-bottom: 36px;
}
.media6 .media-content .media-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.media6 .media-content .media-main-title img {
  margin-right: 16px;
}
.media6 .media-content .media-main-title span {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
}
.media6 .media-bussies {
  background-color: #f7f7f7;
  padding: 24px;
  margin-bottom: 24px;
}
.media6 .media-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.media6 .media-main-title img {
  margin-right: 16px;
}
.media6 .media-main-title span {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
}
.media6 .media-bussies-labels {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
}
.media6 .media-bussies-label-warp {
  color: #999;
}
.media6 .media-bussies-label-warp p {
  margin-bottom: 8px;
  color: #ff8400;
  font-size: 14px;
  font-weight: bold;
}
.media6 .media-bussies-label-warp .media-bussies-others-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.media6 .media-bussies-label-warp .media-bussies-others-label span {
  word-break: keep-all;
  margin-right: 30px;
  line-height: 1.7;
}
.media6 .media-bussies2 .media-bussies-label-warp p {
  color: #4148ff;
}
.media6 .media-main2 {
  background-color: #f7f7f7;
  padding: 24px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
}
.media6 .media-main2 div {
  width: 40%;
  color: #505050;
  font-size: 16px;
  margin-bottom: 16px;
}
.media6 .media-main3 {
  color: #fff;
  background-color: #f7f7f7;
  margin-top: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.media6 .media-main3 div {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
}

.media7 .media-content {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media7 .media-content .left-content {
  width: 80%;
}
.media7 .media-content .media-main {
  padding: 24px;
  background-color: #f7f7f7;
  margin-bottom: 36px;
  width: 638px;
}
.media7 .media-content .media-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.media7 .media-content .media-main-title img {
  margin-right: 16px;
}
.media7 .media-content .media-main-title span {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
}
.media7 .media-content .media-content-img {
  max-width: 50%;
}
.media7 .media-content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}
.media7 .media-content-imgs {
  color: #fff;
  background-color: #f7f7f7;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}
.media7 .media-content-imgs div {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 32px;
}
.media7 .media-content-tips {
  background-color: #f7f7f7;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 0;
}
.media7 .media-content-tips-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  padding-bottom: 0;
}
.media7 .media-content-tips-title img {
  margin-right: 18px;
}
.media7 .media-content-tips-title div {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
}
.media7 .media-content-tips-row {
  margin: 24px;
  padding: 24px;
  background-color: #fff;
}
.media7 .media-content-tips-row .media-content-tips-top {
  margin-bottom: 10px;
}
.media7 .media-content-tips-row .media-content-tips-others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.media7 .media-content-tips-top {
  color: #2edc4f;
  font-weight: bold;
  font-size: 14px;
}
.media7 .media-content-tip-item {
  margin-right: 36px;
  color: #999;
  font-size: 12px;
  word-break: keep-all;
}
.media7 .media-content-tips-columns {
  margin: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.media7 .media-content-tips-columns .media-content-tips-top {
  margin-bottom: 20px;
  height: 40px;
}
.media7 .media-content-tips-columns .media-content-tips-others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media7 .media-content-tips-column {
  background-color: #fff;
  padding: 24px;
}
.media7 .media-content-tips-column .media-content-tip-item {
  margin-bottom: 8px;
}
.media7 .media-content-tips-column:nth-last-of-type(1) .media-content-tip-item {
  margin-bottom: 15px;
}
.media7 .media-content-tips-column:nth-last-of-type(1) .media-content-tip-item:nth-of-type(1),
.media7 .media-content-tips-column:nth-last-of-type(1) .media-content-tip-item:nth-of-type(3) {
  margin-bottom: 0;
}
.media7 .media-content-demos {
  width: 226px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f7f7;
  padding: 24px;
}
.media7 .media-content-demos > div {
  margin-bottom: 20px;
}
.media7 .media-content-demos > div .media-content-tips-top {
  margin-bottom: 5px;
}
.media7 .media-content-demos > div .media-content-tips-others {
  line-height: 20px;
}

.links {
  padding-top: 65px;
}
.links .links-wrapper {
  min-height: 800px;
  border: 1px solid #f2f2f2;
  margin-bottom: 50px;
  background-color: #fafafa;
}
.links .links-title {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #f2f2f2;
}
.links .links-menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 16px 30px;
}
@media screen and (max-width: 1200px) {
  .links .links-menus {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .links .links-menus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .links .links-menus {
    grid-template-columns: 1fr;
  }
}
.links .links-menus li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.links .links-menus li a {
  color: #333;
}
.links .links-menus li a:hover {
  color: #ff5100;
}

.page-nature2 .assits-wrapper {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper {
    width: -webkit-calc(500px * 1);
    width: calc(500px * 1);
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper {
    width: -webkit-calc(500px * 0.9);
    width: calc(500px * 0.9);
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper {
    width: -webkit-calc(500px * 0.8);
    width: calc(500px * 0.8);
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper {
    width: -webkit-calc(500px * 0.7);
    width: calc(500px * 0.7);
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper {
    width: -webkit-calc(500px * 0.7);
    width: calc(500px * 0.7);
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper {
    width: -webkit-calc(500px * 0.7);
    width: calc(500px * 0.7);
  }
}
.page-nature2 .assits-wrapper > img {
  width: 100%;
}
.page-nature2 .assits-wrapper .indicator {
  position: absolute;
  -webkit-transform: translateX(-120px);
      -ms-transform: translateX(-120px);
          transform: translateX(-120px);
  opacity: 0;
}
.page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
  top: 80px;
  left: -160px;
  -webkit-animation: fate-out 0.6s ease-in-out forwards;
          animation: fate-out 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
    top: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
    top: 67px;
    left: -140px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
    top: 56px;
    left: -125px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
    top: 53px;
    left: -113px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
    top: 56px;
    left: -90px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(1) {
    top: 80px;
  }
}
.page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
  top: 145px;
  left: -160px;
  -webkit-animation: fate-out 0.6s ease-in-out forwards;
          animation: fate-out 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
    top: 145px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
    top: 126px;
    left: -140px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
    top: 108px;
    left: -125px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
    top: 98px;
    left: -113px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
    top: 102px;
    left: -90px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(2) {
    top: 145px;
  }
}
.page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
  top: 345px;
  left: -160px;
  -webkit-animation: fate-out 0.6s ease-in-out forwards;
          animation: fate-out 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
    top: 345px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
    top: 305px;
    left: -140px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
    top: 268px;
    left: -125px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
    top: 238px;
    left: -113px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
    top: 240px;
    left: -90px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(3) {
    top: 345px;
  }
}
.page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
  top: 480px;
  left: -160px;
  -webkit-animation: fate-out 0.6s ease-in-out forwards;
          animation: fate-out 0.6s ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
    top: 480px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
    top: 428px;
    left: -140px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
    top: 376px;
    left: -125px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
    top: 333px;
    left: -113px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
    top: 336px;
    left: -90px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(4) {
    top: 480px;
  }
}
.page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
  top: 480px;
  right: -300px;
  -webkit-animation: fate-out2 0.6s forwards ease-in-out;
          animation: fate-out2 0.6s forwards ease-in-out;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
    top: 480px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
    top: 430px;
    right: -260px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
    top: 390px;
    right: -230px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
    top: 335px;
    right: -190px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
    top: 390px;
    right: -90px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .indicator:nth-of-type(5) {
    top: 480px;
  }
}
.page-nature2 .assits-wrapper .indicator p {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .indicator p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .indicator p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .indicator p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .indicator p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .indicator p {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .indicator p {
    font-size: 12px;
  }
}
.page-nature2 .assits-wrapper .indicator::before {
  content: "";
  width: 420px;
}
.page-nature2 .assits-wrapper .leader-wrapper {
  width: 200px;
  height: 1px;
  border-top: 1px dashed #ff8e10;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .leader-wrapper {
    width: -webkit-calc(200px * 1);
    width: calc(200px * 1);
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .leader-wrapper {
    width: -webkit-calc(200px * 0.9);
    width: calc(200px * 0.9);
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .leader-wrapper {
    width: -webkit-calc(200px * 0.8);
    width: calc(200px * 0.8);
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .leader-wrapper {
    width: -webkit-calc(200px * 0.7);
    width: calc(200px * 0.7);
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .leader-wrapper {
    width: -webkit-calc(200px * 0.6);
    width: calc(200px * 0.6);
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .leader-wrapper {
    width: -webkit-calc(200px * 0.5);
    width: calc(200px * 0.5);
  }
}
.page-nature2 .assits-wrapper .leader-wrapper .oragen-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 142, 16);
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-shadow: 0 0 5px 0px rgba(255, 142, 16);
          box-shadow: 0 0 5px 0px rgba(255, 142, 16);
}
.page-nature2 .assits-wrapper .last-indicator {
  z-index: 2;
  text-align: right;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.page-nature2 .assits-wrapper .last-indicator img {
  width: 300px;
  position: absolute;
  top: -120px;
  left: -280px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .page-nature2 .assits-wrapper .last-indicator img {
    width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature2 .assits-wrapper .last-indicator img {
    width: 260px;
    top: -105px;
    left: -240px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature2 .assits-wrapper .last-indicator img {
    width: 240px;
    top: -95px;
    left: -240px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .assits-wrapper .last-indicator img {
    width: 220px;
    top: -85px;
    left: -210px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .assits-wrapper .last-indicator img {
    width: 200px;
    top: -80px;
    left: -200px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .assits-wrapper .last-indicator img {
    width: 180px;
    top: -45px;
    left: -240px;
  }
}
.page-nature2 .assits-wrapper .last-indicator .oragen-circle {
  left: -8px;
}
.page-nature2 .experience {
  display: inline-block;
  line-height: 1.2;
  padding: 14px 50px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 100px auto;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.2em;
  border-radius: 244px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(0%, #ffb300), color-stop(99%, #ff5100), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: -o-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: linear-gradient(90deg, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 0.6);
}
.page-nature2 .experience:hover {
  -webkit-box-shadow: 0px 0px 15px 1px #ffb30087;
          box-shadow: 0px 0px 15px 1px #ffb30087;
}
@media screen and (max-width: 1200px) {
  .page-nature2 .experience {
    padding: 14px 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature2 .experience {
    font-size: 18px;
    padding: 12px 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature2 .experience {
    padding: 10px 30px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 576px) {
  .page-nature2 .experience {
    font-size: 14px;
    padding: 6px 20px;
    margin: 20px auto;
  }
}
@-webkit-keyframes fate-out {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fate-out {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fate-out2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fate-out2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.page-nature3 .banner-t {
  width: 100%;
  height: 100%;
}
.page-nature3 .banner-t-1 {
  width: 1200px;
  height: 720px;
  background: url("/images/nature/cost-2.png") no-repeat;
  background-size: contain;
}
.page-nature3 .banner-t-2 {
  width: 1200px;
  height: 720px;
  background: url("/images/nature/cost-3.png") no-repeat;
  background-size: contain;
}
.page-nature3 .banner-l-1 {
  width: 1200px;
  height: 600px;
  background: url("/images/nature/monitor-1.png") no-repeat;
  background-size: contain;
}
.page-nature3 .banner-l-2 {
  width: 1200px;
  height: 600px;
  background: url("/images/nature/monitor-2.png") no-repeat;
  background-size: contain;
}
.page-nature3 .banner-l-3 {
  width: 1200px;
  height: 600px;
  background: url("/images/nature/monitor-3.png") no-repeat;
  background-size: contain;
}
.page-nature3 .banner-anim {
  width: 100%;
  height: 500px;
}
.page-nature3 .banner-user {
  height: 720px !important;
}
.page-nature3 .banner-user-elem .banner-user-title {
  font-size: 32px;
  top: 40%;
}
.page-nature3 .banner-user-elem .banner-user-text {
  top: 40%;
}
.page-nature3 .banner-anim-elem .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page-nature3 .banner-anim-thumb span {
  width: 24px !important;
  background: #eee !important;
}
.page-nature3 .banner-anim-thumb .active {
  background-color: #ff8e10 !important;
}
.page-nature3 .cost {
  width: 100%;
  height: 1640px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page-nature3 .cost {
    display: none;
  }
}
.page-nature3 .cost-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nature3 .cost-box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nature3 .cost-box-content-desc {
  width: 560px;
}
.page-nature3 .cost-box-content-desc h3 {
  font-size: 28px;
  font-weight: bold;
}
.page-nature3 .cost-box-content-desc p {
  font-size: 24px;
  line-height: 30px;
  color: #666;
}
.page-nature3 .cost-box-content-right {
  width: 1000px;
  height: 100vh;
  margin-right: -300px;
}
.page-nature3 .cost-box-content-right img {
  margin-left: -60px;
  -webkit-box-shadow: 0px 3.88px 29.07px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3.88px 29.07px 0px rgba(0, 0, 0, 0.08);
}
.page-nature3 .cost-box-content-right-1 {
  width: 100%;
  height: 100%;
  background: url("/images/nature/blue-bg.png") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacity 0.5s linear;
          animation: opacity 0.5s linear;
}
.page-nature3 .cost-box-content-right-2 {
  width: 100%;
  height: 100%;
  background: url("/images/nature/green-bg.png") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacity 0.5s linear;
          animation: opacity 0.5s linear;
}
.page-nature3 .cost-container {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .page-nature3 .cost-container {
    background-color: #f5f5f5;
  }
}
.page-nature3 .cost-container .cost-image {
  padding: 10px;
  background-color: #f9f9fa;
}
.page-nature3 .monitor-container {
  background: url("/images/nature/cost-bg.png") no-repeat 100%;
  background-size: cover;
}
.page-nature3 .monitor-container .swiper-scrollbar {
  height: 570px;
}
.page-nature3 .monitor-container .swiper-slide {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
}
.page-nature3 .monitor-container .swiper-slide-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.page-nature3 .monitor-container .swiper-pagination-bullet-active-main {
  background-color: #ff8e10;
}
@-webkit-keyframes animate-1 {
  0% {
    left: -4px;
    top: 287px;
    width: 300px;
    height: 292px;
  }
  100% {
    left: -100px;
    top: 282px;
    width: 400px;
    height: 350px;
  }
}
@keyframes animate-1 {
  0% {
    left: -4px;
    top: 287px;
    width: 300px;
    height: 292px;
  }
  100% {
    left: -100px;
    top: 282px;
    width: 400px;
    height: 350px;
  }
}
@-webkit-keyframes animate-2 {
  0% {
    left: 560px;
    top: 135px;
    width: 223px;
  }
  100% {
    width: auto;
    top: 110px;
    width: 360px;
  }
}
@keyframes animate-2 {
  0% {
    left: 560px;
    top: 135px;
    width: 223px;
  }
  100% {
    width: auto;
    top: 110px;
    width: 360px;
  }
}
@-webkit-keyframes img-1 {
  0% {
    width: 223px;
  }
  100% {
    width: 100%;
  }
}
@keyframes img-1 {
  0% {
    width: 223px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-nature4 .page-content {
  padding: 80px auto;
}
.page-nature4 .quality-content {
  background: url("/images/nature/quality-bg.png") no-repeat 100%;
  background-size: contain;
}
.page-nature4 .banner-anim-thumb span {
  width: 24px !important;
  background: #eee !important;
}
.page-nature4 .banner-anim-thumb .active {
  background-color: #ff8e10 !important;
}
.page-nature4 .leader-container .leader-tab__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 992px) {
  .page-nature4 .leader-container .leader-tab__header {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature4 .leader-container .leader-tab__header {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature4 .leader-container .leader-tab__header {
    font-size: 12px;
    gap: 5px;
  }
}
.page-nature4 .leader-container .leader-tab__header span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  color: #666666;
}
.page-nature4 .leader-container .leader-tab__header span img {
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1200px) {
  .page-nature4 .leader-container .leader-tab__header span img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature4 .leader-container .leader-tab__header span img {
    width: 35px;
    height: 35px;
  }
}
.page-nature4 .leader-container .tab-content {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-nature4 .leader-container .tab-content img {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
}
.page-nature4 .leader-container .active {
  color: #333;
  font-weight: bold;
  position: relative;
}
.page-nature4 .leader-container .active::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(0%, #ffb300), color-stop(99%, #ff5100), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: -o-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: linear-gradient(90deg, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
}
.page-nature4 .performance-container {
  background: url("/images/nature/4180.png") no-repeat;
  background-size: cover;
}
.page-nature4 .performance-container .tabs-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 1600px) {
  .page-nature4 .performance-container .tabs-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature4 .performance-container .tabs-header {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature4 .performance-container .tabs-header {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature4 .performance-container .tabs-header {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature4 .performance-container .tabs-header {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature4 .performance-container .tabs-header {
    font-size: 12px;
  }
}
.page-nature4 .performance-container .tabs-header span {
  cursor: pointer;
  display: inline-block;
  min-width: 100px;
  padding: 9px 10px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 576px) {
  .page-nature4 .performance-container .tabs-header span {
    padding: 5px;
    min-width: auto;
  }
}
.page-nature4 .performance-container .tab-content {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-nature4 .performance-container .tab-content .echart-content {
  height: 480px;
}
@media screen and (max-width: 1600px) {
  .page-nature4 .performance-container .tab-content .echart-content {
    height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature4 .performance-container .tab-content .echart-content {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature4 .performance-container .tab-content .echart-content {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature4 .performance-container .tab-content .echart-content {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature4 .performance-container .tab-content .echart-content {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature4 .performance-container .tab-content .echart-content {
    height: 240px;
  }
}
.page-nature4 .performance-container .tab-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-nature4 .performance-container .active {
  color: #ff8e10;
  border-bottom: none !important;
  background-color: #fff;
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.banner-drg {
  height: 590px;
  background: url(/images/nature/bg.png) no-repeat 100%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 1600px) {
  .banner-drg {
    height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .banner-drg {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-drg {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .banner-drg {
    height: 320px;
    background: url(/images/nature/109.png) no-repeat 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .banner-drg {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg {
    height: 200px;
  }
}
.banner-drg .banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 100px;
}
.banner-drg .banner-container .banner-describe {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .banner-drg .banner-container .banner-describe {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-describe {
    text-align: center;
  }
}
.banner-drg .banner-container .banner-describe h2 {
  padding: 0;
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .banner-drg .banner-container .banner-describe h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-drg .banner-container .banner-describe h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .banner-drg .banner-container .banner-describe h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.banner-drg .banner-container .banner-describe p {
  font-size: 24px;
  color: #666;
}
@media screen and (max-width: 992px) {
  .banner-drg .banner-container .banner-describe p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner-drg .banner-container .banner-describe p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-describe p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-animation {
    display: none;
  }
}
.banner-drg .banner-container .banner-img {
  width: 300px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.5;
  }
}
@media screen and (max-width: 576px) {
  .banner-drg .banner-container .banner-img {
    zoom: 0.4;
  }
}
.banner-drg .banner-container .banner-img img {
  max-width: 100%;
}
.banner-drg .banner-container .banner-img .img-center {
  position: absolute;
  width: 194px !important;
  z-index: 2;
  top: 39%;
  left: 40%;
  margin-top: -65px;
  margin-left: -65px;
  -webkit-animation: float-Move 5s ease-in infinite;
          animation: float-Move 5s ease-in infinite;
}
.banner-drg .banner-container .banner-img .pedestal {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.banner-drg .banner-container .banner-img .circle-1 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed #d66102;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-drg .banner-container .banner-img .circle-2 {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #ffb8000d;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-drg .banner-container .banner-img .circle-3 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 0.0625rem dashed #d64e02;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-drg .banner-container .banner-img .circle-4,
.banner-drg .banner-container .banner-img .circle-5,
.banner-drg .banner-container .banner-img .circle-6 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8843), to(#ffee54));
  background: -webkit-linear-gradient(top, #ff8843 0%, #ffee54 100%);
  background: -o-linear-gradient(top, #ff8843 0%, #ffee54 100%);
  background: linear-gradient(180deg, #ff8843 0%, #ffee54 100%);
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.78);
          box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.78);
}
.banner-drg .banner-container .banner-img .circle-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-animation: rotate1 15s infinite linear;
          animation: rotate1 15s infinite linear;
}
.banner-drg .banner-container .banner-img .circle-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-animation: rotate2 8s infinite linear;
          animation: rotate2 8s infinite linear;
}
.sm-banner-conteiner {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 40px;
  background: url("/images/nature/109.png") none 100% / center;
}
.sm-banner-conteiner .title {
  width: 170px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.sm-banner-conteiner .subtitle {
  width: 100%;
  font-size: 14px;
  color: #666;
  max-height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sm-banner-conteiner img {
  max-width: 130px;
}
.sm-banner-conteiner .try-btn {
  margin-top: 15px;
}
@-webkit-keyframes float-Move {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes float-Move {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
            transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
            transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
  }
}
@keyframes rotate1 {
  from {
    -webkit-transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
            transform: rotate(0turn) translate(0px, -140px) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
            transform: rotate(1turn) translate(0px, -140px) rotate(0turn);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(0turn) translate(90px, 0) rotate(1turn);
            transform: rotate(0turn) translate(90px, 0) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(90px, 0) rotate(0turn);
            transform: rotate(1turn) translate(90px, 0) rotate(0turn);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(0turn) translate(90px, 0) rotate(1turn);
            transform: rotate(0turn) translate(90px, 0) rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn) translate(90px, 0) rotate(0turn);
            transform: rotate(1turn) translate(90px, 0) rotate(0turn);
  }
}
@-webkit-keyframes zoom-width {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-width {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.solution-wrapper {
  height: 2200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .solution-wrapper {
    zoom: 0.8;
    height: 3000px;
  }
}
@media screen and (max-width: 992px) {
  .solution-wrapper {
    zoom: 0.7;
    height: 3500px;
  }
}
@media screen and (max-width: 768px) {
  .solution-wrapper {
    display: none;
  }
}
.solution-wrapper .solution-container {
  height: 760px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution-wrapper .solution-container .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution-wrapper .solution-container .title img {
  height: 30px;
  margin-right: 10px;
}
.solution-wrapper .solution-container .solution-content .solution-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  height: 520px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution-wrapper .solution-container .solution-content .solution-list ul {
  width: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solution-wrapper .solution-container .solution-content .solution-list ul li {
  width: 11.25rem;
  padding: 14px 0;
  color: #666;
  font-size: 1.125rem;
  text-align: center;
  position: relative;
  border-radius: 4px;
  background: #f9f9fa;
  -webkit-transition: backgroundColor 0.3s linear;
  -o-transition: backgroundColor 0.3s linear;
  transition: backgroundColor 0.3s linear;
}
.solution-wrapper .solution-container .solution-content .solution-list ul li:after {
  position: absolute;
  display: none;
  content: "";
  width: 4px;
  height: 18px;
  left: 10px;
  top: 20px;
  background: #fff;
}
.solution-wrapper .solution-container .solution-content .solution-list ul .active {
  font-weight: bold;
  color: #fff;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(0%, #ffb300), color-stop(99%, #ff5100), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: -o-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: linear-gradient(90deg, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
}
.solution-wrapper .solution-container .solution-content .solution-list ul .active:after {
  display: block;
}
.solution-wrapper .solution-container .solution-content .solution-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 565px;
  padding: 80px 0;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  overflow: hidden;
}
.solution-wrapper .solution-container .solution-content .solution-image .message-box {
  width: 50%;
  height: 100%;
  padding: 50px;
  color: #666;
  font-size: 16px;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  -webkit-animation: opcaityDesc 1s ease;
          animation: opcaityDesc 1s ease;
}
.solution-wrapper .solution-container .solution-content .solution-image .message-box .message-title {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.solution-wrapper .solution-container .solution-content .solution-image .message-box .message-line {
  width: 130px;
  height: 6px;
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.solution-wrapper .solution-container .solution-content .solution-image .message-box .look-more {
  margin-top: 25px;
  letter-spacing: 3px;
}
.solution-wrapper .solution-container .solution-content .solution-image .message-box .look-more a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ff8e10;
  border-radius: 20px;
  font-size: 14px;
  color: #ff8e10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.solution-wrapper .solution-container .solution-content .solution-image .message-box:hover a {
  background-color: #ff8e10;
  color: #fff;
}
.solution-wrapper .solution-container .solution-content .solution-image .solution-animate-img {
  width: 30%;
  position: absolute;
  top: 58%;
  right: 5%;
  margin-top: -155px;
  visibility: visible;
  -webkit-animation: opcaityImg 1s ease;
          animation: opcaityImg 1s ease;
}
.solution-wrapper .solution-container .solution-content .solution-image .solution-animate-img img {
  width: 100%;
}
.solution-wrapper .solution-container .solution-content .solution-image .second-image {
  right: -90px;
  width: 610px;
  /* @media screen and (max-width: px) {
            top: 60%;
            width: 580px;
            right: -70px;
          } */
}
@media screen and (max-width: 1600px) {
  .solution-wrapper .solution-container .solution-content .solution-image .second-image {
    top: 60%;
    width: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .solution-wrapper .solution-container .solution-content .solution-image .second-image {
    top: 60%;
    width: 580px;
    right: -140px;
  }
}
@media screen and (max-width: 1200px) {
  .solution-wrapper .solution-container .solution-content .solution-image .second-image {
    top: 60%;
    width: 570px;
    right: -70px;
  }
}
@media screen and (max-width: 992px) {
  .solution-wrapper .solution-container .solution-content .solution-image .second-image {
    top: 60%;
    width: 530px;
    right: -45px;
  }
}
@media screen and (max-width: 860px) {
  .solution-wrapper .solution-container .solution-content .solution-image .second-image {
    top: 60%;
    width: 530px;
    right: -95px;
  }
}
.sm-solution-container {
  margin: 20px 0px;
}
.sm-solution-container .sm-wrapper {
  width: 100%;
}
.sm-solution-container .sm-wrapper > .row {
  width: 100%;
  margin: 0;
}
.sm-solution-container .sm-menu {
  text-align: center;
  line-height: 38px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.sm-solution-container .sm-menu:nth-of-type(3n) {
  border-right: none;
}
.sm-solution-container .sm-menu:nth-of-type(4),
.sm-solution-container .sm-menu:nth-of-type(5),
.sm-solution-container .sm-menu:nth-of-type(6) {
  border-bottom: 1px solid #e1e1e1;
}
.sm-solution-container .sm-menu.active {
  font-weight: bold;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(99%, #ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ff5100 99%);
  background: -o-linear-gradient(left, #ffb300 0%, #ff5100 99%);
  background: linear-gradient(90deg, #ffb300 0%, #ff5100 99%);
}
.sm-solution-container .sm-menu.active span {
  position: relative;
}
.sm-solution-container .sm-menu.active span::after {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
}
.sm-solution-container .sm-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.sm-solution-container .sm-content-title img {
  height: 20px;
  margin-right: 6px;
}
.sm-solution-container .sm-content {
  padding: 16px;
}
.sm-solution-container .diversification-warpper {
  height: 200px;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.sm-solution-container .diversification-warpper .diversification-content {
  width: 50%;
  height: 100%;
  padding: 10px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sm-solution-container .diversification-warpper .diversification-title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .sm-solution-container .diversification-warpper .diversification-title {
    font-size: 15px;
  }
}
.sm-solution-container .diversification-warpper .diversification-describe {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .sm-solution-container .diversification-warpper .diversification-describe {
    font-size: 13px;
  }
}
.sm-solution-container .diversification-warpper .diversification-more {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #ff8e10;
  border: 1px solid #ff8e10;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .sm-solution-container .diversification-warpper .diversification-more {
    font-size: 12px;
  }
}
.sm-solution-container .diversification-warpper img {
  width: 180px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .sm-solution-container .diversification-warpper img {
    width: 130px;
  }
}
.sm-solution-container .diversification-warpper img.image-1 {
  width: 400px;
  position: absolute;
  left: -40px;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .sm-solution-container .diversification-warpper img.image-1 {
    left: 55%;
    top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sm-solution-container .diversification-warpper img.image-1 {
    left: 55%;
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .sm-solution-container .diversification-warpper img.image-1 {
    width: 240px;
    left: 55%;
    top: 50px;
  }
}

.intro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 默认横向布局 */
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro-box .desc {
  margin: 10px 30px;
  width: 35%;
  /* 大屏时占 35% 宽度 */
  -o-object-fit: contain;
     object-fit: contain;
  /* 确保图片按比例缩放 */
}
.intro-box .img {
  width: 50%;
  /* 占满剩余空间 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 图片按比例填充 */
}
.doc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doc-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doc-box .title img {
  height: 30px;
  margin-right: 10px;
}
.doc-box p {
  padding: 30px 130px;
}
.doc-box .doc {
  width: 60%;
}
/* 小屏幕的适配 */
@media (max-width: 768px) {
  .intro-box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    /* 小屏竖向排列 */
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .desc,
  .img {
    width: 80%!important;
    /* 图片全宽显示 */
  }
  .doc-box .title img {
    height: 20px;
    margin-right: 6px;
  }
  .doc-box p {
    padding: 20px 30px;
  }
  .doc-box .doc {
    width: 100%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

html,
body {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  font-family: tahoma, arial, HarmonyOS Sans SC, Microsoft YaHei, Hiragino Sans GB, "u5b8bu4f53", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
ul,
ol,
p {
  padding: 0;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
img {
  display: block;
}
em {
  font-style: normal;
}
small {
  font-size: 100%;
}
label {
  margin-bottom: 0;
  font-weight: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
:focus {
  outline: none;
  -moz-outline-style: none;
}
* {
  outline: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #bcbcbc;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #3799ff;
  text-decoration: none;
}

@-webkit-keyframes liuguang {
  0% {
    background: -webkit-gradient(linear, left top, right bottom, from(#ff5100), color-stop(100%, #ffb300), color-stop(200%, #ff5100), color-stop(300%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 0%, #ffb300 100%, #ff5100 200%, #ffb300 300%);
    background: linear-gradient(to bottom right, #ff5100 0%, #ffb300 100%, #ff5100 200%, #ffb300 300%);
  }
  5% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-10%, #ff5100), color-stop(90%, #ffb300), color-stop(190%, #ff5100), color-stop(290%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -10%, #ffb300 90%, #ff5100 190%, #ffb300 290%);
    background: linear-gradient(to bottom right, #ff5100 -10%, #ffb300 90%, #ff5100 190%, #ffb300 290%);
  }
  10% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-20%, #ff5100), color-stop(80%, #ffb300), color-stop(180%, #ff5100), color-stop(280%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -20%, #ffb300 80%, #ff5100 180%, #ffb300 280%);
    background: linear-gradient(to bottom right, #ff5100 -20%, #ffb300 80%, #ff5100 180%, #ffb300 280%);
  }
  15% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-30%, #ff5100), color-stop(70%, #ffb300), color-stop(170%, #ff5100), color-stop(270%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -30%, #ffb300 70%, #ff5100 170%, #ffb300 270%);
    background: linear-gradient(to bottom right, #ff5100 -30%, #ffb300 70%, #ff5100 170%, #ffb300 270%);
  }
  20% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-40%, #ff5100), color-stop(60%, #ffb300), color-stop(160%, #ff5100), color-stop(260%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -40%, #ffb300 60%, #ff5100 160%, #ffb300 260%);
    background: linear-gradient(to bottom right, #ff5100 -40%, #ffb300 60%, #ff5100 160%, #ffb300 260%);
  }
  25% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-50%, #ff5100), color-stop(50%, #ffb300), color-stop(150%, #ff5100), color-stop(250%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -50%, #ffb300 50%, #ff5100 150%, #ffb300 250%);
    background: linear-gradient(to bottom right, #ff5100 -50%, #ffb300 50%, #ff5100 150%, #ffb300 250%);
  }
  30% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-60%, #ff5100), color-stop(40%, #ffb300), color-stop(140%, #ff5100), color-stop(240%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -60%, #ffb300 40%, #ff5100 140%, #ffb300 240%);
    background: linear-gradient(to bottom right, #ff5100 -60%, #ffb300 40%, #ff5100 140%, #ffb300 240%);
  }
  35% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-70%, #ff5100), color-stop(30%, #ffb300), color-stop(130%, #ff5100), color-stop(230%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -70%, #ffb300 30%, #ff5100 130%, #ffb300 230%);
    background: linear-gradient(to bottom right, #ff5100 -70%, #ffb300 30%, #ff5100 130%, #ffb300 230%);
  }
  40% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-80%, #ff5100), color-stop(20%, #ffb300), color-stop(120%, #ff5100), color-stop(220%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -80%, #ffb300 20%, #ff5100 120%, #ffb300 220%);
    background: linear-gradient(to bottom right, #ff5100 -80%, #ffb300 20%, #ff5100 120%, #ffb300 220%);
  }
  45% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-90%, #ff5100), color-stop(10%, #ffb300), color-stop(110%, #ff5100), color-stop(210%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -90%, #ffb300 10%, #ff5100 110%, #ffb300 210%);
    background: linear-gradient(to bottom right, #ff5100 -90%, #ffb300 10%, #ff5100 110%, #ffb300 210%);
  }
  50% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-100%, #ff5100), color-stop(0%, #ffb300), color-stop(100%, #ff5100), color-stop(200%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -100%, #ffb300 0%, #ff5100 100%, #ffb300 200%);
    background: linear-gradient(to bottom right, #ff5100 -100%, #ffb300 0%, #ff5100 100%, #ffb300 200%);
  }
  55% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-110%, #ff5100), color-stop(-10%, #ffb300), color-stop(90%, #ff5100), color-stop(190%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -110%, #ffb300 -10%, #ff5100 90%, #ffb300 190%);
    background: linear-gradient(to bottom right, #ff5100 -110%, #ffb300 -10%, #ff5100 90%, #ffb300 190%);
  }
  60% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-120%, #ff5100), color-stop(-20%, #ffb300), color-stop(80%, #ff5100), color-stop(180%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -120%, #ffb300 -20%, #ff5100 80%, #ffb300 180%);
    background: linear-gradient(to bottom right, #ff5100 -120%, #ffb300 -20%, #ff5100 80%, #ffb300 180%);
  }
  65% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-130%, #ff5100), color-stop(-30%, #ffb300), color-stop(70%, #ff5100), color-stop(170%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -130%, #ffb300 -30%, #ff5100 70%, #ffb300 170%);
    background: linear-gradient(to bottom right, #ff5100 -130%, #ffb300 -30%, #ff5100 70%, #ffb300 170%);
  }
  70% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-140%, #ff5100), color-stop(-40%, #ffb300), color-stop(60%, #ff5100), color-stop(160%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -140%, #ffb300 -40%, #ff5100 60%, #ffb300 160%);
    background: linear-gradient(to bottom right, #ff5100 -140%, #ffb300 -40%, #ff5100 60%, #ffb300 160%);
  }
  75% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-150%, #ff5100), color-stop(-50%, #ffb300), color-stop(50%, #ff5100), color-stop(150%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -150%, #ffb300 -50%, #ff5100 50%, #ffb300 150%);
    background: linear-gradient(to bottom right, #ff5100 -150%, #ffb300 -50%, #ff5100 50%, #ffb300 150%);
  }
  80% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-160%, #ff5100), color-stop(-60%, #ffb300), color-stop(40%, #ff5100), color-stop(140%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -160%, #ffb300 -60%, #ff5100 40%, #ffb300 140%);
    background: linear-gradient(to bottom right, #ff5100 -160%, #ffb300 -60%, #ff5100 40%, #ffb300 140%);
  }
  85% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-170%, #ff5100), color-stop(-70%, #ffb300), color-stop(30%, #ff5100), color-stop(130%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -170%, #ffb300 -70%, #ff5100 30%, #ffb300 130%);
    background: linear-gradient(to bottom right, #ff5100 -170%, #ffb300 -70%, #ff5100 30%, #ffb300 130%);
  }
  90% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-180%, #ff5100), color-stop(-80%, #ffb300), color-stop(20%, #ff5100), color-stop(120%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -180%, #ffb300 -80%, #ff5100 20%, #ffb300 120%);
    background: linear-gradient(to bottom right, #ff5100 -180%, #ffb300 -80%, #ff5100 20%, #ffb300 120%);
  }
  95% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-190%, #ff5100), color-stop(-90%, #ffb300), color-stop(10%, #ff5100), color-stop(110%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -190%, #ffb300 -90%, #ff5100 10%, #ffb300 110%);
    background: linear-gradient(to bottom right, #ff5100 -190%, #ffb300 -90%, #ff5100 10%, #ffb300 110%);
  }
  100% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-200%, #ff5100), color-stop(-100%, #ffb300), color-stop(0%, #ff5100), to(#ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -200%, #ffb300 -100%, #ff5100 0%, #ffb300 100%);
    background: linear-gradient(to bottom right, #ff5100 -200%, #ffb300 -100%, #ff5100 0%, #ffb300 100%);
  }
}
@keyframes liuguang {
  0% {
    background: -webkit-gradient(linear, left top, right bottom, from(#ff5100), color-stop(100%, #ffb300), color-stop(200%, #ff5100), color-stop(300%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 0%, #ffb300 100%, #ff5100 200%, #ffb300 300%);
    background: -o-linear-gradient(top left, #ff5100 0%, #ffb300 100%, #ff5100 200%, #ffb300 300%);
    background: linear-gradient(to bottom right, #ff5100 0%, #ffb300 100%, #ff5100 200%, #ffb300 300%);
  }
  5% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-10%, #ff5100), color-stop(90%, #ffb300), color-stop(190%, #ff5100), color-stop(290%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -10%, #ffb300 90%, #ff5100 190%, #ffb300 290%);
    background: -o-linear-gradient(top left, #ff5100 -10%, #ffb300 90%, #ff5100 190%, #ffb300 290%);
    background: linear-gradient(to bottom right, #ff5100 -10%, #ffb300 90%, #ff5100 190%, #ffb300 290%);
  }
  10% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-20%, #ff5100), color-stop(80%, #ffb300), color-stop(180%, #ff5100), color-stop(280%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -20%, #ffb300 80%, #ff5100 180%, #ffb300 280%);
    background: -o-linear-gradient(top left, #ff5100 -20%, #ffb300 80%, #ff5100 180%, #ffb300 280%);
    background: linear-gradient(to bottom right, #ff5100 -20%, #ffb300 80%, #ff5100 180%, #ffb300 280%);
  }
  15% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-30%, #ff5100), color-stop(70%, #ffb300), color-stop(170%, #ff5100), color-stop(270%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -30%, #ffb300 70%, #ff5100 170%, #ffb300 270%);
    background: -o-linear-gradient(top left, #ff5100 -30%, #ffb300 70%, #ff5100 170%, #ffb300 270%);
    background: linear-gradient(to bottom right, #ff5100 -30%, #ffb300 70%, #ff5100 170%, #ffb300 270%);
  }
  20% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-40%, #ff5100), color-stop(60%, #ffb300), color-stop(160%, #ff5100), color-stop(260%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -40%, #ffb300 60%, #ff5100 160%, #ffb300 260%);
    background: -o-linear-gradient(top left, #ff5100 -40%, #ffb300 60%, #ff5100 160%, #ffb300 260%);
    background: linear-gradient(to bottom right, #ff5100 -40%, #ffb300 60%, #ff5100 160%, #ffb300 260%);
  }
  25% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-50%, #ff5100), color-stop(50%, #ffb300), color-stop(150%, #ff5100), color-stop(250%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -50%, #ffb300 50%, #ff5100 150%, #ffb300 250%);
    background: -o-linear-gradient(top left, #ff5100 -50%, #ffb300 50%, #ff5100 150%, #ffb300 250%);
    background: linear-gradient(to bottom right, #ff5100 -50%, #ffb300 50%, #ff5100 150%, #ffb300 250%);
  }
  30% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-60%, #ff5100), color-stop(40%, #ffb300), color-stop(140%, #ff5100), color-stop(240%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -60%, #ffb300 40%, #ff5100 140%, #ffb300 240%);
    background: -o-linear-gradient(top left, #ff5100 -60%, #ffb300 40%, #ff5100 140%, #ffb300 240%);
    background: linear-gradient(to bottom right, #ff5100 -60%, #ffb300 40%, #ff5100 140%, #ffb300 240%);
  }
  35% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-70%, #ff5100), color-stop(30%, #ffb300), color-stop(130%, #ff5100), color-stop(230%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -70%, #ffb300 30%, #ff5100 130%, #ffb300 230%);
    background: -o-linear-gradient(top left, #ff5100 -70%, #ffb300 30%, #ff5100 130%, #ffb300 230%);
    background: linear-gradient(to bottom right, #ff5100 -70%, #ffb300 30%, #ff5100 130%, #ffb300 230%);
  }
  40% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-80%, #ff5100), color-stop(20%, #ffb300), color-stop(120%, #ff5100), color-stop(220%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -80%, #ffb300 20%, #ff5100 120%, #ffb300 220%);
    background: -o-linear-gradient(top left, #ff5100 -80%, #ffb300 20%, #ff5100 120%, #ffb300 220%);
    background: linear-gradient(to bottom right, #ff5100 -80%, #ffb300 20%, #ff5100 120%, #ffb300 220%);
  }
  45% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-90%, #ff5100), color-stop(10%, #ffb300), color-stop(110%, #ff5100), color-stop(210%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -90%, #ffb300 10%, #ff5100 110%, #ffb300 210%);
    background: -o-linear-gradient(top left, #ff5100 -90%, #ffb300 10%, #ff5100 110%, #ffb300 210%);
    background: linear-gradient(to bottom right, #ff5100 -90%, #ffb300 10%, #ff5100 110%, #ffb300 210%);
  }
  50% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-100%, #ff5100), color-stop(0%, #ffb300), color-stop(100%, #ff5100), color-stop(200%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -100%, #ffb300 0%, #ff5100 100%, #ffb300 200%);
    background: -o-linear-gradient(top left, #ff5100 -100%, #ffb300 0%, #ff5100 100%, #ffb300 200%);
    background: linear-gradient(to bottom right, #ff5100 -100%, #ffb300 0%, #ff5100 100%, #ffb300 200%);
  }
  55% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-110%, #ff5100), color-stop(-10%, #ffb300), color-stop(90%, #ff5100), color-stop(190%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -110%, #ffb300 -10%, #ff5100 90%, #ffb300 190%);
    background: -o-linear-gradient(top left, #ff5100 -110%, #ffb300 -10%, #ff5100 90%, #ffb300 190%);
    background: linear-gradient(to bottom right, #ff5100 -110%, #ffb300 -10%, #ff5100 90%, #ffb300 190%);
  }
  60% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-120%, #ff5100), color-stop(-20%, #ffb300), color-stop(80%, #ff5100), color-stop(180%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -120%, #ffb300 -20%, #ff5100 80%, #ffb300 180%);
    background: -o-linear-gradient(top left, #ff5100 -120%, #ffb300 -20%, #ff5100 80%, #ffb300 180%);
    background: linear-gradient(to bottom right, #ff5100 -120%, #ffb300 -20%, #ff5100 80%, #ffb300 180%);
  }
  65% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-130%, #ff5100), color-stop(-30%, #ffb300), color-stop(70%, #ff5100), color-stop(170%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -130%, #ffb300 -30%, #ff5100 70%, #ffb300 170%);
    background: -o-linear-gradient(top left, #ff5100 -130%, #ffb300 -30%, #ff5100 70%, #ffb300 170%);
    background: linear-gradient(to bottom right, #ff5100 -130%, #ffb300 -30%, #ff5100 70%, #ffb300 170%);
  }
  70% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-140%, #ff5100), color-stop(-40%, #ffb300), color-stop(60%, #ff5100), color-stop(160%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -140%, #ffb300 -40%, #ff5100 60%, #ffb300 160%);
    background: -o-linear-gradient(top left, #ff5100 -140%, #ffb300 -40%, #ff5100 60%, #ffb300 160%);
    background: linear-gradient(to bottom right, #ff5100 -140%, #ffb300 -40%, #ff5100 60%, #ffb300 160%);
  }
  75% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-150%, #ff5100), color-stop(-50%, #ffb300), color-stop(50%, #ff5100), color-stop(150%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -150%, #ffb300 -50%, #ff5100 50%, #ffb300 150%);
    background: -o-linear-gradient(top left, #ff5100 -150%, #ffb300 -50%, #ff5100 50%, #ffb300 150%);
    background: linear-gradient(to bottom right, #ff5100 -150%, #ffb300 -50%, #ff5100 50%, #ffb300 150%);
  }
  80% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-160%, #ff5100), color-stop(-60%, #ffb300), color-stop(40%, #ff5100), color-stop(140%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -160%, #ffb300 -60%, #ff5100 40%, #ffb300 140%);
    background: -o-linear-gradient(top left, #ff5100 -160%, #ffb300 -60%, #ff5100 40%, #ffb300 140%);
    background: linear-gradient(to bottom right, #ff5100 -160%, #ffb300 -60%, #ff5100 40%, #ffb300 140%);
  }
  85% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-170%, #ff5100), color-stop(-70%, #ffb300), color-stop(30%, #ff5100), color-stop(130%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -170%, #ffb300 -70%, #ff5100 30%, #ffb300 130%);
    background: -o-linear-gradient(top left, #ff5100 -170%, #ffb300 -70%, #ff5100 30%, #ffb300 130%);
    background: linear-gradient(to bottom right, #ff5100 -170%, #ffb300 -70%, #ff5100 30%, #ffb300 130%);
  }
  90% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-180%, #ff5100), color-stop(-80%, #ffb300), color-stop(20%, #ff5100), color-stop(120%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -180%, #ffb300 -80%, #ff5100 20%, #ffb300 120%);
    background: -o-linear-gradient(top left, #ff5100 -180%, #ffb300 -80%, #ff5100 20%, #ffb300 120%);
    background: linear-gradient(to bottom right, #ff5100 -180%, #ffb300 -80%, #ff5100 20%, #ffb300 120%);
  }
  95% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-190%, #ff5100), color-stop(-90%, #ffb300), color-stop(10%, #ff5100), color-stop(110%, #ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -190%, #ffb300 -90%, #ff5100 10%, #ffb300 110%);
    background: -o-linear-gradient(top left, #ff5100 -190%, #ffb300 -90%, #ff5100 10%, #ffb300 110%);
    background: linear-gradient(to bottom right, #ff5100 -190%, #ffb300 -90%, #ff5100 10%, #ffb300 110%);
  }
  100% {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(-200%, #ff5100), color-stop(-100%, #ffb300), color-stop(0%, #ff5100), to(#ffb300));
    background: -webkit-linear-gradient(top left, #ff5100 -200%, #ffb300 -100%, #ff5100 0%, #ffb300 100%);
    background: -o-linear-gradient(top left, #ff5100 -200%, #ffb300 -100%, #ff5100 0%, #ffb300 100%);
    background: linear-gradient(to bottom right, #ff5100 -200%, #ffb300 -100%, #ff5100 0%, #ffb300 100%);
  }
}

.rc-tabs-dropdown {
  position: absolute;
  background: #fefefe;
  max-height: 200px;
  overflow: auto;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #a8aabd;
  line-height: 21px;
}
.rc-tabs-dropdown * {
  outline: 0;
}
.rc-tabs-dropdown li {
  cursor: pointer;
}
.rc-tabs-dropdown-hidden {
  display: none;
}
.rc-tabs-dropdown-menu {
  padding: 0;
  list-style: none;
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.rc-tabs-dropdown-menu-item {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 4px 8px;
}
.rc-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.rc-tabs-dropdown-menu-item-selected {
  background: red;
}
.rc-tabs-dropdown-menu-item-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.rc-tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.rc-tabs-content *:focus {
  outline: 0;
}
.rc-tabs-content-holder {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.rc-tabs-content-animated {
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
.rc-tabs-tabpane {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rc-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.rc-tabs-top,
.rc-tabs-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-tabs-top .rc-tabs-ink-bar,
.rc-tabs-bottom .rc-tabs-ink-bar {
  height: 3px;
}
.rc-tabs-top .rc-tabs-ink-bar {
  bottom: 0;
}
.rc-tabs-bottom .rc-tabs-nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rc-tabs-bottom .rc-tabs-content {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.rc-tabs-bottom .rc-tabs-ink-bar {
  top: 0;
}
.rc-tabs-left.rc-tabs-editable .rc-tabs-tab,
.rc-tabs-right.rc-tabs-editable .rc-tabs-tab {
  padding-right: 32px;
}
.rc-tabs-left .rc-tabs-nav-wrap,
.rc-tabs-right .rc-tabs-nav-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-tabs-left .rc-tabs-ink-bar,
.rc-tabs-right .rc-tabs-ink-bar {
  width: 3px;
}
.rc-tabs-left .rc-tabs-nav,
.rc-tabs-right .rc-tabs-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 50px;
}
.rc-tabs-left .rc-tabs-nav-list,
.rc-tabs-right .rc-tabs-nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-tabs-left .rc-tabs-nav-operations,
.rc-tabs-right .rc-tabs-nav-operations {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-tabs-left .rc-tabs-ink-bar {
  right: 0;
}
.rc-tabs-right .rc-tabs-nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rc-tabs-right .rc-tabs-content {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.rc-tabs-right .rc-tabs-ink-bar {
  left: 0;
}
.rc-tabs-rtl {
  direction: rtl;
}
.rc-tabs-dropdown-rtl {
  direction: rtl;
}
.rc-tabs {
  font-size: 14px;
  overflow: hidden;
}
.rc-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.rc-tabs-nav-measure,
.rc-tabs-nav-wrap {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rc-tabs-nav-measure-ping-left::before,
.rc-tabs-nav-wrap-ping-left::before,
.rc-tabs-nav-measure-ping-right::after,
.rc-tabs-nav-wrap-ping-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.rc-tabs-nav-measure-ping-left::before,
.rc-tabs-nav-wrap-ping-left::before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
          box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  width: 20px;
}
.rc-tabs-nav-measure-ping-right::after,
.rc-tabs-nav-wrap-ping-right::after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
          box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  width: 20px;
}
.rc-tabs-nav-measure-ping-top::before,
.rc-tabs-nav-wrap-ping-top::before,
.rc-tabs-nav-measure-ping-bottom::after,
.rc-tabs-nav-wrap-ping-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.rc-tabs-nav-measure-ping-top::before,
.rc-tabs-nav-wrap-ping-top::before {
  top: 0;
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
          box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  width: 20px;
  content: "\E69B";
}
.rc-tabs-nav-measure-ping-bottom::after,
.rc-tabs-nav-wrap-ping-bottom::after {
  bottom: 0;
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
          box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  width: 20px;
}
.rc-tabs-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.rc-tabs-nav-operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
}
.rc-tabs-nav-operations:focus {
  outline: 0;
}
.rc-tabs-nav-operations button {
  background: none;
}
.rc-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.rc-tabs-nav-more {
  border: none;
  width: 80px;
}
.rc-tabs-tab {
  border: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #a8aabd;
  line-height: 21px;
  margin-right: 57px;
}
.rc-tabs-tab > *:focus {
  outline: 0px;
}
.rc-tabs-tab-btn,
.rc-tabs-tab-remove {
  border: 0;
  background: transparent;
}
.rc-tabs-tab-btn {
  font-weight: inherit;
  line-height: 32px;
}
.rc-tabs-tab-remove:hover {
  color: #376dff;
}
.rc-tabs-tab-active {
  font-weight: bold;
  color: #376dff;
}
.rc-tabs-ink-bar {
  position: absolute;
  background: #376dff;
  pointer-events: none;
}
.rc-tabs-ink-bar-animated {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rc-tabs-extra-content {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: inset 0 -webkit-calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed) {
  color: #ff8e10;
  background-color: #fff;
}
.banner-anim-arrow-default.prev,
.banner-anim-arrow-default.next {
  display: none;
}
.banner-anim-thumb-default > span {
  width: 16px !important;
  height: 6px !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  opacity: 0.68 !important;
}
.banner-anim-thumb-default .active {
  opacity: 1 !important;
}
.try-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 5px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff5100), color-stop(0%, #ff5100), color-stop(99%, #ffb300), to(#ffb300));
  background: -webkit-linear-gradient(left, #ff5100 0%, #ff5100 0%, #ffb300 99%, #ffb300 100%);
  background: -o-linear-gradient(left, #ff5100 0%, #ff5100 0%, #ffb300 99%, #ffb300 100%);
  background: linear-gradient(90deg, #ff5100 0%, #ff5100 0%, #ffb300 99%, #ffb300 100%);
  -webkit-box-shadow: #e19600 0px 3px 6px 0px;
          box-shadow: #e19600 0px 3px 6px 0px;
}
.try-btn:hover {
  color: #fff;
  -webkit-animation: liuguang 1s linear infinite;
          animation: liuguang 1s linear infinite;
}
@media screen and (max-width: 768px) {
  .try-btn {
    font-size: 14px;
    padding: 6px 20px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .try-btn {
    font-size: 12px;
    padding: 6px 20px;
    margin-top: 0px;
  }
}

.characteristic-content {
  display: inline-block;
  width: 33.33333333%;
}
.characteristic-content:hover .item span:first-child {
  color: rgba(55, 109, 255, 0.2);
}
.characteristic-content .item {
  width: 320px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.characteristic-content .item ul {
  padding-left: 20px;
  list-style-type: disc;
}
.characteristic-content .item ul li {
  list-style-type: disc;
}
.characteristic-content .item span:first-child {
  width: 80px;
  height: 80px;
  font-size: 80px;
  font-family: DFGothic-EB-WIN-RKSJ-H, DFGothic-EB-WIN-RKSJ;
  font-weight: bold;
  color: #e4e9f4;
  line-height: 80px;
  margin-bottom: 20px;
  position: relative;
}
.characteristic-content .item span:first-child p {
  margin: 0;
}
.characteristic-content .item span:first-child p:last-child {
  width: 96px;
  height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  color: #000000;
  line-height: 21px;
  position: absolute;
  bottom: 0;
}
.characteristic-content .item span:last-child {
  color: #333333;
}

.product-components-platform-composition {
  width: 100%;
}
.product-components-platform-composition > .display-area {
  width: 1440px;
  margin: 0 auto;
}
.product-components-platform-composition > .display-area .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-components-platform-composition > .display-area .content .text-description {
  width: 50%;
}
.product-components-platform-composition > .display-area .content .text-description .description-title {
  width: 539px;
  text-align: left;
  margin-bottom: 48px;
}
.product-components-platform-composition > .display-area .content .text-description .description-title span {
  display: block;
  height: 29px;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
}
.product-components-platform-composition > .display-area .content .text-description .description-title span:last-child {
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  line-height: 30px;
}
.product-components-platform-composition > .display-area .content .text-description .catalog-list {
  width: 512px;
}
.product-components-platform-composition > .display-area .content .text-description .catalog-list span {
  display: inline-block;
  width: 33.33333333%;
  margin-bottom: 36px;
}
.product-components-platform-composition > .display-area .content .text-description .catalog-list span:nth-last-child(1),
.product-components-platform-composition > .display-area .content .text-description .catalog-list span:nth-last-child(2),
.product-components-platform-composition > .display-area .content .text-description .catalog-list span:nth-last-child(3) {
  margin-bottom: 0;
}
.product-components-platform-composition > .display-area .content .text-description .catalog-list span p {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.product-components-platform-composition > .display-area .content .text-description .catalog-list span p:first-child {
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #376dff;
  line-height: 24px;
}
.product-components-platform-composition > .display-area .content .text-description .catalog-list span p:last-child {
  height: 24px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-left: 10px;
}
.product-components-platform-composition > .display-area .content .img-explain {
  width: 50%;
}
.product-components-platform-composition > .display-area .content .img-explain.left {
  margin-right: 100px;
}
.product-components-platform-composition > .display-area .content .img-explain img {
  width: 602px;
  height: 447px;
}

.next-pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 16px;
  margin: 40px 0 80px;
}
.next-pre > div {
  cursor: pointer;
  padding: 2px 12px;
  background: #fff1e1;
  color: #ff8e10;
  font-size: 14px;
  border-radius: 2px;
}

.article-information__banner {
  height: 560px;
  background: url("/knowledge/image-3.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .article-information__banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .article-information__banner {
    height: 200px;
  }
}
.article-information__banner .banner-title {
  color: #333;
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .article-information__banner .banner-title {
    font-size: 24px;
  }
}
.article-information__banner .banner-subtitle {
  font-size: 48px;
  color: #666;
}
.article-information__banner .banner-subtitle {
  font-size: 28px;
  color: #666666e6;
}
.article-information .article-information__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.article-information .article-information__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.article-information .information__time {
  color: #666666;
  font-size: 14px;
}
.article-information .article-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.article-information .article-label a {
  padding: 2px 12px;
  background: #fff1e1;
  color: #ff8e10;
  font-size: 14px;
  border-radius: 2px;
}

.dynamic-information__banner {
  height: 560px;
  background: url("/knowledge/image-3.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .dynamic-information__banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .dynamic-information__banner {
    height: 200px;
  }
}
.dynamic-information__banner .banner-title {
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .dynamic-information__banner .banner-title {
    font-size: 24px;
  }
}
.dynamic-information__content {
  max-width: 820px;
  margin: 0 auto 50px;
}
.dynamic-information__content .line {
  margin: 50px 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.dynamic-information__content img {
  margin: 30px 0;
  height: auto;
  max-width: 100% !important;
}
.dynamic-information__title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dynamic-information__title {
    text-align: center;
  }
}
.dynamic-information__time {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 16px 0;
}
.dynamic-information__time .time__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #666;
}
.dynamic-information__time .tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dynamic-information__time .tablist a {
  padding: 2px 12px;
  background: #fff1e1;
  border-radius: 2px;
  color: #ff8e10;
  font-size: 14px;
}
.dynamic-information__context {
  font-size: 18px;
  color: #808080;
}
.dynamic-information .next-prve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dynamic-information > div {
  background: #fff1e1;
  border-radius: 2px;
  color: #666666;
  font-size: 14px;
}
.dynamic-information .recommendation {
  padding: 80px 0;
  background: #f9f9fa;
}
.dynamic-information .recommendation .recommendation-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 32px;
}
.dynamic-information .recommendation .recommendation-cell {
  width: 100%;
  padding: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 200px 1fr;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px -4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 15px -4px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}
.dynamic-information .recommendation .recommendation-cell:last-child {
  margin-bottom: 0;
}
.dynamic-information .recommendation .recommendation-cell img {
  width: 100%;
  max-width: 200px;
}
.dynamic-information .recommendation .recommendation-cell h2 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.dynamic-information .recommendation .recommendation-cell p {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.mce-content-body h1 {
  font-weight: bold;
}
.mce-content-body h1 > * {
  font-weight: bold;
}
.mce-content-body h2 {
  font-weight: bold;
}
.mce-content-body h2 > * {
  font-weight: bold;
}
.mce-content-body h3 {
  font-weight: bold;
}
.mce-content-body h3 > * {
  font-weight: bold;
}
.mce-content-body h4 {
  font-weight: bold;
}
.mce-content-body h4 > * {
  font-weight: bold;
}
.mce-content-body h5 {
  font-weight: bold;
}
.mce-content-body h5 > * {
  font-weight: bold;
}
.mce-content-body h6 {
  font-weight: bold;
}
.mce-content-body h6 > * {
  font-weight: bold;
}

.article-information__banner {
  height: 560px;
  background: url("/knowledge/image-3.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .article-information__banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .article-information__banner {
    height: 200px;
  }
}
.article-information__banner .banner-title {
  color: #333;
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .article-information__banner .banner-title {
    font-size: 24px;
  }
}
.article-information__banner .banner-subtitle {
  font-size: 48px;
  color: #666;
}
.article-information__banner .banner-subtitle {
  font-size: 28px;
  color: #666666e6;
}
.article-information .article-information__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.article-information .article-information__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.article-information .information__time {
  color: #666666;
  font-size: 14px;
}
.article-information .article-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.article-information .article-label a {
  padding: 2px 12px;
  background: #fff1e1;
  color: #ff8e10;
  font-size: 14px;
  border-radius: 2px;
}

.dynamic-information__banner {
  height: 560px;
  background: url("/knowledge/image-3.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .dynamic-information__banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .dynamic-information__banner {
    height: 200px;
  }
}
.dynamic-information__banner .banner-title {
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .dynamic-information__banner .banner-title {
    font-size: 24px;
  }
}
.dynamic-information__content {
  max-width: 820px;
  margin: 0 auto 50px;
}
.dynamic-information__content .line {
  margin: 50px 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.dynamic-information__content img {
  margin: 30px 0;
  height: auto;
  max-width: 100% !important;
}
.dynamic-information__title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dynamic-information__title {
    text-align: center;
  }
}
.dynamic-information__time {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 16px 0;
}
.dynamic-information__time .time__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #666;
}
.dynamic-information__time .tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dynamic-information__time .tablist span {
  padding: 2px 12px;
  background: #fff1e1;
  border-radius: 2px;
  color: #ff8e10;
  font-size: 14px;
}
.dynamic-information__context {
  font-size: 18px;
  color: #808080;
}
.dynamic-information .next-prve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dynamic-information > div {
  background: #fff1e1;
  border-radius: 2px;
  color: #666666;
  font-size: 14px;
}
.dynamic-information .recommendation {
  padding: 80px 0;
  background: #f9f9fa;
}
.dynamic-information .recommendation .recommendation-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 32px;
}
.dynamic-information .recommendation .recommendation-cell {
  width: 100%;
  height: 180px;
  padding: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 200px 1fr;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px -4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 15px -4px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}
.dynamic-information .recommendation .recommendation-cell:last-child {
  margin-bottom: 0;
}
.dynamic-information .recommendation .recommendation-cell img {
  width: 100%;
}
.dynamic-information .recommendation .recommendation-cell h2 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.dynamic-information .recommendation .recommendation-cell p {
  color: #666666;
  font-size: 18px;
}
.dynamic-information .recommendation .recommendation-cell .label-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dynamic-information .recommendation .recommendation-cell .label-list span {
  border-radius: 2px;
  opacity: 1;
  background: #fff1e1;
  color: #ff8e10;
  padding: 2px 12px;
}
.mce-content-body h1 {
  font-weight: bold;
}
.mce-content-body h1 > * {
  font-weight: bold;
}
.mce-content-body h2 {
  font-weight: bold;
}
.mce-content-body h2 > * {
  font-weight: bold;
}
.mce-content-body h3 {
  font-weight: bold;
}
.mce-content-body h3 > * {
  font-weight: bold;
}
.mce-content-body h4 {
  font-weight: bold;
}
.mce-content-body h4 > * {
  font-weight: bold;
}
.mce-content-body h5 {
  font-weight: bold;
}
.mce-content-body h5 > * {
  font-weight: bold;
}
.mce-content-body h6 {
  font-weight: bold;
}
.mce-content-body h6 > * {
  font-weight: bold;
}

.information__banner {
  height: 560px;
  background: url("/knowledge/image-3.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .information__banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .information__banner {
    height: 200px;
  }
}
.information__banner .banner-title {
  color: #333;
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .information__banner .banner-title {
    font-size: 24px;
  }
}
.information__banner .banner-subtitle {
  font-size: 48px;
  color: #666;
}
.information__banner .banner-subtitle {
  font-size: 28px;
  color: #666666e6;
}
.information .information__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.information .information__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.information .information__time {
  color: #666666;
  font-size: 14px;
}
.information .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.information .label a {
  padding: 2px 12px;
  background: #fff1e1;
  color: #ff8e10;
  font-size: 14px;
  border-radius: 2px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 1.51471863px;
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-4.24264069px) rotate(45deg);
          transform: translateY(-4.24264069px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 1.51471863px;
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(4.24264069px) rotate(45deg);
          transform: translateX(4.24264069px) rotate(45deg);
}
.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 1.51471863px;
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(4.24264069px) rotate(45deg);
          transform: translateY(4.24264069px) rotate(45deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 1.51471863px;
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-4.24264069px) rotate(45deg);
          transform: translateX(-4.24264069px) rotate(45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}
.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}
.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}
.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}
.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}
.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}
.ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}
.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}
.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.download-information__banner {
  height: 560px;
  background: url("/knowledge/image-4.png") no-repeat 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .download-information__banner {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .download-information__banner {
    height: 200px;
  }
}
.download-information__banner .banner-title {
  font-size: 34px;
  color: #333333;
}
@media screen and (max-width: 992px) {
  .download-information__banner .banner-title {
    font-size: 24px;
  }
}
.download-information__banner .banner-subtitle {
  font-size: 28px;
  color: rgba(102, 102, 102, 0.9);
}
.information__title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.information__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.information__toolbar .information__time {
  color: #666666;
  font-size: 14px;
}
.information__toolbar .information__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.information__toolbar .information__label span {
  border-radius: 2px;
  opacity: 1;
  background: #fff1e1;
  color: #ff8e10;
  padding: 2px 12px;
}
.information-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download-button {
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 20px;
  border-radius: 225px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ff5100 100%);
  background: -o-linear-gradient(left, #ffb300 0%, #ff5100 100%);
  background: linear-gradient(90deg, #ffb300 0%, #ff5100 100%);
}

.popover-box {
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popover-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 20px;
}
.popover-box .title img {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popover-box .title .title-icon {
  font-size: 18px;
}
.popover-box .content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 99%;
  background-color: #120f44;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  z-index: 120;
  line-height: 35px;
}

.c-banner {
  width: 100%;
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  min-height: 700px;
  color: #2d4f78;
  position: relative;
  overflow: hidden;
  background-image: url("/images/case/bg-1.webp");
}
.c-banner > div {
  position: absolute;
  top: 35%;
  left: 15%;
}
.c-banner > div .title {
  font-size: 50px;
  font-weight: bold;
  color: #2d4f78;
}
.c-banner > div .sub-title {
  font-size: 50px;
  font-weight: normal;
  color: #2d4f78;
}

.talent-container {
  /*  .recruiting-box {
    padding: 80px 0px;
  } */
}
.talent-container .talent-banner {
  height: 400px;
  background: url("/images/aboutUs/about.png") no-repeat 100%;
  background-position: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .talent-container .talent-banner {
    height: 200px;
    background-position: 0 0;
    text-align: center;
  }
}
.talent-container .talent-banner .talent-banner__wrapper {
  width: 100%;
}
.talent-container .talent-banner .talent-banner__wrapper .talent-banner__title {
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .talent-container .talent-banner .talent-banner__wrapper .talent-banner__title {
    font-size: 24px;
  }
}
.talent-container .talent-banner .talent-banner__wrapper .email {
  margin-top: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .talent-container .talent-banner .talent-banner__wrapper .email {
    font-size: -webkit-calc(24px - 1 * 2px);
    font-size: calc(24px - 1 * 2px);
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .talent-container .talent-banner .talent-banner__wrapper .email {
    font-size: -webkit-calc(24px - 2 * 2px);
    font-size: calc(24px - 2 * 2px);
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .talent-container .talent-banner .talent-banner__wrapper .email {
    font-size: -webkit-calc(24px - 3 * 2px);
    font-size: calc(24px - 3 * 2px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .talent-container .talent-banner .talent-banner__wrapper .email {
    font-size: -webkit-calc(24px - 4 * 2px);
    font-size: calc(24px - 4 * 2px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .talent-container .talent-banner .talent-banner__wrapper .email {
    font-size: -webkit-calc(24px - 5 * 2px);
    font-size: calc(24px - 5 * 2px);
    margin-top: 20px;
  }
}
.talent-container .ant-affix {
  top: 40% !important;
  left: 70px !important;
}
.talent-container .anchor-link {
  width: 300px;
}
.talent-container .anchor-link .ant-anchor-link-title {
  font-size: 18px;
}
.talent-container .anchor-link a:hover,
.talent-container .anchor-link .ant-anchor-link-active > .ant-anchor-link-title {
  color: #ff8e10;
}
.talent-container .w500 {
  width: 500px;
}
.talent-container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.talent-container .join-us-zn {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .talent-container .join-us-zn {
    font-size: 16px;
  }
}
.talent-container .join-us-en {
  font-size: 28px;
  font-weight: bold;
  color: #999;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .talent-container .join-us-en {
    font-size: 16px;
    margin-top: 10px;
  }
}
.talent-container .recruiting {
  font-size: 32px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting {
    font-size: 16px;
  }
}
.talent-container .recruiting-post {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-post {
    margin-top: 10px;
  }
}
.talent-container .recruiting-post li {
  width: 200px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-post li {
    font-size: 14px;
  }
}
.talent-container .recruiting-post li span {
  cursor: pointer;
}
.talent-container .recruiting-post li span:hover {
  color: #ff8e10;
  font-weight: bold;
}
.talent-container .recruiting-post .active {
  color: #ff8e10;
  font-weight: bold;
}
.talent-container .recruiting-details {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #d8d8d8;
}
.talent-container .recruiting-details:last-of-type {
  border-bottom: none;
}
.talent-container .recruiting-details .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.talent-container .recruiting-details .recruiting-name {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-details .recruiting-name {
    font-size: 16px;
  }
}
.talent-container .recruiting-details .recruiting-name::before {
  width: 20px;
  height: 20px;
  content: "";
  background-color: #ff8c2f;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-details .recruiting-name::before {
    width: 8px;
    height: 8px;
    left: -20px;
  }
}
.talent-container .recruiting-details .position-statement {
  font-size: 24px;
  letter-spacing: 0.2em;
  color: rgba(255, 140, 47, 0.6);
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-details .position-statement {
    font-size: 14px;
  }
}
.talent-container .recruiting-details ul {
  color: #666;
  margin-bottom: 48px;
  list-style: auto;
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-details ul {
    margin-bottom: 10px;
  }
}
.talent-container .recruiting-details ul li {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-details ul li {
    font-size: 14px;
  }
}
.talent-container .recruiting-details .call-us {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  padding: 10px 40px;
  font-weight: bold;
  border-radius: 93px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ff5100 100%);
  background: -o-linear-gradient(left, #ffb300 0%, #ff5100 100%);
  background: linear-gradient(90deg, #ffb300 0%, #ff5100 100%);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .talent-container .recruiting-details .call-us {
    padding: 10px 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .talent-container .recruiting-details .call-us {
    padding: 10px 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .talent-container .recruiting-details .call-us {
    padding: 5px 20px;
    font-size: 14px;
  }
}
.talent-container .refine-text {
  background: url("/images/aboutUs/4666.png") no-repeat 100%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .talent-container .refine-text {
    background-color: #f7f7f7;
    background-image: none;
  }
}
.talent-container .refine-text p {
  font-size: 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .talent-container .refine-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .talent-container .refine-text p {
    font-size: 14px;
  }
}

.assessment-container .page-content {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  .assessment-container .page-content {
    padding: 30px 0;
  }
}
.assessment-container .page-content .column-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.assessment-container .page-content .column-item .page-content-bg {
  position: relative;
  overflow: hidden;
}
.assessment-container .page-content .column-item .page-content-bg::after {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.assessment-container .page-content .column-item .page-content-bg img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.assessment-container .page-content .column-item .wrapper {
  height: 220px;
  padding: 25px 30px;
  background-color: #f9f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .assessment-container .page-content .column-item .wrapper {
    height: 180px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 992px) {
  .assessment-container .page-content .column-item .wrapper {
    height: 120px;
    padding: 10px 12px;
  }
}
.assessment-container .page-content .column-item .wrapper p {
  font-size: 24px;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .assessment-container .page-content .column-item .wrapper p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .assessment-container .page-content .column-item .wrapper p {
    font-size: 14px;
  }
}
.assessment-container .page-content .column-item .wrapper .page-content-item-title {
  color: #3d3d3d;
}
.assessment-container .page-content .column-item .wrapper .page-content-item-btn {
  width: 90px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0;
  border-radius: 144px;
  border: 1px solid #ff8e10;
  color: #ff8e10;
}
@media screen and (max-width: 992px) {
  .assessment-container .page-content .column-item .wrapper .page-content-item-btn {
    font-size: 12px;
    padding: 6px 0;
  }
}
.assessment-container .page-content .column-item:hover .page-content-bg img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.assessment-container .page-content .column-item:hover .page-content-item-btn {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(0%, #ffb300), color-stop(99%, #ff5100), to(#ff5100)), rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%), rgba(255, 255, 255, 0.5);
  background: -o-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%), rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%), rgba(255, 255, 255, 0.5);
}
.customer-btn {
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color: #00aeff;
  border: none;
  border-bottom: 4px solid #00aeff;
  border-right: 4px solid #00aeff;
}

.scroll-list {
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(20, 270px);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .scroll-list {
    zoom: 0.8;
  }
}
@media screen and (max-width: 992px) {
  .scroll-list {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .scroll-list {
    zoom: 0.6;
  }
}
@media screen and (max-width: 568px) {
  .scroll-list {
    zoom: 0.5;
  }
}
.scroll-list:nth-of-type(1) {
  -webkit-animation: move 24s infinite linear;
          animation: move 24s infinite linear;
}
.scroll-list:nth-of-type(2) {
  margin-left: -100px;
  -webkit-animation: move 25s infinite linear;
          animation: move 25s infinite linear;
}
.scroll-list:nth-of-type(3) {
  -webkit-animation: move 30s infinite linear;
          animation: move 30s infinite linear;
}
.scroll-list:nth-of-type(4) {
  margin-left: -100px;
  -webkit-animation: move 28s infinite linear;
          animation: move 28s infinite linear;
}
.scroll-list li.one-item {
  width: 270px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px 20px 0px 20px;
  position: relative;
}
.scroll-list li.one-item img {
  width: 100%;
  height: 100%;
}
.scroll-list li.one-item img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.scroll-list li.one-item img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.scroll-list li.one-item:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.scroll-list li.one-item:hover img:nth-of-type(2) {
  z-index: 3;
}
.scroll-list:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rev-list {
  -webkit-animation: reverseMove 25s infinite linear;
          animation: reverseMove 25s infinite linear;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3300px);
            transform: translateX(-3300px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-3300px);
            transform: translateX(-3300px);
  }
}
@-webkit-keyframes reverseMove {
  0% {
    -webkit-transform: translateX(-3300px);
            transform: translateX(-3300px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes reverseMove {
  0% {
    -webkit-transform: translateX(-3300px);
            transform: translateX(-3300px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.page-product1 .orange {
  color: #ffad05;
}
.page-product1 .purple {
  color: #8162e9;
}
.page-product1 .t-t-l-i-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-product1 .t-t-s-t {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
.page-product1 .t-l-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 1.8;
}
.page-product1 .t-c-2-w {
  background-color: #f7f7f7;
  padding: 24px;
}
.page-product1 .center-text {
  font-size: 16px;
  color: #3d3d3d;
}
@media screen and (max-width: 576px) {
  .page-product1 .center-text {
    font-size: 14px;
  }
}
.page-product1 .center-text img {
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 576px) {
  .page-product1 .center-text img {
    margin: 10px auto;
  }
}
.page-product1 .t-1 {
  margin-bottom: 62px;
  padding: 0 20px;
}
.page-product1 .t-1 .t-c {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 40px;
}
.page-product1 .t-1 .t-c .t-c-1-w {
  background-color: #f7f7f7;
  padding: 30px;
}
.page-product1 .t-1 .t-c .t-c-1-w .t-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-product1 .t-1 .t-t {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #505050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.page-product1 .t-1 .t-t img {
  width: 32px;
  height: 32px;
}
.page-product1 .t-1 .t-l {
  line-height: 25px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.8;
}
.page-product1 .t-1 .t-l span {
  word-break: keep-all;
}
.page-product1 .t-1 .p-w {
  padding: 40px 0;
}
.page-product1 .t-1 .p-w .p-w-i {
  background-color: #f7f7f7;
  padding: 24px;
}
.page-product1 .benefit-container .title {
  padding-bottom: 30px;
}
.page-product1 .benefit-container .p-5-card {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .page-product1 .benefit-container .p-5-card {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .benefit-container .p-5-card {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .benefit-container .p-5-card {
    grid-template-columns: 1fr;
  }
}
.page-product1 .benefit-container .p-5-card .benefit-item {
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  background: #f9f9fa;
}
@media screen and (min-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .benefit-container .p-5-card .benefit-item {
    padding: 10px 20px;
  }
}
.page-product1 .benefit-container .p-5-card .benefit-item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .benefit-container .p-5-card .benefit-item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    display: none;
  }
}
.page-product1 .benefit-container .p-5-card .benefit-item p {
  font-size: 26px;
  color: #3d3d3d;
  font-weight: bold;
  margin-bottom: 100px;
}
@media screen and (min-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 26px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 24px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 22px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .benefit-container .p-5-card .benefit-item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-product1 .benefit-container .p-5-card .benefit-item ul {
  padding: 0;
  margin: 0;
}
.page-product1 .benefit-container .p-5-card .benefit-item ul li {
  color: #666;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
  font-weight: bold;
  color: #ff8e10;
  font-size: 22px;
  word-break: keep-all;
}
@media screen and (min-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .benefit-container .p-5-card .benefit-item ul li > span:nth-of-type(2) {
    font-size: 14px;
  }
}
.page-product1 .benefit-container .p-5-card .active {
  color: #fff;
  background: url("/images/product/mask-bg.png") no-repeat;
  background-size: cover;
  border-bottom: none;
}
.page-product1 .benefit-container .p-5-card .active p {
  color: #fff;
}
.page-product1 .benefit-container .p-5-card .active span {
  color: #fff !important;
}
.page-product1 .p-case {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.page-product1 .p-case .p-case-title {
  margin-bottom: 100px;
}
.page-product1 .p-case .p-case-box {
  background-color: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.page-product1 .product-group-container {
  padding: 100px 0;
  background: url("/images/case/14.png") no-repeat;
}
.page-product1 .product-group-container .title {
  margin-bottom: 30px;
}
.page-product1 .product-group-container .list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page-product1 .product-group-container .list-box ul {
  width: 240px;
  padding: 0;
  margin: 0;
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 1200px) {
  .page-product1 .product-group-container .list-box ul {
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .product-group-container .list-box ul {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .product-group-container .list-box ul {
    width: 140px;
  }
}
.page-product1 .product-group-container .list-box ul .list-li {
  width: 100%;
  font-size: 24px;
  color: #666;
  margin-bottom: 40px;
  border-right: 5px solid transparent;
}
@media screen and (min-width: 1600px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 0 * 2px);
    font-size: calc(24px - 0 * 2px);
    margin-bottom: -webkit-calc(40px - 0 * 5px);
    margin-bottom: calc(40px - 0 * 5px);
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 1 * 2px);
    font-size: calc(24px - 1 * 2px);
    margin-bottom: -webkit-calc(40px - 1 * 5px);
    margin-bottom: calc(40px - 1 * 5px);
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 2 * 2px);
    font-size: calc(24px - 2 * 2px);
    margin-bottom: -webkit-calc(40px - 2 * 5px);
    margin-bottom: calc(40px - 2 * 5px);
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 3 * 2px);
    font-size: calc(24px - 3 * 2px);
    margin-bottom: -webkit-calc(40px - 3 * 5px);
    margin-bottom: calc(40px - 3 * 5px);
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 4 * 2px);
    font-size: calc(24px - 4 * 2px);
    margin-bottom: -webkit-calc(40px - 4 * 5px);
    margin-bottom: calc(40px - 4 * 5px);
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 5 * 2px);
    font-size: calc(24px - 5 * 2px);
    margin-bottom: -webkit-calc(40px - 5 * 5px);
    margin-bottom: calc(40px - 5 * 5px);
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .product-group-container .list-box ul .list-li {
    font-size: -webkit-calc(24px - 6 * 2px);
    font-size: calc(24px - 6 * 2px);
    margin-bottom: -webkit-calc(40px - 6 * 5px);
    margin-bottom: calc(40px - 6 * 5px);
  }
}
.page-product1 .product-group-container .list-box ul .active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 142, 16, 0)), to(rgba(255, 142, 16, 0.1)));
  background: -webkit-linear-gradient(left, rgba(255, 142, 16, 0) 0%, rgba(255, 142, 16, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(255, 142, 16, 0) 0%, rgba(255, 142, 16, 0.1) 100%);
  background: linear-gradient(90deg, rgba(255, 142, 16, 0) 0%, rgba(255, 142, 16, 0.1) 100%);
  border-color: #ff9f0f;
}
.page-product1 .product-group-container .list-box .content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
}
.page-product1 .product-group-container .list-box .content-box .content-wrapper {
  display: grid;
  gap: 120px;
  grid-template-columns: 360px 1fr;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .page-product1 .product-group-container .list-box .content-box .content-wrapper {
    margin-top: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .page-product1 .product-group-container .list-box .content-box .content-wrapper .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.page-product1 .product-group-container .list-box .content-box .left-describe h2 {
  position: relative;
}
.page-product1 .product-group-container .list-box .content-box .left-describe h2::after {
  width: 45px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #333;
}
.page-product1 .product-group-container .list-box .content-box .left-describe .describe {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
}
.page-product1 .product-group-container .list-box .content-box .left-describe button {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 144px;
  font-size: 14px;
  color: #ff8e10;
  border: 1px solid #ff8e10;
  margin-top: 30px;
}
.page-product1 .product-group-container .list-box .content-box .left-describe button:hover {
  color: #fff;
  background-color: #ff8e10;
  -webkit-box-shadow: 0px 0px 5px 2px #ff8e1020;
          box-shadow: 0px 0px 5px 2px #ff8e1020;
}
.page-product1 .product-group-container .list-box .content-box .right-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-product1 .product-group-container .list-box .content-box .right-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page-product1 .product-group-container .list-box .content-box .right-img img {
    max-width: 300px;
  }
}
.page-product1 .sm-group-container {
  background: url("/images/case/14.png") no-repeat;
}
.page-product1 .sm-group-container .sm-group-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-product1 .sm-group-container .col-item {
  color: #333;
  min-width: 25%;
  padding-left: 10px;
}
.page-product1 .sm-group-container .col-item span {
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
}
.page-product1 .sm-group-container .col-item.active span {
  color: #ff8e10;
  font-weight: bold;
  border-bottom: 1px solid #ff8e10;
}
.page-product1 .sm-group-container .list-content {
  padding-top: 20px;
}
.page-product1 .cooperation {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .page-product1 .cooperation {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1600px) {
  .page-product1 .cooperation {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1400px) {
  .page-product1 .cooperation {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .cooperation {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .cooperation {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .cooperation {
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .cooperation {
    padding: 20px 0;
  }
}
.page-product1 .cooperation .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .page-product1 .cooperation .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .page-product1 .cooperation .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .page-product1 .cooperation .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page-product1 .cooperation .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-product1 .cooperation .title {
    font-size: 18px;
  }
}

.page-serice .server-container {
  position: relative;
}
.page-serice .server-container::before {
  content: url("/images/service/bg-icon.png");
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -340px;
}
.page-serice .server-container::after {
  content: url("/images/service/bg-icon2.png");
  position: absolute;
  z-index: 0;
  top: 470px;
  left: -200px;
}
.page-serice .server-container .server-container_title {
  padding-bottom: 1.8px;
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .page-serice .server-container .server-container_title {
    font-size: 14px;
  }
}
.page-serice .construction-container {
  position: relative;
  overflow: hidden;
}
.page-serice .construction-container::after {
  content: url("/images/service/bg-icon3.png");
  width: 375px;
  height: 288px;
  position: absolute;
  right: -160px;
  bottom: -80px;
}
@media screen and (max-width: 992px) {
  .page-serice .construction-container::after {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  .page-serice .construction-container::after {
    display: none;
  }
}
.page-serice .construction-container .title {
  margin-bottom: 35px;
}
.page-serice .construction-container .construction-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .page-serice .construction-container .construction-wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-serice .construction-container .construction-wrapper {
    gap: 0px;
  }
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item {
  width: 260px;
  height: 300px;
  padding: 40px 15px 0px;
  background: #f9f9fa;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item {
    padding: 40px 15px 0px;
    height: 300px;
  }
}
@media screen and (max-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item {
    padding: 40px 15px 0px;
    height: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item {
    padding: 40px 15px 0px;
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item {
    padding: 40px 15px 0px;
    height: 250px;
  }
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item img {
  width: 90px;
  margin: 0 auto;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item .item-title {
    font-size: 14px;
  }
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item .item-desc {
  display: none;
  padding-top: 10px;
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover {
  width: 510px;
  padding: 30px;
  background: url("/images/service/item-bg.png") no-repeat 100%;
  background-size: cover;
  /*  @media screen and (max-width: 992px) {
            padding: 10px;
            width: 300px;
          }
          @media screen and (max-width: 768px) {
            padding: 10px;
          }
          @media screen and (max-width: 576px) {
            padding: 10px;
          } */
}
@media screen and (min-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover {
    padding: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover {
    padding: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover {
    padding: 15px;
  }
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover img {
  display: none;
  opacity: 0;
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 0 * 2px);
    font-size: calc(24px - 0 * 2px);
  }
}
@media screen and (max-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 1 * 2px);
    font-size: calc(24px - 1 * 2px);
  }
}
@media screen and (max-width: 1400px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 2 * 2px);
    font-size: calc(24px - 2 * 2px);
  }
}
@media screen and (max-width: 1200px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 3 * 2px);
    font-size: calc(24px - 3 * 2px);
  }
}
@media screen and (max-width: 992px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 4 * 2px);
    font-size: calc(24px - 4 * 2px);
  }
}
@media screen and (max-width: 768px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 5 * 2px);
    font-size: calc(24px - 5 * 2px);
  }
}
@media screen and (max-width: 576px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title {
    font-size: -webkit-calc(24px - 6 * 2px);
    font-size: calc(24px - 6 * 2px);
  }
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  border-radius: 80px;
}
.page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
  display: block;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 0 * 2px);
    font-size: calc(18px - 0 * 2px);
  }
}
@media screen and (max-width: 1600px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 1 * 2px);
    font-size: calc(18px - 1 * 2px);
  }
}
@media screen and (max-width: 1400px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 2 * 2px);
    font-size: calc(18px - 2 * 2px);
  }
}
@media screen and (max-width: 1200px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 3 * 2px);
    font-size: calc(18px - 3 * 2px);
  }
}
@media screen and (max-width: 992px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 4 * 2px);
    font-size: calc(18px - 4 * 2px);
  }
}
@media screen and (max-width: 768px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 5 * 2px);
    font-size: calc(18px - 5 * 2px);
  }
}
@media screen and (max-width: 576px) {
  .page-serice .construction-container .construction-wrapper .construction-wrapper-item:hover .item-desc {
    font-size: -webkit-calc(18px - 6 * 2px);
    font-size: calc(18px - 6 * 2px);
  }
}
.page-serice .construction-media-wrapper {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .page-serice .construction-media-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  .page-serice .construction-media-wrapper {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.page-serice .construction-media-wrapper .construction-wrapper-item {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: #f9f9fa;
  border-radius: 10px;
}
@media screen and (max-width: 400px) {
  .page-serice .construction-media-wrapper .construction-wrapper-item {
    padding: 0px;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.page-serice .construction-media-wrapper .construction-wrapper-item img {
  width: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .page-serice .construction-media-wrapper .construction-wrapper-item img {
    display: none;
  }
}
.page-serice .construction-media-wrapper .construction-wrapper-item .item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333333;
}
@media screen and (max-width: 400px) {
  .page-serice .construction-media-wrapper .construction-wrapper-item .item-title {
    font-size: 14px;
    text-align: left;
    color: #ff8e10;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.page-serice .construction-media-wrapper .construction-wrapper-item .item-desc {
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  .page-serice .construction-media-wrapper .construction-wrapper-item .item-desc {
    text-align: left;
    color: #666;
  }
}
.page-serice .product-container {
  background: url("/images/service/bg-mod-choose_b4a.png") no-repeat 100%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-serice .product-container {
    background-image: none;
  }
}
.page-serice .product-container .title {
  padding-bottom: 30px;
}
.page-serice .product-container .product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-serice .product-container .product-wrapper .product-wrapper__item {
  height: 380px;
  width: 25%;
  gap: 20px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .page-serice .product-container .product-wrapper .product-wrapper__item {
    width: 50%;
    height: 240px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .page-serice .product-container .product-wrapper .product-wrapper__item:nth-of-type(2n) {
    border-right: none;
  }
  .page-serice .product-container .product-wrapper .product-wrapper__item:nth-of-type(3),
  .page-serice .product-container .product-wrapper .product-wrapper__item:nth-of-type(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 576px) {
  .page-serice .product-container .product-wrapper .product-wrapper__item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
  }
  .page-serice .product-container .product-wrapper .product-wrapper__item:nth-of-type(4) {
    border-bottom: none;
  }
}
.page-serice .product-container .product-wrapper .product-item {
  height: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  border-top: 4px solid transparent;
}
@media screen and (min-width: 768px) {
  .page-serice .product-container .product-wrapper .product-item:hover {
    color: #fff;
    background: url("/images/service/hover-bg.png") no-repeat 100%;
    background-size: cover;
  }
  .page-serice .product-container .product-wrapper .product-item:hover .t-4-title {
    color: #fff;
  }
}
@media screen and (max-width: 576px) {
  .page-serice .product-container .product-wrapper .product-item {
    padding: 10px 0;
  }
}
.page-serice .product-container .product-wrapper .product-item .t-4-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: 1.8px;
}
.page-serice .product-container .product-wrapper .product-item .t-4-t img {
  width: 40px;
  height: 40px;
}
.page-serice .product-container .product-wrapper .product-item .t-4-t .t-4-title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .page-serice .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-serice .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-serice .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .page-serice .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 14px;
  }
}
.page-serice .product-container .product-wrapper .product-item .t-4-text {
  font-size: 14px;
}
.page-serice .t-4 {
  background: url("/images/service/bg-mod-2.png") no-repeat 100%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-serice .t-4 {
    background-image: none;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }
}
.page-serice .t-4:after {
  display: block;
  content: "";
  width: 30%;
  z-index: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images/service/filt-1.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .page-serice .t-4:after {
    background-image: none;
  }
}
.page-serice .t-4 .t-4-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3vw;
}
.page-serice .t-5 {
  background: url("/images/service/bg-mod-3.png") no-repeat 100%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-serice .t-5 {
    background-image: none;
    display: none;
  }
}
.page-serice .t-5:after {
  display: block;
  content: "";
  width: 40%;
  z-index: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/service/filt-2.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .page-serice .t-5:after {
    background-image: none;
  }
}
.page-serice .t-5 .t-4-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
}
.page-serice .t-image-content {
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .page-serice .t-image-content {
    width: 430px;
  }
}
@media screen and (max-width: 992px) {
  .page-serice .t-image-content {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page-serice .t-image-content {
    width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .page-serice .t-image-content {
    display: none;
  }
}
.page-serice .t-4-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-serice .content-title {
  font-size: 28px;
  color: #3d3d3d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-serice .content-title {
    font-size: 16px;
  }
}
.page-serice .content-subhead {
  font-size: 20px;
  color: #666;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .page-serice .content-subhead {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-serice .content-classily {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 20px;
  color: #666;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .page-serice .content-classily {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-serice .content-classily {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-serice .content-classily {
    margin-top: 20px;
    font-size: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-serice .content-classily div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  word-break: keep-all;
}
.page-serice .content-classily span {
  color: #ff8e10;
  font-size: 68px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .page-serice .content-classily span {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .page-serice .content-classily span {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .page-serice .content-classily span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-serice .content-classily span {
    font-size: 22px;
  }
}
.cooperation {
  padding: 60px 0;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background: url("/images/home/bg-4.png") no-repeat;
  background-size: 140%;
  background-position: -400px -100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cooperation {
    padding: 20px 0;
    background-image: none;
    background-color: #f5f5f5;
  }
}
.cooperation .title {
  margin-bottom: 0;
}
.cooperation .describe {
  text-align: center;
  font-style: 14px;
  color: #d8d8d8;
  margin-bottom: 40px;
}

.certificate-list {
  width: 1440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
.certificate-list .certificate {
  width: 370px;
  height: 348px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.certificate-list .certificate:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.07);
          box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.07);
}
.certificate-list .certificate:hover span {
  color: #376dff;
}
.certificate-list span {
  margin-top: 34px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.enterprise {
  background: url("/images/home/enterprise.png") no-repeat 100%;
  background-size: cover;
}
.enterprise .title {
  font-size: 28px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.enterprise-culture {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .enterprise-culture {
    padding: 0;
  }
}
.enterprise-culture .enterprise-content {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content {
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .enterprise-culture .enterprise-content {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.enterprise-culture .enterprise-content .enterprise-item {
  overflow: hidden;
  background-size: 100%;
  padding: 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item {
    margin-bottom: 12px;
  }
}
@media screen and (mix: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item:hover {
    background: url("/images/home/enterprise-hover.png") no-repeat center;
  }
}
.enterprise-culture .enterprise-content .enterprise-item:hover .enterprise-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content .enterprise-item {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content .enterprise-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .enterprise-culture .enterprise-content .enterprise-item:hover {
    background: #ffffff88;
  }
}
.enterprise-culture .enterprise-content .enterprise-item .enterprise-image {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item .enterprise-image {
    width: 140px;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content .enterprise-item .enterprise-image {
    width: 140px;
  }
}
.enterprise-culture .enterprise-content .enterprise-item .enterprise-image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.enterprise-culture .enterprise-content .enterprise-item .title-box .big-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .big-title {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .big-title {
    font-size: 18px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .big-title {
    font-size: 14px;
    margin-top: 0;
  }
}
.enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle {
    font-size: 20px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle {
    margin-top: 0;
    font-size: 14px;
  }
}
.enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle::after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background: #333333;
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle::after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle::after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .subtitle::after {
    margin-top: 10px;
  }
}
.enterprise-culture .enterprise-content .enterprise-item .title-box .desc {
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 425px) {
  .enterprise-culture .enterprise-content .enterprise-item .title-box .desc {
    font-size: 12px;
    margin-top: 10px;
  }
}

.service-container .service-tab__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px 8px 0 0;
  border-bottom: 0.5px solid #EAEAEA;
  overflow: auto;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .service-container .service-tab__header {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .service-container .service-tab__header {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .service-container .service-tab__header {
    font-size: 14px;
    gap: 10px;
  }
}
.service-container .service-tab__header span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  color: #666666;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  .service-container .service-tab__header span {
    font-size: 12px;
  }
}
.service-container .service-tab__header span img {
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1200px) {
  .service-container .service-tab__header span img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .service-container .service-tab__header span img {
    width: 35px;
    height: 35px;
  }
}
.service-container .tab-content {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .service-container .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-container .tab-content .desc-card {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .service-container .tab-content .desc-card {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-container .tab-content .desc-card .title {
  color: #2E3034;
  margin-bottom: 10px;
}
.service-container .tab-content .desc-card .desc {
  text-align: left;
  margin-bottom: 0px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .service-container .tab-content .desc-card .desc {
    height: 80px;
  }
}
.service-container .tab-content img {
  width: 60%;
  max-width: 900px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .service-container .tab-content img {
    width: 100%;
    max-width: 80%;
  }
}
.service-container .active {
  color: #FF7518 !important;
  position: relative;
  border-bottom: 3px solid #FF7518;
}

.item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* 允许换行 */
  gap: 20px;
  /* 响应式设计 */
}
.item-list .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(31.33% - 20px);
     -moz-box-flex: 1;
      -ms-flex: 1 1 calc(31.33% - 20px);
          flex: 1 1 calc(31.33% - 20px);
  /* 初始宽度为 3 列布局 */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.item-list .item .title {
  padding: 20px;
  margin-bottom: -20px;
  padding-bottom: 40px;
  background: -webkit-linear-gradient(20deg, #FF4800 -38%, #FFAA00 104%);
  background: -o-linear-gradient(20deg, #FF4800 -38%, #FFAA00 104%);
  background: linear-gradient(70deg, #FF4800 -38%, #FFAA00 104%);
  border-radius: 15px 55px 15px 15px;
  font-family: "HarmonyOS Sans SC";
  font-weight: bold;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  -webkit-font-feature-settings: "kern" on;
     -moz-font-feature-settings: "kern" on;
          font-feature-settings: "kern" on;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-list .item .title span {
  text-align: left;
}
.item-list .item .content {
  z-index: 2;
  padding: 2rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 220px;
  -webkit-box-shadow: 0px 7px 24px 0px rgba(191, 191, 191, 0.3);
          box-shadow: 0px 7px 24px 0px rgba(191, 191, 191, 0.3);
  text-fill-color: transparent;
}
.item-list .item .content .link {
  background: -webkit-linear-gradient(4deg, #fa2255 -20%, #FFC100 109%);
  background: -o-linear-gradient(4deg, #fa2255 -20%, #FFC100 109%);
  background: linear-gradient(86deg, #fa2255 -20%, #FFC100 109%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
  border-bottom: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(-42%, #FF003D), color-stop(105%, #FFC100));
  -webkit-border-image: -webkit-linear-gradient(left, #FF003D -42%, #FFC100 105%);
       -o-border-image: -o-linear-gradient(left, #FF003D -42%, #FFC100 105%);
          border-image: -webkit-gradient(linear, left top, right top, color-stop(-42%, #FF003D), color-stop(105%, #FFC100));
          border-image: linear-gradient(90deg, #FF003D -42%, #FFC100 105%);
  border-image-slice: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-list .item .content .link img {
  height: 24px;
}
.item-list .item .content .link span {
  min-height: 150px ;
}
@media (max-width: 1200px) {
  .item-list .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(50% - 20px);
       -moz-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    /* 中等屏幕宽度使用 2 列布局 */
  }
}
@media (max-width: 768px) {
  .item-list .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(52% - 20px);
       -moz-box-flex: 1;
        -ms-flex: 1 1 calc(52% - 20px);
            flex: 1 1 calc(52% - 20px);
    /* 小屏幕宽度使用单列布局 */
  }
  .item-list .title {
    border-radius: 10px 35px 10px 10px !important;
  }
  .item-list .content {
    padding: 1.5rem !important;
    /* 调整内容内边距 */
    min-height: 160px !important;
  }
}
@media (max-width: 480px) {
  .item-list .content {
    padding: 1rem;
  }
}

.skill-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* 允许换行 */
  gap: 20px;
}
.skill-list .skill-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 28%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 28%;
          flex: 1 1 28%;
  background-color: white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 7px 24px 0px rgba(191, 191, 191, 0.3);
          box-shadow: 0px 7px 24px 0px rgba(191, 191, 191, 0.3);
  padding: 20px;
  border-radius: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.skill-list .skill-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 8px 30px 0px rgba(191, 191, 191, 0.3);
          box-shadow: 0px 8px 30px 0px rgba(191, 191, 191, 0.3);
}
.skill-list .skill-item .title {
  color: #2E3034;
  margin-bottom: -20px;
  padding-bottom: 40px;
  border-radius: 15px 55px 15px 15px;
  font-family: "HarmonyOS Sans SC";
  font-weight: bold;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  -webkit-font-feature-settings: "kern" on;
     -moz-font-feature-settings: "kern" on;
          font-feature-settings: "kern" on;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.skill-list .skill-item .title span {
  text-align: left;
}
.skill-list .skill-item .title img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
  margin-bottom: -20px;
  width: 150px;
}
.skill-list .skill-item .content {
  z-index: 2;
  text-align: left;
  border-radius: 15px;
}
@media (max-width: 1008px) {
  .skill-list .skill-item img {
    width: 55px !important;
  }
}
@media (max-width: 768px) {
  .skill-list .skill-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 38%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 38%;
            flex: 1 1 38%;
  }
  .skill-list .skill-item img {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    width: 45px !important;
  }
}
.skill-container {
  background: url("/images/home/skills/bg.png") no-repeat 100%;
}

.benefit-container {
  background: url("/images/service/优势.png") no-repeat 100%;
  background-size: cover;
}
.benefit-container .title {
  padding-bottom: 30px;
  font-family: HarmonyOS Sans SC;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  color: white !important;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .benefit-container .title {
    font-size: 16px;
  }
}
.benefit-container .subTitle {
  padding-bottom: 30px;
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .benefit-container .subTitle {
    font-size: 12px;
  }
}
.benefit-container .value-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .benefit-container .value-list {
    gap: 10px;
  }
}
.benefit-container .value-list .value-item {
  min-width: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.15);
  /* 白色背景虚化效果 */
  border-radius: 10px;
  /* 圆角效果 */
  padding: 50px 20px;
  /* 内边距，确保内容不会贴边 */
}
@media screen and (max-width: 768px) {
  .benefit-container .value-list .value-item {
    padding: 30px 10px;
    /* 内边距，确保内容不会贴边 */
  }
}
.benefit-container .value-list .value-item .icon {
  width: 90px;
  height: 100px;
  background-size: cover;
  /* 响应式调整 */
}
@media screen and (max-width: 768px) {
  .benefit-container .value-list .value-item .icon {
    width: 60px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .benefit-container .value-list .value-item .icon {
    width: 45px;
    height: 55px;
  }
}
.benefit-container .value-list .title {
  color: white !important;
  padding-bottom: 0px;
  margin: 30px 0;
}
.benefit-container .value-list ul li {
  font-family: HarmonyOS Sans SC;
  margin-bottom: 22px;
  color: white !important;
  font-weight: normal !important;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .benefit-container .value-list ul li {
    margin-bottom: 10px;
  }
}
.benefit-container .value-list ul li img {
  width: 10px;
  margin-right: 5px;
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
@-webkit-keyframes rowup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-400px, 0, 0);
            transform: translate3d(-400px, 0, 0);
  }
}
@keyframes rowup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-400px, 0, 0);
            transform: translate3d(-400px, 0, 0);
  }
}
.page-home .content-3 div.subtitle {
  font-size: 16px;
  color: #aaa;
}
.page-home .content-3 div.content-box {
  gap: 40px;
  margin: 40px auto 0;
  max-width: 950px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .page-home .content-3 div.content-box {
    margin: 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .content-3 div.content-box {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
}
.page-home .content-3 div.content-box img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  border-radius: 10px;
}
.page-home .cost {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page-home .cost {
    display: none;
  }
}
.page-home .cost-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-home .cost-box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-home .cost-box-content-desc {
  width: 560px;
}
.page-home .cost-box-content-desc h3 {
  font-size: 28px;
  font-weight: bold;
}
.page-home .cost-box-content-desc p {
  font-size: 24px;
  line-height: 30px;
  color: #666;
}
.page-home .cost-box-content-right {
  width: 1000px;
  height: 100vh;
  margin-right: -300px;
}
.page-home .cost-box-content-right img {
  margin-left: -60px;
  -webkit-box-shadow: 0px 3.88px 29.07px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3.88px 29.07px 0px rgba(0, 0, 0, 0.08);
}
.page-home .cost-box-content-right-1 {
  width: 100%;
  height: 100%;
  background: url("/images/nature/blue-bg.png") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacity 0.5s linear;
          animation: opacity 0.5s linear;
}
.page-home .cost-box-content-right-2 {
  width: 100%;
  height: 100%;
  background: url("/images/nature/green-bg.png") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacity 0.5s linear;
          animation: opacity 0.5s linear;
}
.page-home .deploy {
  width: 100%;
  height: 800px;
  background: url("/images/home/bg-3.png") no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page-home .deploy {
    height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .page-home .deploy {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .deploy {
    height: 180px;
  }
}
.page-home .deploy .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .page-home .deploy .container {
    padding-right: 40px;
  }
}
.page-home .deploy-describe {
  text-align: right;
}
.page-home .deploy-describe .describe-one {
  color: #333;
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .page-home .deploy-describe .describe-one {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .deploy-describe .describe-one {
    font-size: 14px;
  }
}
.page-home .deploy-describe .describe-time {
  color: #ff7475;
}
.page-home .deploy-describe .describe-bold {
  color: #333;
  font-size: 56px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .page-home .deploy-describe .describe-bold {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .deploy-describe .describe-bold {
    font-size: 18px;
  }
}
.page-home .deploy-describe .describe-subhead {
  font-size: 24px;
  color: #999;
  margin-top: 32px;
}
@media screen and (max-width: 1200px) {
  .page-home .deploy-describe .describe-subhead {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .deploy-describe .describe-subhead {
    font-size: 14px;
    margin-top: 0px;
  }
}
.page-home .deploy-describe .free-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 214px;
  margin-top: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), color-stop(0%, #ffb300), color-stop(99%, #ff5100), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: -o-linear-gradient(left, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
  background: linear-gradient(90deg, #ffb300 0%, #ffb300 0%, #ff5100 99%, #ff5100 100%);
}
@media screen and (max-width: 768px) {
  .page-home .deploy-describe .free-btn {
    font-size: 14px;
    margin-top: 40px;
    line-height: 28px;
    padding: 0 30px;
    margin-top: 10px;
  }
}
.page-home .cooperation {
  padding: 60px 0;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background: initial;
  background-size: 140%;
  background-position: -400px -100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-home .cooperation {
    padding: 20px 0;
    background-image: none;
    background-color: #f5f5f5;
  }
}
.page-home .cooperation .title {
  margin-bottom: 0;
}
.page-home .cooperation .describe {
  text-align: center;
  font-style: 14px;
  color: #d8d8d8;
  margin-bottom: 40px;
}
.know-more {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .know-more {
    display: none;
  }
}
.know-more a {
  display: inline-block;
  padding: 4px 20px;
  margin: auto;
  border: 1px solid #ff8e10;
  border-radius: 50px;
  font-size: 16px;
  color: #ff8e10;
}
@media screen and (max-width: 768px) {
  .know-more a {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .know-more a {
    font-size: 12px;
  }
}
.media-center {
  background-color: #f5f5f5;
}
.media-center .media-card-title {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .media-center .media-card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .media-center .media-card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .media-center .media-card-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .media-center .media-card-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .media-center .media-card-title {
    font-size: 14px;
  }
}
.media-center .media-card-image {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .media-center .media-card-image {
    width: 100px;
  }
}
.media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .media-wrapper {
    display: block;
  }
}
.media-wrapper .news-item {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100%;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}
@media screen and (min-width: 992px) {
  .media-wrapper .news-item {
    grid-template-rows: auto 1fr;
  }
  .media-wrapper .news-item:hover {
    color: #fff;
    background-color: #ff8e10;
  }
}
@media screen and (max-width: 768px) {
  .media-wrapper .news-item {
    grid-template-columns: 150px 1fr;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .media-wrapper .news-item:hover {
    color: #333;
    background-color: #fff;
  }
}
@media screen and (max-width: 375px) {
  .media-wrapper .news-item {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
  }
}
.media-wrapper .news-item .media-wrapper-image {
  position: relative;
  background-color: #f5f6f7;
}
.media-wrapper .news-item .media-wrapper-content {
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .media-wrapper .news-item .media-wrapper-content {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .media-wrapper .news-item .media-wrapper-content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .media-wrapper .news-item .media-wrapper-content {
    padding: 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .media-wrapper .news-item .media-wrapper-content {
    display: block;
  }
}
.media-wrapper .news-item a {
  color: inherit;
}
.media-wrapper .news-item-describe {
  height: 100px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .media-wrapper .news-item-describe {
    font-size: 14px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .media-wrapper .news-item-describe {
    font-size: 14px;
  }
}
.media-wrapper .news-item .news-know-more {
  text-align: right;
  font-size: 14px;
}
.media-wrapper .news-item .news-know-more .md-link {
  display: inline-block;
}
.media-wrapper .news-item .sm-link {
  white-space: nowrap;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .media-wrapper .news-item .sm-link {
    display: inline-block;
    color: #ff8e10;
    border: 1px solid #ff8e10;
    border-radius: 144px;
  }
}
.news-item-title {
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@-webkit-keyframes opcaityImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes opcaityImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes opcaityDesc {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes opcaityDesc {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.content-5 {
  background: url("/images/nature/bg-6.png") no-repeat 100%;
  background-size: cover;
}
.content-5 .title {
  text-align: center;
  font-size: 36px;
}
.content-5 .kernel-box .kernel-item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 48px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
  border: 2px solid transparent;
  overflow: hidden;
}
.content-5 .kernel-box .kernel-item:nth-of-type(4) .kernel-more {
  margin-top: 8px;
}
@media screen and (max-width: 1400px) {
  .content-5 .kernel-box .kernel-item {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .content-5 .kernel-box .kernel-item {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .content-5 .kernel-box .kernel-item {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .content-5 .kernel-box .kernel-item {
    padding: 10px;
  }
}
.content-5 .kernel-box .kernel-item:hover {
  border: 2px solid rgba(255, 164, 0, 0.3);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.1);
  background: url("/images/nature/bg-7.png") no-repeat 100%;
  background-size: cover;
}
.content-5 .kernel-box .kernel-item:hover .kernel-more {
  color: #fff;
  background-color: #ff8e10;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.content-5 .kernel-box .kernel-item:hover .kernel-title {
  color: #ff8e10;
}
.content-5 .kernel-box .kernel-item:hover img {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .content-5 .kernel-box .kernel-item:hover img {
    right: 10px;
    bottom: 0px;
  }
}
.content-5 .kernel-box .kernel-item .flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.content-5 .kernel-box .kernel-item .kernel-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.content-5 .kernel-box .kernel-item .kernel-introduce {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #666666;
}
@media screen and (max-width: 1400px) {
  .content-5 .kernel-box .kernel-item .kernel-introduce {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .content-5 .kernel-box .kernel-item .kernel-introduce {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .content-5 .kernel-box .kernel-item .kernel-introduce {
    font-size: 14px;
  }
}
.content-5 .kernel-box .kernel-item .kernel-more {
  display: inline-block;
  color: #ff8e10;
  padding: 8px 30px;
  text-align: center;
  border-radius: 144px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff8e10;
}
@media screen and (max-width: 1400px) {
  .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 992px) {
  .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 3px 20px;
  }
}
@media screen and (max-width: 576px) {
  .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 0 20px;
  }
}
.content-5 .kernel-box .kernel-item img {
  position: absolute;
  width: 90px;
  height: 80px;
  right: -120px;
  bottom: 210px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1400px) {
  .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 1200px) {
  .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.leader-container {
  padding-bottom: 0;
}
.leader-container .leader-tab__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 992px) {
  .leader-container .leader-tab__header {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .leader-container .leader-tab__header {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .leader-container .leader-tab__header {
    font-size: 12px;
    gap: 5px;
  }
}
.leader-container .leader-tab__header span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #FF7518;
  margin: 0 10px;
  color: #666666;
  font-family: HarmonyOS Sans SC;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "kern" on;
     -moz-font-feature-settings: "kern" on;
          font-feature-settings: "kern" on;
}
.leader-container .leader-tab__header span img {
  width: 8em;
  height: 8em;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1200px) {
  .leader-container .leader-tab__header span img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .leader-container .leader-tab__header span img {
    width: 35px;
    height: 35px;
  }
}
.leader-container .tab-content {
  width: 40%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 200px;
}
.leader-container .tab-content img {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
}
.leader-container .active {
  color: #333;
  position: relative;
}
.leader-container .active::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
}
.leader-title {
  font-family: HarmonyOS Sans SC;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 1em;
  color: #2E3034;
}
@media screen and (max-width: 768px) {
  .leader-title {
    font-size: 16px;
  }
}
.product-container {
  padding-top: 0;
  background: url("/images/service/bg-mod-choose_b4a.png") no-repeat 100%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .product-container {
    background-image: none;
  }
}
.product-container .title {
  padding-bottom: 30px;
}
.product-container .product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-container .product-wrapper .product-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.product-container .product-wrapper .product-wrapper__item {
  height: 200px;
  width: 25%;
  gap: 20px;
  margin-bottom: 30px;
  /* 仅针对第一条数据保持现有样式 */
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .product-container .product-wrapper .product-wrapper__item {
    width: 50%;
    height: 180px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-container .product-wrapper .product-wrapper__item:nth-of-type(2n) {
    border-right: none;
  }
  .product-container .product-wrapper .product-wrapper__item:nth-of-type(3),
  .product-container .product-wrapper .product-wrapper__item:nth-of-type(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 576px) {
  .product-container .product-wrapper .product-wrapper__item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-container .product-wrapper .product-wrapper__item:nth-of-type(4) {
    border-bottom: none;
  }
}
.product-container .product-wrapper .product-item {
  height: 100%;
  padding: 20px;
  margin: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  border-radius: 14px;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FDFAF8));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FDFAF8 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #FDFAF8 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FDFAF8 100%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E6E8EB;
}
@media screen and (min-width: 768px) {
  .product-container .product-wrapper .product-item:hover {
    color: #fff;
    background: url("/images/service/hover-bg.png") no-repeat 100%;
    background-size: cover;
  }
  .product-container .product-wrapper .product-item:hover .t-4-title {
    color: #fff;
  }
}
@media screen and (max-width: 576px) {
  .product-container .product-wrapper .product-item {
    padding: 10px 10px;
  }
}
.product-container .product-wrapper .product-item .t-4-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: 1.8px;
}
.product-container .product-wrapper .product-item .t-4-t img {
  width: 40px;
  height: 40px;
}
.product-container .product-wrapper .product-item .t-4-t .t-4-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .product-container .product-wrapper .product-item .t-4-t .t-4-title {
    font-size: 14px;
  }
}
.product-container .product-wrapper .product-item .t-4-text {
  font-size: 14px;
}
.right-icon {
  float: right;
  text-align: right;
}

.page-aboutUs .section-wa rp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-aboutUs .section-warp {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-aboutUs .about-section {
  width: 1440px;
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-aboutUs .about-section h4 {
  font-weight: normal;
  font-size: 36px;
  padding: 20px 0;
  margin-bottom: 0;
}
.page-aboutUs .about-section .intro-warp {
  height: 443px;
  width: 575px;
  padding-right: 25px;
  overflow-y: scroll;
  text-indent: 2em;
}
.page-aboutUs .about-section .intro-warp p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.page-aboutUs .more {
  cursor: pointer;
  margin-top: 48px;
  width: 130px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #275CFF;
  color: #275CFF;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-img {
  padding-left: 40px;
  position: relative;
}
.company-img::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 340px;
  background: #E1EAFD;
}
.about-spirit.about-section {
  margin: 60px auto 0;
  color: #000000;
}
.about-spirit.about-section li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100%/4);
  width: calc(100%/4);
  border-right: 1px solid #F2F2F2;
}
.about-spirit.about-section li:last-child {
  border: 0;
}
.about-spirit.about-section i {
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}
.about-spirit.about-section span {
  margin: 23px 0 4px;
  font-size: 16px;
  line-height: 21px;
}
.contact {
  position: relative;
}
.company-msg {
  width: 552px;
  height: 280px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
          box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -140px;
}
.company-msg-warp {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px 30px;
}
.company-msg-warp > div {
  font-size: 16px;
  color: #000000;
  line-height: 21px;
  margin-bottom: 10px;
}
.company-msg-warp p {
  font-size: 13px;
  color: #333333;
  line-height: 28px;
}
.company-msg-warp::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 258px;
  right: -16px;
  top: 50%;
  margin-top: -129px;
  background: #3366FD;
}

.aboutUs-container {
  /* .under-line {
    position: relative;
    z-index: 1;
    &:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 15px;
      z-index: -1;
      background: linear-gradient(90deg, rgba(106, 8, 255, 0.6) 0%, rgba(5, 168, 255, 0.6) 100%);
      left: 0;
      bottom: -2px;
    }
  } */
}
.aboutUs-container .aboutUs-banner {
  height: 400px;
  position: relative;
  background: url("/images/aboutUs/about.png") no-repeat 100%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .aboutUs-container .aboutUs-banner {
    height: 200px;
    background-position: 0 0;
    text-align: center;
  }
}
.aboutUs-container .aboutUs-banner .container .content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .aboutUs-container .aboutUs-banner .container .content-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-container .aboutUs-banner .container .content-text {
    font-size: 22px;
  }
}
.aboutUs-container .aboutUs-text .tendency-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  -webkit-box-shadow: 0px 4px 40px -15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px -15px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .aboutUs-container .aboutUs-text .tendency-number {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-container .aboutUs-text .tendency-number {
    margin-top: -50px;
  }
}
.aboutUs-container .aboutUs-text .tendency-number .tendency-item {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  color: #ff8e10;
}
@media screen and (max-width: 480px) {
  .aboutUs-container .aboutUs-text .tendency-number .tendency-item {
    width: 50%;
  }
}
.aboutUs-container .aboutUs-text .tendency-number .number {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
  .aboutUs-container .aboutUs-text .tendency-number .number {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
  .aboutUs-container .aboutUs-text .tendency-number .number {
    font-size: 20px;
  }
}
.aboutUs-container .aboutUs-text .tendency-number .desc {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .aboutUs-container .aboutUs-text .tendency-number .desc {
    font-size: -webkit-calc(24px - 1 * 2px);
    font-size: calc(24px - 1 * 2px);
  }
}
@media screen and (max-width: 1200px) {
  .aboutUs-container .aboutUs-text .tendency-number .desc {
    font-size: -webkit-calc(24px - 2 * 2px);
    font-size: calc(24px - 2 * 2px);
  }
}
@media screen and (max-width: 992px) {
  .aboutUs-container .aboutUs-text .tendency-number .desc {
    font-size: -webkit-calc(24px - 3 * 2px);
    font-size: calc(24px - 3 * 2px);
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-container .aboutUs-text .tendency-number .desc {
    font-size: -webkit-calc(24px - 4 * 2px);
    font-size: calc(24px - 4 * 2px);
  }
}
@media screen and (max-width: 576px) {
  .aboutUs-container .aboutUs-text .tendency-number .desc {
    font-size: -webkit-calc(24px - 5 * 2px);
    font-size: calc(24px - 5 * 2px);
  }
}
.aboutUs-container .aboutUs-text .about-describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 40px;
}
.aboutUs-container .aboutUs-text .text-decribe {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #666666;
}
.aboutUs-container .aboutUs-text .text-decribe li {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .aboutUs-container .aboutUs-text .text-decribe li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .aboutUs-container .aboutUs-text .text-decribe li {
    font-size: 14px;
  }
}
.aboutUs-container .aboutUs-text .text-decribe li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff8e10;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.aboutUs-container .aboutUs-text .about-describe-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .aboutUs-container .aboutUs-text .about-describe-image {
    display: none;
  }
}
.aboutUs-container img {
  width: 100%;
}
.aboutUs-container .qualification {
  padding: 80px 0;
  background: url("/images/aboutUs/4259.png") no-repeat 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .aboutUs-container .qualification {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .aboutUs-container .qualification {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-container .qualification {
    padding: 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .aboutUs-container .qualification {
    padding: 20px 0;
  }
}
.aboutUs-container .qualification .qualification-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .aboutUs-container .qualification .qualification-title {
    font-size: -webkit-calc(28px - 1 * 2px);
    font-size: calc(28px - 1 * 2px);
  }
}
@media screen and (max-width: 992px) {
  .aboutUs-container .qualification .qualification-title {
    font-size: -webkit-calc(28px - 2 * 2px);
    font-size: calc(28px - 2 * 2px);
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-container .qualification .qualification-title {
    font-size: -webkit-calc(28px - 3 * 2px);
    font-size: calc(28px - 3 * 2px);
  }
}
@media screen and (max-width: 576px) {
  .aboutUs-container .qualification .qualification-title {
    font-size: -webkit-calc(28px - 4 * 2px);
    font-size: calc(28px - 4 * 2px);
  }
}
.aboutUs-container .qualification .qualification-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-animation: move-x 30s linear infinite;
          animation: move-x 30s linear infinite;
}
@media screen and (max-width: 1200px) {
  .aboutUs-container .qualification .qualification-content {
    zoom: 0.9;
  }
}
@media screen and (max-width: 992px) {
  .aboutUs-container .qualification .qualification-content {
    zoom: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-container .qualification .qualification-content {
    zoom: 0.7;
  }
}
@media screen and (max-width: 576px) {
  .aboutUs-container .qualification .qualification-content {
    zoom: 0.6;
  }
}
.aboutUs-container .qualification .qualification-content img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.aboutUs-container .qualification .qualification-content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aboutUs-container .qualification .pic-warp {
  margin: auto;
}
.aboutUs-container .qualification .pic-warp > div:nth-of-type(2) {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
  grid-gap: 40px;
}
.aboutUs-container .qualification .pic-warp > div:nth-of-type(2) img {
  margin: auto;
  width: 150px;
  height: 100%;
}
.aboutUs-container .qualification .pic-warp > div:nth-of-type(3) {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.aboutUs-container .qualification .pic-warp > div:nth-of-type(3) img {
  width: 60%;
  height: 100%;
  margin: auto;
}
.aboutUs-container .qualification .pic-warp .warp-img {
  width: 800px;
  margin: auto;
  margin-top: 60px;
}
@-webkit-keyframes move-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3330px);
            transform: translateX(-3330px);
  }
}
@keyframes move-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3330px);
            transform: translateX(-3330px);
  }
}

.compensation-animation {
  padding: 80px 0px;
  background: url("/images/nature/bg-2.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .compensation-animation {
    padding: 20px 0;
  }
}
.compensation-animation .compensation-wrapper {
  overflow: hidden;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
}
.compensation-wrapper__title {
  font-size: 24px;
  line-height: 2.25;
  color: #ff8f13;
  font-weight: bold;
  text-align: center;
  background: #edf0f3;
  background-color: #fff2e1;
}
@media screen and (max-width: 1400px) {
  .compensation-wrapper__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .compensation-wrapper__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .compensation-wrapper__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .compensation-wrapper__title {
    font-size: 16px;
  }
}
.compensation-wrapper__bar-wrapper {
  width: 600px;
  height: 400px;
  margin: auto;
  padding: 30px 80px;
}
@media screen and (max-width: 1400px) {
  .compensation-wrapper__bar-wrapper {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1200px) {
  .compensation-wrapper__bar-wrapper {
    zoom: 0.8;
  }
}
@media screen and (max-width: 992px) {
  .compensation-wrapper__bar-wrapper {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .compensation-wrapper__bar-wrapper {
    zoom: 0.6;
    margin-left: 130px;
  }
}
@media screen and (max-width: 576px) {
  .compensation-wrapper__bar-wrapper {
    zoom: 0.5;
    margin-left: 110px;
  }
}
.compensation-wrapper__bar-wrapper .desc {
  text-align: center;
  color: #999;
  line-height: 1rem;
  margin-bottom: -1.875rem;
}
.compensation-wrapper__bar-wrapper .bar-content {
  width: 410px;
  height: 300px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/images/nature/solid-bg.svg") no-repeat 100%;
  padding-bottom: 15px;
  background-size: contain;
  position: relative;
}
.compensation-wrapper__bar-wrapper .bar-content .up-arrow {
  position: absolute;
  top: -50px;
  left: 110px;
  visibility: hidden;
  -webkit-animation: zoom-up-img 0.8s linear forwards;
          animation: zoom-up-img 0.8s linear forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.compensation-wrapper__bar-wrapper .bar-content .upside-range {
  width: 270px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: -300px;
  top: 0px;
  opacity: 0;
  color: #fff;
  background: url("/images/nature/tip-bg.png") no-repeat;
  background-size: contain;
  -webkit-animation: fate-out-tip 1s linear forwards;
          animation: fate-out-tip 1s linear forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.compensation-wrapper__bar-wrapper .bar-content .upside-range-s {
  font-size: 24px;
  padding-top: 10px;
  padding-left: 35px;
}
.compensation-wrapper__bar-wrapper .bar-content .upside-range-n {
  font-size: 40px;
  font-weight: bold;
  padding-left: 35px;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-c {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-item {
  width: 70px;
  height: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d72f3f7), to(#efefef54));
  background: -webkit-linear-gradient(top, #4d72f3f7 0%, #efefef54 100%);
  background: -o-linear-gradient(top, #4d72f3f7 0%, #efefef54 100%);
  background: linear-gradient(180deg, #4d72f3f7 0%, #efefef54 100%);
  position: relative;
  -webkit-animation: go-up-1 1s linear forwards;
          animation: go-up-1 1s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-item::before {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: -9px;
  z-index: 2;
  background-color: rgba(41, 89, 255, 0.99);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-item::after {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  bottom: -9px;
  background-color: rgba(41, 89, 255, 0.1);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-item-number {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  color: #999;
  position: absolute;
  left: 0;
  top: -45px;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-inner {
  width: 100%;
  height: 0px;
  position: absolute;
  top: -45px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f19f46), to(#efefef54));
  background: -webkit-linear-gradient(top, #f19f46 0%, #efefef54 100%);
  background: -o-linear-gradient(top, #f19f46 0%, #efefef54 100%);
  background: linear-gradient(180deg, #f19f46 0%, #efefef54 100%);
  visibility: hidden;
  -webkit-animation: go-up-2 1s linear forwards;
          animation: go-up-2 1s linear forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-inner::before {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: -9px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ff9013), to(#ff9013));
  background-image: -webkit-linear-gradient(top, #ff9013 30%, #ff9013 100%);
  background-image: -o-linear-gradient(top, #ff9013 30%, #ff9013 100%);
  background-image: linear-gradient(180deg, #ff9013 30%, #ff9013 100%);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-inner::after {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  bottom: -9px;
  background-color: rgba(41, 89, 255, 0.1);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-before {
  background: none;
  background-color: #d0d6ea;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-before::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#babed0), to(#ccd0e1));
  background: -webkit-linear-gradient(top, #babed0, #ccd0e1);
  background: -o-linear-gradient(top, #babed0, #ccd0e1);
  background: linear-gradient(180deg, #babed0, #ccd0e1);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-before::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#b1b6ca), to(#ccd0e1));
  background: -webkit-linear-gradient(top, #b1b6ca, #ccd0e1);
  background: -o-linear-gradient(top, #b1b6ca, #ccd0e1);
  background: linear-gradient(180deg, #b1b6ca, #ccd0e1);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-after {
  background: none;
  background-color: #ffcf60;
}
.compensation-wrapper__bar-wrapper .bar-content .bar-after::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb50a), to(#ffcf60));
  background: -webkit-linear-gradient(top, #ffb50a, #ffcf60);
  background: -o-linear-gradient(top, #ffb50a, #ffcf60);
  background: linear-gradient(180deg, #ffb50a, #ffcf60);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-after::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8b54), to(#ffcf60));
  background: -webkit-linear-gradient(top, #ff8b54, #ffcf60);
  background: -o-linear-gradient(top, #ff8b54, #ffcf60);
  background: linear-gradient(180deg, #ff8b54, #ffcf60);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-inner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff8b54), to(#ff8b54));
  background: -webkit-linear-gradient(top, #ff8b54 50%, #ff8b54 100%);
  background: -o-linear-gradient(top, #ff8b54 50%, #ff8b54 100%);
  background: linear-gradient(180deg, #ff8b54 50%, #ff8b54 100%);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-inner::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff8b54), to(#ff8b54));
  background-image: -webkit-linear-gradient(top, #ff8b54 50%, #ff8b54);
  background-image: -o-linear-gradient(top, #ff8b54 50%, #ff8b54);
  background-image: linear-gradient(180deg, #ff8b54 50%, #ff8b54);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-inner::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff400b), to(#ff8b54));
  background-image: -webkit-linear-gradient(top, #ff400b, #ff8b54);
  background-image: -o-linear-gradient(top, #ff400b, #ff8b54);
  background-image: linear-gradient(180deg, #ff400b, #ff8b54);
}
.compensation-wrapper__bar-wrapper .bar-content .bar-item-after,
.compensation-wrapper__bar-wrapper .bar-content .bar-item-before {
  font-size: 20px;
  position: absolute;
  bottom: -55px;
  right: 5px;
  word-break: keep-all;
}
@-webkit-keyframes zoom-up-img {
  0% {
    top: -50px;
    left: 30px;
    width: 0;
    visibility: hidden;
  }
  100% {
    top: -50px;
    left: 110px;
    visibility: visible;
  }
}
@keyframes zoom-up-img {
  0% {
    top: -50px;
    left: 30px;
    width: 0;
    visibility: hidden;
  }
  100% {
    top: -50px;
    left: 110px;
    visibility: visible;
  }
}

.page-nature .nature-model-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.page-nature .nature-model-sub-title {
  font-size: 24px;
  color: #666;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
.page-nature .nature-banner {
  background: url("/images/nature/bg.png") no-repeat 100%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.page-nature .nature-banner .big-title {
  font-size: 48px;
  color: #333;
}
.page-nature .nature-banner .sub-title {
  font-size: 28px;
  color: #666;
}
.page-nature .nature-banner .try-btn {
  border: none;
}
.page-nature .delicacy-wrapper {
  background: url("/images/nature/bg-3.png") no-repeat 100%;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .page-nature .delicacy-wrapper {
    padding: 20px 0;
  }
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 40px;
  margin-top: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area {
    padding: 20px;
    zoom: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area {
    padding: 10px;
    zoom: 1;
  }
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area:hover p {
  color: #ff8e10;
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area:hover a {
  color: #fff;
  background-color: #ff8e10;
  -webkit-transition: backgroundColor 0.3s linear;
  -o-transition: backgroundColor 0.3s linear;
  transition: backgroundColor 0.3s linear;
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area p {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area p {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area p {
    font-size: 16px;
  }
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area a {
  color: #ff8e10;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 20px;
  padding: 14px 35px;
  border-radius: 214px;
  border: 1px solid #ff8e10;
  white-space: normal;
}
@media screen and (max-width: 1400px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area a {
    font-size: 18px;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area a {
    font-size: 16px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area a {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area a {
    font-size: 14px;
    padding: 0px 20px;
  }
}
.page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area .image {
  width: 160px;
  height: 150px;
}
@media screen and (max-width: 1400px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area .image {
    width: 160px;
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area .image {
    width: 140px;
    height: 130px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area .image {
    width: 120px;
    height: 110px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .delicacy-wrapper .delicacy-wrapper__content .delicacy-area .image {
    width: 100px;
    height: 90px;
  }
}
.page-nature .increase-efficiency {
  padding: 60px 0;
}
.page-nature .increase-efficiency .content-box {
  height: 25.625rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
  .page-nature .increase-efficiency .content-box {
    height: 25.625rem;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .increase-efficiency .content-box {
    height: 25.625rem;
  }
}
.page-nature .increase-efficiency .content-box .controller {
  padding: 56px;
  background: url("/images/nature/bg-4.png") no-repeat 100%;
  background-position: 0rem 0rem;
}
@media screen and (max-width: 1400px) {
  .page-nature .increase-efficiency .content-box .controller {
    padding: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .increase-efficiency .content-box .controller {
    padding: 40px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  .page-nature .increase-efficiency .content-box .controller {
    padding: 32px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  .page-nature .increase-efficiency .content-box .controller {
    padding: 24px;
  }
}
.page-nature .increase-efficiency .content-box .content-list {
  width: 460px;
  height: 90%;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("/images/nature/bg-5.png") no-repeat 100%;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .page-nature .increase-efficiency .content-box .content-list {
    -webkit-transform: translate(5%, -50%) scale(0.9);
        -ms-transform: translate(5%, -50%) scale(0.9);
            transform: translate(5%, -50%) scale(0.9);
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .increase-efficiency .content-box .content-list {
    -webkit-transform: translate(10%, -50%) scale(0.8);
        -ms-transform: translate(10%, -50%) scale(0.8);
            transform: translate(10%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  .page-nature .increase-efficiency .content-box .content-list {
    -webkit-transform: translate(15%, -50%) scale(0.7);
        -ms-transform: translate(15%, -50%) scale(0.7);
            transform: translate(15%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  .page-nature .increase-efficiency .content-box .content-list {
    font-size: 1rem;
  }
}
.page-nature .increase-efficiency .content-box .content-list ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
}
.page-nature .increase-efficiency .content-box .content-list ul li {
  width: 300px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 80px;
  margin: 8px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /*      @media screen and (max-width: 1400px) {
            }
            @media screen and (max-width: 1200px) {
            }
            @media screen and (max-width: 992px) {
              width: 268px;
              padding-left: 48px;
            }
            @media screen and (max-width: 576px) {
            } */
}
.page-nature .increase-efficiency .content-box .content-list ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  left: 50px;
  top: 13px;
}
.page-nature .increase-efficiency .content-box .content-list ul .active {
  color: #fff;
  font-weight: bold;
}
.page-nature .increase-efficiency .content-box .content-list ul .active::before {
  visibility: visible;
}
.page-nature .increase-efficiency .content-box .content-list .manipulator {
  width: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-right: 20px;
}
.page-nature .increase-efficiency .content-box .content-list .manipulator .manipulator-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  cursor: pointer;
}
.page-nature .increase-efficiency .content-box .content-list .manipulator .manipulator-icon:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page-nature .increase-efficiency .content-box .content-list .manipulator .manipulator-line {
  width: 3px;
  height: 180px;
  margin: 17px auto;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.page-nature .increase-efficiency .content-box .content-list .manipulator .manipulator-line span {
  width: 3px;
  height: 45px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page-nature .increase-efficiency .content-box .content-list .manipulator .lineAnimate {
  -webkit-animation: fill-line 10s linear infinite;
          animation: fill-line 10s linear infinite;
}
.page-nature .increase-efficiency .content-title {
  font-size: 28px;
  color: #333;
  font-weight: 700;
}
.page-nature .increase-efficiency .content-desc {
  font-size: 20px;
  color: #666;
}
.page-nature .increase-efficiency .content-number {
  font-size: 72px;
  font-weight: 700;
  color: #ff8e10;
  margin-top: 128px;
}
.page-nature .content-5 {
  background: url("/images/nature/bg-6.png") no-repeat 100%;
  background-size: cover;
}
.page-nature .content-5 .title {
  text-align: center;
}
.page-nature .content-5 .kernel-box .kernel-item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 48px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
  border: 2px solid transparent;
  overflow: hidden;
}
.page-nature .content-5 .kernel-box .kernel-item:nth-of-type(4) .kernel-more {
  margin-top: 8px;
}
@media screen and (max-width: 1400px) {
  .page-nature .content-5 .kernel-box .kernel-item {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .content-5 .kernel-box .kernel-item {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .content-5 .kernel-box .kernel-item {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .content-5 .kernel-box .kernel-item {
    padding: 10px;
  }
}
.page-nature .content-5 .kernel-box .kernel-item:hover {
  border: 2px solid rgba(255, 164, 0, 0.3);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.1);
  background: url("/images/nature/bg-7.png") no-repeat 100%;
  background-size: cover;
}
.page-nature .content-5 .kernel-box .kernel-item:hover .kernel-more {
  color: #fff;
  background-color: #ff8e10;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.page-nature .content-5 .kernel-box .kernel-item:hover .kernel-title {
  color: #ff8e10;
}
.page-nature .content-5 .kernel-box .kernel-item:hover img {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .page-nature .content-5 .kernel-box .kernel-item:hover img {
    right: 10px;
    bottom: 0px;
  }
}
.page-nature .content-5 .kernel-box .kernel-item .flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.page-nature .content-5 .kernel-box .kernel-item .kernel-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.page-nature .content-5 .kernel-box .kernel-item .kernel-introduce {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #666666;
}
@media screen and (max-width: 1400px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-introduce {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-introduce {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-introduce {
    font-size: 14px;
  }
}
.page-nature .content-5 .kernel-box .kernel-item .kernel-more {
  display: inline-block;
  color: #ff8e10;
  padding: 8px 30px;
  text-align: center;
  border-radius: 144px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff8e10;
}
@media screen and (max-width: 1400px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 3px 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .content-5 .kernel-box .kernel-item .kernel-more {
    padding: 0 20px;
  }
}
.page-nature .content-5 .kernel-box .kernel-item img {
  position: absolute;
  width: 110px;
  height: 100px;
  right: -120px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1400px) {
  .page-nature .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  .page-nature .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  .page-nature .content-5 .kernel-box .kernel-item img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.page-nature .guidance-wrapper {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  .page-nature .guidance-wrapper {
    padding: 20px 0;
  }
}
.page-nature .guidance-wrapper .guidance-box .guidance-item {
  width: 100%;
  height: 100%;
  padding: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 10px;
  background: #f9f9fa;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeeeee;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 992px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item {
    padding: 10px;
  }
}
.page-nature .guidance-wrapper .guidance-box .guidance-item:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0%);
          box-shadow: 0px 4px 10px 0px rgb(0 0 0%);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.page-nature .guidance-wrapper .guidance-box .guidance-item:hover .guidance-title {
  color: #ff8e10;
}
.page-nature .guidance-wrapper .guidance-box .guidance-item:hover .guidance-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.page-nature .guidance-wrapper .guidance-box .guidance-item:hover .report {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffb300), to(#ff5100));
  background: -webkit-linear-gradient(left, #ffb300, #ff5100);
  background: -o-linear-gradient(left, #ffb300, #ff5100);
  background: linear-gradient(90deg, #ffb300, #ff5100);
}
.page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 1400px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-title {
    font-size: 16px;
  }
}
.page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-introduce {
  font-size: 20px;
  color: #666;
}
@media screen and (max-width: 1400px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-introduce {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-introduce {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-introduce {
    font-size: 14px;
  }
}
.page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-img {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 992px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .guidance-img {
    width: 80px;
    height: 80px;
    bottom: -3px;
    -webkit-filter: none;
            filter: none;
  }
}
.page-nature .guidance-wrapper .guidance-box .guidance-item .report {
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 93px;
  border: none;
  color: #ff8e10;
  background: #fff;
  border: 1px solid #ff8e10;
}
@media screen and (max-width: 576px) {
  .page-nature .guidance-wrapper .guidance-box .guidance-item .report {
    padding: 0px 20px;
  }
}
.page-nature .application-worth {
  padding: 90px 0px;
}
@media screen and (max-width: 576px) {
  .page-nature .application-worth {
    padding: 20px 0;
  }
}
.page-nature .application-worth .content .little-card {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  padding: 48px 32px;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .page-nature .application-worth .content .little-card {
    padding: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .application-worth .content .little-card {
    padding: 25px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .application-worth .content .little-card {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature .application-worth .content .little-card {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .application-worth .content .little-card {
    padding: 15px;
  }
}
.page-nature .application-worth .content .little-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -4px #d9d9d9;
          box-shadow: 0px 0px 15px -4px #d9d9d9;
}
.page-nature .application-worth .content .little-card img {
  margin-right: 15px;
  border-radius: 8px;
}
.page-nature .application-worth .content .little-card b {
  color: #333;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
.page-nature .application-worth .content .little-card .introduce {
  display: block;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1400px) {
  .page-nature .application-worth .content .little-card .introduce {
    bottom: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature .application-worth .content .little-card .introduce {
    bottom: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature .application-worth .content .little-card .introduce {
    bottom: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature .application-worth .content .little-card .introduce {
    bottom: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature .application-worth .content .little-card .introduce {
    bottom: 12px;
    font-size: 14px;
  }
}
.efficiency-container {
  padding: 20px 0;
}
.efficiency-title {
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.efficiency-subtitle {
  padding: 0 15px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  text-align: center;
}
.count-container {
  position: relative;
  background: url("/images/nature/bg-4.png") no-repeat 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .count-container {
    background-image: none;
  }
}
.count-container .count-wrapper-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .count-container .count-wrapper-item {
    padding: 15px 10px;
    border-top: 1px solid #d8d8d8;
  }
  .count-container .count-wrapper-item:nth-of-type(2n-1) {
    background-color: #f0f0f0;
  }
  .count-container .count-wrapper-item:nth-of-type(4) {
    border-bottom: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 500px) {
  .count-container .count-wrapper-item {
    height: 220px;
  }
}
.count-container .count-number {
  width: 95px;
  font-size: 2.25rem;
  color: #ff8e10;
}
.count-container .count-number > * {
  font-weight: bold;
}
.count-container .count-menu {
  margin-top: 15px;
  bottom: 0px;
  background: url("/images/nature/bg-5.png") no-repeat 100%;
  background-size: cover;
  border-radius: 10px;
}
.count-container .count-menu .count-menu-item {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.animated-up {
  -webkit-animation: go-up-1 1s linear forwards;
          animation: go-up-1 1s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.animated-inner-up {
  -webkit-animation: go-up-2 1s linear forwards;
          animation: go-up-2 1s linear forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes go-up-1 {
  0% {
    height: 0;
    visibility: hidden;
  }
  100% {
    height: 122px;
    visibility: visible;
  }
}
@keyframes go-up-1 {
  0% {
    height: 0;
    visibility: hidden;
  }
  100% {
    height: 122px;
    visibility: visible;
  }
}
@-webkit-keyframes go-up-2 {
  0% {
    top: 0;
    height: 0;
    visibility: hidden;
  }
  100% {
    top: -45px;
    height: 45px;
    visibility: visible;
  }
}
@keyframes go-up-2 {
  0% {
    top: 0;
    height: 0;
    visibility: hidden;
  }
  100% {
    top: -45px;
    height: 45px;
    visibility: visible;
  }
}
@-webkit-keyframes fill-line {
  0% {
    height: 0;
    visibility: hidden;
  }
  100% {
    height: 180px;
    visibility: visible;
  }
}
@keyframes fill-line {
  0% {
    height: 0;
    visibility: hidden;
  }
  100% {
    height: 180px;
    visibility: visible;
  }
}
@-webkit-keyframes fate-out-tip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fate-out-tip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.cooperation {
  padding: 60px 0;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background: url("/images/home/bg-4.png") no-repeat;
  background-size: 140%;
  background-position: -400px -100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cooperation {
    padding: 20px 0;
    background-image: none;
    background-color: #f5f5f5;
  }
}
.cooperation .title {
  margin-bottom: 0;
}
.cooperation .describe {
  text-align: center;
  font-style: 14px;
  color: #d8d8d8;
  margin-bottom: 40px;
}
.t-4 {
  background: url("/images/service/bg-mod-2.png") no-repeat 100%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-4 {
    background-image: none;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }
}
.t-4:after {
  display: block;
  content: "";
  width: 30%;
  z-index: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images/service/filt-1.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .t-4:after {
    background-image: none;
  }
}
.t-4 .t-4-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3vw;
}
.t-4 .t-4-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t-4 .t-image-content {
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .t-4 .t-image-content {
    width: 430px;
  }
}
@media screen and (max-width: 992px) {
  .t-4 .t-image-content {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .t-4 .t-image-content {
    width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .t-4 .t-image-content {
    display: none;
  }
}
.t-4 .t-4-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t-4 .content-title {
  font-size: 28px;
  color: #3d3d3d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .t-4 .content-title {
    font-size: 16px;
  }
}
.t-4 .content-subhead {
  font-size: 20px;
  color: #666;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .t-4 .content-subhead {
    font-size: 14px;
    margin-top: 10px;
  }
}
.t-4 .content-classily {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 20px;
  color: #666;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .t-4 .content-classily {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .t-4 .content-classily {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .t-4 .content-classily {
    margin-top: 20px;
    font-size: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.t-4 .content-classily div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  word-break: keep-all;
}
.t-4 .content-classily span {
  color: #ff8e10;
  font-size: 68px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .t-4 .content-classily span {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .t-4 .content-classily span {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .t-4 .content-classily span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .t-4 .content-classily span {
    font-size: 22px;
  }
}
.classfly {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .classfly > div {
    padding: 10px;
  }
}
.classfly .first-title {
  font-size: 28px;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 1600px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 0 * 2px);
    font-size: calc(28px - 0 * 2px);
  }
}
@media screen and (max-width: 1600px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 1 * 2px);
    font-size: calc(28px - 1 * 2px);
  }
}
@media screen and (max-width: 1400px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 2 * 2px);
    font-size: calc(28px - 2 * 2px);
  }
}
@media screen and (max-width: 1200px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 3 * 2px);
    font-size: calc(28px - 3 * 2px);
  }
}
@media screen and (max-width: 992px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 4 * 2px);
    font-size: calc(28px - 4 * 2px);
  }
}
@media screen and (max-width: 768px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 5 * 2px);
    font-size: calc(28px - 5 * 2px);
  }
}
@media screen and (max-width: 576px) {
  .classfly .first-title {
    font-size: -webkit-calc(28px - 6 * 2px);
    font-size: calc(28px - 6 * 2px);
  }
}
.classfly .first-describe {
  color: #999;
  font-size: 20px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .classfly .first-describe {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .classfly .first-describe {
    font-size: 14px;
  }
}
.classfly .first-describe::before {
  content: "";
  border-radius: 140px;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 45px;
  height: 5px;
}
.t-5 {
  background: url("/images/bg11.png") no-repeat 100%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-5 {
    background-image: none;
    display: none;
  }
}
.t-5:after {
  display: block;
  content: "";
  width: 40%;
  z-index: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/service/filt-2.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .t-5:after {
    background-image: none;
  }
}
.t-5 .t-4-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
}
.t-5 .t-image-content {
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .t-5 .t-image-content {
    width: 430px;
  }
}
@media screen and (max-width: 992px) {
  .t-5 .t-image-content {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .t-5 .t-image-content {
    width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .t-5 .t-image-content {
    display: none;
  }
}
.t-5 .t-4-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t-5 .content-title {
  font-size: 28px;
  color: #3d3d3d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .t-5 .content-title {
    font-size: 16px;
  }
}
.t-5 .content-subhead {
  font-size: 20px;
  color: #666;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .t-5 .content-subhead {
    font-size: 14px;
    margin-top: 10px;
  }
}
.t-5 .content-classily {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 20px;
  color: #666;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .t-5 .content-classily {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .t-5 .content-classily {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .t-5 .content-classily {
    margin-top: 20px;
    font-size: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.t-5 .content-classily div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  word-break: keep-all;
}
.t-5 .content-classily span {
  color: #ff8e10;
  font-size: 68px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .t-5 .content-classily span {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .t-5 .content-classily span {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .t-5 .content-classily span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .t-5 .content-classily span {
    font-size: 22px;
  }
}

.xs-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.xs-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.xs-text {
  font-size: 14px;
}
.page-nature1 .cockpit-container .cockpit-tab__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 1200px) {
  .page-nature1 .cockpit-container .cockpit-tab__header {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature1 .cockpit-container .cockpit-tab__header {
    font-size: 14px;
  }
}
.page-nature1 .cockpit-container .cockpit-tab__header span {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px;
}
.page-nature1 .cockpit-container .tab-content {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.page-nature1 .cockpit-container .tab-content .echart-content {
  height: 480px;
}
@media screen and (max-width: 1600px) {
  .page-nature1 .cockpit-container .tab-content .echart-content {
    height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature1 .cockpit-container .tab-content .echart-content {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature1 .cockpit-container .tab-content .echart-content {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature1 .cockpit-container .tab-content .echart-content {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature1 .cockpit-container .tab-content .echart-content {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature1 .cockpit-container .tab-content .echart-content {
    height: 240px;
  }
}
.page-nature1 .cockpit-container .active {
  color: #ff8e10;
  border-bottom: none !important;
  background-color: #fff;
}
.page-nature1 .analyse-container {
  background: url("/images/nature/bg-8.png") no-repeat 100%;
  background-size: cover;
}
.page-nature1 .analyse-container .analyse-wrapper {
  margin: 0 auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(92px);
          backdrop-filter: blur(92px);
  overflow: hidden;
}
.page-nature1 .analyse-container .analyse-wrapper .analyse-wrapper__title {
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  background-color: #edf0f3;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-wrapper__title {
    font-size: 16px;
  }
}
.page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts {
  padding: 10px;
}
.page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
  height: 400px;
}
@media screen and (max-width: 1600px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
    height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .page-nature1 .analyse-container .analyse-wrapper .analyse-container__echarts .echart-content {
    height: 240px;
  }
}
.page-nature1 .content-3 div.subtitle {
  font-size: 16px;
  color: #aaa;
}
.page-nature1 .content-3 div.content-box {
  gap: 40px;
  margin: 40px auto 0;
  max-width: 950px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .page-nature1 .content-3 div.content-box {
    margin: 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-nature1 .content-3 div.content-box {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
}
.page-nature1 .content-3 div.content-box img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  border-radius: 10px;
}
.page-nature1 .banner-anim {
  width: 100%;
  height: 500px;
}
.page-nature1 .banner-user {
  height: 720px;
}
.page-nature1 .banner-user-elem {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-nature1 .banner-user-elem .banner-user-title {
  font-size: 32px;
  top: 40%;
}
.page-nature1 .banner-user-elem .banner-user-text {
  top: 40%;
}
.page-nature1 .banner-anim-elem .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page-nature1 .banner-anim-thumb span {
  width: 24px !important;
  background: #eee !important;
}
.page-nature1 .banner-anim-thumb .active {
  background-color: #ff8e10 !important;
}

