<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: Arial, "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  display: none;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
:root {
  font-size: 10px;
  --main-color: #1E9E04;
  --flex-margin: -15px;
  --flex-padding: 15px;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.header-logo {
  width: 225px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.hc_cont1500 {
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-top {
  background-color: #3e3e3e;
  padding: 9px 0;
}
.header-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .flex .left {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}
.header-top .flex .right a {
  line-height: normal;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}
.header-bottom {
  --height: 58px;
  background-color: #fff;
  transition: all 0.5s;
}
.header-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
    align-items: center;
  }
  .hd_item {
    position: relative;
    margin-right: 90px;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_item.active .hd_link::after {
    width: 100%;
  }
  .hd_item:hover .hd_link::after {
    width: 100%;
  }
  .hd_link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    height: var(--height);
    position: relative;
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #cc0000;
    height: 2px;
    transition: all 0.5s;
  }
  .hd_second {
    position: absolute;
    min-width: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 14px 20px;
    display: none;
  }
  .hd_second_link {
    color: #fff;
    font-size: 15px;
    line-height: 1.65;
    padding: 6px 0;
    white-space: nowrap;
    display: block;
  }
  .hd_second_link:hover {
    color: var(--main-color);
  }
}
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .swiper-container {
  width: 100%;
}
.home_banner .swiper-slide {
  overflow: hidden;
}
.home_banner .slide-link {
  position: relative;
  display: block;
}
.home_banner .slide-link img {
  width: 100%;
}
.home_banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.mod-tit40 {
  font-size: 40px;
  line-height: normal;
  color: var(--main-color);
  text-transform: uppercase;
}
.home-product {
  background-color: #23262B;
  padding-top: 8rem;
  overflow: hidden;
}
.home-product .title {
  margin-bottom: 10px;
  text-align: center;
}
.home-product .text {
  margin-bottom: 30px;
}
.home-product .text p {
  line-height: 1.75;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #666666;
}
.home-product-list {
  display: flex;
}
.home-product-item {
  width: 25%;
}
.home-product-item:nth-child(even) .home-product-link {
  background-color: #23262B;
}
.home-product-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 45px 60px;
  background-color: #191D25;
  height: 100%;
}
.home-product-link .tits {
  height: 100%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 40px;
}
.home-product-link .bottom {
  flex-shrink: 0;
  width: 100%;
}
.home-product-link .img_box {
  padding-top: 62.8571428%;
  margin-bottom: 40px;
}
.home-product-link .mores {
  width: 150px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.5s;
  margin: 0 auto;
  position: relative;
}
.home-product-link:hover .img_box img {
  transform: scale(1.04);
}
.home-product-link:hover .mores {
  background-color: #61a81c;
  color: #ffffff;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #212529;
  --text-interval: 8px;
  --text-fontsize: 14px;
  --icon-fontsize: 18px;
  --hover-color: #52A73F;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.mod_bread_link span {
  color: var(--text-color);
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}
.mod_bread_item .iconfont {
  font-size: 16px;
  margin-right: 0px;
}
.mod_bread_item &gt; span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child &gt; span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.mod-nav {
  background-color: #F4F4F4;
}
.mod-nav .flex {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod-nav .flex .left {
  display: flex;
}
.mod-nav .flex .left .mod-nav-link {
  display: block;
  padding: 10px 35px;
  background-color: #FFFFFF;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  margin-right: 25px;
}
.mod-nav .flex .left .mod-nav-link.active {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod-nav .flex .left .mod-nav-link:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
  }
}
.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -35px;
}
.news {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 35px;
}
.news-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-link .img_box {
  padding-top: 60%;
  margin-bottom: 20px;
}
.news-link .time {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-link .time .iconfont {
  font-size: 16px;
  margin-right: 8px;
  color: #808080;
}
.news-link .time p {
  color: #808080;
  font-size: 15px;
  line-height: 2;
}
.news-link .title {
  font-size: 18px;
  color: #091842;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}
.news-link .text {
  margin-bottom: 20px;
  max-height: 92px;
}
.news-link .text p {
  line-height: normal;
  font-size: 14px;
  line-height: 1.65;
  color: #919191;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-link .more {
  font-size: 14px;
  color: #091842;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
  transition: all 0.5s;
}
.news-link:hover .img_box img {
  transform: scale(1.06);
}
.news-link:hover .title {
  color: #919191;
}
.news-link:hover .more {
  color: var(--main-color);
}
.footer {
  border-top: 5px solid #61a81c;
  background-color: #23262B;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-top .left {
  flex-shrink: 0;
  width: 440px;
}
.footer-top .right {
  width: 61.875%;
  display: flex;
  justify-content: space-between;
}
.footer-top .right .footer-info {
  padding-right: 35px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px;
}
.footer-nav-item {
  padding: 0 33px;
  width: 50%;
  margin-bottom: 20px;
}
.footer-nav-link {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  min-width: 187px;
}
.footer-nav-link:hover {
  border: 1px solid #1e9e04;
  background-color: #1e9e04;
}
.footer-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px;
  font-weight: bold;
}
.footer-info-item {
  display: flex;
  margin-bottom: 8px;
}
.footer-info-item .key,
.footer-info-item .val,
.footer-info-item .val p,
.footer-info-item .val a {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .footer-info-item a:hover {
    text-decoration: underline;
  }
}
.footer-qr {
  width: 100px;
  flex-shrink: 0;
}
.footer-qr img {
  width: 100%;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .flex {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .left {
  display: flex;
}
.footer-bottom .left p,
.footer-bottom .left a {
  margin-right: 15px;
}
.footer-bottom p,
.footer-bottom a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.66666;
}
@media screen and (min-width: 1200px) {
  .footer-bottom a:hover {
    text-decoration: underline;
  }
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --item-interval: 7px;
  --item-font: 16px;
  --ietm-color: #222;
  --item-wh: 50px;
  --item-bg: #e6e6e6;
  --icon-font: 18px;
  margin-top: 50px;
}
.mod_page_item {
  margin: 0 var(--item-interval);
}
.mod_page .prev,
.mod_page .next {
  margin: 0 var(--item-interval) !important;
}
.mod_page_item a {
  color: var(--ietm-color);
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: var(--item-wh);
  height: var(--item-wh);
  font-size: var(--item-font);
  background-color: var(--item-bg);
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--item-wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--icon-font);
}
/* 高亮 */
.mod_page_item.active a {
  background-color: var(--main-color);
  color: #fff;
}
/* hover */
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: #fff;
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
}
/* 分页-end */
.about {
  padding: 65px 0;
}
.about .title {
  font-size: 26px;
  text-align: center;
  font-family: Microsoft YaHei;
  color: #333333;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about .edit_active p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.contact-bread {
  padding: 36px 0 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-info {
  margin-bottom: 50px;
}
.contact-info-cont {
  background-color: #F7F7F7;
  padding: 48px 100px 35px;
}
.contact-info-cont .title {
  font-size: 24px;
  line-height: normal;
  color: #333333;
  font-weight: bold;
  margin-bottom: 24px;
}
.contact-info-cont .contact-info-item {
  display: flex;
  margin-bottom: 14px;
}
.contact-info-cont .contact-info-item .key {
  display: flex;
  flex-shrink: 0;
}
.contact-info-cont .contact-info-item .key span {
  align-self: center;
  font-size: 18px;
  color: #CA101B;
  margin-right: 8px;
}
.contact-info-cont .contact-info-item .key p {
  color: #333333;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
}
.contact-info-cont .contact-info-item .val p,
.contact-info-cont .contact-info-item .val a {
  color: #333333;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .contact-info-cont .contact-info-item .val a:hover {
    color: #CA101B;
  }
}
.contact-form-content {
  padding: 50px;
  background-color: #F7F7F7;
}
.contact-form-content .title {
  line-height: normal;
  font-size: 22px;
  text-align: left;
  color: #e1251b;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-form {
  padding-bottom: 11rem;
}
.newsdeta {
  padding-top: 65px;
  padding-bottom: 65px;
}
.newsdeta .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsdeta .flex .left {
  width: 70%;
}
.newsdeta .flex .right {
  width: 26.25%;
  padding: 30px 30px;
  border: 1px solid #e5e5e5;
}
.newsdeta .flex .right .title {
  font-size: 22px;
  color: #444444;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 15px;
  text-align: center;
}
.newsdeta .flex .right .newsdeta-item {
  margin-bottom: 20px;
}
.newsdeta .flex .right .newsdeta-item:last-child {
  margin-bottom: 0;
}
.newsdeta .flex .right .newsdeta-link {
  display: block;
}
.newsdeta .flex .right .newsdeta-link .tits {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  font-weight: bold;
  margin-bottom: 2px;
}
.newsdeta .flex .right .newsdeta-link .times {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .newsdeta .flex .right .newsdeta-link:hover .times {
    color: #ff0000;
  }
}
.newsdeta-header {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E5E5E5;
}
.newsdeta-header .time {
  padding: 12px 10px;
  margin-right: 20px;
  background-color: var(--main-color);
}
.newsdeta-header .time .date {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 2px;
}
.newsdeta-header .time .year {
  font-size: 14px;
  color: #fff;
  line-height: 1.65;
}
.newsdeta-header .title {
  font-size: 26px;
  line-height: 1.6;
  color: #444444;
  font-weight: bold;
  padding-top: 2px;
}
.newsdeta-header .edit_active p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.mod-message-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.mod-message-form .item {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 16px;
}
.mod-message-form .item input,
.mod-message-form .item textarea {
  border-radius: 4px;
  border: 1px solid #ced4da;
  background-color: #fff;
  padding: 0 15px;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mod-message-form .item input {
  height: 44px;
}
.mod-message-form .item button {
  min-width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 4px;
  color: #fff;
  height: 45px;
  transition: all 0.5s;
  font-size: 16px;
}
.mod-message-form .item textarea {
  height: 80px;
  padding: 15px;
}
.mod-message-form .item input:focus,
.mod-message-form .item textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mod-message-form .item .tip1,
.mod-message-form .item .tip2 {
  color: #dc3545;
  font-size: 13px;
  line-height: 1.75;
  margin-top: 4px;
  display: none;
}
.mod-message-form .item .inactive input:invalid,
.mod-message-form .item .inactive textarea:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../images/s.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.mod-message-form .item .inactive textarea:invalid {
  background-position: right calc(0.375em + 0.1875rem) top calc(0.8em + 0.1875rem);
}
.mod-message-form .item .inactive input:invalid ~ div,
.mod-message-form .item .inactive textarea:invalid ~ div {
  display: block;
}
.mod-message-form .item:last-child {
  margin-bottom: 0;
}
.mod-message-form .item.block {
  width: 100%;
}
.mod-message-form .item.textarea {
  margin-bottom: 35px;
}
.mod-message-form .item.buttons .cont {
  display: flex;
  justify-content: center;
}
.product {
  padding: 30px 0 70px;
}
.product .flex {
  display: flex;
  align-items: flex-start;
}
.product .flex .left {
  width: 280px;
  flex-shrink: 0;
  margin-right: 30px;
  position: sticky;
  left: 0;
  top: 110px;
}
.product .flex .left .title {
  padding: 10px 30px;
  font-size: 26px;
  line-height: 1.5;
  color: #ffffff;
  background: var(--main-color);
  border-radius: 20px 0 0 0;
}
.product .flex .right {
  padding-top: 15px;
  width: calc(100% - 280px);
}
.product-nav {
  position: relative;
  padding-left: 8px;
  padding: 20px 0;
  z-index: 2;
}
.product-nav::after {
  content: "";
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  position: absolute;
  background-color: #CECECE;
  z-index: -1;
}
.product-second-cont,
.product-nav-cont,
.product-three-link {
  border-left: 7px solid transparent;
  transition: all 0.5s;
}
.product-second-cont,
.product-nav-cont {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
}
.product-second-cont .iconfont,
.product-nav-cont .iconfont {
  flex-shrink: 0;
  font-size: 14px;
  color: #787878;
}
.product-three-link {
  display: flex;
  height: 45px;
  align-items: center;
  font-size: 13px;
  color: #999;
  padding-left: 45px;
  padding-right: 10px;
  position: relative;
}
.product-nav-link {
  color: #333;
  line-height: 1.65;
  font-size: 16px;
  transition: all 0.5s;
  padding-right: 20px;
}
.product-second-link {
  font-size: 14px;
  color: #333;
  line-height: 1.65;
}
.product-nav-link {
  font-weight: bold;
}
.product-three {
  display: none;
}
.product-second {
  display: none;
}
.product-nav-item.current .product-second {
  display: block;
}
.product-nav-item.current .product-nav-cont {
  border-left: 7px solid var(--main-color);
}
.product-second-item.current .product-three {
  display: block;
}
.product-second-item.current .product-second-cont {
  border-left: 7px solid var(--main-color);
}
.product-three-item.current .product-three-link {
  border-left: 7px solid var(--main-color);
}
.product-nav-item.active .product-nav-cont .product-nav-link,
.product-nav-item:hover .product-nav-cont .product-nav-link {
  color: var(--main-color);
}
.product-nav-item.active .product-nav-cont span,
.product-nav-item:hover .product-nav-cont span {
  color: var(--main-color);
}
.product-second-item.active .product-second-cont .product-second-link,
.product-second-item:hover .product-second-cont .product-second-link {
  color: var(--main-color);
}
.product-second-item.active .product-second-cont span,
.product-second-item:hover .product-second-cont span {
  color: var(--main-color);
}
.product-three-item.active .product-three-link,
.product-three-item:hover .product-three-link {
  color: var(--main-color);
}
.product-three {
  z-index: 20 !important;
}
.product .mod_bread_item .mod_bread_link .iconfont,
.prodeta .mod_bread_item .mod_bread_link .iconfont {
  margin-right: 8px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
  margin: 0 var(--flex-margin) -40px;
}
.product-item {
  padding: 0 var(--flex-padding);
  width: 33.333333%;
  margin-bottom: 40px;
}
.product-link {
  width: 100%;
  display: block;
}
.product-link .img_box {
  padding-top: 100%;
  border: 1px #eee solid;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.product-link .img_box .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 70px;
  line-height: normal;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  opacity: 0;
  z-index: 3;
}
.product-link .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
}
.product-link .tits {
  padding: 0 20px;
  line-height: 1.5;
  font-size: 18px;
  color: #151515;
  margin-bottom: 5px;
}
.product-link .texts {
  padding: 0 20px;
}
.product-link .texts p {
  font-size: 13px;
  color: #848484;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .product-link:hover .img_box img {
    transform: scale(1.04);
  }
  .product-link:hover .img_box::after {
    opacity: 1;
  }
  .product-link:hover .img_box .icons {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.prodeta-info-bitem .img_box img {
  transition: none;
}
.prodeta-info-bitem {
  cursor: pointer;
}
.prodeta-info {
  padding: 40px 0 50px;
  overflow: hidden;
}
.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
}
.prodeta-info .flex .left {
  width: 46.42857143%;
}
.prodeta-info .flex .right {
  width: 47.85714286%;
  padding: 50px 65px 30px;
  background-color: #F8F8F8;
}
.prodeta-info .flex .right .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 16px;
}
.prodeta-info .flex .right .text {
  margin-bottom: 12px;
}
.prodeta-info .flex .right .text p {
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
}
.prodeta-info .flex .right .parameter-box {
  margin-bottom: 20px;
}
.prodeta-info .flex .right .parameter-box .parameter {
  display: flex;
  margin-bottom: 5px;
}
.prodeta-info .flex .right .parameter-box .parameter .key,
.prodeta-info .flex .right .parameter-box .parameter .value p,
.prodeta-info .flex .right .parameter-box .parameter .value a {
  font-size: 14px;
  color: #888888;
  line-height: 1.65;
}
.prodeta-info .flex .right .parameter-box .parameter .value p,
.prodeta-info .flex .right .parameter-box .parameter .value a {
  color: #333333 !important;
}
.prodeta-info .flex .right .parameter-box .parameter:last-child {
  margin-bottom: 0;
}
.prodeta-info .flex .right .emails {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.prodeta-info .flex .right .emails .key {
  font-size: 18px;
  color: #444444;
  line-height: 1.8;
  font-weight: bold;
  margin-right: 20px;
}
.prodeta-info .flex .right .emails .value p,
.prodeta-info .flex .right .emails .value a {
  font-size: 18px;
  color: #CC0000;
  line-height: 1.8;
  font-weight: bold;
}
.prodeta-info .flex .right .message {
  min-width: 160px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .prodeta-info .flex .right .message:hover {
    background-color: #CC0000;
  }
}
.prodeta-info-bslick {
  border: 1px solid #DDDDDD;
  position: relative;
}
.prodeta-info-bslick &gt; span {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #CCCCCC;
  color: #fff;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 18px;
}
.prodeta-info-blist {
  width: 400px;
  margin: 0 auto;
}
.prodeta-info-blist .img_box {
  padding-top: 100%;
}
.prodeta-info-blist .slick-list {
  overflow: initial !important;
}
.prodeta-info-blist .slick-track {
  pointer-events: none;
}
.prodeta-info-blist .slick-slide {
  pointer-events: all;
}
.prodeta-info {
  overflow: hidden;
}
.hc_cont1400 {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.prodeta-info-slist {
  margin: 0 -5px;
}
.prodeta-info-sitem {
  padding: 0 5px;
}
.prodeta-info-sitem .img_box {
  padding-top: 100%;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.5s;
}
.prodeta-info-sslick {
  padding: 0 30px;
  margin-top: 12px;
  position: relative;
}
.prodeta-info-sslick .prodeta-prev,
.prodeta-info-sslick .prodeta-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  padding: 4px;
  cursor: pointer;
}
.prodeta-info-sslick .prodeta-prev span,
.prodeta-info-sslick .prodeta-next span {
  font-size: 16px;
  color: #1e1d28;
}
.prodeta-info-sslick .prodeta-prev {
  left: 0;
}
.prodeta-info-sslick .prodeta-prev span {
  transform: rotate(180deg);
}
.prodeta-info-sslick .prodeta-next {
  right: 0;
}
.slick-current .prodeta-info-sitem .img_box {
  border-color: red;
}
.prodeta-info-slist .slick-track {
  margin-left: initial !important;
  margin-right: initial !important;
}
.prodeta-details {
  padding-bottom: 70px;
}
.prodeta-details .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #444444;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prodeta-details .edit_active p {
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 14px;
  color: #666666;
}

.prodeta-details .edit_active tr:nth-child(1) td,
.prodeta-details .edit_active tr:nth-child(1) td p{
    font-weight: bold;
}

.prodeta-details .edit_active table{
    width: 100%;
}

.prodeta-message {
  background-color: #F7F7F7;
  padding: 75px 0 100px;
}
.prodeta-message .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.prodeta-related {
  padding: 80px 0;
}
.prodeta-related .title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: #F2F2F2 1px solid;
}
.prodeta-related-item {
  padding: 0 var(--flex-padding);
}
.prodeta-related-list {
  margin: 0 var(--flex-margin);
}
.prodeta-related-link {
  display: block;
  position: relative;
  border: 1px solid #E5E5E5;
}
.prodeta-related-link .img_box {
  padding-top: 100%;
}
.prodeta-related-link .tits {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  min-height: 0px;
  display: flex;
  align-items: center;
}
.prodeta-related-link .tits p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.prodeta-related-link:hover .tits {
  min-height: 100%;
}
.prodeta-related-link:hover .tits p {
  height: 100%;
}
.home-prolist {
  padding: 80px 0 ;
  background-color: #F6F6F6;
}
.home-prolist-box {
  margin: 0 var(--flex-margin);
}
.home-proitem {
  padding: 0 var(--flex-padding);
}
.home-proitem-link {
  display: block;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.home-proitem-link .img_box {
  padding-top: 100%;
}
.home-proitem-link .imgs {
  margin-bottom: 16px;
}
.home-proitem-link .title {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: normal;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.home-proitem-link .subtit {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: normal;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.home-proitem-link .text {
  margin-bottom: 5px;
  padding: 0 10px;
}
.home-proitem-link .text p {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-proitem-link:hover {
    background-color: var(--main-color);
  }
  .home-proitem-link:hover .img_box img {
    transform: scale(1.04);
  }
  .home-proitem-link:hover .title {
    color: #fff;
  }
  .home-proitem-link:hover .subtit {
    color: #fff;
  }
  .home-proitem-link:hover .text p {
    color: #fff;
  }
}
.home-prolist-slick {
  position: relative;
}
.carter_arrow {
  width: calc(100% + 53px);
  z-index: 3;
}
.carter_next span {
  transform: rotate(0deg);
}
.carter_prev span {
  transform: rotate(180deg);
}
.home-news {
  padding: 80px 0;
}
.home-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.home-news-item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
}
.mod-titles {
  font-size: 40px;
  color: #1e9e04;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.mod-texts {
  margin-bottom: 30px;
}
.mod-texts p {
  line-height: 2;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.home-about {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.home-about &gt; img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.home-about-flex {
  display: flex;
  background-color: #6ABA1B;
  margin-top: 8rem;
}
.home-about-flex .left {
  width: calc(100% - 48.125%);
  padding: 75px 120px 75px 60px;
}
.home-about-flex .left .tits {
  font-size: 30px;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 20px;
}
.home-about-flex .left .texts {
  margin-bottom: 50px;
}
.home-about-flex .left .texts p {
  color: #fff;
  line-height: 1.75;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-about-flex .left .mores {
  min-width: 200px;
  padding: 0 16px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .home-about-flex .left .mores:hover {
    background-color: #54A008;
    border-color: #54A008;
  }
}
.home-about-flex .right {
  width: 48.125%;
  position: relative;
}
.home-about-flex .right img {
  position: absolute;
  height: calc(100% + 40px);
  width: 100%;
  bottom: 0;
  right: 0;
}
.contact-info-cont .contact-info-item:last-child {
  margin-bottom: 0;
}
.home-prolist-box .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.home-prolist-box .slick-track .slick-slide {
  height: initial !important;
}
.home-prolist-box .slick-track .slick-slide &gt; div {
  height: 100%;
}
.home-prolist-box .slick-track .home-proitem,
.home-prolist-box .slick-track .home-proitem-link {
  height: 100%;
}
.bowen {
  position: relative;
  overflow: hidden;
}
.bowen::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.bowen:hover::after {
  animation: style1 0.75s;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.prodeta-related-slick {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .prodeta-info .flex .right .emails .value a:hover,
  .header-top .flex .right a:hover {
    text-decoration: underline;
  }
}
.header.active {
  transform: translateY(-37px);
}
.header {
  transition: all 0.1s;
}
.home_banner-text {
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.home_banner-text .subtit {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
  transition: all ease 0.8s 0.3s;
  opacity: 0;
  transform: translateY(40px);
}
.home_banner-text .tits {
  color: #fff;
  font-size: 70px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
  line-height: 1.3;
  transition: all ease 0.8s 0.6s;
  opacity: 0;
  transform: translateY(40px);
  font-weight: bold;
}
.swiper-slide-active .home_banner-text .subtit {
  opacity: 1;
  transform: translateY(0px);
}
.swiper-slide-active .home_banner-text .tits {
  opacity: 1;
  transform: translateY(0px);
}
.prodeta-bread {
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}


.newsdeta .edit_active p{
    font-size: 18px;
    line-height: 2;
    text-indent:2em;
}

</pre></body></html>