@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  transition: all 0.5s;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 80px;
  width: 100%;
}
.container {
  max-width: 1520px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  transition: all 0.5s;
}
header .header-info {
  width: 100%;
}
header .header-info .container {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-info .hotline {
  text-align: right;
  line-height: 1.4;
}
header .header-info .hotline h5 {
  font-size: 14px;
  color: #666;
}
header .header-info .hotline h3 {
  font-size: 30px;
  color: #597932;
  font-family: var(--Abel);
  font-weight: 700;
}
nav {
  position: sticky;
  top: 0;
  background-color: #597932;
  z-index: 99;
}
nav .container {
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
nav .lv1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
nav .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 110px;
  white-space: nowrap;
}
nav .lv1 > .active {
  font-weight: 700;
}
nav .lv1 > li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
nav .lv1 > li:last-of-type {
  margin-right: 0;
}
nav .lang {
  position: relative;
  color: #fff;
}
nav .lang i {
  cursor: pointer;
}
nav .lang a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
nav .lang form {
  position: absolute;
  right: 115%;
  top: 0;
  display: none;
}
nav .lang form input {
  width: 120px;
  height: 30px;
  outline: none;
  border: #ededed;
  background-color: #fff;
  padding: 0 10px;
}
.inner-header {
  background-color: #fff;
}
.inner-header .header .lv1 > li a {
  color: #333;
}
.inner-header .header .lv1 .search .lang a {
  color: #333;
}
.inner-header .header .lv1 .search .lang .act {
  color: #597932;
}
.inner-header .header .lv1 .search form input {
  color: #333;
  border-color: #666;
}
.inner-header .header .lv1 .search form input::placeholder {
  color: #666;
}
.inner-header .header .lv1 .search form input:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.header-fixed {
  position: fixed;
  animation: top-bottom 0.8s ease-in-out;
  top: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
}
@keyframes top-bottom {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.box {
  width: 100%;
  text-align: center;
  margin: 4.11523% 0 2.47%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 12px;
  padding: 0px 8px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  margin: 3px 5px;
  color: #999;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #597932;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #597932;
}
.pagination .btn a {
  background-color: #eee;
}
.pagination .disabled a {
  color: #ccc !important;
  cursor: not-allowed;
  background-color: #fcfcfc;
}
.box .total {
  color: #999;
  margin-left: 10px;
  font-size: 12px;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 41px;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.4);
}
.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
.index-banner .swiper-button-next {
  right: 0;
}
.index-banner .swiper-button-prev {
  left: 0;
}
.index-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.index-title h3 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.index-title h3::after,
.index-title h3::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #424242;
  vertical-align: middle;
  margin: 0 14px;
}
.index-prod {
  margin: 3.75% 0 0;
}
.index-prod .index-title {
  margin-bottom: 3.6842%;
}
.index-prod .prod-swiper {
  position: relative;
}
.index-prod .prod-swiper .block {
  background: -webkit-linear-gradient(top, #f6f6f6, #ccc);
  padding: 28px 20px;
  height: 482px;
}
.index-prod .prod-swiper .block h3 {
  font-size: 20px;
  color: #597932;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.index-prod .prod-swiper .block h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background-color: #597932;
  margin-top: 8px;
}
.index-prod .prod-swiper .block h5 {
  font-size: 12px;
  color: #999ea9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .prod-swiper .block .pic {
  text-align: center;
  margin-top: 130px;
  height: 200px;
}
.index-prod .prod-swiper .block .pic img {
  display: inline-block;
  max-height: 100%;
  transition: all 0.5s;
}
.index-prod .prod-swiper .block .pic:hover img {
  transform: scale(1.05);
}
.index-prod .prod-swiper .swiper-button-next,
.index-prod .prod-swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #597932;
  border-radius: 50%;
}
.index-prod .prod-swiper .swiper-button-next::after,
.index-prod .prod-swiper .swiper-button-prev::after {
  color: #597932;
  font-size: 16px;
}
.index-prod .prod-swiper .swiper-button-next {
  right: -5%;
}
.index-prod .prod-swiper .swiper-button-prev {
  left: -5%;
}
.index-prod .prod-swiper .swiper-pagination {
  position: relative;
  margin-top: 3.2895%;
}
.index-prod .prod-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0 5px;
}
.index-prod .prod-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #597932;
}
.index-adv {
  margin: 2.91667% 0 0;
}
.index-adv .index-title {
  margin-bottom: 2.96875%;
}
.index-adv .index-adv-wrapper {
  display: flex;
  background: url('../images/index-adv-bg.jpg') no-repeat;
  background-size: cover;
  height: 790px;
}
.index-adv .index-adv-wrapper .block {
  width: 25%;
  position: relative;
  padding-top: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.index-adv .index-adv-wrapper .block h3 {
  writing-mode: vertical-lr;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 15px;
  min-height: 350px;
}
.index-adv .index-adv-wrapper .block h2 {
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  font-family: var(--Barlow-Condensed);
  text-align: center;
  line-height: 1.6;
}
.index-adv .index-adv-wrapper .block h2::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.index-adv .index-adv-wrapper .block h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(2);
  margin: 0;
  font-size: 200px;
  font-family: var(--Barlow-Condensed);
  font-weight: 600;
  color: #a7a7a7;
  line-height: 1;
  opacity: 0;
}
.index-adv .index-adv-wrapper .block .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 121, 50, 0.56);
  top: 0;
  left: 0;
  padding: 170px 10.625% 0;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.index-adv .index-adv-wrapper .block .mask > div {
  position: relative;
  transition: all 0.8s;
  top: 100%;
}
.index-adv .index-adv-wrapper .block .mask h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10%;
}
.index-adv .index-adv-wrapper .block .mask p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-adv .index-adv-wrapper .block .mask a {
  position: relative;
  z-index: 1;
  display: block;
  width: 131px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  color: #597932;
  margin: 8.75% auto 0;
}
.index-adv .index-adv-wrapper .block .mask a:hover {
  animation: swing 1s;
}
.index-adv .index-adv-wrapper .block:last-of-type {
  border-right: 0;
}
.index-adv .index-adv-wrapper .block:hover h3 {
  opacity: 0;
  visibility: hidden;
}
.index-adv .index-adv-wrapper .block:hover h2 {
  opacity: 0;
}
.index-adv .index-adv-wrapper .block:hover h1 {
  transform: translate(-50%, 0) scale(1);
  color: rgba(167, 167, 167, 0.2);
  transition-delay: 0.5s;
  opacity: 1;
}
.index-adv .index-adv-wrapper .block:hover .mask {
  opacity: 1;
}
.index-adv .index-adv-wrapper .block:hover .mask > div {
  top: 0;
  transition-delay: 0.3s;
}
.index-news {
  padding: 4.16667% 0 4.9479167%;
  background: url('../images/index-news-bg.jpg') no-repeat;
  background-size: cover;
}
.index-news .index-title {
  margin-bottom: 3.61842%;
}
.index-news .news-swiper {
  position: relative;
}
.index-news .news-swiper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 72.113%;
  overflow: hidden;
}
.index-news .news-swiper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .news-swiper .block .pic .date {
  position: absolute;
  width: 142px;
  height: 86px;
  text-align: center;
  z-index: 1;
  background-color: rgba(89, 121, 50, 0.9);
  color: #fff;
}
.index-news .news-swiper .block .pic .date h4 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 5px;
}
.index-news .news-swiper .block .pic .date h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.index-news .news-swiper .block .info {
  background-color: #fff;
  padding: 0 18px 16px;
}
.index-news .news-swiper .block .info .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #bebebe;
  padding: 10px 0 7px 0;
  margin-bottom: 7px;
}
.index-news .news-swiper .block .info .title h5 {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 15px;
}
.index-news .news-swiper .block .info p {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .news-swiper .block:hover .pic img {
  transform: scale(1.05);
  opacity: 0.85;
}
.index-news .news-swiper .swiper-button-next::after,
.index-news .news-swiper .swiper-button-prev::after {
  font-size: 28px;
  font-weight: 700;
  color: #44546a;
}
.index-news .news-swiper .swiper-button-next {
  right: -5%;
}
.index-news .news-swiper .swiper-button-prev {
  left: -5%;
}
footer {
  background-color: #597932;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4.34211% 0 4.6053%;
}
footer .footer-top .block h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
footer .footer-top .block h3::after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin: 10px 0 20px;
}
footer .footer-top .block ul li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-top .block ul li a:hover {
  color: #fff;
  text-decoration: underline !important;
}
footer .footer-top .info ul li {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bt {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-bt a:hover {
  color: #fff;
}
.inner-banner {
  position: relative;
}
.inner-banner::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.inner-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
}
.inner-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-banner .container h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: var(--Noto-Sans-SC);
  margin-bottom: 12px;
}
.inner-banner .container p {
  max-width: 791px;
  font-size: 20px;
  color: #fff;
  font-family: var(--Noto-Sans-SC);
  line-height: 1.5;
  text-align: justify;
}
.bread-crumb {
  background-color: #f2f2f2;
}
.bread-crumb .container {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  font-family: var(--Noto-Sans-SC);
}
.about-title {
  text-align: center;
  line-height: 1.5;
}
.about-title h3 {
  display: inline-block;
  font-size: 32px;
  color: #333;
}
.about-title h3::before {
  display: inline-block;
  content: "";
  width: 31px;
  height: 27px;
  background: url('../images/about-title-left-icon.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.about-title h3::after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 27px;
  background: url('../images/about-title-right-icon.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
.about-title h5 {
  font-size: 16px;
  color: #999;
}
.company-intro {
  margin: 4.58333% 0 4.479167%;
}
.company-intro .about-title {
  margin-bottom: 2.961%;
}
.company-intro .intro-content {
  font-size: 14px;
  color: #666;
  text-align: justify;
  text-align-last: center;
}
.company-intro .company-concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 864px;
  margin: 5.2632% auto 0;
}
.company-intro .company-concept .block {
  text-align: center;
}
.company-intro .company-concept .block i {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.company-intro .company-concept .block i img {
  max-height: 100%;
}
.company-intro .company-concept .block p {
  font-size: 20px;
  color: #333;
}
.company-intro .company-concept em {
  display: block;
  width: 1px;
  height: 62px;
  background-color: #d7d7d7;
}
.company-intro .company-concept em:last-of-type {
  display: none;
}
.intro-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40.904366%;
  overflow: hidden;
}
.intro-video .about-title {
  position: relative;
  z-index: 1;
  margin-top: 5.46875%;
}
.intro-video .about-title h3 {
  color: #fff;
}
.intro-video .about-title h5 {
  color: #fff;
}
.intro-video video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.honor {
  margin: 5.104167% 0 4.895833%;
}
.honor .about-title {
  margin-bottom: 3.4211%;
}
.honor .honor-swiper {
  position: relative;
}
.honor .honor-swiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140.364%;
  overflow: hidden;
}
.honor .honor-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.honor .honor-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.95%;
}
.honor .honor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #597932;
  margin: 0 19px;
}
.contact-banner .container p {
  font-size: 16px;
  max-width: 752px;
}
.inner-contacts {
  margin: 4.375% 0 3.02083%;
}
.inner-contacts .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-contacts .lt {
  width: 30.987%;
  background-color: #f2f2f2;
  padding: 2% 2.6316%;
  font-family: var(--Noto-Sans-SC);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.inner-contacts .lt h3 {
  font-size: 30px;
  color: #000024;
}
.inner-contacts .lt h3::after {
  content: "";
  display: block;
  width: 66px;
  height: 4px;
  background-color: #597932;
  margin: 2.558% 0 10.23%;
}
.inner-contacts .lt p {
  font-size: 16px;
  color: #333;
}
.inner-contacts .rt {
  width: 67.0395%;
}
.inner-contacts .rt .pic {
  width: 100%;
  height: 100%;
}
.inner-contacts .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-title {
  font-family: var(--Noto-Sans-SC);
}
.contact-title h3 {
  font-size: 36px;
  color: #333;
}
.contact-title h3 span {
  font-size: 16px;
  color: #999;
}
.online-msg {
  margin-bottom: 3.64583%;
}
.online-msg .contact-title {
  margin-bottom: 2.1711%;
}
.online-msg form {
  width: 100%;
  font-family: var(--Noto-Sans-SC);
}
.online-msg form .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.645%;
}
.online-msg form .row .col {
  width: 49.08%;
  position: relative;
}
.online-msg form button {
  color: #fff;
  font-size: 16px;
  background-color: #597932;
  width: 100%;
  height: 63px;
  outline: none;
  cursor: pointer;
  margin-top: 2.1711%;
}
.online-msg form textarea,
.online-msg form input {
  color: #333;
  background-color: #f8f8f8;
  font-size: 16px;
  width: 100%;
  height: 71px;
  padding: 0 22px;
  outline: none;
}
.online-msg form textarea::placeholder,
.online-msg form input::placeholder {
  color: #999;
}
.online-msg form textarea {
  height: 182px;
  padding: 19px 22px;
}
.map-navi {
  margin-bottom: 4.53125%;
}
.map-navi .contact-title {
  margin-bottom: 1.9737%;
}
.map-navi .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 32.1053%;
}
.map-navi .map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner-content {
  margin: 3.28125% 0;
}
.inner-content .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-content .container aside {
  width: 242px;
}
.inner-content .container aside .aside-title {
  width: 100%;
  line-height: 80px;
  color: #fff;
  background-color: #597932;
  text-align: center;
  font-size: 36px;
  margin-bottom: 2px;
  font-family: var(--Noto-Sans-SC);
}
.inner-content .container aside .aside-lv1 > li {
  position: relative;
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}
.inner-content .container aside .aside-lv1 > li .block {
  padding: 0 20.66% 0 30.58%;
  background-color: #ececeb;
  margin-bottom: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-content .container aside .aside-lv1 > li em {
  position: absolute;
  right: 12.81%;
  cursor: pointer;
}
.inner-content .container aside .aside-lv1 > .active {
  color: #fff;
}
.inner-content .container aside .aside-lv1 > .active .block {
  background-color: #739d41;
}
.inner-content .container aside .aside-lv1 > .active a:hover {
  color: #fff;
}
.inner-content .container aside .aside-lv2 {
  display: none;
}
.inner-content .container aside .aside-lv2 li {
  border: 1px solid #e5e5e5;
  border-top: 1px solid transparent;
  padding: 0 5.66% 0 5.58%;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-content .container aside .aside-lv2 li:first-of-type {
  border-top: 1px solid #e5e5e5;
}
.inner-content .container aside .aside-lv2 li a:hover {
  color: #597932 !important;
}
.inner-content .container aside .aside-lv2 .act {
  color: #597932;
  font-weight: 700;
}
.inner-content .container aside .aside-tel {
  text-align: center;
  margin-top: 25px;
}
.inner-content .container main {
  width: calc(100% - 242px - 4.211%);
}
.inner-content .container main .main-title {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--Noto-Sans-SC);
}
.inner-content .container main .main-title a {
  font-size: 18px;
  color: #666;
}
.inner-content .container main .main-title h3 {
  font-size: 30px;
  color: #597932;
  line-height: 1.8;
}
.inner-content .container main .wrapper {
  margin-top: 3.13015%;
}
.prod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .block {
  width: 31.44%;
  transition: all 0.5s;
  padding-bottom: 1.5%;
  margin-bottom: 1.6461%;
}
.prod-list .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.5131%;
  background-color: #f2f2f2;
}
.prod-list .block .pic img {
  position: absolute;
  display: block;
  width: 90.31414%;
  height: 85.56%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-list .block p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 5.236%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod-list .block:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.prod-list .block:hover p a {
  color: #597932;
}
.prod-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-detail .lt {
  width: 51.276%;
}
.prod-detail .lt .picSwiper {
  margin-bottom: 7.223%;
}
.prod-detail .lt .picSwiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 72.5522%;
  background-color: #f2f2f2;
}
.prod-detail .lt .picSwiper .pic img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90.37%;
  height: 85.62%;
  object-fit: contain;
}
.prod-detail .lt .thumbSwiper {
  width: 100%;
}
.prod-detail .lt .thumbSwiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 74.12%;
  border: 1px solid #e5e2db;
  cursor: pointer;
  transition: all 0.5s;
}
.prod-detail .lt .thumbSwiper .pic img {
  position: absolute;
  display: block;
  width: 87.6471%;
  height: 81.75%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.prod-detail .lt .thumb-swiper {
  position: relative;
  padding: 0 42px;
}
.prod-detail .lt .thumb-swiper .swiper-slide-thumb-active .pic {
  border: 1px solid #597932;
}
.prod-detail .lt .thumb-swiper .swiper-slide-thumb-active .pic img {
  opacity: 0.7;
}
.prod-detail .lt .thumb-swiper .swiper-button-next,
.prod-detail .lt .thumb-swiper .swiper-button-prev {
  width: 29px;
  height: 100%;
  border: 1px solid #ccc;
  top: 0;
  margin: 0;
}
.prod-detail .lt .thumb-swiper .swiper-button-next::after,
.prod-detail .lt .thumb-swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #b2b2b2;
  font-weight: 700;
}
.prod-detail .lt .thumb-swiper .swiper-button-next {
  right: 0;
}
.prod-detail .lt .thumb-swiper .swiper-button-prev {
  left: 0;
}
.prod-detail .rt {
  width: 43.2922%;
  font-family: var(--Noto-Sans-SC);
  padding-top: 3.786%;
}
.prod-detail .rt h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 6px;
}
.prod-detail .rt .prod-description {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 1.9;
}
.tech-banner .container p {
  font-size: 18px;
  max-width: 710px;
}
.research-platform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.research-platform .block {
  width: 23.951%;
  margin-bottom: 3.4568%;
}
.research-platform .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.6323%;
}
.research-platform .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.research-platform .block p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  font-family: var(--Noto-Sans-SC);
  text-align: center;
  margin-top: 4.811%;
}
.research-platform .block:hover .pic img {
  transform: scale(1.05);
  opacity: 0.85;
}
.research-platform .block:hover p a {
  color: #597932;
}
.file-list .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.893%;
  margin-bottom: 1.6461%;
}
.file-list .row h4 {
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.file-list .row h4 a {
  color: #333;
}
.file-list .row h4 a:hover {
  color: #597932;
}
.file-list .row h4 em {
  display: inline-block;
  width: 38px;
  height: 40px;
  background: url('../images/pdf-icon.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 26px;
}
.file-list .row .download-btn {
  color: #333;
  font-size: 16px;
  white-space: nowrap;
}
.file-list .row .download-btn:hover {
  color: #597932;
}
.news-detail .news-detail-title {
  text-align: center;
  margin-bottom: 1.974%;
}
.news-detail .news-detail-title h3 {
  font-size: 24px;
  color: #333;
}
.news-detail .news-detail-title h5 {
  font-size: 14px;
  color: #9e9e9e;
}
.news-detail article {
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.news-detail .article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  margin-top: 4.11523%;
  padding-top: 2.30453%;
}
.news-detail .article-tab .lt {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .article-tab .lt p {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .article-tab .lt p a:hover {
  color: #597932;
}
.news-detail .article-tab .rt a {
  color: #333;
  font-size: 14px;
}
.news-detail .article-tab .rt a:hover {
  color: #597932;
}
.news-list .row {
  padding: 3.868313% 15.638% 0 0;
  transition: all 0.5s;
}
.news-list .row .news-wrapper {
  border-bottom: 1px solid #d4d4d4;
  transition: all 0.5s;
  padding: 0 4.395% 4.4921875% 3.3203125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list .row .news-wrapper .date {
  width: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news-list .row .news-wrapper .date em {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  transition: all 0.5s;
  margin-bottom: 8px;
}
.news-list .row .news-wrapper .date h2 {
  font-size: 30px;
  color: #999;
}
.news-list .row .news-wrapper .date h5 {
  font-size: 13px;
  color: #999;
}
.news-list .row .news-wrapper .picture {
  width: 32.17%;
}
.news-list .row .news-wrapper .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.41%;
}
.news-list .row .news-wrapper .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .row .news-wrapper .title {
  width: 46.561%;
}
.news-list .row .news-wrapper .title h3 {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.5s;
  line-height: 1.6;
  margin-bottom: 2.273%;
}
.news-list .row .news-wrapper .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.news-list .row .news-wrapper .title p a {
  color: #666;
}
.news-list .row .news-wrapper .title .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #c9c9c9;
  padding-top: 5%;
  margin-top: 3.6364%;
}
.news-list .row .news-wrapper .title .more a {
  color: #999;
  font-size: 14px;
}
.news-list .row .news-wrapper .title .more img {
  filter: grayscale(1) brightness(150%);
  transition: all 0.5s;
}
.news-list .row:hover {
  background-color: #f2f2f2;
}
.news-list .row:hover .news-wrapper {
  border-bottom: 1px solid transparent;
}
.news-list .row:hover .news-wrapper .date h2 {
  color: #597932;
}
.news-list .row:hover .news-wrapper .date h5 {
  color: #597932;
}
.news-list .row:hover .news-wrapper .date em {
  background-color: #597932;
}
.news-list .row:hover .news-wrapper .title h3 {
  font-weight: 700;
}
.news-list .row:hover .news-wrapper .title h3 a {
  color: #597932;
}
.news-list .row:hover .news-wrapper .title .more a {
  color: #597932;
}
.news-list .row:hover .news-wrapper .title .more img {
  filter: grayscale(0) brightness(100%);
}
.input-group-btn.fc-code {
  position: absolute; 
  right: 0; 
  top: 50%; 
  z-index: 1; 
  transform: translate(0, -50%);
}
.search-result {
  padding: 2.6% 0;
  margin: 0;
}
.search-result .container {
  display: block;
}
.search-result .search-title {
  border-bottom: 1px solid #eae6df;
}
.search-result .search-title h3 {
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 700;
}
.search-result .search-title h3 span {
  color: #597932;
}
.search-result .search-tab {
  display: flex;
}
.search-result .search-tab li {
  position: relative;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
}
.search-result .search-tab li a {
  color: #3c3c3c;
}
.search-result .search-tab .active::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #597932;
  left: 0;
}
.search-result .search-form {
  margin: 1.2% 0.5%;
  overflow: hidden;
}
.search-result .search-form form {
  float: right;
}
.search-result .search-form input {
  border: 1px solid #ebedf0;
  padding: 4px 11px;
  height: 2.2em;
  border-radius: 2.5px 0 0 2.5px;
  outline: none;
  transition: all 0.5s;
}
.search-result .search-form input:hover {
  border: 1px solid #597932;
}
.search-result .search-form input:focus {
  border: 1px solid #597932;
}
.search-result .search-form button {
  padding: 0 10px;
  height: 2.2em;
  margin-left: 2px;
  background-color: #e5e5e5;
  outline: none;
}
.search-result .search-article-list .row {
  border-bottom: 0;
  margin-bottom: 2%;
  padding-bottom: 1.5%;
  border-bottom: 1px solid #dcdcdc;
}
.search-result .search-article-list .row .date {
  padding-bottom: 10px;
}
.search-result .search-article-list .row .title h4 {
  font-size: 16px;
  color: #3c3c3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result .search-article-list .row .title p {
  font-size: 14px;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-result .search-article-list .row:hover .title h4 {
  color: #597932;
}
.search-result .search-article-list .row:hover .title p {
  color: #597932;
}
.search-result .search-prod-list .prod-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.search-result .search-prod-list .prod-wrapper .prod-block {
  width: calc((100% - 60px) / 4);
  margin-bottom: 2%;
}
.search-result .search-prod-list .prod-wrapper .prod-block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  border: 1px solid #dcdcdc;
}
.search-result .search-prod-list .prod-wrapper .prod-block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 85%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-result .search-prod-list .prod-wrapper .prod-block h4 {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}
.search-result .search-prod-list .prod-wrapper .prod-block:hover h4 {
  color: #597932;
}
.search-result-list {
  min-height: 50vh;
}
