@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Source Han Sans CN", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
@font-face {
  font-family: 'Aldrich';
  src: local('Aldrich Regular'), local('Aldrich-Regular'), url('../fonts/aldrich/Aldrich-Regular.woff2') format('woff2'), url('../fonts/aldrich/Aldrich-Regular.woff') format('woff'), url('../fonts/aldrich/Aldrich-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
ul {
  padding: 0;
}
:root {
  font-size: 16px;
  --main-color: #C1DA68;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.google-translate a {
  pointer-events: none;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  --height: 100px;
  padding: 0 60px;
  transition: all 0.5s;
}
.header::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 140px;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, #000 31.36%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.5s;
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.active {
  background-color: #004844;
}
.header.active::after {
  opacity: 0;
  pointer-events: none;
}
.header-logo {
  width: 270px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    position: relative;
    margin-right: 68px;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    color: #FFFDED;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    height: var(--height);
  }
  .hd_item.active .hd_link,
  .hd_item:hover .hd_link {
    color: var(--main-color);
  }
  .hd_second {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    padding: 16px 24px;
  }
  .hd_second_link {
    white-space: nowrap;
    font-size: 16px;
    color: #444;
    line-height: 1.65;
    padding: 8px 0;
    display: inline-block;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
  .hd_second_link:hover {
    color: var(--main-color);
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .slide-link {
  position: relative;
  display: block;
}
.home-banner .slide-link img {
  width: 100%;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video {
    pointer-events: all;
  }
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video video {
    display: none;
  }
}
.home-banner .slide-video .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video .iconfont {
    display: block;
  }
}
.home-banner .slide-video > img {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video > img {
    display: block;
  }
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.header-controls {
  display: flex;
  align-items: center;
}
.header-language {
  color: #FFFDED !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header-language::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #353535;
  flex-shrink: 0;
  margin: 0 22px;
}
@media screen and (min-width: 1200px) {
  .header-language:hover {
    color: var(--main-color);
  }
}
.header-form {
  display: flex;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10.19999981px);
}
.header-form input {
  width: calc(100% - 44px);
  padding: 0 18px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.header-form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #B6B6B6;
}
.header-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B6B6B6;
}
.header-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B6B6B6;
}
.header-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B6B6B6;
}
.header-form button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-form button span {
  font-size: 20px;
  color: #fff;
}
.go-dowm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
  cursor: pointer;
  padding: 6px;
}
.go-dowm .iconfont {
  font-size: 26px;
  color: rgba(255, 253, 237, 0.6);
}
@media screen and (min-width: 1200px) {
  .go-dowm:hover .iconfont {
    color: #fff;
  }
}
.home-banner-controls {
  position: absolute;
  z-index: 2;
  right: 60px;
  bottom: 30px;
}
.home-banner-controls .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-banner-controls .number {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
}
.home-banner-controls .next-btns {
  cursor: pointer;
}
.home-banner-controls .next-btns span {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-banner-controls .next-btns:hover span {
    transform: scale(1.2);
    color: var(--main-color);
  }
}
.home-banner-controls .dots {
  margin-top: 15px;
}
.home-banner-controls .dots .swiper-pagination {
  position: static;
  display: flex;
  transform: translateX(0%);
}
.home-banner-controls .dots .swiper-pagination-bullet {
  width: 48px;
  height: 2px;
  background-color: #fff !important;
  opacity: 0.3 !important;
  margin-right: 14px !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
}
.home-banner-controls .dots .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.home-banner-controls .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-about {
  padding: 100px 0 90px;
  margin-top: -4px;
  position: relative;
  z-index: 2;
}
.home-about .title {
  color: #FFFDED;
  font-size: 50px;
}
.home-about .title::after,
.home-about .title::before {
  background-color: #FFFDED;
}
.home-about .text {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  max-width: 100%;
}
.home-about .text p {
  color: #FFFDED;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.home-about .more {
  text-align: center;
}
.home .more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.home .more-link i {
  width: 44px;
  height: 44px;
  background-color: var(--main-color);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #004844;
  margin-right: 18px;
}
.home .more-link span {
  color: #FFFDED;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home .more-link:hover i {
    transform: scale(1.1);
  }
  .home .more-link:hover span {
    color: var(--main-color);
  }
}
.mod-tit46 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004844;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mod-tit46::after,
.mod-tit46::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background-color: #004844;
  margin: 0 26px;
}
.home-about-list {
  display: flex;
  flex-wrap: wrap;
  margin: 12.5vw var(--flex-margin) -30px;
}
@media screen and (min-width: 1921px) {
  .home-about-list {
    margin: 240px var(--flex-margin) -30px;
  }
}
.home-about-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
  width: 25%;
}
.home-about-content {
  padding: 25px 26px 10px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5.0999999px);
  -webkit-backdrop-filter: blur(5.0999999px);
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.home-about-content .number {
  color: #FFFDED;
  font-family: Aldrich;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 16px;
}
.home-about-content .info {
  margin-top: 14px;
}
.home-about-content .info .subtit {
  color: #FFFDED;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin-bottom: 6px;
}
.home-about-content .info .tits {
  color: #FFFDED;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home-product {
  padding: 130px 60px;
  overflow: hidden;
}
.home-product .text {
  text-align: center;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.home-product .text p {
  color: #004844;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.home-product-list {
  margin: 70px -33px 0;
}
.home-product-item {
  padding: 0 33px;
}
.home-product-link {
  border-radius: 24px;
  background: #FFFDED;
  display: block;
}
.home-product-link .tops {
  padding: 0 10px;
}
.home-product-link .tops .img_box {
  border-radius: 24px;
  padding-top: 75%;
  background-color: #FFFDED;
}
.home-product-link .bottom {
  height: 238px;
  width: 100%;
  padding: 0 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: #004844;
  background-color: #FFFDED;
  border-radius: 24px;
  margin-top: -100px;
  transition: all 0.5s;
}
.home-product-link .bottom .tits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home-product-link .bottom .tits p {
  display: flex;
  align-items: center;
  color: #004844;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}
.home-product-link .bottom .tits p::before {
  content: "";
  display: block;
  width: 16px;
  flex-shrink: 0;
  height: 16px;
  border-radius: 50%;
  border: 5px solid #C1DA68;
  background-color: #004844;
  margin-right: 12px;
}
.home-product-link .bottom .tits .iconfont {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #004844;
  flex-shrink: 0;
}
.home-product-link .list-type {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  height: 70px;
  overflow: hidden;
}

.list-type-box{
  padding-bottom: 10px;
}

.home-product-link .list-type li {
  padding: 2px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #004844;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--main-color);
  border-radius: 30px;
}
.home-product-link .list-type-box {
  display: none;
}
.home-product-link:hover {
  background-color: transparent;
}
.home-product-link:hover .tops .img_box {
  background-color: #FFFDED;
}
.home-product-link:hover .bottom {
  background-color: #004844;
}
.home-product-link:hover .bottom .tits p {
  color: var(--main-color);
}
.home-product-link:hover .bottom .tits .iconfont {
  opacity: 0;
}
.home-jumb {
  position: relative;
  z-index: 1;
}
.home-jumb .img_box {
  padding-top: 46.875%;
}
.home-jumb-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 70px 60px;
}
.home-jumb-content .data {
  color: #FFFDED;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.home-jumb-content .data span {
  color: var(--main-color, #C1DA68);
  font-family: Aldrich;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 16px;
  display: inline-block;
  transform: translateY(10px);
}
.home-jumb-content .title {
  display: flex;
  align-items: center;
}
.home-jumb-content .title .type {
  color: #FFFDED;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  padding: 9px 27px;
  border-radius: 44px;
  margin-right: 46px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(6.30000019px);
  -webkit-backdrop-filter: blur(6.30000019px);
}
.home-jumb-content .title p {
  color: #FFFDED;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.6px;
}
.hc_cont1660 {
  width: 1660px;
  margin-left: auto;
  margin-right: auto;
}
.home-news {
  padding: 95px 0;
  background-color: #FFFDED;
}
.home-news .text {
  text-align: center;
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.home-news .text p {
  color: #004844;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.home-news-list {
  margin: 70px -40px 0;
}
.home-news-item {
  padding: 0 40px;
}
.home-news-link .img_box {
  padding-top: 56%;
  border-radius: 20px;
  margin-bottom: 32px;
}
.home-news-link .time {
  color: #004844;
  font-family: Aldrich;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  transition: all 0.5s;
}
.home-news-link .tits {
  color: #004844;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.5s;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-link .texts p {
  color: #85A7A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-link:hover .img_box img {
  transform: scale(1.05);
}
.home-news-link:hover .time {
  color: var(--main-color);
}
.home-news-link:hover .tits {
  color: var(--main-color);
}
.home-news-link:hover .texts p {
  color: var(--main-color);
}
.footer {
  background-color: #035551;
  padding: 0 60px;
}
.footer-top {
  padding-top: 75px;
  padding-bottom: 70px;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-top .left {
  display: flex;
  padding-top: 40px;
}
.footer-top .left .section {
  margin-right: 92px;
}
.footer-top .left .section h3 {
  color: #FFFDED;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.footer-top .left .section .content a {
  display: block;
  color: var(--main-color, #C1DA68);
  font-family: Aldrich;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 10px;
}
.footer-top .left .section .content a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .footer-top .left .section .content a:hover {
    text-decoration: underline;
  }
}
.footer-top .left .section:last-child {
  margin-right: 0;
}
.footer-top .right {
  display: flex;
}
.footer-nav:last-child {
  margin-right: 0;
}
.footer-nav {
  margin-right: 6.25vw;
}
.footer-nav .title {
  color: #FFFDED;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.footer-nav .group-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-nav .group-link a {
  color: #FFFDED;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .footer-nav .group-link a:hover {
    text-decoration: underline;
  }
}
.footer-nav .group-link a:last-child {
  margin-bottom: 0;
}
.footer-logo {
  width: 490px;
  display: block;
  margin-bottom: 44px;
}
.footer-logo img {
  width: 100%;
}
.footer-bottom {
  padding: 38px 0;
  border-top: 1px solid #035551;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
}
.footer-bottom .right {
  display: flex;
}
.footer-bottom .right .items:last-child {
  margin-right: 0;
}
.footer-bottom .right .items {
  display: flex;
  align-items: center;
  margin-right: 22px;
  position: relative;
}

.footer-bottom .right .items .imgs{
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  transition: all 0.5s;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}

@media screen and (min-width:1200px) {
  .footer-bottom .right .items:hover .imgs{
    pointer-events: all;
    opacity: 1;
  }
}

.footer-bottom .right .items .imgs img{
  width: 100%;
}

.footer-bottom .right .items i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #023D3A;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.footer-bottom .right .items span {
  color: #FFFDED;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-bottom .right .items:hover i {
  color: var(--main-color);
}
.footer-bottom .group-link {
  color: rgba(255, 253, 237, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 110px;
}
.footer-bottom .group-link a {
  color: rgba(255, 253, 237, 0.5);
}
@media screen and (min-width: 1200px) {
  .footer-bottom .group-link a:hover {
    color: #fffded;
  }
}
.footer-bottom .content {
  display: flex;
  align-items: center;
}
.footer-bottom .content p,
.footer-bottom .content a {
  color: rgba(255, 253, 237, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .content a:hover {
    color: #fffded;
  }
}
.mod-nav {
  display: flex;
  position: sticky;
  left: 0;
  top: 100px;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 1680px) {
  .mod-nav {
    top: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .mod-nav {
    top: 80px;
  }
}
.mod-nav-item {
  width: 25%;
  border-right: 1px solid #E6EEE6;
  border-bottom: 1px solid #E6EEE6;
  border-top: 1px solid #E6EEE6;
  position: relative;
  transition: all 0.5s;
}
.mod-nav-item:last-child {
  margin-right: none;
}
.mod-nav-link {
  padding: 22px 20px;
  display: block;
  color: #004844;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mod-nav-item:hover {
    border-bottom: 1px solid #004844;
  }
  .mod-nav-item:hover .mod-nav-link {
    color: #004844;
  }
}
.mod-nav-item.active {
  border-bottom: 1px solid #004844;
}
.mod-nav-item.active .mod-nav-link {
  color: #004844;
}
.about-info {
  padding: 65px 0 120px;
}
.about-info .text {
  margin-top: 40px;
}
.about-info .text p {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 30px;
}
.about-info .text p span {
  color: var(--main-color);
}
.about-info .text p:last-child {
  margin-bottom: 0;
}
.mod-tits .tits {
  color: #004844;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mod-tits .subtit {
  color: var(--main-color, #C1DA68);
  font-family: Aldrich;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 6px;
}
.about-idea {
  display: flex;
}
.about-idea .item {
  width: 100%;
  position: relative;
}
.about-idea .item .img_box {
  padding-top: 135.9375%;
}
.about-idea .item .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 58.04597701%;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%);
}
.about-idea .item .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 6;
  padding: 90px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-idea .item .content .type {
  padding: 4px 12px;
  border-radius: 90px;
  background: var(--main-color, #C1DA68);
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.about-idea .item .content .title {
  color: #FFFDED;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.about-history {
  padding-top: 170px;
  overflow: hidden;
}
.about-history .flex {
  display: flex;
  justify-content: space-between;
}
.about-history .imgs {
  margin-top: -100px;
}
.about-history .imgs img {
  width: 100%;
}
.about-history-slick {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-history-list {
  width: 830px;
  flex-shrink: 0;
}
.about-history-item {
  position: relative;
}
.about-history-item .year {
  color: var(--main-color, #C1DA68);
  font-family: Aldrich;
  font-size: 300px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.2;
  line-height: 1;
}
.about-history-item .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  padding: 0 25px;
}
.about-history-item .content .years {
  color: #004844;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-history-item .content .years span {
  color: #004844;
  font-family: Aldrich;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.about-history-item .content .texts {
  width: 570px;
}
.about-history-item .content .texts P {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.about-arrow {
  display: flex;
  flex-direction: column;
}
.about-arrow .mod-prev {
  transform: rotate(-90deg);
  margin-bottom: 30px;
}
.about-arrow .mod-next {
  transform: rotate(90deg);
}
.mod-prev,
.mod-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004844;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.5s;
}
.mod-prev span,
.mod-next span {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .mod-prev:hover,
  .mod-next:hover {
    background-color: var(--main-color);
  }
  .mod-prev:hover span,
  .mod-next:hover span {
    color: #fff;
    font-size: 16px;
  }
}
.about-history-progress {
  width: 22px;
  flex-shrink: 0;
  position: relative;
  align-self: center;
}
.about-history-progress img {
  width: 100%;
}
.about-history-progress .progress-actives {
  width: 100%;
  height: 0%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-history-progress .progress-actives::after {
  content: "";
  position: absolute;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  background-color: #199296;
  border-radius: 3px;
}
.about-honor {
  background-color: #FFFDED;
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.about-honor .right {
  width: 450px;
  flex-shrink: 0;
  align-self: flex-end;
}
.about-honor .right img {
  width: 100%;
}
.about-honor .left {
  width: calc(100% - 450px);
  padding-right: 60px;
  padding-left: calc((100% - 1660px) / 2);
  padding-bottom: 70px;
}
.about-honor .left .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-honor .left .text {
  margin-top: 42px;
}
.about-honor .left .text p {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 11px;
}
.about-honor .left .text p span {
  text-decoration-line: underline;
  font-weight: 500;
}
.about-honor .left .text p:last-child {
  margin-bottom: 0;
}
.about-honor-slick {
  width: 84.1085271%;
  margin-top: 50px;
}
.about-honor-list {
  margin: 0 -27px;
}
.about-honor-item {
  padding: 0 27px;
}
.about-honor-content {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 30px 70px;
  height: 100%;
}
.about-honor-content .img_box {
  padding-top: 100%;
}
.about-honor-content .imgs {
  margin-bottom: 30px;
}
.about-honor-content .tits {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-align: center;
}
.product .mod-nav-item.forms {
  width: 380px;
  flex-shrink: 0;
}
.product .mod-nav-form {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 55px;
  padding-right: 25px;
}
.product .mod-nav-form button .iconfont {
  font-size: 26px;
  color: #004844;
}
.product .mod-nav-form input {
  height: 100%;
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 25px;
}
.product .mod-nav-form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #C4C4C4;
}
.product .mod-nav-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C4C4C4;
}
.product .mod-nav-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C4C4C4;
}
.product .mod-nav-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C4C4C4;
}
.product-flex {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 100px;
}
.product-flex .left {
  width: 254px;
  margin-left: 6.7708333vw;
}
.product-flex .right {
  width: 69.2708333%;
  margin-right: 60px;
}
.product-nav {
  border-radius: 24px;
  background: #004844;
  padding: 10px 34px;
  position: sticky;
  left: 0;
  top: 200px;
}
.product-nav-item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 253, 237, 0.2);
}
.product-nav-item:last-child {
  border-bottom: none;
}
.product-nav-link {
  color: var(--main-color, #C1DA68);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -33px -80px;
}
.product-item {
  padding: 0 33px;
  width: 33.33333%;
  margin-bottom: 80px;
}
.product-link .imgs {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}
.product-link .imgs .img_box {
  padding-top: 71.666666%;
  border-radius: 22px;
  background-color: #FFFDED;
}
.product-link .content .tits {
  color: #004844;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  display: block;
}
.product-link .content .type {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.product-link .content .type .items {
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 1.5px 14px;
  border-radius: 55px;
  background: #E6EEE6;
  color: #004844;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --margin-x: 6px;
  --fs: 16px;
  --iconfs: 14px;
  --wh: 40px;
  --bg: #e6e6e6;
  --page-color: #222;
  margin-top: 80px;
}
.mod_page_item {
  margin: 0 var(--margin-x);
}
.mod_page .prev,
.mod_page .next {
  margin: 0 var(--margin-x) !important;
}
.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: transparent;
  border-radius: 14px;
  border: 1px solid #D0D0D0;
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}
.mod_page_item.act a {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: #fff;
  }
}
/* 分页-end */
.mod_page_item.omit {
  pointer-events: none;
}
.prodeta {
  padding-top: 100px;
  padding-bottom: 110px;
  padding-left: 6.77083333vw;
  padding-right: 60px;
}
.prodeta-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prodeta-flex .left {
  width: 37.15277778%;
  position: sticky;
  left: 0;
  top: 130px;
  z-index: 10;
}
.prodeta-flex .right {
  width: 54.861111%;
}
.prodeta-blist {
  border-radius: 22px;
  background-color: #FFFDED;
  overflow: hidden;
}
.prodeta-blist .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.prodeta-blist .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: #C1DA68 !important;
  opacity: 1 !important;
  transition: all 0.5s;
}
.prodeta-blist .slick-dots li.slick-active {
  background-color: #004844 !important;
}
.prodeta-bcontent {
  position: relative;
  z-index: 1;
}
.prodeta-bcontent .img_box {
  padding-top: 71.3395638%;
}
.prodeta-info {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #E6EEE6;
}
.prodeta-info .title {
  color: #004844;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.prodeta-info .types {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.prodeta-info .types .items {
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 3px 14px;
  border-radius: 55px;
  background: #E6EEE6;
  text-align: center;
  flex-shrink: 0;
  color: #004844;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prodeta-info .parameter {
  margin-bottom: 25px;
  margin-top: 60px;
}
.prodeta-info .parameter .tits {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.prodeta-info .parameter .tits .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #004844;
}
.prodeta-info .parameter .tits p {
  color: #004844;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prodeta-info .parameter .val {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.prodeta-info .specification {
  margin-bottom: 110px;
}
.prodeta-info .specification .tits {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.prodeta-info .specification .tits .iconfont {
  font-size: 18px;
  margin-right: 6px;
  color: #004844;
}
.prodeta-info .specification .tits p {
  color: #004844;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prodeta-info .specification .val {
  display: flex;
  flex-wrap: wrap;
}
.prodeta-info .specification .val .items {
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 4px 10px;
  border-radius: 2px;
  border: 1px solid #E6EEE6;
  background: #FFF;
  min-width: 80px;
  color: #004844;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.prodeta-info .inquire-btns {
  width: 140px;
  height: 44px;
  border-radius: 65px;
  background: var(--main-color, #C1DA68);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004844;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-info .inquire-btns:hover {
    background-color: #004844;
    color: #fff;
  }
}
.prodeta-tit {
  color: #004844;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 36px;
}
.prodeta-describe {
  margin-bottom: 80px;
}
.prodeta-describe .prodeta-tit {
  margin-bottom: 36px;
}
.prodeta-describe .list li {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
}
.prodeta-describe .list li .key {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.prodeta-describe .list li .key span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004844;
  color: var(--main-color);
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 16px;
}
.prodeta-describe .list li .val {
  color: #004844;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 8px;
}
.prodeta-describe .list li .val span {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  flex-shrink: 0;
  margin-right: 6px;
  display: inline-block;
}
.prodeta-describe .list li:last-child {
  margin-bottom: 0;
}
.prodeta-inquiry {
  margin-bottom: 80px;
}
.prodeta-inquiry .prodeta-tit {
  margin-bottom: 20px;
}
.prodeta-inquiry .mod_form {
  --form-margin: -7px;
  --form-padding: 7px;
  --form-item-botton: 15px;
  --form-item-br: 4px;
  --form-item-width: 50%;
  --form-item-bg: #E6EEE6;
  --form-item-height: 50px;
  --form-item-padding: 18px;
  --form-label-size: 14px;
  --form-color: #004844;
  --form-textarea-height: 200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta-inquiry .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta-inquiry .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: var(--form-item-br);
}
.prodeta-inquiry .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  line-height: 1.2;
  color: var(--form-color);
}
.prodeta-inquiry .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.prodeta-inquiry .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.prodeta-inquiry .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 18px;
  border-radius: 44px;
  color: #004844;
  background-color: var(--main-color);
  margin-top: 13px;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.56px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-inquiry .mod_form .mod_form_item .conts button:hover {
    color: #fff;
    background-color: #004844;
  }
}
.prodeta-inquiry .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-inquiry .mod_form .mod_form_item.selects.open .conts .selects-icon {
  transform: translateY(-50%) rotate(180deg);
}
.prodeta-inquiry .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: right;
  border: none;
}
.prodeta-inquiry .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-inquiry .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #004844;
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: var(--main-color, #C1DA68);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 0px;
  color: var(--main-color, #C1DA68);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transform: translateY(-0.5px);
  text-transform: capitalize;
}
.prodeta-inquiry .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-recommend {
  overflow: hidden;
}
.prodeta-recommend .prodeta-tit {
  margin-bottom: 22px;
}
.prodeta-recommend-list {
  margin: 0 -64px;
}
.prodeta-recommend-item {
  padding: 0 64px;
}
.news {
  padding: 90px 60px 100px;
}
.news .news-title {
  color: #004844;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 60px;
}
.news-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E6EEE6;
}
.news-item:last-child {
  margin-bottom: 0px;
}
.news-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item-link .left {
  display: flex;
  align-items: center;
}
.news-item-link .left .imgs {
  width: 480px;
  border-radius: 20px;
  margin-right: 80px;
}
.news-item-link .left .imgs .img_box {
  padding-top: 58.3333333%;
  border-radius: 20px;
}
.news-item-link .left .content {
  width: 760px;
}
.news-item-link .left .content .time {
  color: #004844;
  font-family: Aldrich;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
.news-item-link .left .content .tits {
  color: #004844;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.571%;
  margin-bottom: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.news-item-link .left .content .texts p {
  color: #85A7A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item-link .more {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-color: #004844;
  flex-shrink: 0;
}
.news-item-link .more span {
  font-size: 14px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .news-item-link:hover .left .imgs .img_box img {
    transform: scale(1.05);
  }
  .news-item-link:hover .left .content .time {
    color: var(--main-color);
  }
  .news-item-link:hover .left .content .tits {
    color: var(--main-color);
  }
  .news-item-link:hover .left .content .texts p {
    color: var(--main-color);
  }
  .news-item-link:hover .more {
    background-color: var(--main-color);
  }
  .news-item-link:hover .more span {
    color: #004844;
  }
}
.contact {
  padding: 0 60px 130px;
}
.contact .mod_form {
  --form-margin: -9px;
  --form-padding: 9px;
  --form-item-botton: 20px;
  --form-item-br: 10px;
  --form-item-width: 100%;
  --form-item-bg: transparent;
  --form-item-height: 53px;
  --form-item-padding: 25px;
  --form-label-size: 16px;
  --form-color: #004844;
  --form-textarea-height: 330px;
  display: flex;
  flex-wrap: wrap;
  margin: 25px var(--form-margin) 0;
}
.contact .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: var(--form-item-br);
  border: 1.2px solid #E9EEFA;
}
.contact .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  line-height: 1.2;
  color: var(--form-color);
  letter-spacing: 0.64px;
}
.contact .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.contact .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.contact .mod_form .mod_form_item .conts button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 18px;
  background-color: #004844;
  border-radius: 60px;
  margin-top: 20px;
  transition: all 0.5s;
}
.contact .mod_form .mod_form_item .conts button span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #004844;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.contact .mod_form .mod_form_item .conts button p {
  color: var(--main-color, #C1DA68);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact .mod_form .mod_form_item .conts button:hover {
    background-color: var(--main-color);
  }
  .contact .mod_form .mod_form_item .conts button:hover span {
    background-color: #004844;
    color: var(--main-color);
  }
  .contact .mod_form .mod_form_item .conts button:hover p {
    color: #004844;
  }
}
.contact .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact .mod_form .mod_form_item.selects.open .conts .selects-icon {
  transform: translateY(-50%) rotate(180deg);
}
.contact .mod_form .mod_form_item.selects .conts {
  cursor: pointer;
}
.contact .mod_form .mod_form_item.selects .conts input {
  pointer-events: none;
}
.contact .mod_form .mod_form_item.selects .conts .select-list {
  position: absolute;
  width: 100%;
  padding: 15px var(--form-item-padding);
  background-color: #e6e6e6;
  left: 0;
  top: calc(100% + 5px);
  z-index: 2;
  border-radius: var(---form-item-br);
  display: none;
}
.contact .mod_form .mod_form_item.selects .conts .select-list li {
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 1.75;
}
.contact .mod_form .mod_form_item.selects .conts .select-list li.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .contact .mod_form .mod_form_item.selects .conts .select-list li:hover {
    color: var(--main-color);
  }
}
.contact .mod_form .mod_form_item.selects .conts .selects-icon {
  position: absolute;
  width: 10px;
  right: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  cursor: pointer;
}
.contact .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
  border: none;
}
.contact .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact .mod_form .mod_form_item.block {
  width: 100%;
}
.contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact .flex .left {
  width: 49.16666666%;
  background-color: #FFFDED;
  padding: 72px 82px;
  border-radius: 24px;
  margin-top: -12.5%;
  position: relative;
  z-index: 1;
}
.contact .flex .left .title {
  color: #004844;
  font-family: "Source Han Sans CN";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact .flex .left .text p {
  color: #004844;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 206.25%;
}
.contact .flex .right {
  width: 45%;
  padding: 60px 0;
}
.contact .flex .right .item {
  margin-bottom: 35px;
  display: flex;
}
.contact .flex .right .item .iconfont {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #004844;
  font-size: 26px;
  color: var(--main-color);
}
.contact .flex .right .item .content {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.contact .flex .right .item .content .key {
  color: #004844;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  padding-top: 9px;
  margin-bottom: 26px;
  border-bottom: 1px solid #E8E8ED;
}
.contact .flex .right .item .content .val p,
.contact .flex .right .item .content .val a {
  color: #383838;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 213.333%;
}
@media screen and (min-width: 1200px) {
  .contact .flex .right .item .content .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.contact .flex .right .item:last-child {
  margin-bottom: 0;
}
.organic .mod-nav .mod-nav-item {
  width: 50%;
}
.organic-animal {
  padding: 60px 0 110px;
}
.mod-structure1 .title {
  color: #004844;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mod-structure1 .subtit {
  margin-top: 16px;
  color: var(--main-color, #C1DA68);
  font-family: Aldrich;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.organic-animal-section {
  padding-top: 80px;
}
.organic-title {
  color: #004844;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 105.882%;
  display: flex;
  align-items: flex-start;
}
.organic-title::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #004844;
  margin: 0 20px;
  flex-shrink: 0;
  margin-top: 12px;
}
.organic-edit {
  padding-top: 55px;
}
.organic-edit p {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 30px;
}
.organic-edit p:last-child {
  margin-bottom: 0;
}
.organic-imgs {
  width: 100%;
  margin-top: 60px;
  border-radius: 24px;
  overflow: hidden;
}
.organic-imgs img {
  width: 100%;
}
.organic-production > .organic-edit {
  margin-top: 50px;
}
.organic-production-section {
  padding-top: 80px;
}
.organic-honor {
  margin: 42px -22px 0;
}
.organic-honor-item {
  padding: 0 22px;
}
.organic-honor-content {
  cursor: pointer;
  border: 1px solid #D9D9D9;
}
.organic-honor-content .img_box {
  padding-top: 128.333333%;
}
.organic-honor-content .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.organic-honor-content .img_box .iconfont {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
  opacity: 0;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .organic-honor-content:hover .img_box img {
    transform: scale(1.05);
  }
  .organic-honor-content:hover .img_box::after {
    opacity: 0.2;
  }
  .organic-honor-content:hover .img_box .iconfont {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.organic-principle {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -16px -32px;
}
.organic-principle-item {
  width: 33.33333%;
  padding: 0 16px;
  margin-bottom: 32px;
}
.organic-principle-content {
  border-radius: 24px;
  background: linear-gradient(180deg, #F9F9F9 0%, #EEF0E6 100%);
  padding: 40px 40px;
  min-height: 240px;
  display: flex;
  height: 100%;
}
.organic-principle-content .icons {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: #004844;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
}
.organic-principle-content .icons img {
  width: 34px;
}
.organic-principle-content .content .key {
  color: #004844;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.organic-principle-content .content .val {
  color: #004844;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}
.organic-procedur {
  margin-top: 60px;
}
.organic-procedur-item:nth-child(even) {
  flex-direction: row-reverse;
}
.organic-procedur-item {
  display: flex;
  margin: 0 -6px 20px;
}
.organic-procedur-item .left,
.organic-procedur-item .right {
  width: 50%;
  padding: 0 6px;
}
.organic-procedur-item .left {
  border-radius: 24px;
  background: #FFFDED;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.organic-procedur-item .left .iconfont {
  font-size: 50px;
  color: #199296;
  margin-bottom: 44px;
}
.organic-procedur-item .left .tits {
  color: #004844;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.organic-procedur-item .left .texts {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.organic-procedur-item .right .img_box {
  padding-top: 59.75609756%;
  border-radius: 24px;
  height: 100%;
}
.organic-procedur-item .right .img_box img {
  object-fit: cover;
}
.organic-procedur-item:last-child {
  margin-bottom: 0;
}
.organic-test-imgs {
  width: 85.0151057%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
.organic-jumbotron img {
  width: 100%;
}
.organic-production {
  padding-bottom: 150px;
}
.custom-nutrition-think {
  padding-top: 80px;
  padding-bottom: 100px;
}
.custom-nutrition-think .organic-title {
  margin-bottom: 0;
}
.custom-think {
  margin-top: 33px;
}
.custom-think-item:last-child {
  margin-bottom: 0;
}
.custom-think-item {
  margin-bottom: 40px;
  display: flex;
  background-color: #FFFDED;
  border-radius: #FFFDED;
}
.custom-think-item .left,
.custom-think-item .right {
  width: 50%;
}
.custom-think-item .left {
  padding: 40px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.custom-think-item .left .tits {
  color: #004844;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-think-item .left .texts {
  margin-top: 44px;
  width: 574px;
  max-width: 100%;
}
.custom-think-item .left .texts p {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.custom-think-item .right .img_box {
  padding-top: 55.42168675%;
  border-radius: 24px;
  height: 100%;
}
.custom-think-item .right .img_box img {
  object-fit: cover;
}
.custom-nutrition-item:last-child {
  margin-bottom: 0px;
}
.custom-nutrition {
  padding-top: 65px;
}
.custom-think-item:nth-child(even) {
  flex-direction: row-reverse;
}
.custom-think-item:nth-child(even) .left {
  padding-left: 130px;
}
.custom-nutrition-material {
  padding: 50px 0 160px;
  background: linear-gradient(180deg, rgba(255, 253, 237, 0) 0%, #FFFDED 100%);
}
.custom-nutrition-material .texts {
  margin-top: 55px;
}
.custom-nutrition-material .texts p {
  color: #004844;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 16px;
}
.custom-material-content {
  width: 700px;
  height: 700px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}
.custom-material-content .c1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 700px;
  opacity: 0.4;
  border: 1px solid #C1DA68;
  background: linear-gradient(180deg, #C1DA68 0%, rgba(255, 255, 255, 0) 59.49%);
}
.custom-material-content .c2 {
  border-radius: 586px;
  opacity: 0.4;
  background: linear-gradient(180deg, #FFF 38.81%, #C1DA68 100%);
  width: 586px;
  height: 586px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #CDE184;
}
.custom-material-content .conts {
  width: 480px;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
  background-color: #C1DA68;
}
.custom-material-content .conts img {
  width: 100%;
}
.custom-material-content .conts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(193, 218, 104, 0) 32.73%, #C1DA68 100%);
}
.custom-material-content .conts .info {
  position: absolute;
  width: 260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  bottom: 50px;
  text-align: center;
}
.custom-material-content .conts .info .subtit {
  color: #004844;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 105.882%;
  letter-spacing: 0.68px;
  margin-bottom: 12px;
}
.custom-material-content .conts .info .tits {
  color: #004844;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 85.714%;
  letter-spacing: 0.84px;
}
.custom-material-content .conts .info .titen {
  color: #004844;
  font-family: Aldrich;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  margin-top: 10px;
}
.custom-material-item:nth-child(1) {
  left: 25%;
  top: 7%;
}
.custom-material-item:nth-child(2) {
  right: 25%;
  top: 7%;
}
.custom-material-item:nth-child(3) {
  left: 4%;
  top: 31%;
}
.custom-material-item:nth-child(4) {
  right: 4%;
  top: 31%;
}
.custom-material-item:nth-child(5) {
  left: 4%;
  bottom: 31%;
}
.custom-material-item:nth-child(6) {
  right: 4%;
  bottom: 31%;
}
.custom-material-item:nth-child(7) {
  left: 25%;
  bottom: 7%;
}
.custom-material-item:nth-child(8) {
  right: 25%;
  bottom: 7%;
}
.custom-material-item {
  position: absolute;
  z-index: 10;
}
.custom-material-item .icons {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-material-item .icons img {
  width: 32px;
}
.custom-material-item p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #004844;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  z-index: 2;
  max-width: 200px;
  white-space: nowrap;
}
.custom-material-item:nth-child(odd) p {
  text-align: right;
  right: 50px;
}
.custom-material-item:nth-child(even) p {
  text-align: left;
  left: 50px;
}
.custom-raw {
  padding: 110px 0 0;
}
.custom-raw-chain {
  padding-top: 92px;
}
.custom-raw-chain .organic-edit p {
  margin-bottom: 0;
}
.custom-raw-chain .imgs {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 70px;
}
.custom-raw-chain .imgs img {
  width: 100%;
}
.custom-raw-safety {
  padding-top: 100px;
}
.custom-raw-safety .organic-edit p {
  margin-bottom: 0;
}
.custom-safety-list {
  display: flex;
  flex-wrap: wrap;
  margin: 48px -34px -30px;
}
.custom-safety-item {
  width: 33.33333%;
  padding: 0 34px;
  margin-bottom: 30px;
}
.custom-safety-conts .img_box {
  padding-top: 61.84210526%;
  border-radius: 24px;
}
.custom-quality {
  padding-top: 120px;
  overflow: hidden;
}
.custom-quality .imgs {
  padding: 0 60px;
  margin-top: 42px;
}
.custom-quality .imgs img {
  width: 100%;
  border-radius: 24px;
}
.custom-assure {
  margin-top: -98px;
  position: relative;
  z-index: 2;
  padding-bottom: 110px;
}
.custom-assure-content {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 80px 0 0;
}
.custom-assure-content .organic-title {
  justify-content: center;
  margin-bottom: 60px;
}
.custom-assure-content .organic-edit {
  padding-top: 0;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.custom-assure-content .organic-edit p {
  color: #004844;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 16px;
}
.custom-assure-content .organic-edit p:last-child {
  margin-bottom: 0;
}
.custom-assure-content .content {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
}
.custom-assure-item {
  position: absolute;
  z-index: 3;
}
.custom-assure-item .icons {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-assure-item .icons img {
  width: 50px;
}
.custom-assure-item .conts {
  position: absolute;
  width: 180px;
}
.custom-assure-item .conts .key {
  color: #004844;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.custom-assure-item .conts .texts {
  color: #004844;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-assure-item:nth-child(1) {
  left: 14%;
  bottom: 33%;
  text-align: right;
}
.custom-assure-item:nth-child(1) .conts {
  right: 90px;
  top: 0px;
}
.custom-assure-item:nth-child(2) {
  left: 37%;
  bottom: 6%;
  text-align: right;
}
.custom-assure-item:nth-child(2) .conts {
  right: 0px;
  top: calc(100% + 90px);
}
.custom-assure-item:nth-child(3) {
  right: 37%;
  bottom: 6%;
}
.custom-assure-item:nth-child(3) .conts {
  left: 0px;
  top: calc(100% + 90px);
}
.custom-assure-item:nth-child(4) {
  right: 14%;
  bottom: 33%;
}
.custom-assure-item:nth-child(4) .conts {
  left: 90px;
  top: 0px;
}
.custom-system {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 280px;
  padding-bottom: 125px;
  position: relative;
  z-index: 1;
}
.custom-system::after {
  content: "";
  width: 110vw;
  position: absolute;
  height: 100%;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 253, 237, 0) 0%, #FFFDED 100%);
}
.custom-system .organic-title {
  justify-content: center;
  margin-bottom: 60px;
}
.custom-system .organic-edit {
  padding-top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.custom-system .organic-edit p {
  color: #004844;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 16px;
}
.custom-system .organic-edit p:last-child {
  margin-bottom: 0;
}
.custom-system-video {
  cursor: pointer;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.custom-system-video .img_box {
  padding-top: 43.5897435%;
}
.custom-system-video .custom-system-play {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border: 1px solid rgba(193, 218, 104, 0.4);
}
.custom-system-video .custom-system-play img {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  transition: all 0.5s;
}
.custom-system-video .custom-system-play::after {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #C1DA68;
  opacity: 0.4;
  transition: all 0.5s;
}
.custom-system-video .custom-system-play::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main-color);
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .custom-system-video:hover .img_box img {
    transform: scale(1.05);
  }
  .custom-system-video:hover .custom-system-play::after {
    width: 100%;
    height: 100%;
  }
  .custom-system-video:hover .custom-system-play::before {
    width: 90px;
    height: 90px;
  }
  .custom-system-video:hover .custom-system-play img {
    width: 26px;
  }
}
.custom-platform {
  padding: 95px 0 130px;
  overflow: hidden;
}
.custom-platform .organic-edit {
  margin-top: 46px;
  width: 1170px;
  max-width: 100%;
  padding-top: 0 !important;
}
.custom-platform-list {
  display: flex;
  margin: 150px -90px 0;
}
.custom-platform-item {
  width: 33.333333%;
  padding: 0 90px;
}
.custom-platform-content {
  position: relative;
  z-index: 1;
}
.custom-platform-content .number {
  color: #C1DA68;
  font-family: Aldrich;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 45px;
}
.custom-platform-content .title {
  color: #004844;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.custom-platform-content .text p{
  color: #004844;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}
.custom-platform-content .icons {
  width: 150px;
  position: absolute;
  height: 1.2px;
  right: -28px;
  top: 72px;
  background: linear-gradient(to right, #C1DA68 0%, #C1DA68 50%, transparent 50%);
  background-size: 10px 100%;
}
.custom-platform-content .icons .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 10px;
}
.custom-platform-item:last-child .custom-platform-content .icons {
  display: none;
}
.about .mod-nav .mod-nav-item {
  width: 33.333333%;
}
.about-history-item .content .years span {
  transform: translateY(4px);
  display: inline-block;
}
.about-history .imgs {
  position: relative;
  z-index: -1;
}
.product-phnav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  display: none;
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .product-phnav {
    padding: 40px 20px 0;
  }
}
.product-phnav a {
  font-size: 16px;
  color: #444;
  display: inline-block;
  padding: 4px 0;
  margin-right: 25px;
  margin-bottom: 20px;
}
.product-phnav a.active {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .product-phnav {
    display: flex;
  }
  .product-phnav {
    margin-bottom: -35px;
  }
}
.prodeta-recommend .product-link .content .type {
  margin-bottom: -5px;
}
/* sitemap */
.sitemap_cont {
  padding: 100px 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 16.666666%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 90px 0 ;
  }
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont {
    padding: 80px 0 ;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sitemap_cont {
    padding: 70px 0 ;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .sitemap_cont {
    padding: 60px 0 ;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 55px 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
.privacy_cont {
  padding: 100px 0;
}
.privacy_cont .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 1680px) {
  .privacy_cont {
    padding: 90px 0;
  }
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .privacy_cont {
    padding: 80px 0;
  }
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .privacy_cont {
    padding: 70px 0;
  }
  .privacy_cont .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .privacy_cont {
    padding: 60px 0;
  }
  .privacy_cont .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .privacy_cont {
    padding: 55px 0;
  }
  .privacy_cont .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_info li {
  list-style: inherit;
}
.news_info ol,
.news_info ul {
  padding-left: 1rem;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: var(--main-color);
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}
/* newdate-end */
.custom-platform .mod-structure1 .title span {
  position: relative;
  margin-right: 10px;
}
.custom-platform .mod-structure1 .title span i {
  color: #004844;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 80%;
  top: 0;
}
.ph-icons {
  display: none;
}
.mod_online {
  background-color: #026b65;
}
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 46px;
  --fs: 24px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  padding: 16px 13px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
.ct_aside1_item {
  margin-bottom: 28px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.36s;
}
.ct_aside1_link span {
  font-size: var(--fs);
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: transparent !important;
}
@media screen and (min-width: 1200px) {
  .ct_aside1_item:hover .ct_aside1_link {
    background-color: transparent !important;
  }
  .ct_aside1_item:hover .ct_aside1_link span {
    color: #C1DA68;
    opacity: 1;
  }
}
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 50%;
}
.ct_aside1_switch {
  background-color: #026B65;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-135deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 10px;
    bottom: 80px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}

.prodeta-describe .list li .key{
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C1DA68;
  border-radius: 50%;
  margin-right: 12px;
}

.prodeta-describe .list li .key img{
  width: 19px;
}

.home .home-news .more-link span{
  color: #444;
}

.home .home-news .more{
  text-align: center;
}

html {
  scroll-padding-top: 170px; 
}

.ph-imgs{
  display: none;
}

.prodeta-bitem{
  padding: 0 10px;
}

.prodeta-blist{
  background-color: #fff;
}

.product-link .content .type{
  max-height: 70px;
  overflow: hidden;
}

@media screen and (max-width:1680px) {
  .product-link .content .type {
    max-height: 65px;
  }
}

@media screen and (max-width:768px) {
  .product-link .content .type {
    max-height: 60px;
  }
}


.prodeta-describe .list li .val{
  display: flex;
  align-items: center;
}

.prodeta-describe .list li{
  align-items: center;
}

.about-history-item{
  padding: 30px 0;
}


/**
* Date : 2025-05-19
* @author HSM
* @toDo 聊天修改
*/
@media (max-width: 767.98px) {
    .custom-system .organic-edit p {
        text-align: left;    
    }
    .fancybox-content {
        height: auto !important;
        aspect-ratio: 16/9;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 90%;
        max-width: calc(100% - 40px);
    }
}


/**
* Date : 2025-06-09
* @author HSM
* @toDo 翻译后的问题
*/
.custom-nutrition-material {
    overflow: hidden;
}
.custom-material-item p {
    white-space:initial;
    max-width: none;
    
    min-width: 190px;
}

@media (max-width: 1199.98px) {
    .custom-material-item p {
        min-width: 150px;
        font-size: 16px;
    }
}



/**
* Date : 2025-06-13
* @author HSM
* @toDo 文档修改
*/

.hd_link {
    text-align: center;
}

@media (min-width: 992px) {
    .hsm-footer-link {
        max-width: 250px;
    }
}


.mod-structure1 .title {
    color: #c1da68;
}

.about-history-item .content .texts P {
    text-transform: none;
}

.home-jumb-content .title {
    justify-content: flex-end;
}

.home-jumb-content .title p {
    font-size: 26px !important;
    max-width: 45%;
}

@media (max-width: 767.98px) {
    .home-jumb-content .title p {
        font-size: 22px !important;
        max-width: 100%;
    }
}

.mod-nav-item >a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}



/**
* Date : 2025-06-23
* @author HSM
* @toDo 文档修改
*/
.mod-tits .tits {
    color: var(--main-color);
}

.custom-think-item .right .img_box img {
    object-fit: contain;
    border-radius: 24px;
}

@media (max-width: 767.98px) {
    .custom-think-item .right .img_box img {
        border-radius: 16px;
    }
}


.prodeta-describe .list li .val,
.prodeta-describe .list li .val span {
    display: block;
}
.prodeta-describe .list li .val span {
    margin-bottom: 4px;
}


/**
* Date : 2025-06-24
* @author HSM
* @toDo 底部英文太长换行
*/
.footer-bottom .right {
    white-space: nowrap;
}