@font-face {
  font-family: 'Red Hat Display';
  src: url('../fonts/RedHatDisplay-Regular.eot');
  src: local('Red Hat Display Regular'), local('RedHatDisplay-Regular'), url('../fonts/RedHatDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RedHatDisplay-Regular.woff2') format('woff2'), url('../fonts/RedHatDisplay-Regular.woff') format('woff'), url('../fonts/RedHatDisplay-Regular.ttf') format('truetype'), url('../fonts/RedHatDisplay-Regular.svg#RedHatDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('../fonts/RedHatDisplay-Medium.eot');
  src: local('Red Hat Display Medium'), local('RedHatDisplay-Medium'), url('../fonts/RedHatDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/RedHatDisplay-Medium.woff2') format('woff2'), url('../fonts/RedHatDisplay-Medium.woff') format('woff'), url('../fonts/RedHatDisplay-Medium.ttf') format('truetype'), url('../fonts/RedHatDisplay-Medium.svg#RedHatDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Red Hat Display', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.am-container {
  max-width: 1440px;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #2e8332;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(34, 34, 34, 0.2);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #2e8332;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #2e8332;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #2e8332;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .banner-btn {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.banner .swiper-pagination {
  width: auto;
  display: flex;
  position: static;
  margin: 0 30px;
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 40px;
  height: 40px;
  opacity: 1;
  margin: 0 !important;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin: 0 10px!important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #fff;
  position: relative;
}
.banner .swiper-pagination-bullet:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .swiper-pagination-bullet-active {
  border-color: #2e8332;
}
.banner .swiper-pagination-bullet-active:after {
  background-color: #2e8332;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\fab1';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\e62c';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  display: block;
  width: 100%;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-family: 'iconfont';
  font-size: 30px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover:before,
  .banner .banner-button-next:hover:before {
    color: #2e8332;
  }
}
.banner .banner-button-prev {
  left: 30px;
}
.banner .banner-button-prev:before {
  content: '\fab1';
}
.banner .banner-button-next {
  right: 30px;
}
.banner .banner-button-next:before {
  content: '\e62c';
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px!important;
  }
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 991px) {
  .am-sticky-placeholder + * {
    margin-top: -110px;
  }
}
@media screen and (min-width: 1199px) {
  .am-sticky-placeholder + * {
    margin-top: -110px;
  }
}
.am-sticky-placeholder + * {
  margin-top: -80px;
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 40px;
  display: flex;
  justify-content: center;
  transition: all 0.35s;
}
header .header-allbox {
  width: 1450px;
  background-color: #fff;
  align-items: flex-end;
  display: flex;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
  border-radius: 20px;
  transition: all 0.35s;
}
header .header-logo {
  height: 80px;
  transition: all 0.35s;
}
header .header-logo img {
  height: 100%;
}
header .header-all {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header .header-btngroup {
  display: flex;
}
header .header-btngroup .header-language {
  display: flex;
  align-items: center;
  height: 80px;
  margin-left: 20px;
}
header .header-btngroup .header-language div {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: none;
}
header .header-btngroup .header-language div.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-btngroup .header-language div a {
  font-size: 14px;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #7BB63C;
  background-color: #7BB63C;
  transition: all 0.35s;
}
header .header-btngroup .header-language div a:hover {
  color: #2e8332;
  border-color: #2e8332;
  background-color: #fff;
  transition: all 0.35s;
}
header .header-btngroup .header-search {
  display: flex;
  align-items: center;
}
header .header-btngroup .header-search .header-search-p .header-searchbox {
  width: 180px;
  height: 44px;
}
header .header-btngroup .header-search .header-search-p form {
  width: 100%;
  height: 100%;
  display: flex;
  border: 1px solid #C4C4C4;
  border-radius: 22px;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.35s;
}
header .header-btngroup .header-search .header-search-p form:hover {
  border-color: #2e8332;
  transition: all 0.35s;
}
header .header-btngroup .header-search .header-search-p input {
  border: none;
  outline: none;
  font-size: 14px;
  width: calc(100% - 16px);
}
header .header-btngroup .header-search .header-search-p *::-webkit-input-placeholder {
  color: #171717;
}
header .header-btngroup .header-search .header-search-p *:-moz-placeholder {
  /* FF 4-18 */
  color: #171717;
}
header .header-btngroup .header-search .header-search-p *::-moz-placeholder {
  /* FF 19+ */
  color: #171717;
}
header .header-btngroup .header-search .header-search-p *:-ms-input-placeholder {
  /* IE 10+ */
  color: #171717;
}
header .header-btngroup .header-search .header-search-p button {
  border: none;
  background: none;
  padding: 0;
}
header .header-btngroup .header-search .header-search-p button i {
  font-size: 20px;
  color: #171717;
}
header.am-sticky {
  padding-top: 0;
  transition: all 0.35s;
}
header.am-sticky .header-allbox {
  width: 100%;
  border-radius: 0;
  transition: all 0.35s;
}
.in-title {
  font-size: 60px;
  font-weight: 500;
  color: #2e8332;
  line-height: 1;
  text-align: center;
}
.index-prod {
  background-image: url(../img/prod-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 110px 0 120px;
  background-color: #F7F7F7;
}
.index-prod .desc {
  color: #919190;
  line-height: 24px;
  text-align: center;
  padding: 0 255px;
  margin: 15px 0 0;
}
.index-prod .list {
  margin: 50px -15px 0;
}
.index-prod .img {
  position: relative;
}
.index-prod .img i {
  width: 40px;
  height: 40px;
  color: #919191;
  background-color: #F7F7F7;
  border-radius: 50%;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
.index-prod .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-prod .box > a:hover .txt:after {
    opacity: 1;
  }
  .index-prod .box > a:hover .txt i {
    opacity: 1;
  }
  .index-prod .box > a:hover .img img {
    transform: scale(1.1);
  }
}
.index-prod .txt {
  background-color: #fff;
  position: relative;
  margin: 3px 0 0;
  padding: 30px 20px;
  display: flex;
}
.index-prod .txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .txt i {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #74B23D;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .txt .txt-box {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  padding-right: 20px;
}
.index-prod .txt .txt-box .tit {
  font-size: 18px;
  color: #2e8332;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.index-prod .txt .txt-box .tit2 {
  color: #919190;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .slick-prev,
.index-prod .slick-next {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: 1px solid #C4C4C4;
  background-color: #f7f7f7;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
}
.index-prod .slick-prev:hover,
.index-prod .slick-next:hover {
  background-color: #2e8332;
  border-color: #2e8332;
  transition: all 0.35s;
}
.index-prod .slick-prev:hover:before,
.index-prod .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.index-prod .slick-prev {
  left: -80px;
}
.index-prod .slick-next {
  right: -80px;
}
.index-prod .slick-prev:before,
.index-prod .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #2e8332;
  transition: all 0.35s;
}
.index-prod .slick-prev:before {
  content: '\eca2';
  display: block;
}
.index-prod .slick-next:before {
  content: '\e60d';
}
.index-prod .more {
  width: 240px;
  height: 56px;
  border: 1px solid #C4C4C4;
  color: #74b23d;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  margin: 60px auto 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-prod .more i {
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .index-prod .more:hover {
    border-color: #2e8332;
    background-color: #2e8332;
    color: #fff;
  }
}
.index-cate {
  padding: 120px 0 110px;
  position: relative;
  overflow: hidden;
}
.index-cate .cate-all {
  display: flex;
}
.index-cate .cate-cont {
  width: 50%;
  padding-right: 80px;
}
.index-cate .cate-cont .in-title {
  text-align: left;
}
.index-cate .cate-cont .desc {
  margin: 25px 0 0;
  color: #919190;
}
.index-cate .cate-cont .more {
  width: 240px;
  height: 56px;
  background-color: #7BB63C;
  border: 1px solid #7BB63C;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  margin: 55px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-cont .more i {
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .index-cate .cate-cont .more:hover {
    background-color: transparent;
    color: #7BB63C;
  }
}
.index-cate .cate-cont .img {
  margin: 160px 0 0;
  position: relative;
}
.index-cate .cate-cont .img .box {
  width: 450px;
  position: relative;
}
.index-cate .cate-cont .img .box > img {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: -33%;
}
.index-cate .cate-cont .img .img-box {
  padding-bottom: 88.88888889%;
}
.index-cate .cate-cont .img > div {
  position: relative;
  z-index: 1;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-cont .img > div > a {
  display: flex;
  position: absolute;
  right: 28px;
  bottom: -28px;
  width: 56px;
  height: 56px;
  border: 1px solid #7BB63C;
  background-color: #7BB63C;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-cate .cate-cont .img > div > a:hover {
    background-color: #fff;
    color: #7BB63C;
  }
}
.index-cate .cate-cont .img > div:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
}
.index-cate .cate-cont .img > div.active {
  z-index: 1;
  opacity: 1;
}
.index-cate .cate-list {
  width: 50%;
  padding-left: 60px;
}
.index-cate .cate-list .box > div {
  border-radius: 30px;
  background-image: -moz-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  padding: 30px 90px 25px 30px;
  border: 1px solid #E0EAD5;
  position: relative;
  overflow: hidden;
}
.index-cate .cate-list .box:nth-child(n+2) {
  margin-top: 30px;
}
.index-cate .cate-list .box.active .list-bg {
  opacity: 1;
}
.index-cate .cate-list .box.active .list-bg:after {
  opacity: 1;
}
.index-cate .cate-list .box.active i {
  background-color: #fff;
}
.index-cate .cate-list .box.active .tit {
  color: #fff;
}
.index-cate .cate-list .box.active .desc {
  color: #fff;
}
.index-cate .cate-list .list-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-list .list-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/cate-hover.png);
  background-size: cover;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-list i {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #E6EEDF;
  color: #2e8332;
  font-size: 38px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.index-cate .cate-list .tit {
  font-size: 22px;
  font-weight: 500;
  color: #2e8332;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-list .desc {
  color: #919190;
  position: relative;
  z-index: 3;
  line-height: 24px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-cate .cate-bg .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cate .cate-bg .bg-box.active {
  opacity: 1;
}
.index-cate .am-container {
  position: relative;
  z-index: 2;
}
.index-story {
  background-image: url(../img/story-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0 0;
}
.index-story .in-title {
  color: #fff;
}
.index-story .desc {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding: 0 90px;
  margin: 30px 0 0;
}
.index-story .btn-group {
  display: flex;
  justify-content: center;
  margin: 55px 0 0;
}
.index-story .more {
  width: 240px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4C4C4;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-story .more span {
  font-size: 18px;
}
.index-story .more i {
  font-size: 20px;
  margin-left: 12px;
}
@media screen and (min-width: 991px) {
  .index-story .more:hover {
    border-color: #7BB63C;
    background-color: #7BB63C;
  }
}
.index-story .media-btn {
  width: 56px;
  height: 56px;
  border: 1px solid #74B23D;
  border-radius: 50%;
  background-color: #74B23D;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .index-story .media-btn:hover {
    background-color: transparent;
    border-color: #fff;
  }
}
.big-data {
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: space-between;
}
.big-data .data-box {
  position: relative;
  padding: 25px 30px 20px;
  width: 25%;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  .big-data .data-box:hover {
    background-color: #2e8332;
  }
}
.big-data .count-top {
  display: flex;
  align-items: flex-start;
  margin: 15px 0 5px;
  color: #fff;
  position: relative;
}
.big-data .count-top span {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
.big-data .count-tit {
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 2px;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-data .data-cont i {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 55%, rgba(0, 0, 0, 0.4));
}
.big-data .count-desc {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
}
.index-data {
  background-color: rgba(123, 182, 60, 0.86);
  margin: 135px 0 0;
}
.index-news {
  background-color: #F7F7F7;
  padding: 110px 0 120px;
}
.index-news .img-box {
  padding-bottom: 62.82051282%;
}
.index-news .slick-slide > div {
  font-size: 0;
}
.index-news .list {
  margin: 55px -15px 0;
}
.index-news .box {
  padding: 0 15px;
}
.index-news .box > div {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .index-news .box > div:hover .img img {
    transform: scale(1.1);
  }
  .index-news .box > div:hover .date {
    background-color: #7BB63C;
    border-color: #7BB63C;
  }
  .index-news .box > div:hover .date i {
    background-color: #fff;
    color: #7BB63C;
  }
  .index-news .box > div:hover .date span {
    color: #fff;
  }
  .index-news .box > div:hover .tit {
    color: #7BB63C;
  }
  .index-news .box > div:hover .tit a {
    color: #7BB63C;
  }
  .index-news .box > div:hover .cont {
    border-color: #7BB63C;
  }
}
.index-news .date {
  padding: 0 30px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  height: 76px;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .date i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  background-color: #7BB63C;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .date span {
  color: #171717;
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .cont {
  padding: 30px 30px 40px;
  border: 1px solid #fff;
  border-top: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.index-news .tit {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  height: 68px;
  margin: 25px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #171717;
}
.index-news .tit a {
  color: #171717;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .desc {
  color: #919190;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-bottom: 25px;
}
.index-news .more {
  color: #74B23D;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 34px;
  border-bottom: 1px solid #C4C4C4;
}
.index-news .more i {
  font-size: 20px;
  margin-left: 10px;
}
.index-news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
  transition: all 0.35s;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  position: relative;
  z-index: 9;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #2e8332;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 70px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #2e8332;
  line-height: 28px;
  padding: 20px;
  background-image: url(../img/prod-bg2.jpg);
  background-size: cover;
  transition: all 0.35s;
  border: 1px solid #E0EAD5;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu1 > li > a:hover:after {
  content: '\ea74';
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: calc(100% - 35px);
  line-height: 24px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.list-l .menu1 > li > a:after {
  content: '\ea73';
  font-family: 'iconfont';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  transition: all 0.35s;
  z-index: 3;
  font-size: 14px;
  color: #2e8332;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 32px;
  height: 32px;
  background-color: #E6EEDF;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.list-l .menu1 > li.active > a {
  transition: all 0.35s;
  border-radius: 0;
}
.list-l .menu1 > li.active > a:after {
  content: '\ea74';
  transition: all 0.35s;
}
.list-l .menu1 > li:nth-child(n+2) {
  margin-top: 8px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #E0EAD5;
  border-top: none;
  padding: 7px 0;
  background-image: url(../img/prod-bg3.jpg);
  background-size: cover;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:last-child > a {
  border-bottom: none;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  color: #919190;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover span {
  color: #2e8332;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li > a:hover:before {
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu2 > li.active > a {
  color: #2e8332;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
.touch-nav {
  display: none;
}
.prod {
  padding: 90px 0 120px;
  background-color: #F7F7F7;
}
.prod .prod-msg {
  margin-bottom: 40px;
  padding-top: 5px;
}
.prod .prod-msg .msg-tit {
  font-size: 24px;
  color: #2e8332;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.prod .prod-msg .msg-desc {
  line-height: 24px;
  color: #919190;
  margin-bottom: 25px;
}
.prod .in-title {
  text-align: center;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
}
.prod .prod-list .desc {
  color: #919190;
  line-height: 24px;
  text-align: center;
  padding: 0 255px;
  margin: 15px 0 0;
}
.prod .prod-list .img {
  position: relative;
}
.prod .prod-list .img i {
  width: 40px;
  height: 40px;
  color: #919191;
  background-color: #F7F7F7;
  border-radius: 50%;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
.prod .prod-list .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .box {
  width: 33.33333333%;
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .prod .prod-list .box > a:hover .txt:after {
    opacity: 1;
  }
  .prod .prod-list .box > a:hover .txt i {
    opacity: 1;
  }
  .prod .prod-list .box > a:hover .img img {
    transform: scale(1.1);
  }
}
.prod .prod-list .box:nth-child(n+4) {
  margin-top: 40px;
}
.prod .prod-list .txt {
  background-color: #fff;
  position: relative;
  margin: 3px 0 0;
  padding: 30px 20px;
  display: flex;
}
.prod .prod-list .txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .txt i {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #74B23D;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .txt .txt-box {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  padding-right: 20px;
}
.prod .prod-list .txt .txt-box .tit {
  font-size: 18px;
  color: #2e8332;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.prod .prod-list .txt .txt-box .tit2 {
  color: #919190;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod .prod-list .more {
  width: 240px;
  height: 56px;
  border: 1px solid #C4C4C4;
  color: #74b23d;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  margin: 60px auto 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod .prod-list .more i {
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .prod .prod-list .more:hover {
    border-color: #2e8332;
    background-color: #2e8332;
    color: #fff;
  }
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 56px;
  height: 56px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  line-height: 30px;
  color: #2e8332;
  margin-left: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagenum a.active {
  color: #fff;
  background-color: #74B23D;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-color: #74B23D;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #7BB63C;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: #7BB63C;
  }
}
.pagenum i {
  font-size: 20px;
  display: block;
}
.prod-deta {
  padding: 170px 0 120px;
  background-color: #F7F7F7;
}
.prod-deta .prod-details-slick {
  width: 42%;
}
.prod-deta .prod-details-slick .carousel-wrap > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.prod-deta .prod-details-slick .slick-prev {
  z-index: 100;
  top: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  transition: all 0.35s;
  left: 0;
  position: static;
  transform: none;
}
.prod-deta .prod-details-slick .slick-prev:hover {
  background-color: #7BB63C;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:before {
  color: #666;
  content: '\ea0a';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 18px;
}
.prod-deta .prod-details-slick .slick-next {
  z-index: 100;
  top: auto;
  left: 0;
  bottom: -20px;
  transition: all 0.35s;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  position: static;
  transform: none;
}
.prod-deta .prod-details-slick .slick-next:hover {
  background-color: #7BB63C;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:before {
  color: #666;
  content: '\ea0b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 18px;
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin: 10px -5px 0;
}
.prod-deta .pro-details-thumbslick .slick-slide {
  padding: 0 5px;
  border: none;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod-deta .pro-details-thumbslick .slick-slide > div > div {
  position: relative;
}
.prod-deta .pro-details-thumbslick .slick-slide > div > div:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  border: 1px solid #E0EAD5;
  z-index: 3;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active > div > div:after {
  border-color: #74B23D;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active .item {
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-slider {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-thumbslick .item {
  position: relative;
  overflow: hidden;
}
.prod-deta .pro-details-thumbslick .item-video:before {
  content: '\e87c';
  font-family: 'iconfont' !important;
  font-size: 12px;
  line-height: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  border-radius: 50%;
  color: #fff;
  background-color: #74B23D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .pro-details-topslick {
  width: 100%;
}
.prod-deta .pro-details-topslick .item {
  padding: 0;
  overflow: hidden;
}
.prod-deta .pro-details-topslick .item div {
  border: none;
}
.prod-deta .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-msg {
  width: 58%;
  padding-top: 5px;
}
.prod-deta .pro-details-msg h1 {
  font-size: 30px;
  font-weight: 500;
  color: #2e8332;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: capitalize;
}
.prod-deta .pro-details-msg .desc {
  font-size: 16px;
  line-height: 24px;
  color: #919190;
}
.prod-deta .pro-details-msgcont {
  margin: 25px 0 40px;
  border: 1px solid #E0EAD5;
  padding: 20px 20px 25px;
  background-size: cover;
  border-radius: 30px;
  background-image: -moz-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 500;
  color: #2e8332;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #919190;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.prod-deta .pro-details-share > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 5px;
  text-transform: capitalize;
  color: #2e8332;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .prod-share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.prod-deta .prod-share .share-tit {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.prod-deta .pro-details-btn {
  display: flex;
  justify-content: space-between;
}
.prod-deta .pro-details-btn > a {
  display: flex;
  width: 240px;
  height: 56px;
  border-radius: 28px;
  background-color: #7BB63C;
  border: 1px solid #7BB63C;
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 18px;
  line-height: 24px;
  margin-right: 30px;
}
.prod-deta .pro-details-btn > a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn > a:hover {
    background-color: #fff;
    color: #7BB63C;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn > a i {
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
}
.prod-deta .pro-details-btn > a span {
  text-transform: capitalize;
}
.prod-deta .pro-details-btn .pro-deta-add {
  border: 1px solid #60656B;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn .pro-deta-add:hover {
  border-color: #7BB63C;
  background-color: #7BB63C;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-toggle {
  display: flex;
  position: relative;
}
.prod-deta .pro-details-toggle:after {
  width: 1px;
  height: 100%;
  display: block;
  content: '';
  background-color: #E0EAD5;
  position: absolute;
  left: 50%;
  top: 0;
}
.prod-deta .pro-details-toggle a {
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0EAD5;
  color: #919190;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod-deta .pro-details-toggle a i {
  color: #2e8332;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prod-deta .pro-details-toggle a:first-child {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  border-right: none;
}
.prod-deta .pro-details-toggle a:first-child i {
  margin-right: 10px;
}
.prod-deta .pro-details-toggle a:last-child {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-left: none;
}
.prod-deta .pro-details-toggle a:last-child i {
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-toggle a:hover {
    background-color: #7BB63C;
    color: #fff;
  }
  .prod-deta .pro-details-toggle a:hover i {
    color: #fff;
  }
}
.prod-deta .prod-sontitle {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2e8332;
}
.prod-deta .prod-cont2 {
  clear: both;
  padding-top: 45px;
}
.prod-deta .prod-cont2 .prod-contbox {
  border: 1px solid #E0EBD5;
  padding: 35px 30px;
}
.prod-deta .prod-cont2 .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont2 .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .inquiry-form {
  padding-top: 45px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 10px;
}
.prod-deta .inquiry-form .desc {
  line-height: 24px;
  color: #919190;
  margin-bottom: 25px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 16px;
  padding: 0 20px;
  width: calc(50% - 10px);
  height: 48px;
  margin-right: 20px;
  border: 1px solid #E1EBD5;
  margin-bottom: 12px;
  background-color: #fff;
  color: #333;
}
.prod-deta .inquiry-form input:nth-child(2n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
  background-color: #E0EAD5;
  border-color: #E0EAD5;
  color: #2e8332;
}
.prod-deta .inquiry-form input:first-child:focus {
  border-color: #222;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #7BB63C;
  transition: all 0.35s;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #171717;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #171717;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #171717;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #171717;
}
.prod-deta .inquiry-form textarea {
  height: 240px;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #E1EBD5;
  resize: none;
  padding: 15px 20px;
  margin-bottom: 40px;
  color: #333;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #7BB63C;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 240px;
  margin: 0 auto;
  background-color: #7BB63C;
  color: #fff;
  height: 56px;
  border: 1px solid #7BB63C;
  border-radius: 28px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button span {
  margin-right: 10px;
}
.prod-deta .inquiry-form button i {
  font-size: 18px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.prod-deta .inquiry-form button:hover {
  color: #7BB63C;
  background-color: #fff;
  transition: all 0.35s;
}
.crumbs {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
.crumbs .crumbs-box {
  display: flex;
  align-items: center;
}
.crumbs .crumbs-box .box {
  display: flex;
  color: #7a7873;
  align-items: center;
}
.crumbs .crumbs-box .box:after {
  content: '>';
  margin: 0 5px;
}
.crumbs .crumbs-box .box:last-child:after {
  display: none;
}
.crumbs .crumbs-box a {
  color: #7a7873;
}
.crumbs .crumbs-box a:hover {
  text-decoration: underline;
}
.crumbs i {
  font-size: 20px;
  line-height: 1;
  color: #2e8332;
  margin-right: 5px;
}
.about .about-cont {
  padding: 110px 0 60px;
  border-bottom: 1px solid #C8D1BE;
}
.about .about-cont .desc {
  line-height: 24px;
  color: #171717;
  margin: 25px 0 0;
}
.about .about-cont .desc p {
  margin: 0;
}
.about .honor {
  padding: 50px 0 60px;
  border-bottom: 1px solid #C8D1BE;
}
.about .honor .list {
  margin: 40px 0 0;
}
.about .honor .img-box {
  padding-bottom: 140.90909091%;
}
.about .honor .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .honor .tit {
  color: #171717;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .honor .slick-slide > div {
  font-size: 0;
}
.about .honor a {
  display: block;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 991px) {
  .about .honor a:hover .img img {
    transform: scale(1.1);
  }
  .about .honor a:hover .tit {
    color: #7BB63C;
  }
}
.about .honor .box {
  padding: 0 30px;
  position: relative;
}
.about .honor .slick-slide.slick-active + .slick-active .box:after {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #C8D1BE;
  display: block;
  content: '';
  top: 0;
}
.about .honor .slick-prev,
.about .honor .slick-next {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.35s;
  z-index: 2;
}
.about .honor .slick-prev:hover,
.about .honor .slick-next:hover {
  background-color: #2e8332;
  border-color: #2e8332;
  transition: all 0.35s;
}
.about .honor .slick-prev:hover:before,
.about .honor .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.about .honor .slick-prev {
  left: -95px;
}
.about .honor .slick-next {
  right: -95px;
}
.about .honor .slick-prev:before,
.about .honor .slick-next:before {
  font-family: 'iconfont';
  font-size: 20px;
  color: #2e8332;
  transition: all 0.35s;
}
.about .honor .slick-prev:before {
  content: '\eca2';
  display: block;
}
.about .honor .slick-next:before {
  content: '\e60d';
}
.about .factory {
  padding: 50px 0 60px;
}
.about .factory .img-box {
  padding-bottom: 62.22222222%;
}
.about .factory img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .factory .list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.about .factory .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.about .factory .box:nth-child(n+4) {
  margin-top: 30px;
}
.about .factory .box a {
  display: block;
  position: relative;
}
@media screen and (min-width: 991px) {
  .about .factory .box a:hover img {
    transform: scale(1.1);
  }
}
.about .factory .showMorehandle3 a {
  display: flex;
  width: fit-content;
  margin: 30px auto 0;
  color: #74b23d;
  font-size: 18px;
  align-items: center;
  border-bottom: 1px solid #C4C4C4;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .factory .showMorehandle3 a span {
  margin-right: 10px;
}
.about .factory .showMorehandle3 a i {
  font-size: 14px;
}
@media screen and (min-width: 991px) {
  .about .factory .showMorehandle3 a:hover {
    border-color: #7BB63C;
  }
}
.about .index-data {
  margin: 0;
  background-color: #7BB63C;
}
.news {
  background-color: #F7F7F7;
  padding: 115px 0 120px;
}
.news .img-box {
  padding-bottom: 62.82051282%;
}
.news .list {
  margin: 55px -15px 60px;
  display: flex;
  flex-wrap: wrap;
}
.news .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.news .box > div {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .news .box > div:hover .img img {
    transform: scale(1.1);
  }
  .news .box > div:hover .date {
    background-color: #7BB63C;
    border-color: #7BB63C;
  }
  .news .box > div:hover .date i {
    background-color: #fff;
    color: #7BB63C;
  }
  .news .box > div:hover .date span {
    color: #fff;
  }
  .news .box > div:hover .tit {
    color: #7BB63C;
  }
  .news .box > div:hover .tit a {
    color: #7BB63C;
  }
  .news .box > div:hover .cont {
    border-color: #7BB63C;
  }
}
.news .box:nth-child(n+4) {
  margin-top: 40px;
}
.news .date {
  padding: 0 30px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  height: 76px;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .date i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  background-color: #7BB63C;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .date span {
  color: #171717;
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .cont {
  padding: 30px 30px 40px;
  border: 1px solid #fff;
  border-top: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.news .tit {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  height: 68px;
  margin: 25px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #171717;
}
.news .tit a {
  color: #171717;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .desc {
  color: #919190;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-bottom: 25px;
}
.news .more {
  color: #74B23D;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 34px;
  border-bottom: 1px solid #C4C4C4;
}
.news .more i {
  font-size: 20px;
  margin-left: 10px;
}
.news .img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact {
  padding: 110px 0 0;
  background-color: #F7F7F7;
}
.contact .desc {
  padding: 0 150px;
  text-align: center;
  line-height: 24px;
  color: #919190;
  margin: 25px 0 0;
}
.contact .desc p {
  margin: 0;
}
.contact .ol-message {
  margin-top: 135px;
  position: relative;
}
.contact .ol-message form {
  background-color: #5FA316;
  border-radius: 30px;
  padding: 60px 40px;
  display: flex;
  position: relative;
  z-index: 3;
}
.contact .ol-message:before {
  content: '';
  border-radius: 30px;
  background-color: #5fa316;
  opacity: 0.502;
  position: absolute;
  width: calc(100% - 120px);
  height: 100%;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.contact .ol-message:after {
  content: '';
  border-radius: 30px;
  background-color: #5fa316;
  position: absolute;
  width: calc(100% - 240px);
  height: 100%;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.2;
}
.contact .ol-msg {
  width: 40%;
}
.contact .ol-msg .ol-tit {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}
.contact .ol-msg .ol-desc {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-right: 120px;
  margin-bottom: 50px;
}
.contact .ol-msg button {
  height: 56px;
  width: 240px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #5fa316;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-msg button span {
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.contact .ol-msg button i {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .contact .ol-msg button:hover {
    background-color: transparent;
    color: #fff;
  }
}
.contact .ol-form {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.contact .ol-form input {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 52px;
  margin-bottom: 20px;
  border: 1px solid #9CC570;
  border-radius: 26px;
  padding: 0 20px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .ol-form input:focus {
  outline: none;
  border-color: #fff;
}
.contact .ol-form input:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-form *::-webkit-input-placeholder {
  color: #fff;
}
.contact .ol-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
.contact .ol-form *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
.contact .ol-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact .ol-form button {
  display: none;
  height: 56px;
  width: 240px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #5fa316;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
}
.contact .ol-form button span {
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.contact .ol-form button i {
  font-size: 18px;
  line-height: 1;
}
.contact .ol-form textarea {
  width: 100%;
  height: 236px;
  border-width: 1px;
  border-color: #9cc570;
  border-style: solid;
  border-radius: 30px;
  color: #fff;
  resize: none;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 20px;
}
.contact .ol-form textarea:focus {
  outline: none;
  border-color: #fff;
}
.contact .msg-list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -15px;
}
.contact .msg-list .box {
  padding: 0 15px;
  width: 33.33333333%;
}
.contact .msg-list .box > div {
  border-width: 1px;
  border-color: #e0ebd5;
  border-style: solid;
  border-radius: 30px;
  background-image: -moz-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
  height: 100%;
  padding: 30px 30px 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .contact .msg-list .box > div:hover .img {
    opacity: 1;
  }
  .contact .msg-list .box > div:hover i {
    color: #2e8332;
    background-color: #fff;
  }
  .contact .msg-list .box > div:hover .tit {
    color: #fff;
  }
  .contact .msg-list .box > div:hover .cont {
    color: #fff;
  }
  .contact .msg-list .box > div:hover .cont a {
    color: #fff;
  }
}
.contact .msg-list .img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .msg-list .img:after {
  position: absolute;
  background-image: url(../img/contact-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact .msg-list .img img {
  width: 100%;
  height: 100%;
}
.contact .msg-list i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  color: #2e8332;
  background-color: #E6EEDF;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .msg-list .tit {
  font-size: 22px;
  line-height: 1;
  color: #2e8332;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .msg-list .cont {
  font-size: 18px;
  line-height: 24px;
  color: #919190;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .msg-list .cont a {
  color: #919190;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .msg-list .cont a:hover {
  text-decoration: underline;
}
.map {
  width: 100%;
  height: 480px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.header-search-m {
  text-align: center;
  position: relative;
  display: none;
  align-items: center;
}
.header-search-m a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #e6e6e6;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search-m i {
  font-size: 12px;
  color: #666;
  line-height: 1;
  font-weight: bold;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search-m:hover > a {
    border-color: #fff;
    transition: all 0.35s;
  }
  .header-search-m:hover > a > i {
    color: #fff;
    transform: rotateY(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.header-search-m button:before {
  display: none;
}
.header-search-m button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #2e8332;
  border-color: #2e8332;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
footer {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-color: #232524;
  padding: 115px 0 0;
}
footer .footer-t {
  margin-bottom: 30px;
}
footer .footer-t .footer-tbox {
  display: flex;
}
footer .footer-t .footer-info {
  width: 50%;
  padding-right: 170px;
}
footer .footer-t .footer-info .desc {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 40px;
}
footer .footer-t .footer-info .footer-logo {
  margin-bottom: 65px;
  height: 45px;
}
footer .footer-t .footer-info .footer-logo img {
  height: 100%;
}
footer .footer-t .footer-info form {
  display: flex;
  align-items: center;
  background-color: #393939;
  width: 480px;
  max-width: 100%;
  padding: 4px;
  border-radius: 28px;
}
footer .footer-t .footer-info form button {
  width: 48px;
  height: 48px;
  background-color: #7BB63C;
  border: 1px solid #7BB63C;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer-t .footer-info form button i {
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  footer .footer-t .footer-info form button:hover {
    background-color: #fff;
    color: #7BB63C;
  }
}
footer .footer-t .footer-info form input {
  width: calc(100% - 48px);
  font-size: 18px;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 0 20px;
}
footer .footer-t .footer-info form input:focus {
  outline: none;
}
footer .footer-t .footer-info form *::-webkit-input-placeholder {
  color: #c4c4c4;
}
footer .footer-t .footer-info form *:-moz-placeholder {
  /* FF 4-18 */
  color: #c4c4c4;
}
footer .footer-t .footer-info form *::-moz-placeholder {
  /* FF 19+ */
  color: #c4c4c4;
}
footer .footer-t .footer-info form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
}
footer .footer-t .footer-info .footer-share {
  display: flex;
  margin: 50px 0 0;
}
footer .footer-t .footer-info .footer-share a {
  width: 50px;
  height: 50px;
  border: 1px solid #3d403e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 15px;
}
footer .footer-t .footer-info .footer-share a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  footer .footer-t .footer-info .footer-share a:hover {
    border-color: #ABCF37;
    background-color: #ABCF37;
  }
}
footer .footer-t .footer-msg {
  width: 50%;
}
footer .footer-t .footer-msg h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}
footer .footer-t .footer-msg .msg-box {
  padding: 0 240px 40px 105px;
}
footer .footer-t .footer-msg .msg-box:first-child {
  border-bottom: 1px solid #3D403E;
  margin-bottom: 45px;
}
footer .footer-t .footer-msg ul {
  margin: 0;
  padding: 0;
}
footer .footer-t .footer-msg li {
  padding: 0;
  list-style: none;
  color: #919190;
  line-height: 30px;
}
footer .footer-t .footer-msg li a {
  color: #919190;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 991px) {
  footer .footer-t .footer-msg li a:hover {
    color: #fff;
  }
}
footer .footer-t .footer-msg li:nth-child(n+2) {
  margin-top: 13px;
}
footer .footer-record {
  border-top: 1px solid #3D403E;
}
footer .footer-record .am-container > div {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 18px 0;
  color: #919190;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer .footer-record .am-container > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-record .am-container > div > div span {
  margin: 0 5px;
}
footer .footer-record a {
  color: #919190;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #fff;
  text-decoration: underline;
  transition: all 0.35s;
}
footer .footer-record .record-link a {
  color: #b0b0b0;
  transition: all 0.35s;
  font-size: 18px;
  display: flex;
  align-items: center;
}
footer .footer-record .record-link a span {
  text-decoration: underline;
}
footer .footer-record .record-link a i {
  font-size: 20px;
  margin-right: 10px;
}
footer .footer-record .record-link a:hover {
  color: #fff;
  transition: all 0.35s;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #7BB63C;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.details .news-page p a:hoveR {
  color: #7BB63C;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
  margin-right: 10px;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
  font-family: 'Lato';
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 290px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list1 > li > a:hover {
  background-color: #7BB63C;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #7BB63C;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-map .site-list3 > li > a:hover {
  color: #7BB63C;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.prod-deta .prod-cont2 .table-box table tr:nth-child(2n+1){
  background-color: #E0EAD5;
}