<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #222;
}
.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: #009b4c;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
a:focus {
  outline: none;
}
a {
  color: #222;
}
.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;
  text-align: center;
}
@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(0, 0, 0, 0.5);
  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: 24px;
  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 &gt; div {
  width: 100px;
  height: 100px;
  background-color: #009b4c;
  padding: 5px;
}
.suspended-list ul li .qrcode &gt; 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: #009b4c;
  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: #009b4c;
}
.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;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .img-box {
  padding-bottom: 36.5625%;
}
.banner .slick-slide &gt; div {
  font-size: 0;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  font-size: 0;
  bottom: 24px;
}
.banner .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 10px;
  opacity: 0.5;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #fff;
  background-color: #fff;
}
.banner .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li:after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 12px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
  opacity: 0;
}
.banner .slick-dots li.slick-active {
  opacity: 1;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active:after {
  opacity: 1;
  transition: all 0.35s;
}
.banner .slick-prev,
.banner .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media screen and (min-width: 991px) {
  .banner .slick-prev:hover:before,
  .banner .slick-next:hover:before {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.banner .slick-prev:before,
.banner .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 40px;
  opacity: 1;
  transition: all 0.35s;
  color: #fff;
}
.banner .slick-prev {
  left: auto;
  right: 113px;
}
.banner .slick-prev:before {
  content: '\e886';
  transform: rotate(180deg);
  display: block;
}
.banner .slick-next {
  right: 113px;
  top: 58%;
}
.banner .slick-next:before {
  content: '\e886';
}
.banner .counter-box {
  position: absolute;
  top: 32%;
  right: 108px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.banner .counter-box div {
  transform: rotate(90deg);
  display: flex;
}
.banner .counter-box div:first-child {
  margin-bottom: 30px;
}
.banner .counter-box div:first-child:after {
  content: '/';
  margin-left: 20px;
}
.banner .banner-btn {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  transition: all 0.35s;
}
.banner .banner-btn span {
  font-size: 16px;
  font-weight: bold;
}
.banner .banner-btn i {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 991px) {
  .banner .banner-btn:hover {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.am-container {
  max-width: 1440px;
}
.am-container2 {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.index-data {
  border-bottom: 1px solid #E6E6E6;
}
.big-data {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.big-data .data-box {
  position: relative;
  padding: 30px 0 35px;
  width: 25%;
  display: flex;
  justify-content: center;
  border-left: 1px solid #E6E6E6;
}
.big-data .data-box:last-child {
  border-right: 1px solid #E6E6E6;
}
.big-data .count-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #009b4c;
}
.big-data .count-top span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.big-data .count-tit {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-left: 2px;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-data .count-desc {
  color: #666;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
}
.in-title {
  position: relative;
  text-align: center;
}
.in-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.in-title span:first-child {
  font-size: 44px;
  line-height: 56px;
  position: relative;
  z-index: 2;
}
.in-title span:last-child {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f5f5f5;
  font-size: 72px;
  line-height: 56px;
  width: 100%;
}
.index-prod {
  padding: 75px 0 40px;
}
.index-prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.index-prod .prod-box {
  padding: 0 15px;
}
.index-prod .prod-box a {
  display: block;
  background-color: #009b4c;
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-box a:hover .prod-img img {
    transform: scale(1.1);
    opacity: 0.2;
    transition: all 0.35s;
  }
  .index-prod .prod-box a:hover i {
    opacity: 1;
    transition: all 0.35s;
  }
  .index-prod .prod-box a:hover .prod-txt {
    opacity: 1;
    transition: all 0.35s;
  }
}
.index-prod .prod-box i {
  display: flex;
  width: 72px;
  height: 72px;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #009b4c;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: all 0.35s;
}
.index-prod .prod-box .prod-txt {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
  opacity: 0;
  transition: all 0.35s;
}
.index-prod .prod-box .prod-cate {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.index-prod .prod-box .prod-cate:before {
  content: '';
  width: 12px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
}
.index-prod .prod-box .prod-tit {
  font-size: 24px;
}
.index-prod .prod-box .prod-img {
  overflow: hidden;
}
.index-prod .prod-box .prod-img img {
  width: 100%;
  transition: all 0.35s;
}
.index-prod .prod-box1 {
  width: 33.33333333%;
}
.index-prod .prod-box2 {
  width: 66.66666667%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}
.index-prod .prod-box2 .prod-box:nth-child(n+3) {
  margin-top: 30px;
}
.index-prod .prod-box3 {
  width: 37.5%;
}
.index-prod .prod-box4 {
  width: 62.5%;
}
.index-why {
  background-image: url(../img/why-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0 80px;
  position: relative;
}
.index-why &gt; img {
  display: none;
}
.index-why .in-title {
  color: #fff;
}
.index-why .in-title span:last-child {
  color: #fff;
  opacity: 0.3;
}
.index-why .why-desc {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.index-why .why-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
  position: relative;
}
.index-why .why-list .why-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.index-why .why-list .why-box &gt; div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px 30px 35px;
  position: relative;
  transition: all 0.35s;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .index-why .why-list .why-box &gt; div:hover {
    background-color: #009b4c;
    transition: all 0.35s;
  }
  .index-why .why-list .why-box &gt; div:hover .why-num {
    color: #1aa55e;
    transition: all 0.35s;
  }
  .index-why .why-list .why-box &gt; div:hover i {
    background-color: #fff;
    color: #009b4c;
    transition: all 0.35s;
  }
  .index-why .why-list .why-box &gt; div:hover .why-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .index-why .why-list .why-box &gt; div:hover .list .box {
    color: #fff;
    transition: all 0.35s;
  }
  .index-why .why-list .why-box &gt; div:hover .list .box:before {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-why .why-list .why-box .why-num {
  color: #f2faf6;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 25px;
  transition: all 0.35s;
}
.index-why .why-list .why-box i {
  width: 72px;
  height: 72px;
  background-color: #009b4c;
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.35s;
}
.index-why .why-list .why-box .list .box {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  display: flex;
  transition: all 0.35s;
}
.index-why .why-list .why-box .list .box:before {
  content: '\e76b';
  font-family: 'iconfont';
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
  color: #009b4c;
  transition: all 0.35s;
}
.index-why .why-list .why-tit {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 12px;
  transition: all 0.35s;
  text-transform: capitalize;
}
.index-clients {
  padding: 75px 0;
}
.index-clients .clients-img {
  margin-top: 35px;
}
.index-clients .clients-img img {
  width: 100%;
}

.index-clients a{
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009b4c;
  border: 1px solid #009b4c;
  margin: 15px auto 0;
  transition: all .35s;
}

.index-clients a:hover{
  background-color: #fff;
  color: #009b4c;
  transition: all .35s;
}

.index-news {
  background-color: #F7F7F7;
  padding: 65px 0 80px;
}
.index-news .img-box {
  padding-bottom: 66.66666667%;
}
.index-news .in-title span:last-child {
  color: #ededed;
}
.index-news .news-all {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}
.index-news .news-hot {
  padding: 0 15px;
  width: 41.66666667%;
}
.index-news .news-hot .hot-tit {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  padding: 18px 25px;
  background-color: #fff;
  transition: all 0.35s;
}
.index-news .news-hot .hot-tit span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .news-hot .hot-img img {
  transition: all 0.35s;
}
.index-news .news-hot .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index-news .news-hot .slick-dots {
  bottom: 100px;
  display: flex;
  justify-content: center;
}
.index-news .news-hot .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.35s;
}
.index-news .news-hot .slick-dots li button {
  display: none;
}
.index-news .news-hot .slick-dots li.slick-active {
  background-color: #009b4c;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-news .news-hot a:hover .hot-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-news .news-hot a:hover .hot-tit {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.index-news .news-list {
  display: flex;
  flex-direction: column;
  width: 58.33333333%;
}
.index-news .news-list .news-box {
  display: flex;
  flex-wrap: wrap;
}
.index-news .news-list .news-box:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (min-width: 991px) {
  .index-news .news-list .news-box:hover .news-tit a {
    color: #009b4c;
    transition: all 0.35s;
  }
  .index-news .news-list .news-box:hover .news-more {
    color: #009b4c;
    transition: all 0.35s;
  }
  .index-news .news-list .news-box:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-news .news-list .news-img {
  width: 28.57142857%;
  padding: 0 15px;
}
.index-news .news-list .news-img img {
  transition: all 0.35s;
}
.index-news .news-list .news-txt {
  width: 71.42857143%;
  padding: 0 15px;
}
.index-news .news-list .news-date {
  font-size: 15px;
  color: #666;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.index-news .news-list .news-date i {
  font-size: 14px;
  line-height: 1;
  color: #009b4c;
  margin-right: 8px;
}
.index-news .news-list .news-tit {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 8px 0 25px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .news-list .news-tit a {
  transition: all 0.35s;
}
.index-news .news-list .news-more {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.index-news .news-list .news-more span {
  margin-right: 8px;
}
.am-container3 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.am-container3:after {
  content: '';
  clear: both;
  display: block;
}
.header .nav .nav-list1 {
  margin: 0;
}
header.am-sticky {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.35s;
}
header.am-sticky .header-top {
  height: 0;
}
header .header-logo {
  height: 72px;
}
header .header-logo img {
  height: 100%;
}
header .header-btn {
  display: flex;
  align-items: center;
}
header .header-btn &gt; button {
  width: 180px;
  height: 48px;
  border: 1px solid #FFC107;
  background-color: #FFC107;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-left: 48px;
  transition: all 0.35s;
}
header .header-btn &gt; button i {
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  pointer-events: none;
}
header .header-btn &gt; button span {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (min-width: 991px) {
  header .header-btn &gt; button:hover {
    background-color: #e0a800;
    transition: all 0.35s;
  }
}
header .header-topbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
header .header-top {
  height: 120px;
  overflow: hidden;
  background-color: #fff;
}
header .header-search {
  margin-left: 8px;
}
header .header-search .header-search-p form {
  width: 360px;
  height: 48px;
  border: 1px solid #E6E6E6;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p form:hover {
    border-color: #009b4c;
    transition: all 0.35s;
  }
}
header .header-search .header-search-p input {
  padding-right: 10px;
  border: none;
  height: 100%;
  font-size: 16px;
  border-radius: 25px;
  width: calc(100% - 20px);
  background-color: transparent;
  color: #333;
}
header .header-search .header-search-p input:focus {
  outline: none;
}
header .header-search .header-search-p *::-webkit-input-placeholder {
  color: #666;
}
header .header-search .header-search-p *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
header .header-search .header-search-p *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
header .header-search .header-search-p *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
header .header-search .header-search-p button {
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  background-color: transparent;
}
header .header-search .header-search-p button i {
  font-size: 18px;
  line-height: 1;
  color: #666;
}
@media screen and (min-width: 991px) {
  header .header-search .header-search-p button:hover {
    color: #009b4c;
    transition: all 0.35s;
  }
}
header .header-cart {
  margin-left: 48px;
}
header .header-cart a {
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
header .header-cart a &gt; span {
  font-size: 15px;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  header .header-cart a:hover {
    color: #009b4c;
    transition: all 0.35s;
  }
  header .header-cart a:hover .cart-box {
    border-color: #009b4c;
    transition: all 0.35s;
  }
}
header .header-cart .cart-box {
  width: 48px;
  height: 48px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.35s;
}
header .header-cart .cart-box i {
  font-size: 20px;
  line-height: 1;
}
header .header-cart .cart-box span {
  padding: 0 5px;
  position: absolute;
  background-color: #FF3232;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  right: -5px;
  top: -5px;
}
header .header-bot {
  background-color: #323232;
  position: relative;
  transition: all 0.35s;
}
header .header-botbox {
  height: 48px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-search-m {
  text-align: center;
  position: relative;
  display: none;
  align-items: center;
  margin-right: 15px;
}
.header-search-m a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  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: 16px;
  color: #666;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search-m:hover &gt; a {
    border-color: #009b4c;
    transition: all 0.35s;
  }
  .header-search-m:hover &gt; a &gt; i {
    color: #009b4c;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.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%;
  left: 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: #009b4c;
  border-color: #009b4c;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.touch-nav {
  display: none;
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-banner .item-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.page-banner .page-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner .crumbs span a {
  color: #fff;
}
.page-banner .crumbs span:after {
  color: #fff;
}
.crumbs {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  display: flex;
}
.crumbs span {
  display: flex;
}
.crumbs span a {
  color: #666;
}
.crumbs span a:hover {
  text-decoration: underline;
}
.crumbs span:last-child a {
  color: #009b4c;
}
.crumbs span:last-child:after {
  display: none;
}
.crumbs span:after {
  content: '\\';
  margin: 0 7px;
}
.about {
  padding: 20px 0 0;
}
.about-all {
  margin-top: 40px;
}
.about-contall {
  width: 80%;
}
.about-contall .about-tit {
  font-size: 30px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  text-transform: capitalize;
}
.about-txt {
  padding: 25px 0 85px;
}
.about-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  width: 20%;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding-right: 30px;
}
.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: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  background-color: #009b4c;
  margin-bottom: 0;
  padding: 0 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.list-l .menu1 &gt; li {
  color: #666666;
  font-size: 18px;
  list-style: none;
  overflow: hidden;
}
.list-l .menu1 &gt; li:last-child {
  border-bottom: none;
}
.list-l .menu1 &gt; li:hover &gt; a {
  transform: translateX(20px);
  color: #009b4c;
  transition: all 0.35s;
}
.list-l .menu1 &gt; li &gt; a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  background-color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 &gt; li &gt; a span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.list-l .menu1 &gt; li &gt; a:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #009b4c;
  border-style: solid;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.list-l .menu1 &gt; li.active &gt; a {
  color: #009b4c;
  transform: translateX(20px);
  transition: all 0.35s;
}
.list-l .menu1 &gt; li.active &gt; a:before {
  opacity: 1;
  transition: all 0.35s;
}
.list-l .menu1 &gt; li.active &gt; a:after {
  opacity: 1;
  transition: all 0.35s;
}
.list-l .menu1 &gt; li:nth-child(n+2) {
  margin-top: 3px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  padding-left: 8px;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 &gt; li {
  list-style: none;
}
.list-l .menu2 &gt; li:last-child {
  border-bottom: none;
}
.list-l .menu2 &gt; li:last-child &gt; a {
  border-bottom: none;
}
.list-l .menu2 &gt; li &gt; a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 0;
  color: #666;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 &gt; li &gt; a:before {
  content: '-';
  margin-right: 3px;
}
.list-l .menu2 &gt; li &gt; a:hover {
  transition: all 0.35s;
}
.list-l .menu2 &gt; li &gt; a:hover span {
  color: #009b4c;
  transition: all 0.35s;
}
.list-l .menu2 &gt; li &gt; a span {
  display: block;
  transition: all 0.35s;
}
.list-l .menu2 &gt; li.active &gt; a {
  color: #009b4c;
}
.list-l .menu2 &gt; li.active &gt; a span {
  transition: all 0.35s;
}
.list-l .menu3 &gt; li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 &gt; li &gt; a {
  color: #83868a;
}
.list-l .menu3 &gt; li &gt; a:before {
  content: '-';
}
.question {
  padding-bottom: 90px;
}
.question .in-title {
  text-align: center;
}
.question .fold {
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: 35px;
}
.question .fold .am-list {
  transition: all 0.35s;
}
.question .fold .am-list &gt; li {
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: all 0.35s;
}
.question .fold .am-list &gt; li &gt; a {
  font-size: 22px;
  transition: all 0.35s;
  color: #222;
  padding: 0;
  font-weight: bold;
  transition: 0.35s;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  background-color: #F6F6F6;
}
.question .fold .am-list &gt; li &gt; a i {
  display: inline-block;
  transform: rotate(0);
  transition: all 0.1s;
  margin-right: 30px;
}
.question .fold .am-list &gt; li &gt; a span {
  transition: all 0.35s;
  padding: 23px 30px;
  max-width: calc(100% - 110px);
}
.question .fold .am-list &gt; li &gt; a:after {
  content: '\e600';
  font-size: 16px;
  position: absolute;
  font-family: 'iconfont' !important;
  color: #000;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 20px;
  transition: all 0.35s;
  border-radius: 50%;
  display: none;
}
.question .fold .am-list &gt; li.rotate {
  transition: all 0.35s;
}
.question .fold .am-list &gt; li.rotate .am-list {
  transition: all 0.35s;
}
.question .fold .am-list &gt; li.rotate &gt; a {
  transition: all 0.35s;
}
.question .fold .am-list &gt; li.rotate &gt; a i {
  transition: all 0.1s;
  display: inline-block;
  transform: rotate(90deg);
}
.question .fold .am-list &gt; li.rotate &gt; a span {
  color: #009b4c;
  transition: all 0.35s;
}
.question .fold .am-list &gt; li.rotate &gt; a:before {
  background-color: #009b4c;
  transition: all 0.35s;
}
.question .fold .am-list &gt; li.rotate &gt; a:after {
  transform: rotateX(180deg);
  color: #fff;
  transition: all 0.35s;
}
.question .am-list &gt; li &gt; a.son-fold {
  font-size: 16px;
  color: #505050;
  padding-left: 80px;
}
.question .am-list &gt; li &gt; a.son-fold.active {
  color: #28A30B;
}
.question .rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.question .faq-fold .am-list {
  background-color: transparent;
  margin: 0;
}
.question .faq-fold .am-list &gt; li {
  margin-bottom: 16px;
}
.question .faq-fold .am-list &gt; li:last-child {
  margin-bottom: 0;
}
.question .faq-fold .am-list &gt; li.rotate .am-list {
  height: auto;
  transition: all 0.35s;
  background-color: #F6F6F6;
  border-top: 1px solid #E6E6E6;
}
.question .faq-fold .am-list &gt; li &gt; a &gt; span {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-right: 35px;
  display: block;
}
.question .faq-fold .am-list &gt; li &gt; a div {
  font-size: 18px;
  color: #fff;
  position: relative;
  line-height: 32px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009b4c;
}
.question .faq-fold .am-list .am-panel &gt; ul {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.question .faqpage-answer {
  padding: 19px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 0!important;
}
.question .faqpage-answer p {
  margin: 0;
  color: #666;
  line-height: 26px;
  font-size: 16px;
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #F5F5F5;
  line-height: 30px;
  color: #666;
  margin-left: 16px;
  background-color: #F5F5F5;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #009b4c;
  background-color: transparent;
  transition: all 0.35s;
  border-color: #009b4c;
}
.pagenum a:nth-child(2) {
  margin-left: 24px;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child {
  margin-left: 24px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #009b4c;
    transition: all 0.35s;
    border-color: #009b4c;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.blog {
  padding-bottom: 90px;
}
.blog .img-box {
  padding-bottom: 66.66666667%;
}
.blog .blog-img {
  width: 372px;
}
.blog .blog-img img {
  transition: all 0.35s;
}
.blog .blog-list {
  margin-bottom: 10px;
}
.blog .blog-box {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
}
.blog .blog-box:first-child {
  border-top: none;
}
.blog .blog-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.blog .blog-box:nth-child(2n) .blog-txt {
  padding: 8px 60px 0 0;
}
@media screen and (min-width: 991px) {
  .blog .blog-box:hover .blog-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .blog .blog-box:hover .blog-tit a {
    color: #009b4c;
    transition: all 0.35s;
  }
  .blog .blog-box:hover .blog-more {
    background-color: #009b4c;
    color: #fff;
    transition: all 0.35s;
  }
}
.blog .blog-txt {
  width: calc(100% - 372px);
  padding: 8px 0 0 60px;
}
.blog .blog-tit {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.blog .blog-tit a {
  transition: all 0.35s;
}
.blog .blog-desc {
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog .blog-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.blog .blog-date {
  font-size: 15px;
  color: #666;
  display: flex;
  align-items: center;
}
.blog .blog-date i {
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
}
.blog .blog-more {
  width: 130px;
  height: 48px;
  font-size: 15px;
  color: #009b4c;
  border: 1px solid #009b4c;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.exhibition {
  padding-bottom: 90px;
}
.exhibition .exhibition-list {
  margin: 30px 0 40px;
}
.exhibition .exhibition-img {
  width: 282px;
}
.exhibition .exhibition-img img {
  transition: all 0.35s;
}
.exhibition .img-box {
  padding-bottom: 66.66666667%;
}
.exhibition .exhibition-txt {
  width: calc(100% - 282px);
  padding-left: 30px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exhibition .exhibition-box {
  display: flex;
}
.exhibition .exhibition-box:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .exhibition .exhibition-box:hover .exhibition-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .exhibition .exhibition-box:hover .exhibition-tit a {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.exhibition .exhibition-tit {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibition .exhibition-tit a {
  transition: all 0.35s;
}
.exhibition .exhibition-btn {
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.exhibition .exhibition-btn a {
  transform: rotateZ(-45deg);
  font-size: 18px;
}
.exhibition .exhibition-date {
  font-size: 15px;
  color: #666;
  display: flex;
  align-items: center;
}
.exhibition .exhibition-date i {
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
}
.case {
  padding-bottom: 90px;
}
.case .img-box {
  padding-bottom: 66.66666667%;
}
.case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 35px;
}
.case .case-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.case .case-img img {
  transition: all 0.35s;
}
.case .case-tit {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
  margin-top: 10px;
}
.case .case-box a {
  display: block;
}
@media screen and (min-width: 991px) {
  .case .case-box a:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .case .case-box a:hover .case-tit {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.case .case-box:nth-child(n+4) {
  margin-top: 25px;
}
.factory {
  padding-bottom: 90px;
}
.factory .img-box {
  padding-bottom: 66.66666667%;
}
.factory .factory-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 35px;
}
.factory .factory-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.factory .factory-img img {
  transition: all 0.35s;
}
.factory .factory-tit {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
  margin-top: 8px;
}
.factory .factory-box a {
  display: block;
}
@media screen and (min-width: 991px) {
  .factory .factory-box a:hover .factory-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .factory .factory-box a:hover .factory-tit {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.factory .factory-box:nth-child(n+4) {
  margin-top: 25px;
}
.certificate {
  padding-bottom: 90px;
}
.certificate .certificate-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 40px;
}
.certificate .certificate-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.certificate .certificate-box:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .certificate .certificate-box a:hover .certificate-img {
    border-color: #009b4c;
    transition: all 0.35s;
  }
  .certificate .certificate-box a:hover .certificate-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .certificate .certificate-box a:hover .certificate-btn {
    border-color: #009b4c;
    background-color: #009b4c;
    color: #fff;
    transition: all 0.35s;
  }
}
.certificate .certificate-img {
  border: 1px solid #E6E6E6;
  transition: all 0.35s;
}
.certificate .certificate-img img {
  transition: all 0.35s;
}
.certificate .certificate-tit {
  line-height: 52px;
  padding: 0 15px;
  max-width: calc(100% - 48px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.certificate .certificate-btn {
  border-left: 3px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s;
}
.certificate .certificate-btn i {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback {
  padding-bottom: 90px;
}
.feedback .feedback-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 35px;
}
.feedback .img-box {
  padding-bottom: 58.82352941%;
}
.feedback .feedback-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.feedback .feedback-box:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (min-width: 991px) {
  .feedback .feedback-box a:hover .feedback-img {
    transition: all 0.35s;
  }
  .feedback .feedback-box a:hover .feedback-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .feedback .feedback-box a:hover .feedback-hover {
    transform: scale(1);
    transition: all 0.35s;
  }
  .feedback .feedback-box a:hover .feedback-tit {
    color: #009b4c;
    transition: all 0.35s;
  }
}
.feedback .feedback-img {
  border: 1px solid #E6E6E6;
  transition: all 0.35s;
  position: relative;
}
.feedback .feedback-img img {
  transition: all 0.35s;
}
.feedback .feedback-img .feedback-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transform: scale(0);
  transition: all 0.35s;
}
.feedback .feedback-img .feedback-hover i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.feedback .feedback-tit {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
  transition: all 0.35s;
}
.feedback .feedback-btn {
  border-left: 3px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s;
}
.feedback .feedback-btn i {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod {
  padding: 55px 0 90px;
}
.prod .prod-txtbox {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.prod .prod-txtbox .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
.prod .prod-txtbox .tit h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
.prod .prod-txtbox .img {
  overflow: hidden;
}
.prod .prod-txtbox .img img {
  width: 100%;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod .prod-txtbox .img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 35px;
}
.prod .prod-box {
  padding: 0 15px;
  width: 25%;
}
.prod .prod-box:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (min-width: 991px) {
  .prod .prod-box a:hover .prod-tit {
    color: #009b4c;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .img-box {
    opacity: 0.2;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-more {
    transform: translateY(-50%) scale(1);
    transition: all 0.35s;
  }
}
.prod .prod-img {
  padding: 5px;
  border: 1px solid #E6E6E6;
  position: relative;
}
.prod .prod-img .img-box {
  transition: all 0.35s;
}
.prod .prod-more {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 100%;
  z-index: 3;
  height: 44px;
  background-color: #009b4c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.prod .prod-tit {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  transition: all 0.35s;
}
.prod-deta {
  padding-top: 50px;
}
.prod-deta .prod-detaimg {
  display: flex;
}
.prod-deta .img-box {
  background-color: #F3F3F3;
}
.prod-deta .img-box img {
  mix-blend-mode: multiply;
}
.prod-deta .prod-detaslick {
  width: 48.54651163%;
}
.prod-deta .prod-detaslick .slick-slide &gt; div {
  font-size: 0;
}
.prod-deta .prod-detaslick .carousel-wrap &gt; div {
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-msg {
  width: 51.45348837%;
  padding-left: 45px;
  padding-top: 12px;
}
.prod-deta .pro-details-msg h1 {
  font-weight: 900;
  font-size: 30px;
  color: #222;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.prod-deta .pro-details-msg h1:after {
  content: '&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;';
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #ccc;
  margin-top: 20px;
}
.prod-deta .pro-details-msg .tit {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.prod-deta .pro-details-msg h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-topslick {
  border: 1px solid #E6E6E6;
  padding: 16px;
  margin-bottom: 16px;
}
.prod-deta .pro-details-topslick .slick-prev,
.prod-deta .pro-details-topslick .slick-next {
  width: fit-content;
  height: fit-content;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.prod-deta .pro-details-topslick .slick-prev:hover,
.prod-deta .pro-details-topslick .slick-next:hover {
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:hover:before,
.prod-deta .pro-details-topslick .slick-next:hover:before {
  color: #009b4c;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev {
  left: 15px;
}
.prod-deta .pro-details-topslick .slick-next {
  right: 15px;
}
.prod-deta .pro-details-topslick .slick-prev:before,
.prod-deta .pro-details-topslick .slick-next:before {
  font-family: 'iconfont';
  font-size: 24px;
  color: #333;
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:before {
  content: '\e639';
}
.prod-deta .pro-details-topslick .slick-next:before {
  content: '\e97c';
}
.prod-deta .pro-details-topslick .slick-list {
  border: 1px solid #E8E8E8;
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
  margin: 0 auto;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
  opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
  padding: 0 6.5px;
  cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item &gt; div {
  background-color: #f3f3f3;
  position: relative;
}
.prod-deta .pro-details-thumbslick .item &gt; div:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #D2D2D2;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box:after {
  border-color: #009b4c;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item-video {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e6a4';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.prod-deta .pro-details-msgcont {
  margin-bottom: 35px;
  margin-top: 10px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 20px;
  color: #666;
}
.prod-deta .pro-details-msgcont p {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  color: #666;
}
.prod-deta .pro-details-share {
  display: flex;
  flex-direction: column;
}
.prod-deta .pro-details-share &gt; span {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
  margin-top: 48px;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 150px;
  height: 48px;
  background-color: #222;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .pro-details-btn a:hover {
    color: #fff;
    background-color: #009b4c;
    transition: all 0.35s;
  }
}
.prod-deta .pro-details-btn a i {
  font-size: 14px;
}
.prod-deta .pro-details-btn a span {
  font-size: 14px;
  margin-left: 10px;
}
.prod-deta .pro-details-btn .pro-deta-add {
  margin-left: 20px;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .prod-cont {
  clear: both;
  padding-top: 35px;
}
.prod-deta .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .inquiry-form {
  padding-top: 55px;
}
.prod-deta .inquiry-form .form-desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 10px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 5px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 15px;
  padding: 0 15px;
  width: calc(50% - 15px);
  height: 48px;
  margin-right: 30px;
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
  margin-bottom: 16px;
  color: #666;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input:nth-child(2n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #009b4c;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #9A9A9A;
  border-color: #9A9A9A;
  color: #fff;
  font-size: 15px;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #666;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.prod-deta .inquiry-form textarea {
  height: 108px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #F3F3F3;
  resize: none;
  padding: 10px 15px;
  margin-bottom: 25px;
  background-color: #F3F3F3;
  transition: all 0.35s;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #009b4c;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 130px;
  background-color: #009b4c;
  color: #fff;
  height: 48px;
  border: 1px solid #009b4c;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button i {
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover {
  color: #009b4c;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #009b4c;
  transition: all 0.35s;
}
.recommend {
  padding-top: 35px;
}
.recommend .prod-sontitle {
  margin-bottom: 15px;
}
.recommend .slick-slide &gt; div {
  font-size: 0;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 38px;
  height: 60px;
  font-size: 0;
  background-color: #009b4c;
  opacity: 0;
  transition: all 0.35s;
  top: calc(50% - 21px);
}
.recommend .prod-recommendlist .slick-prev:hover:before,
.recommend .prod-recommendlist .slick-next:hover:before {
  color: #fff !important;
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\e639';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\e97c';
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist:hover .slick-prev,
  .recommend .prod-recommendlist:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}
.contact {
  padding: 20px 0 90px;
}
.contact .contact-msg {
  text-align: center;
  padding: 60px 0 85px;
}
.contact .contact-msg .contact-desc {
  font-size: 15px;
  color: #666;
}
.contact .contact-msg .msg-list {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px 0;
}
.contact .contact-msg .msg-box {
  padding: 0 15px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .contact-msg .msg-box i {
  font-size: 36px;
  line-height: 1;
  color: #009b4c;
  margin-bottom: 35px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .contact-msg .msg-box:hover i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.contact .contact-msg .msg-tit {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 10px;
}
.contact .contact-msg .msg-tit:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .contact-msg .msg-tit:after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #009b4c;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.contact .contact-msg .msg-desc {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  display: flex;
  flex-direction: column;
}
.contact .contact-msg .msg-desc a:hover {
  text-decoration: underline;
}
.contact .contact-tit {
  font-size: 30px;
  font-weight: bold;
}
.contact .contact-bot {
  background-color: #F6F7FB;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.contact .contact-form {
  width: 50%;
  padding: 0 15px 0 10px;
}
.contact .contact-form .form-desc {
  line-height: 26px;
  color: #666;
  margin-top: 5px;
}
.contact .contact-form .contact-tit {
  margin-top: 20px;
}
.contact .contact-form form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.contact .contact-form input {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 48px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 20px;
  font-size: 15px;
  transition: all 0.35s;
  margin-bottom: 20px;
}
.contact .contact-form input:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-form input:focus {
  border-color: #009b4c;
  outline: none;
  transition: all 0.35s;
}
.contact .contact-form textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.35s;
  padding: 15px 20px;
  font-size: 15px;
  margin-bottom: 20px;
}
.contact .contact-form textarea:focus {
  border-color: #009b4c;
  outline: none;
  transition: all 0.35s;
}
.contact .contact-form button {
  color: #fff;
  background-color: #009b4c;
  border: 1px solid #009b4c;
  height: 48px;
  width: 100%;
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-form button i {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (min-width: 991px) {
  .contact .contact-form button:hover {
    background-color: transparent;
    color: #009b4c;
    transition: all 0.35s;
  }
}
.contact .contact-map {
  width: 50%;
  padding: 0 0 0 15px;
}
.map {
  width: 100%;
  height: 515px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
footer .footer-sub {
  background-color: #262626;
}
footer .footer-sub .sub-tit {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .footer-sub .sub-desc {
  color: #ccc;
  line-height: 1;
}
footer .footer-sub .sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 36px 0;
}
footer .footer-sub .sub-form {
  width: 41.66666667%;
  padding: 0 15px;
}
footer .footer-sub .sub-form form {
  width: 100%;
  display: flex;
  height: 48px;
}
footer .footer-sub .sub-form button {
  width: 120px;
  border: 1px solid #009b4c;
  background-color: #009b4c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-sub .sub-form button:hover {
    background-color: #404040;
    color: #009b4c;
    transition: all 0.35s;
  }
}
footer .footer-sub .sub-form input {
  width: calc(100% - 120px);
  color: #fff;
  padding: 0 15px;
  background-color: #404040;
  border: 1px solid #404040;
  transition: all 0.35s;
}
footer .footer-sub .sub-form input:focus {
  outline: none;
  border-color: #009b4c;
  transition: all 0.35s;
}
footer .footer-sub .sub-form *::-webkit-input-placeholder {
  color: #ccc;
}
footer .footer-sub .sub-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #ccc;
}
footer .footer-sub .sub-form *::-moz-placeholder {
  /* FF 19+ */
  color: #ccc;
}
footer .footer-sub .sub-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
footer .footer-sub .sub-txt {
  padding: 0 15px;
  width: 58.33333333%;
}
footer .footer-link2 {
  width: 25%;
}
footer .footer-link2 li {
  display: flex;
}
footer .footer-link2 li a {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
footer .footer-link2 li i {
  margin-right: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #009b4c;
}
footer .footer-link2 li &gt; span {
  display: flex;
  flex-direction: column;
}
footer .footer-link2 li:nth-child(n+2) {
  margin-top: 40px;
}
footer .footer-link2 form {
  border-bottom: 1px solid #999999;
  height: 58px;
  display: flex;
  width: 400px;
  justify-content: space-between;
}
footer .footer-link2 form button {
  width: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
footer .footer-link2 form button i {
  font-size: 24px;
  color: #999;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link2 form button:hover i {
    color: #009b4c;
    transition: all 0.35s;
  }
}
footer .footer-link2 form input {
  width: calc(100% - 24px);
  background-color: transparent;
  border: none;
  color: #fff;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #999;
  font-size: 16px;
}
footer .footer-link li:nth-child(n+2) {
  margin-top: 10px;
}
footer .footer-link li a {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.35s;
}
footer .footer-link li a:hover {
  color: #009b4c;
  transition: all 0.35s;
}
footer .footer-link h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}
footer .footer-link h4:after {
  content: '';
  width: 44px;
  height: 2px;
  background-color: #009b4c;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-link .am-active .am-accordion-title {
  margin-bottom: 15px;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 15px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-form1 {
  padding-left: 30px;
  padding-right: 70px;
  padding-bottom: 40px;
  background-color: rgba(57, 146, 62, 0.7);
}
footer .footer-form1 li {
  display: flex;
  margin-bottom: 3px;
}
footer .footer-form1 li i {
  margin-right: 10px;
  line-height: 26px;
}
footer .am-accordion-content {
  padding: 0;
}
footer .footer-link1 {
  width: 100%;
}
footer .footer-link1 form {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 7px;
  display: flex;
  font-size: 16px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form:hover {
    border-color: #009b4c;
    transition: all 0.35s;
  }
}
footer .footer-link1 form *::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-link1 form input {
  padding: 0 18px;
  width: calc(100% - 110px);
  background-color: transparent;
  border: none;
}
footer .footer-link1 form input:focus {
  outline: none;
}
footer .footer-link1 form button {
  width: 110px;
  border-radius: 4px;
  border: 1px solid #009b4c;
  background-color: #009b4c;
  height: 42px;
  color: #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link1 form button:hover {
    background-color: #fff;
    color: #009b4c;
    transition: all 0.35s;
  }
}
footer .footer-link1 .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #009b4c;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-link1 .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}
footer .footer-link1 .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-link1 .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-link1 .form-desc {
  font-size: 16px;
}
footer .footer-link3 {
  width: 15%;
}
footer .footer-link3 .am-active .am-accordion-title h4 {
  position: relative;
}
footer .footer-link3 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link3 li {
  display: flex;
}
footer .footer-link3 li:nth-child(n+2) {
  margin-top: 5px;
}
footer .footer-link3 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link3.footer-prod a {
  display: flex;
}
footer .footer-link3.footer-prod a:before {
  content: '&gt;';
  margin-right: 8px;
}
footer .footer-link4 {
  width: 33.33333333%;
  padding-left: 50px;
}
footer .footer-link4 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link4 li {
  display: flex;
}
footer .footer-link4 li i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
footer .footer-link4 form {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 22px;
}
footer .footer-link4 form input {
  height: 44px;
  width: 100%;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #666666;
  transition: all 0.35s;
  margin-bottom: 12px;
  padding: 0 15px;
  color: #fff;
}
footer .footer-link4 form input:nth-child(2n) {
  margin-right: 0;
}
footer .footer-link4 form input:focus {
  outline: none;
  border-color: #009b4c;
  transition: all 0.35s;
}
footer .footer-link4 form *::-webkit-input-placeholder {
  color: #999;
}
footer .footer-link4 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
footer .footer-link4 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
footer .footer-link4 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
footer .footer-link4 form textarea {
  width: 100%;
  height: 120px;
  font-size: 15px;
  resize: none;
  border: 1px solid #666;
  background-color: transparent;
  transition: all 0.35s;
  padding: 10px 15px;
  margin-bottom: 12px;
  color: #fff;
}
footer .footer-link4 form textarea:focus {
  outline: none;
  border-color: #009b4c;
  transition: all 0.35s;
}
footer .footer-link4 form button {
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009b4c;
  color: #fff;
  border: 1px solid #009b4c;
  font-size: 15px;
  transition: all 0.35s;
}
footer .footer-link4 form button i {
  margin-right: 10px;
  font-size: 14px;
}
footer .footer-link4 form button span {
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  footer .footer-link4 form button:hover {
    background-color: transparent;
    color: #009b4c;
    transition: all 0.35s;
  }
}
footer .footer-link5 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link5 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link5 .sitemap-btn {
  width: 120px;
  height: 48px;
  line-height: 20px;
  color: #999;
  font-size: 16px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  transition: all 0.35s;
}
footer .footer-link5 .sitemap-btn span {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 991px) {
  footer .footer-link5 .sitemap-btn:hover {
    background-color: #009b4c;
    color: #fff;
    border-color: #009b4c;
    transition: all 0.35s;
  }
  footer .footer-link5 .sitemap-btn:hover span {
    border-color: #fff;
  }
}
footer .footer-share {
  padding-top: 5px;
  display: flex;
}
footer .footer-share a {
  width: 40px;
  height: 40px;
  background-color: #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  position: relative;
  border-radius: 4px;
  transition: all 0.35s;
}

footer .footer-share a:last-child {
  margin-right: 0;
}
footer .footer-share a i {
  font-size: 22px;
  line-height: 1;
  color: #999;
  transition: all 0.35s;
  margin-right: 0;
}
footer .footer-share a i + svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  opacity: 0;
  transition: all 0.35s;
}
footer .footer-share a .icon-facebook-simple {
  font-size: 18px;
}
footer .footer-share a .icon-facebook-simple + svg {
  font-size: 18px;
}
footer .footer-share a .icon-linkedin {
  font-size: 17px;
}
footer .footer-share a .icon-linkedin + svg {
  font-size: 17px;
}
footer .footer-share a .icon-twitter {
  font-size: 18px;
}
footer .footer-share a .icon-twitter + svg {
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    background-color: #fff;
    text-decoration: none!important;
    transition: all 0.35s;
  }
  footer .footer-share a:hover i {
    opacity: 0;
    transition: all 0.35s;
  }
  footer .footer-share a:hover svg {
    opacity: 1;
    transition: all 0.35s;
  }
}
footer .footer-mid {
  background-color: #333;
  padding: 50px 0 55px;
}
footer .footer-mid .mid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-record {
  background-color: #333;
  border-top: 1px solid #666;
}
footer .footer-record .am-container &gt; div {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
  color: #999;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer .footer-record .am-container &gt; div &gt; a {
  text-decoration: underline;
}
footer .footer-record a {
  color: #999;
  margin-left: 10px;
  transition: all 0.35s;
}
footer .footer-record a:hover {
  color: #009b4c;
  text-decoration: underline;
  transition: all 0.35s;
}
.inquiry {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inquiry a {
  color: #333;
}
.inquiry .inquiry-box {
  padding-top: 30px;
}
.inquiry .send-message {
  padding-top: 40px;
}
.inquiry .send-message h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.inquiry .send-message input[type="text"]:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:first-child:focus-visible {
  border-color: #999;
}
.inquiry .send-message input[type="text"] {
  border: 1px solid #999;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message *::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message .am-u-lg-3 {
  margin-right: 20px;
  width: calc(25% - 15px);
}
.inquiry .send-message .am-u-lg-3:nth-child(5) {
  margin-right: 0;
}
.inquiry .send-message textarea {
  resize: none;
  padding: 10px 15px;
  border: 1px solid #999;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message textarea:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"] {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #009b4c;
  width: 120px;
  height: 40px;
  margin-top: 20px;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:focus-visible {
  border-color: #009b4c;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #009b4c;
}
.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inquiry input[type="number"] {
  -moz-appearance: textfield;
}
.inquiry-form .fix-name {
  text-align: center;
  font-weight: bold;
  color: #ff8161;
  font-size: 36px;
  margin-bottom: 20px;
}
.inquiry-form &gt; p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 16px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
.inquiry-form form input,
.inquiry-form form textarea {
  padding: 13px 25px;
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
}
.inquiry-form form textarea {
  height: 320px;
}
.inquiry-form form .pro-name {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 5px;
  padding: 0 5px;
  color: #ff8161;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-17px) scale(0.8);
  -ms-transform: translateY(-17px) scale(0.8);
  transform: translateY(-17px) scale(0.8);
}
.inquiry-form form .submit {
  margin: 10px auto 0;
  padding: 14px 57px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ff8161;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 100%;
  font-size: 0;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: '';
}
.inquiry-wrap .iq-title &gt; div,
.inquiry-wrap .list li &gt; div {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.inquiry-wrap .iq-title {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
}
.inquiry-wrap .inquiry-box &gt; .list {
  margin: 0;
  padding: 0;
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.inquiry-wrap .inquiry-box .check-box {
  text-align: left;
  width: 65px;
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all &gt; label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: inline-block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
}
.inquiry-wrap .inquiry-box .introduce-box &gt; div {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box {
  padding-bottom: 100%;
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  width: -webkit-calc(-90%);
  width: calc(100% - 190px);
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 16px;
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #ff8161;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry-wrap .inquiry-box .number-box {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e67a';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e664';
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  max-width: 60px;
  color: #333;
  background: none;
  border: none;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num:focus {
  outline: none;
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #333;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #3DAA02;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.inquiry-wrap .inquiry-box .inquiry-form {
  margin-top: 80px;
}
.inquiry-wrap .inquiry-box .inquiry-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .inquiry-form .fix-name {
    font-size: 32px;
  }
  .inquiry-form form .submit:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 65px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .fix-name {
    font-size: 28px;
  }
  .inquiry-form &gt; p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inquiry-form form textarea {
    height: 240px;
  }
  .inquiry-form form .submit {
    padding: 10px 54px;
    margin-top: 15px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 50px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .fix-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inquiry-form &gt; p {
    font-size: 14px;
  }
  .inquiry-form form label {
    margin-bottom: 15px;
  }
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .inquiry-form form textarea {
    height: 130px;
  }
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
    margin-top: 5px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
  .inquiry-wrap .iq-title .th {
    font-size: 14px;
  }
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
  }
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 80px;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(10%);
    width: calc(100% - 90px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 13px;
  }
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.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;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #009b4c;
  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;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #009b4c;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box &gt; span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
}
.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 &gt; li {
  margin-bottom: 20px;
}
.site-map .site-list1 &gt; li &gt; 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;
  transition: all 0.35s;
}
.site-map .site-list1 &gt; li &gt; a:hover {
  background-color: #009b4c;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 &gt; li {
  margin-bottom: 16px;
}
.site-map .site-list2 &gt; li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 &gt; li &gt; a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  transition: all 0.35s;
}
.site-map .site-list2 &gt; li &gt; a:hover {
  text-decoration: underline;
  color: #009b4c;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 &gt; li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 &gt; li &gt; a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 &gt; li &gt; a:hover {
  color: #009b4c;
  text-decoration: underline;
  transition: all 0.35s;
}
.header .nav .nav-list1 &gt; li:nth-child(7) .nav-list2 {
  width: auto;
  padding: 20px 10px;
  left: auto;
}
.header .nav .nav-list1 &gt; li:nth-child(7) .nav-list2 &gt; li {
  float: none;
  width: auto;
}

.icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}




.modal-contact{
  display: flex;
  justify-content: space-around;
}
.modal-contact .contact-box{
  font-size: 14px;
  display: flex;
  flex-direction: column;
  
}
.modal-contact .contact-box i{
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  color: #009b4c;
  margin-bottom: 10px;
}
.modal-contact .contact-box .icon-youxiang{
  font-size: 28px;
}
.modal-contact .contact-box a{
  color: #333;
  
}
.modal-contact .contact-box a:hover{
  text-decoration: underline;
}
.am-modal-dialog{
  background-image: url(../img/modal-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.am-modal-hd{
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  background-color: #009b4c;
  color: #fff;
  font-weight: bold;
}
.am-modal-hd h4{
  font-size: 24px;
  line-height: 1;
  margin: 0;
  margin-bottom: 7px;
}
.am-modal-hd p{
  margin: 0;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.am-modal-bd{
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.am-modal-bd form{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.am-modal-bd form input{
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 15px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  transition: all .35s;
  margin-bottom: 20px;
}
.am-modal-bd form input:focus{
  outline: none;
  border-color: #009b4c;
  transition: all .35s;
}
.am-modal-bd form textarea{
  width: 100%;
  height: 120px;
  padding: 15px 20px;
  font-size: 15px;
  resize: none;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  transition: all .35s;
  margin-bottom: 20px;
}
.am-modal-bd form textarea:focus{
  outline: none;
  border-color: #009b4c;
  transition: all .35s;

}
.am-modal-bd form button{
  width: 100%;
  height: 48px;
  background-color: #009b4c;
  border: 1px solid #009b4c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s;
}
.am-modal-bd form button i{
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.am-modal-bd form button:hover{
  background-color: #fff;
  color: #009b4c;
  transition: all .35s;
}


.am-modal-hd .am-close{
  position: static;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 300;
  font-size: 0;
}
.am-modal-hd .am-close:before{
  content: '\e664';
  font-family: 'iconfont';
  transform: rotateZ(45deg);
  font-size: 10px;
}


@media only screen and (min-width: 641px){
  .am-modal{
    width: 450px;
    margin-left: -225px;
  }
}
.share-cn {
   display: none;
}
&amp;[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
.a2a_kit {
   display: inline-block;
   vertical-align: middle;
}
</pre></body></html>