.common-banner {
  position: relative;
  margin-top: var(--header-height);
}
.common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}
.common-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: var(--font48);
  color: #ffffff;
}
.common-tab {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.common-tab .tab-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.common-tab .tab-wrap::-webkit-scrollbar {
  background-color: #ccc;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.common-tab .tab-wrap::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 10px;
}
.common-tab .tab-list {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.common-tab .tab-list .tab-item {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  padding-left: max(0.4rem, 10px);
  padding-right: max(0.4rem, 10px);
  padding-top: max(0.3rem, 15px);
  padding-bottom: max(0.3rem, 15px);
  position: relative;
}
.common-tab .tab-list .tab-item:hover a {
  color: #116031;
}
.common-tab .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #116031;
  transition: var(--duration);
}
.common-tab .tab-list .tab-item.active a {
  color: #116031;
}
.common-tab .tab-list .tab-item.active::after {
  width: 100%;
}
.common-tab .tab-list .tab-item:not(:last-child) {
  margin-right: max(10px, 0.4rem);
}
.common-tab .tab-list .tab-item a {
  font-weight: 400;
  font-size: var(--font18);
  color: #666666;
  line-height: 1;
  white-space: nowrap;
  transition: var(--duration);
}
.common-tab.product-detail-tab .tab-list .tab-item {
  padding-left: 0;
  padding-right: 0;
}
.common-tab.product-detail-tab .tab-list .tab-item a {
  font-size: var(--font16);
}
.common-tab.product-detail-tab .tab-list .tab-item:not(:last-child) {
  margin-right: max(20px, 0.6rem);
}
.common-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: max(0.15rem, 10px);
}
.common-pagination .item {
  --w: 45px;
  width: var(--w);
  height: var(--w);
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(201, 201, 201, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  transition: var(--duration);
  overflow: hidden;
}
.common-pagination .item img {
  width: 6px;
  transition: var(--duration);
}
.common-pagination .item:hover,
.common-pagination .item.active {
  background-color: #116031;
  color: #ffffff;
}
.common-pagination .item:hover img,
.common-pagination .item.active img {
  filter: brightness(0) invert(1);
}
.about-title {
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
  text-align: center;
}
.about-desc {
  padding-top: max(0.97rem, var(--space));
  padding-bottom: max(1.4rem, var(--space));
  overflow: hidden;
}
.about-desc .title-area {
  margin-bottom: max(30px, 0.9rem);
}
.about-desc .title-area .title {
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
}
.about-desc .title-area .sub-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #116031;
  margin-top: max(0.29rem, 10px);
}
.about-desc .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-desc .main .pic {
  width: 32.03125%;
  flex-shrink: 0;
}
.about-desc .main .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-desc .main .text {
  width: 60.546875%;
  flex-shrink: 0;
  font-family: Roboto-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.75;
  overflow-wrap: break-word;
}
.about-desc .main .text p:not(:last-child) {
  margin-bottom: max(0.23rem, 10px);
}
.about-intro {
  padding-top: max(1.25rem, var(--space));
  padding-bottom: max(1.25rem, var(--space));
  background-image: url(../images/about-intro-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-intro .intro-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-intro .intro-wrap .intro-left {
  width: 66.015625%;
  flex-shrink: 0;
}
.about-intro .intro-wrap .intro-left .item {
  display: flex;
  align-items: center;
  padding-top: max(0.36rem, 20px);
  padding-bottom: max(0.36rem, 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-intro .intro-wrap .intro-left .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-intro .intro-wrap .intro-left .item .pic {
  width: max(2.9rem, 180px);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(204, 204, 204, 0.3);
  padding: 4px;
  flex-shrink: 0;
}
.about-intro .intro-wrap .intro-left .item .pic .img {
  display: block;
  width: 100%;
  padding-bottom: 57.24137931%;
  position: relative;
  overflow: hidden;
}
.about-intro .intro-wrap .intro-left .item .pic .img:hover img {
  transform: scale(1.05);
}
.about-intro .intro-wrap .intro-left .item .pic .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration, 0.45s);
}
.about-intro .intro-wrap .intro-left .item .text {
  margin-left: max(0.99rem, 20px);
}
.about-intro .intro-wrap .intro-left .item .text .text-t {
  font-weight: bold;
  font-size: var(--font48);
  color: #fff;
  line-height: 1;
  margin-bottom: max(0.21rem, 10px);
}
.about-intro .intro-wrap .intro-left .item .text .text-b {
  font-weight: 400;
  font-size: var(--font18);
  color: #fff;
}
.about-intro .intro-wrap .intro-right {
  width: 32.03125%;
  flex-shrink: 0;
  overflow: hidden;
}
.about-intro .intro-wrap .intro-right:hover img {
  transform: scale(1.05);
}
.about-intro .intro-wrap .intro-right img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-culture {
  padding-top: max(1.24rem, var(--space));
}
.about-culture .culture-list {
  margin-top: max(0.45rem, 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px max(0.3rem, 20px);
}
.about-culture .culture-list .item {
  position: relative;
  overflow: hidden;
}
.about-culture .culture-list .item:hover .pic img {
  transform: scale(1.05);
}
.about-culture .culture-list .item .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-culture .culture-list .item .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 74.0797546%;
  width: 86%;
  overflow-wrap: break-word;
}
.about-culture .culture-list .item .text .title {
  font-weight: bold;
  font-size: var(--font36);
  color: #ffffff;
  text-align: center;
  margin-bottom: max(0.27rem, 10px);
}
.about-culture .culture-list .item .text .desc {
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.55555556;
  overflow-wrap: break-word;
  text-align: center;
}
.about-development {
  padding-top: max(1.23rem, var(--space));
  background-image: url(../images/about-development-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 5.62rem;
}
.about-development .swiper-container {
  margin-top: max(1.1rem, 35px);
  display: flex;
  align-items: center;
}
.about-development .swiper-container .arrow {
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  transform: translateY(0.25rem);
}
.about-development .swiper-container .arrow img {
  filter: brightness(0) invert(1);
  opacity: 0.3;
  transition: var(--duration);
}
.about-development .swiper-container .arrow:hover {
  background: #ffffff;
}
.about-development .swiper-container .arrow:hover img {
  filter: none;
  opacity: 1;
}
.about-development .swiper-container .development-swiper {
  flex: 1;
  margin-left: max(0.25rem, 20px);
  margin-right: max(0.25rem, 20px);
}
.about-development .swiper-container .development-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70px;
  user-select: none;
  cursor: pointer;
}
.about-development .swiper-container .development-swiper .swiper-slide.swiper-slide-active .year {
  font-size: var(--font36);
  font-weight: bold;
  transform: translateY(0);
}
.about-development .swiper-container .development-swiper .swiper-slide.swiper-slide-active .line .mark:nth-child(3) {
  width: 6px;
  height: 13px;
}
.about-development .swiper-container .development-swiper .swiper-slide .year {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  transition: var(--duration);
  text-align: center;
  transform: translateY(max(0.17rem, 10px));
}
.about-development .swiper-container .development-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #fff;
}
.about-development .swiper-container .development-swiper .swiper-slide .line {
  width: 100%;
  border-bottom: 1px dashed #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.about-development .swiper-container .development-swiper .swiper-slide .line .mark {
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition: var(--duration);
}
.about-development .swiper-container .development-swiper .swiper-slide .line .mark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.about-development .development-swiper2 {
  margin-top: max(0.73rem, 35px);
  margin-left: 2.16rem;
  margin-right: 1.3rem;
}
.about-development .development-swiper2 .swiper-slide {
  user-select: none;
}
.about-development .development-swiper2 .swiper-slide .list {
  padding-left: max(0.23rem, 10px);
  border-left: 2px solid #fff;
}
.about-development .development-swiper2 .swiper-slide .list .text {
  font-weight: 400;
  font-size: var(--font16);
  color: #fff;
  line-height: 1.75;
  overflow-wrap: break-word;
}
.about-development .development-swiper2 .swiper-slide .list .text:not(:last-child) {
  margin-bottom: 10px;
}
.about-development .development-swiper2 .swiper-slide .list .text::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: max(0.14rem, 10px);
  vertical-align: middle;
}
.about-honor {
  padding-top: max(1.24rem, var(--space));
  padding-bottom: max(1.21rem, var(--space));
}
.about-honor .honor-content {
  margin-top: max(0.61rem, 30px);
}
.about-honor .honor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: max(0.28rem, 20px);
}
.about-honor .honor-list .honor-item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}
.about-honor .honor-list .honor-item:hover .text {
  color: var(--theme);
}
.about-honor .honor-list .honor-item .pic {
  width: 100%;
  padding-bottom: 75.13812155%;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.about-honor .honor-list .honor-item .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
  mix-blend-mode: multiply;
}
.about-honor .honor-list .honor-item .text {
  margin-top: max(0.24rem, 15px);
  font-weight: 400;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.22222222;
  overflow-wrap: break-word;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: var(--duration);
}
.about-honor .show-all {
  margin-top: max(0.4rem, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  height: 54px;
  background: #f0f0f0;
  transition: var(--duration);
}
.about-honor .show-all:hover {
  background: var(--theme);
}
.about-honor .show-all:hover img {
  filter: brightness(0) invert(1);
}
.about-honor .show-all:hover span {
  color: #fff;
}
.about-honor .show-all img {
  margin-right: max(0.21rem, 10px);
  transition: var(--duration);
}
.about-honor .show-all span {
  font-weight: 400;
  font-size: var(--font16);
  color: #116031;
  transition: var(--duration);
}
.about-factory {
  background-image: url(../images/about-factory-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(1.15rem, var(--space));
  padding-bottom: max(1.3rem, var(--space));
}
.about-factory .facyory-wrap {
  max-width: 1620px;
}
.about-factory .about-title {
  color: #fff;
}
.about-factory .factory-container {
  position: relative;
  margin-top: 30px;
}
.about-factory .swiper1-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-factory .swiper1-container .arrow {
  user-select: none;
  cursor: pointer;
}
.about-factory .swiper1-container .arrow img {
  filter: brightness(0) invert(1);
}
.about-factory .factory-swiper1 {
  flex: 1;
  margin-left: max(0.32rem, 20px);
  margin-right: max(0.32rem, 20px);
}
.about-factory .factory-swiper1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-factory .factory-swiper1 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) transparent);
}
.about-factory .factory-swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.about-factory .factory-swiper2 {
  max-width: 495px;
  width: 86%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.45rem, 20px);
  z-index: 2;
}
.about-factory .factory-swiper2 .swiper-slide {
  position: relative;
  border: 2px solid transparent;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
}
.about-factory .factory-swiper2 .swiper-slide.swiper-slide-thumb-active {
  border-color: #fff;
}
.about-factory .factory-swiper2 .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 39.35483871%;
}
.about-factory .factory-swiper2 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-esg {
  position: relative;
  overflow: hidden;
}
.about-esg .esg-title {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: max(1.18rem, 30px);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.about-esg .pic-list {
  height: 10.8rem;
  position: relative;
}
.about-esg .pic-list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: var(--duration);
}
.about-esg .pic-list img.active {
  opacity: 1;
}
.about-esg .main-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.about-esg .main-list .item {
  width: 25%;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: max(30px, 1.13rem);
  padding-left: 15px;
  padding-right: 15px;
}
.about-esg .main-list .item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.about-esg .main-list .item.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.about-esg .main-list .item .icon {
  height: max(0.7rem, 50px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: max(0.37rem, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-esg .main-list .item .icon img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}
.about-esg .main-list .item .text .title {
  font-weight: bold;
  font-size: var(--font36);
  color: #ffffff;
  text-align: center;
  margin-bottom: max(0.22rem, 10px);
}
.about-esg .main-list .item .text .desc {
  display: none;
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  text-align: center;
}
.about-esg-other {
  padding-top: max(1.23rem, var(--space));
  padding-bottom: max(1.21rem, var(--space));
}
.about-esg-other .esg-list {
  margin-top: max(0.62rem, 30px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: max(0.32rem, 30px);
}
.about-esg-other .esg-list .esg-item {
  width: 49.0234375%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #116031;
  padding-bottom: max(0.36rem, 20px);
  padding-top: max(0.26rem, 20px);
  padding-left: max(0.7rem, 20px);
  padding-right: max(0.3rem, 20px);
  transition: var(--duration);
}
.about-esg-other .esg-list .esg-item:hover {
  background-color: var(--theme);
  border-color: transparent;
}
.about-esg-other .esg-list .esg-item:hover .icon img {
  filter: brightness(0) invert(1);
}
.about-esg-other .esg-list .esg-item:hover .text .title,
.about-esg-other .esg-list .esg-item:hover .text .desc {
  color: #fff;
}
.about-esg-other .esg-list .esg-item .icon {
  width: max(1.18rem, 80px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: max(0.7rem, 20px);
}
.about-esg-other .esg-list .esg-item .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: var(--duration);
}
.about-esg-other .esg-list .esg-item .text .title {
  font-weight: bold;
  font-size: var(--font36);
  color: #116031;
  margin-bottom: max(0.33rem, 10px);
  transition: var(--duration);
}
.about-esg-other .esg-list .esg-item .text .desc {
  font-weight: 400;
  font-size: var(--font18);
  color: #116031;
  line-height: 1.77777778;
  transition: var(--duration);
}
.about-section-list {
  padding-top: max(0.6rem, 30px);
  padding-bottom: max(0.6rem, 30px);
  overflow: hidden;
  /* 共用设置 */
  /* 单独设置 */
}
.about-section-list .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: max(0.61rem, 30px);
  padding-bottom: max(0.61rem, 30px);
}
.about-section-list .section .section-pic {
  width: 49.0234375%;
  flex-shrink: 0;
  overflow: hidden;
}
.about-section-list .section .section-pic:hover img {
  transform: scale(1.05);
}
.about-section-list .section .section-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-section-list .section .section-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #116031;
  line-height: 1.16666667;
  overflow-wrap: break-word;
  margin-bottom: max(0.27rem, 10px);
}
.about-section-list .section .section-sub-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #116031;
  overflow-wrap: break-word;
}
.about-section-list .section-type1 .section-text {
  width: 45.96354167%;
  flex-shrink: 0;
}
.about-section-list .section-type1 .section-text .desc-text {
  margin-top: max(0.29rem, 10px);
  font-weight: 400;
  font-size: var(--font24);
  color: #116031;
  line-height: 1.33333333;
  overflow-wrap: break-word;
}
.about-section-list .section-type1 .section-text .data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.2rem, 15px);
  margin-top: max(0.61rem, 20px);
}
.about-section-list .section-type1 .section-text .data-list .data-item {
  padding-top: max(0.32rem, 20px);
  padding-bottom: max(0.32rem, 20px);
  border: 1px solid #116031;
}
.about-section-list .section-type1 .section-text .data-list .data-item .item-t {
  font-weight: bold;
  font-size: var(--font36);
  color: #116031;
  line-height: 1.16666667;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section-list .section-type1 .section-text .data-list .data-item .item-b {
  font-weight: 400;
  font-size: var(--font18);
  color: #116031;
  overflow-wrap: break-word;
  text-align: center;
}
.about-section-list .section-type2 {
  column-gap: max(0.77rem, 30px);
}
.about-section-list .section-type2 .section-text {
  flex: 1;
  min-width: 0;
}
.about-section-list .section-type2 .section-text .desc-text li {
  list-style-type: none;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: var(--font18);
  color: #116031;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  display: flex;
  align-items: flex-start;
}
.about-section-list .section-type2 .section-text .desc-text li:not(:last-child) {
  margin-bottom: max(0.23rem, 10px);
}
.about-section-list .section-type2 .section-text .desc-text li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #116031;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: max(0.22rem, 10px);
  margin-top: 0.7em;
}
.about-section-list .section3 {
  column-gap: max(0.52rem, 30px);
}
.about-section-list .section3 .section-sub-title {
  margin-bottom: max(0.53rem, 15px);
}
.about-section-list .section4 {
  column-gap: max(0.8rem, 30px);
}
.about-section-list .section4 .section-sub-title {
  margin-bottom: max(0.43rem, 15px);
}
.contact-info {
  padding-top: max(0.81rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
  overflow: hidden;
}
.contact-info .info-wrap {
  display: flex;
  justify-content: space-between;
}
.contact-info .info-wrap .left,
.contact-info .info-wrap .right {
  width: 49.0234375%;
  flex-shrink: 0;
}
.contact-info .info-wrap .left {
  background-color: #116031;
  padding-top: max(0.67rem, 20px);
  padding-left: max(0.74rem, 15px);
  padding-right: max(0.63rem, 15px);
  padding-top: max(0.74rem, 15px);
  padding-bottom: max(0.65rem, 20px);
}
.contact-info .info-wrap .left .section-title {
  font-weight: 500;
  font-size: var(--font32);
  color: #ffffff;
  line-height: 1.5;
  padding-bottom: max(0.37rem, 10px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.contact-info .info-wrap .left .info-list .info-item {
  padding-top: max(0.5rem, 20px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-info .info-wrap .left .info-list .info-item:not(:last-child) {
  padding-bottom: max(0.47rem, 20px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.contact-info .info-wrap .left .info-list .info-item .item-l {
  font-family: Roboto;
  font-weight: 400;
  font-size: var(--font18);
  color: #fff;
  line-height: 1.44444444;
  overflow-wrap: break-word;
  width: 24.83766234%;
  flex-shrink: 0;
}
.contact-info .info-wrap .left .info-list .info-item .item-r {
  width: 66.55844156%;
  flex-shrink: 0;
}
.contact-info .info-wrap .left .info-list .info-item .item-r .section {
  display: flex;
  align-items: flex-start;
}
.contact-info .info-wrap .left .info-list .info-item .item-r .section:not(:last-child) {
  margin-bottom: max(0.28rem, 10px);
}
.contact-info .info-wrap .left .info-list .info-item .item-r .section .icon {
  margin-right: 10px;
  margin-top: 0.2em;
}
.contact-info .info-wrap .left .info-list .info-item .item-r .section .icon img {
  display: inline-block;
  vertical-align: middle;
}
.contact-info .info-wrap .left .info-list .info-item .item-r .section .text {
  font-weight: 400;
  font-size: var(--font16);
  line-height: 1.625;
  overflow-wrap: break-word;
  color: #fff;
}
.contact-info .info-wrap .right .contact-pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contact-info .info-wrap .right .contact-pic:hover .pic {
  transform: scale(1.05);
}
.contact-info .info-wrap .right .contact-pic .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}
.contact-info .info-wrap .right .contact-pic .qrcode {
  position: absolute;
  right: max(0.3rem, 20px);
  bottom: max(0.3rem, 20px);
  width: max(1.79rem, 130px);
  height: auto;
  object-fit: contain;
}
.contact-form {
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(0.99rem, var(--space));
  padding-bottom: max(0.57rem, var(--space));
}
.contact-form .title {
  font-family: Roboto;
  font-weight: 400;
  font-size: var(--font48);
  color: #ffffff;
  text-align: center;
  margin-bottom: max(0.3rem, 10px);
}
.contact-form .sub-title {
  font-weight: 400;
  font-size: var(--font22);
  color: #ffffff;
  text-align: center;
}
.contact-form .form-area {
  margin-top: max(0.61rem, 30px);
}
.contact-form .form-area .input-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form .form-area .input-line .input-item {
  width: 49.0234375%;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-area .input-line .input-item input {
  display: block;
  width: 100%;
  height: max(0.58rem, 45px);
  background: #ffffff;
  border-radius: 3px;
  transition: var(--duration);
  padding-right: 15px;
  font-size: var(--font16);
  color: #000;
}
.contact-form .form-area .input-line .placeholder-text {
  font-weight: 400;
  font-size: var(--font16);
  color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max(0.22rem, 15px);
}
.contact-form .form-area .input-line .placeholder-text .required {
  color: #ff0101;
}
.contact-form .form-area .textarea-line {
  display: block;
}
.contact-form .form-area .textarea-line textarea {
  display: block;
  width: 100%;
  height: 163px;
  resize: none;
  font-weight: 400;
  font-size: var(--font16);
  color: #000;
  line-height: 1.5;
  padding-top: max(0.22rem, 15px);
  padding-left: max(0.22rem, 15px);
}
.contact-form .form-area .textarea-line textarea::placeholder {
  color: #999999;
}
.contact-form .form-area .submit-btn {
  width: 160px;
  height: 48px;
  background: #116031;
  border-radius: 24px;
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}
.job-desc {
  padding-top: max(0.82rem, var(--space));
  padding-bottom: max(1rem, var(--space));
}
.job-desc .job-title {
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
  line-height: 1.20833333;
  margin-bottom: max(0.36rem, 20px);
  overflow-wrap: break-word;
}
.job-desc .desc-text {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.625;
  overflow-wrap: break-word;
}
.job-desc .desc-text p:not(:last-child) {
  margin-bottom: max(0.26rem, 15px);
}
.job-desc .pic-list {
  margin-top: max(0.37rem, 20px);
  display: flex;
  align-items: flex-start;
  column-gap: 1.953125%;
}
.job-desc .pic-list .item {
  width: 32.03125%;
  overflow: hidden;
}
.job-desc .pic-list .item:hover .pic {
  transform: scale(1.05);
}
.job-desc .pic-list .item .pic {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}
.job-table-area {
  --w: 60px;
  padding-bottom: max(1.2rem, var(--space));
}
.job-table-area .table-wrap {
  overflow-x: auto;
}
.job-table-area .table-head {
  display: flex;
  align-items: center;
  border-top: 6px solid #116031;
  border-bottom: 1px solid #116031;
}
.job-table-area .table-head .head-item {
  font-weight: 400;
  font-size: var(--font22);
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  flex-shrink: 0;
  width: calc((100% - 60px) / 6);
  padding-top: max(0.25rem, 15px);
  padding-bottom: max(0.25rem, 15px);
  overflow-wrap: break-word;
}
.job-table-area .table-head .head-item:nth-child(1) {
  width: var(--w);
}
.job-table-area .table-main .table-item .item-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  background-color: #fff;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
}
.job-table-area .table-main .table-item .item-top.active {
  background-color: #116031;
  border-color: transparent;
}
.job-table-area .table-main .table-item .item-top.active .col {
  color: #fff;
}
.job-table-area .table-main .table-item .item-top .col {
  width: calc((100% - 60px) / 6);
  flex-shrink: 0;
  text-align: center;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.625;
  overflow-wrap: break-word;
  transition: var(--duration);
  padding-top: max(0.25rem, 15px);
  padding-bottom: max(0.25rem, 15px);
}
.job-table-area .table-main .table-item .item-top .col:nth-child(1) {
  width: var(--w);
}
.job-table-area .table-main .table-item .item-bottom {
  background-image: url(../images/job-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(0.52rem, 20px);
  padding-bottom: max(0.75rem, 20px);
  padding-left: max(0.46rem, 15px);
  padding-right: max(0.65rem, 15px);
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  display: none;
}
.job-table-area .table-main .table-item .item-bottom p,
.job-table-area .table-main .table-item .item-bottom span,
.job-table-area .table-main .table-item .item-bottom div {
  max-width: 100%;
  overflow-wrap: break-word;
}
.job-table-area .table-main .table-item .item-bottom img {
  max-width: 100%;
  vertical-align: top;
}
.job-table-area .table-main .table-item .item-bottom .bottom-title {
  font-weight: bold;
  font-size: var(--font26);
  color: #116031;
  padding-bottom: max(0.2rem, 10px);
  border-bottom: 1px solid #ccc;
  margin-bottom: max(0.28rem, 20px);
}
.job-table-area .table-main .table-item .item-bottom p {
  margin-bottom: 10px;
}
.job-table-area .table-main .table-item .item-bottom .btn {
  width: 180px;
  height: 48px;
  background: #116031;
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-top: max(0.7rem, 30px);
}
.manufacturing-section1 {
  padding-top: max(0.81rem, var(--space));
  padding-bottom: max(1.21rem, var(--space));
}
.manufacturing-section1 .text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: max(1.12rem, 35px);
}
.manufacturing-section1 .text-wrap .left {
  width: 32.55208333%;
  flex-shrink: 0;
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
  line-height: 1.20833333;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}
.manufacturing-section1 .text-wrap .left::before {
  content: "";
  width: 6px;
  height: 2em;
  background: #116031;
  margin-right: max(0.55rem, 10px);
}
.manufacturing-section1 .text-wrap .right {
  width: 47.20052083%;
  flex-shrink: 0;
}
.manufacturing-section1 .text-wrap .right p {
  font-weight: 400;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.44444444;
  overflow-wrap: break-word;
}
.manufacturing-section1 .text-wrap .right p:not(:last-child) {
  margin-bottom: max(0.2rem, 15px);
}
.manufacturing-section1 .swiper-container {
  width: 90%;
  max-width: 1622px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .manufacturing-section1 .swiper-container {
    width: 92%;
  }
}
.manufacturing-section1 .swiper-container .arrow {
  user-select: none;
  cursor: pointer;
}
.manufacturing-section1 .swiper-container .arrow img {
  display: block;
  width: 13px;
  height: auto;
  object-fit: contain;
}
.manufacturing-section1 .swiper-container .manufacturing-swiper1 {
  flex: 1;
  margin-left: max(0.3rem, 20px);
  margin-right: max(0.3rem, 20px);
  min-width: 0;
}
.manufacturing-section1 .swiper-container .manufacturing-swiper1 .swiper-slide .pic {
  display: block;
  padding-bottom: 53.04878049%;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.manufacturing-section1 .swiper-container .manufacturing-swiper1 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.manufacturing-section1 .swiper-container .manufacturing-swiper1 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.manufacturing-section2 {
  padding-bottom: max(1.24rem, var(--space));
}
.manufacturing-section2 .text-wrap .section-title {
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
  line-height: 1.20833333;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  padding-top: 1.17rem;
  border-top: 1px solid #116031;
  margin-bottom: max(0.48rem, 30px);
  position: relative;
  z-index: 2;
}
.manufacturing-section2 .text-wrap .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  user-select: none;
  background-image: url(../images/manufacturing-title-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.manufacturing-section2 .text-wrap .section-title::before {
  content: "";
  width: 6px;
  height: 1em;
  background: #116031;
  margin-right: max(0.55rem, 10px);
}
.manufacturing-section2 .text-wrap .section-desc {
  font-weight: 400;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.44444444;
  overflow-wrap: break-word;
  margin-bottom: max(0.6rem, 30px);
}
.manufacturing-section2 .text-wrap .section-desc p:not(:last-child) {
  margin-bottom: max(0.2rem, 15px);
}
.manufacturing-section2 .swiper-container {
  width: 90%;
  max-width: 1622px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .manufacturing-section2 .swiper-container {
    width: 92%;
  }
}
.manufacturing-section2 .swiper-container .arrow {
  user-select: none;
  cursor: pointer;
}
.manufacturing-section2 .swiper-container .arrow img {
  display: block;
  width: 13px;
  height: auto;
  object-fit: contain;
}
.manufacturing-section2 .swiper-container .manufacturing-swiper2 {
  flex: 1;
  min-width: 0;
  margin-left: max(0.3rem, 20px);
  margin-right: max(0.3rem, 20px);
}
.manufacturing-section2 .swiper-container .manufacturing-swiper2 .swiper-slide .pic {
  display: block;
  padding-bottom: 53.05851064%;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.manufacturing-section2 .swiper-container .manufacturing-swiper2 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.manufacturing-section2 .swiper-container .manufacturing-swiper2 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration, 0.45s);
}
.news-area {
  padding-bottom: max(1.21rem, var(--space));
}
.news-section1 {
  padding-top: max(0.61rem, var(--space));
  padding-bottom: max(0.6rem, 35px);
  overflow: hidden;
}
.news-section1 .news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news-section1 .news-wrap .section-left,
.news-section1 .news-wrap .section-right {
  width: 49.0234375%;
}
.news-section1 .news-wrap .section-left {
  background-image: url(../images/news-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-left: max(0.35rem, 15px);
  padding-right: max(0.35rem, 15px);
  padding-top: max(0.61rem, 20px);
  padding-bottom: max(0.5rem, 20px);
}
.news-section1 .news-wrap .section-left .title {
  font-weight: 400;
  font-size: var(--font36);
  color: #ffffff;
  overflow-wrap: break-word;
  padding-bottom: max(0.48rem, 15px);
  border-bottom: 1px solid #ffffff;
  margin-bottom: max(0.41rem, 15px);
}
.news-section1 .news-wrap .section-left .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-section1 .news-wrap .section-left .time {
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
}
.news-section1 .news-wrap .section-left .more {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  width: fit-content;
  margin-top: 0.93rem;
}
.news-section1 .news-wrap .section-left .more:hover img {
  margin-left: 3px;
}
.news-section1 .news-wrap .section-left .more span {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  transition: var(--duration);
}
.news-section1 .news-wrap .section-left .more img {
  filter: brightness(0) invert(1);
  margin-left: 8px;
  height: 9px;
  object-fit: contain;
  transition: var(--duration);
}
.news-section1 .news-wrap .section-right .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-section1 .news-wrap .section-right .pic:hover img {
  transform: scale(1.05);
}
.news-section1 .news-wrap .section-right .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: max(0.32rem, 30px);
  column-gap: max(0.3rem, 20px);
  padding-bottom: max(0.61rem, 30px);
  border-bottom: 4px solid #116031;
  margin-bottom: max(0.6rem, 30px);
}
.news-list .news-item {
  overflow: hidden;
}
.news-list .news-item:hover .pic img {
  transform: scale(1.05);
}
.news-list .news-item:hover .text .title span {
  background-size: 100% 1px;
  background-position: left bottom;
  color: var(--theme);
}
.news-list .news-item .pic {
  display: block;
  width: 100%;
  padding-bottom: 60.56910569%;
  position: relative;
  overflow: hidden;
}
.news-list .news-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration, 0.45s);
}
.news-list .news-item .text {
  margin-top: 21px;
}
.news-list .news-item .text .time {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-bottom: max(0.2rem, 10px);
}
.news-list .news-item .text .title {
  font-weight: 400;
  font-size: var(--font18);
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-list .news-item .text .title span {
  color: #333333;
  background-image: linear-gradient(270deg, var(--theme), var(--theme));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.5s ease, color var(--duration);
}
.news-list .news-item .text .more {
  margin-top: max(0.28rem, 20px);
  display: flex;
  align-items: center;
  width: fit-content;
  user-select: none;
  cursor: pointer;
}
.news-list .news-item .text .more span {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}
.news-list .news-item .text .more img {
  margin-left: 8px;
}
/* 新闻详情 */
.news-detail-area {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.22rem, var(--space));
}
.news-detail-area .detail-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-detail-area .detail-wrap .main {
  width: 65.95052083%;
  flex-shrink: 0;
}
.news-detail-area .detail-wrap .main .article-title {
  font-weight: bold;
  font-size: var(--font46);
  color: #116031;
  line-height: 1.13043478;
  overflow-wrap: break-word;
  margin-bottom: max(0.41rem, 20px);
}
.news-detail-area .detail-wrap .main .publish-time {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1;
}
.news-detail-area .detail-wrap .main .article-main {
  padding-top: max(0.37rem, 20px);
  padding-bottom: max(0.32rem, 20px);
  margin-bottom: max(0.6rem, 30px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: max(0.4rem, 30px);
  font-size: var(--font16);
  color: #666666;
  line-height: 2;
  overflow-wrap: break-word;
}
.news-detail-area .detail-wrap .main .article-main p,
.news-detail-area .detail-wrap .main .article-main span,
.news-detail-area .detail-wrap .main .article-main div,
.news-detail-area .detail-wrap .main .article-main a,
.news-detail-area .detail-wrap .main .article-main * {
  max-width: 100%;
  overflow-wrap: break-word;
}
.news-detail-area .detail-wrap .main .article-main img,
.news-detail-area .detail-wrap .main .article-main video {
  max-width: 100%;
  vertical-align: top;
}
.news-detail-area .detail-wrap .main .article-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.news-detail-area .detail-wrap .main .recommend-area .item {
  display: block;
  width: fit-content;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 2;
  transition: var(--duration);
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-area .detail-wrap .main .recommend-area .item:hover {
  color: #116031;
}
.news-detail-area .detail-wrap .main .share-area {
  display: flex;
  align-items: center;
  margin-top: max(0.6rem, 30px);
}
.news-detail-area .detail-wrap .main .share-area .text {
  font-weight: 400;
  font-size: var(--font16);
  color: #116031;
  margin-right: max(0.27rem, 15px);
}
.news-detail-area .detail-wrap .main .share-area .icon-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.news-detail-area .detail-wrap .aside {
  width: 26.04166667%;
  flex-shrink: 0;
}
.news-detail-area .detail-wrap .aside .aside-title {
  font-weight: bold;
  font-size: var(--font26);
  color: #116031;
  line-height: 1.38461538;
  margin-bottom: max(0.3rem, 20px);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item {
  display: block;
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: max(0.31rem, 20px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item .pic {
  display: block;
  overflow: hidden;
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item .text {
  margin-top: max(0.22rem, 15px);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item .text .title {
  font-weight: 400;
  font-size: var(--font16);
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
  margin-bottom: max(0.15rem, 10px);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item .text .title span {
  background-image: linear-gradient(to right, var(--theme), var(--theme));
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: right bottom;
  color: #333333;
  transition: background-size var(--duration), color var(--duration);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item .text .time {
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item:hover .pic img {
  transform: scale(1.05);
}
.news-detail-area .detail-wrap .aside .aside-list .aside-item:hover .text .title span {
  color: var(--theme);
  background-size: 100% 1px;
  background-position: left bottom;
}
.product-list-area {
  padding-top: max(0.83rem, var(--space));
  padding-bottom: max(1.21rem, var(--space));
  overflow: hidden;
}
.product-list-area .product-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-list-area .product-wrap .aside {
  width: 21.22395833%;
  flex-shrink: 0;
}
.product-list-area .product-wrap .aside .phone-toggle-btn {
  display: none;
}
.product-list-area .product-wrap .aside .search {
  position: relative;
  margin-bottom: max(0.33rem, 20px);
}
.product-list-area .product-wrap .aside .search input {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-weight: 400;
  font-size: var(--font14);
  color: #116031;
  padding-left: max(0.2rem, 15px);
  padding-right: 45px;
}
.product-list-area .product-wrap .aside .search input::placeholder {
  color: #116031;
}
.product-list-area .product-wrap .aside .search .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  height: 100%;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.product-list-area .product-wrap .aside .phone-close {
  display: none;
}
.product-list-area .product-wrap .aside .cate-list .section:not(:last-child) {
  margin-bottom: 30px;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  overflow-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(17, 96, 49, 0.3);
  padding-bottom: 20px;
  user-select: none;
  cursor: pointer;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-one .cate-text {
  font-weight: 400;
  font-size: var(--font18);
  color: #116031;
  transition: var(--duration);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-one .icon {
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-one.active .icon {
  transform: rotate(-90deg);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom {
  display: none;
  padding-top: max(0.21rem, 20px);
  padding-bottom: max(0.25rem, 20px);
  padding-left: max(0.34rem, 15px);
  padding-right: max(0.34rem, 15px);
  background: rgba(239, 238, 238, 0.4);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two.active .two-item img {
  filter: none;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two.active .two-item a {
  color: #116031;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two.active .three-list .three-item img {
  filter: none;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list .three-item.active a {
  color: #116031;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two:not(:last-child) {
  margin-bottom: max(0.27rem, 20px);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .two-item {
  margin-bottom: 18px;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .two-item img {
  height: 10px;
  margin-right: 10px;
  filter: grayscale(1);
  transition: var(--duration);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .two-item a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  transition: var(--duration);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .two-item a:hover {
  color: #116031;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list {
  padding-left: 16px;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list .three-item {
  display: flex;
  align-items: center;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list .three-item:not(:last-child) {
  margin-bottom: 7px;
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list .three-item img {
  margin-right: 10px;
  filter: grayscale(1);
  transition: var(--duration);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list .three-item a {
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
  transition: var(--duration);
}
.product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .three-list .three-item a:hover {
  color: #116031;
}
.product-list-area .product-wrap .main {
  width: 74.54427083%;
  flex-shrink: 0;
}
.product-list-area .product-wrap .main .main-table {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  --col-1: calc(280 / 1145 * 100%);
  --col-2: calc(260 / 1145 * 100%);
  --padding: max(0.41rem, 20px);
  --pic-width: 151px;
  overflow-wrap: break-word;
  margin-bottom: max(0.61rem, 30px);
}
.product-list-area .product-wrap .main .main-table .pro-head {
  display: flex;
  align-items: center;
  background-color: #116031;
  padding-top: max(0.18rem, 15px);
  padding-bottom: max(0.18rem, 15px);
}
.product-list-area .product-wrap .main .main-table .pro-head .item {
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
}
.product-list-area .product-wrap .main .main-table .pro-head .item:nth-child(1) {
  width: var(--col-1);
  flex-shrink: 0;
  padding-left: var(--padding);
  padding-right: var(--padding);
}
.product-list-area .product-wrap .main .main-table .pro-head .item:nth-child(2) {
  width: var(--col-2);
  flex-shrink: 0;
  padding-left: var(--padding);
  padding-right: var(--padding);
}
.product-list-area .product-wrap .main .main-table .pro-head .item:nth-child(3) {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item {
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  padding-top: max(0.23rem, 15px);
  padding-bottom: max(0.23rem, 15px);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item:nth-child(odd) {
  background-color: #fff;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item:nth-child(even) {
  background: #f8f8f8;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col1 {
  width: var(--col-1);
  padding-left: var(--padding);
  padding-right: var(--padding);
  flex-shrink: 0;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col1 .text {
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
  display: flex;
  align-items: center;
  transition: var(--duration);
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col1 .text::before {
  content: "";
  width: max(0.13rem, 10px);
  height: max(0.13rem, 10px);
  background-color: #116031;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col2 {
  width: var(--col-2);
  padding-left: var(--padding);
  padding-right: var(--padding);
  overflow-wrap: break-word;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col2 .text {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 {
  flex: 1;
  padding-left: 15px;
  padding-right: 1.4rem;
  min-width: 0;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 .col-main {
  display: flex;
  align-items: flex-start;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 .pic {
  width: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  flex-shrink: 0;
  transition: var(--duration);
  overflow: hidden;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 .pic::after {
  content: "";
  display: block;
  padding-bottom: 54.30463576%;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--duration);
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 .text .title {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.375;
  transition: var(--duration);
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 .text .btn {
  display: none;
  transition: var(--duration);
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item.active {
  background-color: #ecfff4;
  border-color: #116031;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item.active .col1 .text {
  color: #116031;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item.active .col3 .col-main .pic {
  width: var(--pic-width);
  margin-right: max(0.21rem, 15px);
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item.active .col3 .col-main .text .title {
  color: #116031;
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item.active .col3 .col-main .text .btn {
  width: 93px;
  height: 26px;
  background: #116031;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-top: max(0.12rem, 10px);
}
.product-list-area .product-wrap .main .main-table .pro-list .pro-item.active .col3 .col-main .text .btn img {
  margin-left: 8px;
}
/* 产品二级页面 */
.pro-cate-area .pro-cate-section:nth-child(odd) {
  background-color: #fff;
}
.pro-cate-area .pro-cate-section:nth-child(even) {
  background: rgba(241, 252, 246, 0.5);
}
.pro-cate-section {
  padding-top: max(0.6rem, 35px);
  padding-bottom: max(0.6rem, 35px);
}
.pro-cate-section .section-title {
  font-weight: 500;
  font-size: var(--font36);
  color: #116031;
  line-height: 1.33333333;
  overflow-wrap: break-word;
  margin-bottom: max(0.22rem, 20px);
}
.pro-cate-section .section-desc {
  font-weight: 400;
  font-size: var(--font18);
  color: #116031;
  line-height: 1.55555556;
  overflow-wrap: break-word;
  margin-bottom: max(0.25rem, 20px);
}
.pro-cate-section .section-main {
  display: flex;
  justify-content: space-between;
}
.pro-cate-section .section-main .pic {
  width: 32.03125%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.pro-cate-section .section-main .pic:hover .img {
  transform: scale(1.05);
}
.pro-cate-section .section-main .pic::after {
  content: "";
  display: block;
  padding-bottom: 85.16260163%;
}
.pro-cate-section .section-main .pic .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration, 0.45s);
}
.pro-cate-section .section-main .pic .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  width: 168px;
  height: 31px;
  background-color: #116031;
}
.pro-cate-section .section-main .pic .btn .icon {
  width: 13px;
}
.pro-cate-section .section-main .pic .btn .btn-text {
  font-weight: 400;
  font-size: var(--font14);
  color: #ffffff;
  margin-left: max(0.12rem, 10px);
  line-height: 1;
}
.pro-cate-section .section-main .text {
  width: 66.08072917%;
  flex-shrink: 0;
  overflow-wrap: break-word;
}
.pro-cate-section .section-main .text .tag-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: max(0.19rem, 10px);
}
.pro-cate-section .section-main .text .tag-list .tag-item {
  padding: max(0.12rem, 10px) max(0.27rem, 15px);
  background: #f1fcf6;
  border: 1px solid rgba(17, 96, 49, 0.5);
  text-align: center;
  font-weight: 400;
  font-size: var(--font16);
  color: #116031;
}
.pro-cate-section .section-main .text .table {
  margin-top: 19px;
  --col-1: calc(203 / 1015 * 100%);
  --col-2: calc(195 / 1015 * 100%);
  --col-3: calc(129 / 1015 * 100%);
  --col-4: calc(485 / 1015 * 100%);
  border: 1px solid rgba(17, 96, 49, 0.5);
}
.pro-cate-section .section-main .text .table .thead .tr {
  display: flex;
  align-items: stretch;
}
.pro-cate-section .section-main .text .table .thead .tr .th {
  flex-shrink: 0;
  font-weight: 400;
  font-size: var(--font14);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #116031;
  padding-left: max(0.3rem, 10px);
  padding-right: max(0.3rem, 10px);
}
.pro-cate-section .section-main .text .table .thead .tr .th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.pro-cate-section .section-main .text .table .thead .tr .th:nth-child(1) {
  width: var(--col-1);
}
.pro-cate-section .section-main .text .table .thead .tr .th:nth-child(2) {
  width: var(--col-2);
}
.pro-cate-section .section-main .text .table .thead .tr .th:nth-child(3) {
  width: var(--col-3);
  text-align: center;
}
.pro-cate-section .section-main .text .table .thead .tr .th:nth-child(4) {
  flex: 1;
  min-width: 0;
}
.pro-cate-section .section-main .text .table .tbody .tr {
  display: flex;
  align-items: stretch;
}
.pro-cate-section .section-main .text .table .tbody .tr:nth-child(odd) {
  background-color: #fff;
}
.pro-cate-section .section-main .text .table .tbody .tr:nth-child(even) {
  background-color: #f1fcf6;
}
.pro-cate-section .section-main .text .table .tbody .tr .td {
  font-weight: 400;
  font-size: var(--font14);
  color: #116031;
  padding-left: max(0.3rem, 10px);
  padding-right: max(0.3rem, 10px);
  padding-top: max(0.18rem, 10px);
  padding-bottom: max(0.18rem, 10px);
}
.pro-cate-section .section-main .text .table .tbody .tr .td:not(:last-child) {
  border-right: 1px solid rgba(17, 96, 49, 0.1);
}
.pro-cate-section .section-main .text .table .tbody .tr .td:nth-child(1) {
  width: var(--col-1);
}
.pro-cate-section .section-main .text .table .tbody .tr .td:nth-child(2) {
  width: var(--col-2);
}
.pro-cate-section .section-main .text .table .tbody .tr .td:nth-child(3) {
  width: var(--col-3);
  text-align: center;
}
.pro-cate-section .section-main .text .table .tbody .tr .td:nth-child(4) {
  flex: 1;
  min-width: 0;
}
/* 产品详情页面 */
.product-detail-area .breadcrumb {
  background: rgba(224, 224, 224, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-detail-area .breadcrumb .icon {
  width: 12px;
  margin-right: 4px;
}
.product-detail-area .breadcrumb .list {
  display: flex;
  align-items: center;
}
.product-detail-area .breadcrumb .list .item:last-child a {
  color: #333333;
}
.product-detail-area .breadcrumb .list .item:not(:last-child)::after {
  content: ">";
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  margin-left: max(0.19rem, 10px);
  margin-right: max(0.19rem, 10px);
}
.product-detail-area .breadcrumb .list .item a {
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
}
.product-detail-area .detail-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: max(0.72rem, var(--space));
  margin-bottom: max(1.2rem, var(--space));
}
.product-detail-area .detail-main .left {
  width: 49.0234375%;
  flex-shrink: 0;
  position: relative;
}
.product-detail-area .detail-main .left .pro-swiper1 {
  border: 1px solid #cccccc;
  position: relative;
}
.product-detail-area .detail-main .left .pro-swiper1 .swiper-slide {
  user-select: none;
}
.product-detail-area .detail-main .left .pro-swiper1 .swiper-slide .pic {
  background: #ffffff;
  position: relative;
}
.product-detail-area .detail-main .left .pro-swiper1 .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 71.31474104%;
}
.product-detail-area .detail-main .left .pro-swiper1 .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
}
.product-detail-area .detail-main .left .pro-swiper1 .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  cursor: pointer;
  z-index: 2;
}
.product-detail-area .detail-main .left .pro-swiper1 .arrow img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: var(--duration);
}
.product-detail-area .detail-main .left .pro-swiper1 .arrow:hover img {
  filter: none;
  opacity: 1;
}
.product-detail-area .detail-main .left .pro-swiper1 .swiper1-prev {
  left: max(0.3rem, 20px);
}
.product-detail-area .detail-main .left .pro-swiper1 .swiper1-next {
  right: max(0.3rem, 20px);
}
.product-detail-area .detail-main .left .pro-swiper2 {
  max-width: 230px;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.4rem, 20px);
}
.product-detail-area .detail-main .left .pro-swiper2 .swiper-slide {
  opacity: 0.4;
  user-select: none;
  cursor: pointer;
}
.product-detail-area .detail-main .left .pro-swiper2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail-area .detail-main .left .pro-swiper2 .swiper-slide .pic {
  height: 49px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-area .detail-main .left .pro-swiper2 .swiper-slide .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
.product-detail-area .detail-main .right {
  width: 43.03385417%;
  flex-shrink: 0;
}
.product-detail-area .detail-main .right .download-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: max(0.3rem, 20px);
  border-bottom: 1px solid #ccc;
}
.product-detail-area .detail-main .right .download-line .line-left {
  display: flex;
  align-items: center;
}
.product-detail-area .detail-main .right .download-line .line-left .icon {
  margin-right: max(0.11rem, 10px);
}
.product-detail-area .detail-main .right .download-line .line-left .param {
  font-weight: bold;
  font-size: var(--font14);
  color: #116031;
}
.product-detail-area .detail-main .right .download-line .line-left .param::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: #116031;
  margin-top: 10px;
}
.product-detail-area .detail-main .right .download-line .line-left .value {
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
  line-height: 1;
  margin-left: max(0.11rem, 10px);
}
.product-detail-area .detail-main .right .download-line .line-right {
  width: 132px;
  height: 36px;
  background: rgba(240, 240, 240, 0);
  border: 1px solid #116031;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  transition: var(--duration);
}
.product-detail-area .detail-main .right .download-line .line-right:hover {
  background-color: var(--theme);
}
.product-detail-area .detail-main .right .download-line .line-right:hover img {
  filter: brightness(0) invert(1);
}
.product-detail-area .detail-main .right .download-line .line-right:hover span {
  color: #fff;
}
.product-detail-area .detail-main .right .download-line .line-right img {
  margin-right: max(0.19rem, 10px);
  width: 16px;
  transition: var(--duration);
}
.product-detail-area .detail-main .right .download-line .line-right span {
  font-size: var(--font14);
  color: #116031;
  transition: var(--duration);
}
.product-detail-area .detail-main .right .product-name {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  overflow-wrap: break-word;
  background-color: #116031;
  padding-left: max(0.19rem, 15px);
  padding-right: max(0.19rem, 15px);
  padding-top: max(0.18rem, 10px);
  padding-bottom: max(0.18rem, 10px);
  margin-top: 20px;
}
.product-detail-area .detail-main .right .use-area {
  margin-top: max(0.36rem, 30px);
  margin-bottom: 30px;
}
.product-detail-area .detail-main .right .use-area .top-line {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.product-detail-area .detail-main .right .use-area .top-line .icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.product-detail-area .detail-main .right .use-area .top-line .icon img {
  width: 21px;
}
.product-detail-area .detail-main .right .use-area .top-line .text {
  font-weight: bold;
  font-size: var(--font24);
  color: #116031;
}
.product-detail-area .detail-main .right .use-area .list .item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: max(0.12rem, 10px);
  padding-bottom: max(0.12rem, 10px);
  padding-left: max(0.18rem, 15px);
  padding-right: max(0.18rem, 15px);
}
.product-detail-area .detail-main .right .use-area .list .item:not(:last-child) {
  margin-bottom: 5px;
}
.product-detail-area .detail-main .right .use-area .list .item .icon {
  display: flex;
  align-items: center;
  margin-right: max(0.13rem, 10px);
  flex-shrink: 0;
}
.product-detail-area .detail-main .right .use-area .list .item .text {
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  overflow-wrap: break-word;
}
.product-detail-area .detail-main .right .phone-line {
  display: flex;
  align-items: center;
}
.product-detail-area .detail-main .right .phone-line .icon {
  margin-right: max(0.17rem, 10px);
}
.product-detail-area .detail-main .right .phone-line .param {
  font-weight: bold;
  font-size: var(--font14);
  color: #116031;
}
.product-detail-area .detail-main .right .phone-line .param::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: #116031;
  margin-top: 10px;
}
.product-detail-area .detail-main .right .phone-line .value {
  font-weight: bold;
  font-size: var(--font48);
  color: #116031;
  line-height: 1;
  margin-left: max(0.11rem, 10px);
}
.product-detail-area .detail-main .right .contact-btn {
  width: 194px;
  height: 42px;
  background: #116031;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: var(--font18);
  color: #ffffff;
  margin-top: 30px;
}
.product-detail-area .detail-main .right .contact-btn img {
  margin-right: 10px;
}
.product-detail-area .desc-main .desc-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #116031;
  padding-bottom: 20px;
  border-bottom: 1px solid #116031;
}
.product-detail-area .desc-main .desc-content {
  font-size: var(--font16);
  color: #666;
  line-height: 2.4;
  overflow-wrap: break-word;
  padding-top: max(0.62rem, 35px);
  padding-bottom: max(1.36rem, var(--space));
  font-family: Roboto;
  font-weight: 400;
}
.product-detail-area .desc-main .desc-content h2 {
  font-family: Roboto;
  font-weight: bold;
  font-size: var(--font24);
  color: #116031;
}
.product-detail-area .desc-main .desc-content p,
.product-detail-area .desc-main .desc-content span,
.product-detail-area .desc-main .desc-content div,
.product-detail-area .desc-main .desc-content * {
  max-width: 100%;
}
.product-detail-area .desc-main .desc-content img,
.product-detail-area .desc-main .desc-content video {
  vertical-align: top;
  max-width: 100%;
}
.product-detail-area .desc-main .desc-content .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
/* 共用组件 */
@media (max-width: 1200px) {
  .common-tab .tab-wrap {
    padding-bottom: 2px;
  }
}
/* about-sustainability */
@media (min-width: 993px) {
  .about-esg {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .about-esg {
    padding-top: 45px;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .about-esg-other .esg-list .esg-item {
    width: 100%;
    align-items: center;
  }
  .about-esg .pic-list {
    display: none;
  }
  .about-esg .main-list {
    flex-wrap: wrap;
    row-gap: 30px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    position: initial;
    justify-content: space-between;
    margin-top: 35px;
  }
  .about-esg .main-list .item {
    width: 47.5%;
    padding: 30px 15px;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .about-esg .main-list .item .text .desc {
    display: block;
  }
  .about-esg .esg-title {
    position: initial;
    transform: none;
  }
  .about-section-list .section {
    flex-wrap: wrap;
  }
  .about-section-list .section .section-pic {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
  .about-section-list .section-type1 .section-text {
    width: 100%;
  }
}
/* 共用组件 */
@media (max-width: 768px) {
  .common-tab .tab-list .tab-item.active::after {
    display: none;
  }
}
/* about-sustainability */
@media (max-width: 768px) {
  .about-esg .main-list {
    width: 92%;
  }
}
@media (max-width: 576px) {
  .about-esg-other .esg-list .esg-item {
    flex-wrap: wrap;
  }
  .about-esg-other .esg-list .esg-item .icon {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
  }
  .about-esg-other .esg-list .esg-item .text {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }
  .about-esg-other .esg-list .esg-item .text .title {
    font-size: 20px;
  }
  .about-esg .main-list .item {
    width: 100%;
  }
  .about-section-list .section-type1 .section-text .data-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .about-esg .main-list .item .text .title {
    font-size: 20px;
  }
  .about-esg .main-list .item .text .desc {
    line-height: 1.5;
  }
  .about-section-list .section .section-title {
    font-size: 20px;
  }
  .about-section-list .section-type2 .section-text .desc-text li::before {
    margin-top: 0.5em;
  }
  .about-section-list .section-type1 .section-text .desc-text {
    font-size: 16px;
  }
}
/* about */
@media (max-width: 1200px) {
  .about-culture .culture-list .item .text {
    top: auto;
    bottom: 10%;
  }
}
@media (max-width: 992px) {
  .about-desc .main {
    flex-wrap: wrap;
  }
  .about-desc .main .pic {
    width: 100%;
  }
  .about-desc .main .text {
    width: 100%;
    margin-top: 30px;
  }
  .about-intro .intro-wrap {
    flex-wrap: wrap;
  }
  .about-intro .intro-wrap .intro-left {
    width: 100%;
  }
  .about-intro .intro-wrap .intro-right {
    width: 100%;
    margin-top: 30px;
  }
  .about-culture .culture-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-honor .honor-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-factory .factory-swiper2 {
    position: initial;
    transform: none;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .about-desc .title-area .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .about-desc .title-area .title {
    font-size: var(--phone-title);
  }
  .about-desc .title-area .sub-title {
    font-size: 16px;
  }
  .about-intro .intro-wrap .intro-left .item .pic {
    width: 160px;
  }
  .about-intro .intro-wrap .intro-left .item .text .text-t {
    font-size: 18px;
  }
  .about-title {
    font-size: var(--phone-title);
  }
  .about-culture .culture-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-development .swiper-container .arrow {
    width: 40px;
    height: 40px;
  }
  .about-development .development-swiper2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .about-honor .honor-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-honor .show-all {
    height: 40px;
  }
  .about-honor .show-all img {
    width: 20px;
  }
  .about-factory .factory-swiper1 .swiper-slide img {
    min-height: 200px;
    object-fit: cover;
  }
}
/* contact */
@media (max-width: 768px) {
  .contact-info .info-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .contact-info .info-wrap .left,
  .contact-info .info-wrap .right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-info .info-wrap .left .section-title {
    font-size: 20px;
  }
  .contact-info .info-wrap .left .info-list .info-item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .contact-info .info-wrap .left .info-list .info-item .item-l {
    width: 100%;
  }
  .contact-info .info-wrap .left .info-list .info-item .item-r {
    width: 100%;
  }
  .contact-info .info-wrap .left .info-list .info-item .item-r .section .icon {
    margin-top: 0;
  }
  .contact-form .title {
    font-size: var(--phone-title);
  }
  .contact-form .sub-title {
    font-size: 14px;
  }
  .contact-form .form-area .input-line {
    flex-wrap: wrap;
  }
  .contact-form .form-area .input-line .input-item {
    width: 100%;
  }
  .contact-form .form-area .input-line .placeholder-text {
    font-size: 12px;
  }
}
/* job */
@media (max-width: 992px) {
  .job-table-area .table-wrap::-webkit-scrollbar {
    background-color: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  .job-table-area .table-wrap::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    border-radius: 10px;
  }
  .job-table-area .table-wrap .table {
    min-width: 900px;
  }
}
@media (max-width: 576px) {
  .job-desc .job-title {
    font-size: 20px;
  }
  .job-desc .job-title br {
    display: none;
  }
  .job-desc .pic-list {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .job-desc .pic-list .item {
    width: 100%;
  }
  .job-table-area .table-main .table-item .item-bottom .btn {
    width: 160px;
    height: 40px;
  }
}
/* manufacturing */
@media (max-width: 992px) {
  .manufacturing-section1 .text-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .manufacturing-section1 .text-wrap .left,
  .manufacturing-section1 .text-wrap .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .manufacturing-section1 .text-wrap .left br {
    display: none;
  }
  .manufacturing-section1 .text-wrap .left::before {
    height: 1em;
  }
}
@media (max-width: 576px) {
  .manufacturing-section1 .text-wrap .left {
    font-size: var(--phone-title);
  }
}
/* 新闻详情 */
@media (max-width: 768px) {
  .news-detail-area .detail-wrap {
    flex-wrap: wrap;
    row-gap: 45px;
  }
  .news-detail-area .detail-wrap .main {
    width: 100%;
  }
  .news-detail-area .detail-wrap .aside {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .news-detail-area .detail-wrap .main .article-title {
    font-size: 20px;
  }
  .news-detail-area .detail-wrap .main .share-area {
    margin-top: 20px;
  }
}
/* 新闻列表 */
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-section1 .news-wrap {
    flex-wrap: wrap;
  }
  .news-section1 .news-wrap .section-left,
  .news-section1 .news-wrap .section-right {
    width: 100%;
  }
  .news-section1 .news-wrap .section-right {
    order: -1;
  }
  .news-section1 .news-wrap .section-left .title {
    font-size: 18px;
  }
  .news-list {
    grid-template-columns: 1fr;
  }
}
/* 共用组件 */
@media (max-width: 576px) {
  .common-pagination .item {
    --w: 35px;
    font-size: 12px;
  }
}
/* pro-cate */
@media (max-width: 1200px) {
  .pro-cate-section .section-main {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .pro-cate-section .section-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .pro-cate-section .section-main .text {
    width: 100%;
    flex: none;
  }
  .pro-cate-section .section-main .pic {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
  .pro-cate-section .section-main .pic::after {
    display: none;
  }
  .pro-cate-section .section-main .pic .img {
    position: initial;
  }
}
@media (max-width: 576px) {
  .pro-cate-section .section-title {
    font-size: 20px;
  }
  .pro-cate-section .section-main .text .tag-list .tag-item {
    padding: 10px;
    font-size: 12px;
  }
  .pro-cate-section .section-main .text .table {
    overflow-x: auto;
  }
  .pro-cate-section .section-main .text .table::-webkit-scrollbar {
    background-color: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  .pro-cate-section .section-main .text .table::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    border-radius: 10px;
  }
  .pro-cate-section .section-main .text .table .thead,
  .pro-cate-section .section-main .text .table .tbody {
    min-width: 160%;
  }
}
/* 产品详情 */
@media (max-width: 992px) {
  .product-detail-area .detail-main {
    flex-wrap: wrap;
  }
  .product-detail-area .detail-main .left {
    width: 100%;
  }
  .product-detail-area .detail-main .right {
    width: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .product-detail-area .breadcrumb {
    display: none;
  }
}
@media (max-width: 576px) {
  .product-detail-area .detail-main .left .pro-swiper2 {
    position: initial;
    transform: none;
    margin-top: 10px;
  }
  .product-detail-area .detail-main .right .download-line .line-left .icon {
    width: 25px;
  }
  .product-detail-area .detail-main .right .download-line .line-left .value {
    font-size: 24px;
  }
  .product-detail-area .detail-main .right .product-name {
    font-size: 14px;
  }
}
/* 产品列表 */
@media (max-width: 992px) {
  .product-list-area .product-wrap {
    flex-wrap: wrap;
  }
  .product-list-area .product-wrap .aside .phone-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--theme);
    color: #fff;
    font-size: var(--font16);
    margin-left: auto;
    margin-bottom: 20px;
  }
  .product-list-area .product-wrap .aside .phone-toggle-btn .layui-icon {
    margin-left: 10px;
    font-size: 12px;
  }
  .product-list-area .product-wrap .aside {
    width: 100%;
  }
  .product-list-area .product-wrap .main {
    width: 100%;
    margin-top: 30px;
  }
  .product-list-area .product-wrap .aside .phone-close {
    display: block;
    margin-bottom: 30px;
    width: fit-content;
    margin-left: auto;
  }
  .product-list-area .product-wrap .aside .phone-close .layui-icon {
    font-size: 30px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    transition: var(--duration);
  }
  .product-list-area .product-wrap .aside .phone-close .layui-icon:hover {
    color: var(--theme);
  }
  .product-list-area .product-wrap .aside .cate-list {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    z-index: 207;
    padding-top: 3vh;
    padding-bottom: 6vh;
    overflow-y: auto;
    padding-left: 7%;
    padding-right: 7%;
  }
  .product-list-area .product-wrap .aside .cate-list::-webkit-scrollbar {
    background-color: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  .product-list-area .product-wrap .aside .cate-list::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .product-list-area .product-wrap .main .main-table .pro-list .pro-item .col3 {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .product-list-area .product-wrap .aside .search input {
    height: 45px;
  }
  .product-list-area .product-wrap .main .main-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .product-list-area .product-wrap .main .main-table::-webkit-scrollbar {
    background-color: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }
  .product-list-area .product-wrap .main .main-table::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    border-radius: 10px;
  }
  .product-list-area .product-wrap .main .main-table .pro-head,
  .product-list-area .product-wrap .main .main-table .pro-list {
    min-width: 180%;
  }
  .product-list-area .product-wrap .aside .search {
    margin-bottom: 0;
  }
  .product-list-area .product-wrap .aside .phone-toggle-btn {
    width: 145px;
  }
  .product-list-area .product-wrap .aside .cate-list .section .cate-one {
    padding-bottom: 10px;
  }
  .product-list-area .product-wrap .aside .cate-list .section .cate-bottom .cate-two .two-item {
    margin-bottom: 10px;
  }
}
/* 2025-9-29 添加产品详情表格 */
.pro-detail-table {
  margin-top: max(1.21rem, 30px);
  margin-bottom: max(1.21rem, 30px);
  overflow-x: auto;
}
.pro-detail-table .table-main {
  --border: 1px solid #cccccc;
  min-width: 800px;
}
.pro-detail-table .section {
  display: flex;
  align-items: stretch;
  border-bottom: var(--border);
  min-height: max(2.85rem, 200px);
}
.pro-detail-table .section:first-child {
  border-top: var(--border);
}
@media (max-width: 768px) {
  .pro-detail-table .section {
    min-height: auto;
  }
}
.pro-detail-table .section .section-left {
  width: 23.4375%;
  flex-shrink: 0;
  background: rgba(50, 110, 72, 0.04);
  padding-top: max(0.55rem, 20px);
  padding-bottom: max(0.55rem, 20px);
  padding-left: max(0.36rem, 15px);
  padding-right: max(0.36rem, 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.pro-detail-table .section .section-left .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #116031;
  overflow-wrap: break-word;
  line-height: 1;
}
.pro-detail-table .section .section-left .sub-title {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  margin-top: max(0.2rem, 10px);
  overflow-wrap: break-word;
}
.pro-detail-table .section .section-right {
  flex: 1;
  min-width: 0;
  display: flex;
  padding-top: max(0.6rem, 20px);
  padding-bottom: max(0.6rem, 20px);
  overflow-wrap: break-word;
}
.pro-detail-table .section .section-right .item {
  width: 25%;
  flex-shrink: 0;
  text-align: center;
}
.pro-detail-table .section .section-right .item:not(:last-child) {
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.pro-detail-table .section .section-right .item .item-title {
  font-weight: 500;
  font-size: var(--font18);
  color: #326e48;
}
.pro-detail-table .section .section-right .item .item-group {
  margin-top: max(0.4rem, 20px);
}
.pro-detail-table .section .section-right .item .item-group .text {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.pro-detail-table .section .section-right .item .item-group .text:not(:last-child) {
  margin-bottom: 10px;
}


.desc-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
