@keyframes videorotate {
  form {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  to {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes videorotate {
  form {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  to {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
body {
  font-family: 'Microsoft YaHei', Arial, 'Helvetica Neue', Helvetica, '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: #92D050;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.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;
  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 > div {
  width: 100px;
  height: 100px;
  background-color: #92D050;
  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: #92D050;
  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: #92D050;
}
.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 {
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.banner img {
  width: 100%;
}
.banner .img-box {
  padding-bottom: 36.5625%;
}
.banner .slick-slide > div {
  font-size: 0;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  font-size: 0;
  bottom: 30px;
}
.banner .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin: 0 5px;
  opacity: 1;
  position: relative;
  transition: all 0.35s;
  border: 3px solid #fff;
  background-color: transparent;
}
.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.slick-active {
  background-color: #fff;
  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: #92D050;
    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: #92D050;
    transition: all 0.35s;
  }
}
header {
  border-top: 1px solid #92D050;
  background-color: #fff;
}
header.am-sticky {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
header .header-logo {
  height: 68px;
}
header .header-logo img {
  height: 100%;
}
header .header-contall {
  height: 97px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-cont {
  display: flex;
  align-items: center;
}
header .header-btn {
  display: flex;
  align-items: center;
}
header .header-language {
  margin-left: 27px;
}
header .header-language a {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #F48135;
  border: 1px solid #F48135;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: all 0.35s;
}
header .header-language a.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  header .header-language a:hover {
    background-color: #fff;
    color: #F48135;
    transition: all 0.35s;
  }
}
.header-search {
  text-align: center;
  position: relative;
  align-items: center;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #92D050;
  background-color: #92D050;
  color: #fff;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search i {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    background-color: #fff;
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    color: #92D050;
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  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: #92D050;
  border-color: #92D050;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.header .nav .nav-list1 {
  margin: 0;
}
.big-data {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.big-data .data-box {
  position: relative;
  padding: 75px 0;
  width: 25%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .big-data .data-box:hover i {
    color: #92D050;
    transition: all 0.35s;
  }
}
.big-data .data-box:first-child {
  justify-content: flex-start;
}
.big-data .count-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: -5px;
  color: #222;
}
.big-data .count-top span {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}
.big-data .count-top i {
  font-size: 57px;
  line-height: 84px;
  margin-right: 20px;
  transition: all 0.35s;
}
.big-data .count-top i.icon-yuangongguanlizhengjianxueshengzhenggongzuozheng {
  font-size: 53px;
}
.big-data .count-top i.icon-kexuejishu- {
  font-size: 41px;
}
.big-data .count-top i.icon-ipr_famingzhuanli {
  font-size: 53px;
}
.big-data .count-tit {
  font-size: 30px;
  line-height: 26px;
  font-weight: bold;
  margin-left: 2px;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.big-data .count-desc {
  color: #666;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.in-title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #222;
}
.index-prod {
  background-image: url(../img/prod-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0 95px;
}
.index-prod .prod-list {
  margin: 40px -13px 0;
}
.index-prod .prod-box {
  width: 20%;
  padding: 0 13px;
}
.index-prod .prod-box a {
  border: 3px solid #EDEDED;
  display: block;
  border-radius: 12px;
  padding: 12px 12px 39px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-box a:hover {
    border-color: #92D050;
    transition: all 0.35s;
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.17);
  }
  .index-prod .prod-box a:hover .prod-btn {
    background-color: #92D050;
    transition: all 0.35s;
  }
  .index-prod .prod-box a:hover .prod-img img {
    transition: all 0.35s;
    transform: scale(1.1);
  }
}
.index-prod .prod-img {
  border-radius: 8px;
  overflow: hidden;
}
.index-prod .prod-img img {
  transition: all 0.35s;
}
.index-prod .prod-txt {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 25px;
}
.index-prod .prod-tit {
  font-size: 20px;
  color: #222;
  line-height: 22px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .prod-desc {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-prod .prod-btn {
  width: calc(100% - 30px);
  height: 50px;
  background-color: #92D050;
  margin: 0 auto;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  transition: all 0.35s;
}
.index-prod .prod-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-prod .prod-more {
  font-size: 14px;
  color: #222;
  transition: all 0.35s;
}
.index-prod .prod-more:hover {
  color: #92D050;
  transition: all 0.35s;
}
.index-prod .img-box {
  padding-bottom: 113.04347826%;
}
.index-customized {
  padding: 50px 0 180px;
  background-image: url(../img/customized-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-customized .customized-tit {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #BBBBBB;
  text-align: center;
  padding-bottom: 26px;
  position: relative;
}
.index-customized .customized-tit span {
  color: #F48135;
}
.index-customized .customized-tit:after {
  content: '';
  width: 50px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #F48135;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index-customized .customized-desc {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
  color: #BBBBBB;
  margin-top: 26px;
}
.index-customized .customized-btn {
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #92D050;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 37px;
  margin: 90px auto 0;
  position: relative;
  border: 1px solid #92D050;
  transition: all 0.35s;
}
.index-customized .customized-btn:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-customized .customized-btn:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
  .index-customized .customized-btn:hover:after {
    border-color: #92D050;
    transition: all 0.35s;
  }
}
.index-about .about-all {
  display: flex;
  margin: 0 -15px;
  position: relative;
}
.index-about .about-all:after {
  content: '';
  display: block;
  width: 370px;
  height: 290px;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -115px;
  right: 160px;
  pointer-events: none;
  z-index: -1;
}
.index-about .about-img {
  width: 41.66666667%;
  padding: 0 15px;
}
.index-about .about-img img {
  width: 100%;
}
.index-about .about-txt {
  width: 58.33333333%;
  padding: 150px 15px 0 45px;
}
.index-about .about-txt .about-desc {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #F48135;
  margin-top: 15px;
  position: relative;
  padding-bottom: 20px;
}
.index-about .about-txt .about-desc:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #E4E4E4;
  left: 0;
  bottom: 0;
}
.index-about .about-txt .about-cont {
  font-size: 15px;
  line-height: 30px;
  color: #999;
  margin-top: 25px;
}
.index-about .about-txt .about-cont p {
  margin: 0;
}
.index-about .about-txt .about-btn {
  display: flex;
  height: 50px;
  margin-top: 65px;
}
.index-about .about-txt .about-btn .about-video {
  width: 50px;
  border-radius: 25px;
  background-color: #92D050;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  border: 1px solid #92D050;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-txt .about-btn .about-video:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
}
.index-about .about-txt .about-btn .about-more {
  width: 150px;
  border-radius: 25px;
  background-color: #92D050;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  margin-left: 18px;
  border: 1px solid #92D050;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-txt .about-btn .about-more:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
}
.index-news {
  padding: 70px 0 0;
}
.index-news .img-box {
  padding-bottom: 57.5%;
}
.index-news .news-slick {
  margin: 0 -15px;
}
.index-news .news-box {
  padding: 0 20px;
}
.index-news .news-box > div {
  padding: 20px 20px 32px;
  background-color: #F9F9F9;
  border-radius: 15px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-news .news-box > div:hover {
    background-color: #92D050;
    transition: all 0.35s;
    padding: 20px 20px 32px;
  }
  .index-news .news-box > div:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-btn {
    color: #fff;
    transition: all 0.35s;
  }
  .index-news .news-box > div:hover .news-btn a {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-news .news-box .news-img {
  border-radius: 12px;
  overflow: hidden;
}
.index-news .news-box .news-img img {
  transition: all 0.35s;
}
.index-news .news-box .news-txt {
  padding: 30px 20px 0;
}
.index-news .news-box .news-tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .news-box .news-tit a {
  color: #222;
  transition: all 0.35s;
}
.index-news .news-box .news-desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}
.index-news .news-box .news-btn {
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
  justify-content: space-between;
  color: #F48135;
  transition: all 0.35s;
}
.index-news .news-box .news-btn a {
  color: #F48135;
  transition: all 0.35s;
}
.index-news .news-t {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  align-items: center;
  margin-bottom: 60px;
}
.index-news .news-more {
  font-size: 14px;
  color: #222;
  line-height: 1;
  transition: all 0.35s;
}
.index-news .news-more:hover {
  color: #92D050;
  transition: all 0.35s;
}
.index-partner {
  padding: 90px 0 80px;
}
.index-partner .img-box {
  padding-bottom: 45%;
}
.index-partner .partner-box {
  padding: 0 15px;
  position: relative;
}
.index-partner .partner-slick {
  padding: 0 15px;
}
.index-partner .pratner-img {
  border-radius: 20px;
  overflow: hidden;
}
.index-partner .pratner-img img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-partner .pratner-img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-partner .slick-active + .slick-active .partner-box:after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #DDDDDD;
}
.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: 90px;
  font-weight: bold;
  color: #92D050;
  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;
}
.about .about-all {
  display: flex;
  padding-top: 130px;
}
.about .about-all .about-msg {
  width: calc(33.33333333% - 15px);
  position: relative;
}
.about .about-all .about-msg:after {
  width: 287px;
  height: 377px;
  content: '';
  background-image: url(../img/about2.png);
  display: block;
  position: absolute;
  left: -108px;
  top: -60px;
  z-index: -1;
}
.about .about-all .about-msg .about-btn {
  width: 130px;
  height: 130px;
  background-color: #F48135;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 23px;
  color: #fff;
}
.about .about-all .about-msg .about-btn:after {
  content: '';
  position: absolute;
  width: 104px;
  height: 104px;
  background-image: url(../img/about-video.png);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation-name: videorotate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}
.about .about-all .about-msg .about-btn:before {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about .about-all .about-msg .about-btn:hover:before {
    transform: scale(1.2);
    transition: all 0.35s;
  }
}
.about .about-all .about-msg .about-desc {
  margin-top: 15px;
  line-height: 1;
  font-size: 18px;
  color: #F48135;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 230px;
}
.about .about-all .about-msg .about-desc:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #E4E4E4;
  display: block;
  left: 0;
  bottom: 0;
  border-radius: 2.5px;
}
.about .about-all .about-txt {
  width: calc(66.66666667% + 15px);
}
.about .about-all .about-txt .about-text p {
  font-size: 15px;
  line-height: 32px;
  margin: 0;
}
.about .about-all .about-txt .about-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about .about-all .about-txt .about-box {
  width: calc(50% - 30px);
  margin-right: 60px;
  background-color: #92D050;
  border: 1px solid #92D050;
  border-radius: 18px;
  padding: 35px 40px 48px;
  color: #fff;
  position: relative;
  transition: all 0.35s;
}
.about .about-all .about-txt .about-box:last-child {
  margin-right: 0;
}
.about .about-all .about-txt .about-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.about .about-all .about-txt .about-box .tit:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  bottom: 0;
  left: 0;
}
.about .about-all .about-txt .about-box .desc {
  font-size: 15px;
  line-height: 26px;
}
.about .about-all .about-txt .about-box i {
  position: absolute;
  display: flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #F48135;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  bottom: -32px;
  right: 40px;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .about .about-all .about-txt .about-box:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
}
.team {
  background-image: url(../img/about3.jpg);
  padding: 160px 0 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.team .img-box {
  padding-bottom: 134.48275862%;
}
.team .team-img {
  width: 290px;
  margin-right: 70px;
  border-radius: 25px;
  overflow: hidden;
}
.team .team-img img {
  transition: all 0.35s;
}
.team .team-slick {
  padding: 0 90px;
  margin-top: 90px;
  margin-bottom: 0;
}
.team .team-txt {
  width: calc(100% - 360px);
  position: relative;
}
.team .team-txt > div {
  background-color: #fff;
  height: 100%;
  border-radius: 25px;
  padding: 0 70px;
  position: relative;
  z-index: 2;
}
.team .team-txt:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #92D050;
  bottom: -5px;
  left: 0;
  z-index: 1;
  border-radius: 25px;
}
.team .team-box {
  position: relative;
}
.team .team-box > div {
  display: flex;
}
@media screen and (min-width: 991px) {
  .team .team-box > div:hover .team-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .team .team-box > div:hover .team-desc {
    background-color: #fff;
    color: #DF652B;
    transition: all 0.35s;
  }
}
.team .team-tit {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  padding-top: 50px;
}
.team .team-desc {
  line-height: 40px;
  background-color: #DF652B;
  border: 1px solid #DF652B;
  border-radius: 10px;
  color: #fff;
  padding: 0 30px;
  width: fit-content;
  transition: all 0.35s;
}
.team .team-cont {
  line-height: 32px;
  color: #000;
  margin-top: 20px;
}
.team .team-cont p {
  margin: 0;
}
.team .slick-dots {
  font-size: 0;
  bottom: -67px;
  left: 0;
}
.team .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 3px;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #92D050;
  background-color: transparent;
}
.team .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.team .slick-dots li button:before {
  display: none;
}
.team .slick-dots li.slick-active {
  background-color: #92D050;
  transition: all 0.35s;
}
.certificate {
  padding: 95px 0 110px;
}
.certificate .img-box {
  padding-bottom: 129.62962963%;
}
.certificate .certificate-box {
  padding: 0 7.5px;
}
@media screen and (min-width: 991px) {
  .certificate .certificate-box > a:hover .certificate-img img {
    transform: scale(1.05);
    transition: all 0.35s;
  }
}
.certificate .certificate-slick {
  margin: 55px -7.5px 0;
}
.certificate .slick-dots {
  font-size: 0;
  bottom: -37px;
  left: 0;
}
.certificate .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 3px;
  position: relative;
  transition: all 0.35s;
  border: 1px solid #92D050;
  background-color: transparent;
}
.certificate .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.certificate .slick-dots li button:before {
  display: none;
}
.certificate .slick-dots li.slick-active {
  background-color: #92D050;
  transition: all 0.35s;
}
.certificate .certificate-tit {
  font-size: 18px;
  line-height: 1;
  color: #aaa;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
}
.certificate .certificate-img img {
  transition: all 0.35s;
}
.touch-nav {
  display: none;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  width: calc(25% - 15px);
  padding-right: 70px;
  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;
  background-color: #fff;
  border-radius: 17px;
  padding: 10px;
}
.list-l .menu h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  background-color: #92D050;
  margin-bottom: 0;
  padding: 0 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu .menu-tit {
  display: flex;
  background-image: url(../img/prod-menu.jpg);
  background-size: cover;
  height: 88px;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
  color: #fff;
}
.list-l .menu .menu-tit .desc {
  opacity: 0.5;
  font-size: 14px;
  text-transform: uppercase;
}
.list-l .menu .menu-tit .tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 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:last-child ul {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 17px 40px 17px 30px;
  background-color: #fff;
  transition: all 0.35s;
  text-transform: capitalize;
  border-radius: 13px;
}
.list-l .menu1 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 26px;
  position: relative;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 7px;
  height: 38px;
  background-color: #92D050;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.35s;
  display: none;
}
.list-l .menu1 > li > a:hover {
  background-color: #92D050;
  color: #fff;
}
.list-l .menu1 > li > a:hover:after {
  color: #fff;
}
.list-l .menu1 > li > a:after {
  content: '\ee4b';
  font-family: 'iconfont';
  position: absolute;
  right: 25px;
  top: 24px;
  transform: rotate(0);
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  color: #666;
}
.list-l .menu1 > li.active > a {
  transition: all 0.35s;
  background-color: #92D050;
  color: #fff;
}
.list-l .menu1 > li.active > a:after {
  transform: rotate(90deg);
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  padding: 20px 0;
}
.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:nth-child(n+2) {
  margin-top: 4px;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 7px 30px;
  color: #666;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #92D050;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a {
  color: #92D050;
  text-decoration: underline;
}
.list-l .menu2 > li.active > a span {
  transition: all 0.35s;
}
.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: '-';
}
.prod {
  padding: 75px 0 100px;
  background-color: #f6f6f6;
}
.prod .am-u-md-9 {
  width: calc(75% + 15px);
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px 60px;
}
.prod .prod-box {
  width: 33.33333333%;
  padding: 0 22.5px;
  transition: all 0.35s;
  position: relative;
}
.prod .prod-box a {
  padding: 15px;
  border-radius: 18px;
  background-color: #fff;
  display: block;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod .prod-box a:hover {
    background-color: #92D050;
    position: relative;
    border-color: #92D050;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-btn {
    color: #fff;
    transition: all 0.35s;
  }
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 35px;
}
.prod .prod-box .prod-tit {
  font-size: 16px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}
.prod .prod-box .prod-img {
  border-radius: 14px;
  overflow: hidden;
}
.prod .prod-box .prod-img img {
  transition: all 0.35s;
}
.prod .prod-descall {
  border-bottom: 1px solid #D0DBD0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.prod .prod-descall h4 {
  margin: 0;
  font-size: 24px;
  color: #92D050;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.prod .prod-descall p {
  margin: 0;
  color: #6d736d;
  line-height: 24px;
}
.prod .prod-btn {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  transition: all 0.35s;
  line-height: 18px;
}
.prod .prod-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.pagenum {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border: 1px solid #F5F5F5;
  line-height: 30px;
  margin: 0 10px;
  color: #666;
  font-weight: bold;
  background-color: #F5F5F5;
  border-radius: 50%;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #fff;
  background-color: #DF652B;
  transition: all 0.35s;
  border-color: #DF652B;
}
.pagenum a:first-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #92D050;
    transition: all 0.35s;
    border-color: #92D050;
  }
}
.pagenum i {
  font-size: 18px;
  display: block;
}
.prod-deta {
  padding: 80px 0 85px;
  background-color: #F6F6F6;
}
.prod-deta .in-title {
  text-align: center;
}
.prod-deta .prod-details-slick {
  width: 52.8%;
}
.prod-deta .prod-details-slick .carousel-wrap > div {
  display: flex;
  margin: 0 -7px;
}
.prod-deta .prod-details-slick .slick-prev {
  z-index: 100;
  top: 10px;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .prod-details-slick .slick-prev:hover {
  background-color: #92D050;
  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:after {
  background-image: url(../img/btn-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:before {
  color: #fff;
  content: '\e64b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 14px;
}
.prod-deta .prod-details-slick .slick-next {
  z-index: 100;
  right: 0;
  top: auto;
  bottom: 10px;
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .prod-details-slick .slick-next:hover {
  background-color: #92D050;
  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:after {
  background-image: url(../img/btn-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:before {
  color: #fff;
  content: '\e64b';
  transform: rotate(270deg);
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.prod-deta .pro-details-thumbslick {
  position: relative;
  width: 20%;
  padding: 0 7px;
  margin: -7px 0;
}
.prod-deta .pro-details-thumbslick .slick-slide {
  margin: 7px 0;
  border: none;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active .item {
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.prod-deta .pro-details-thumbslick .item-video:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 100%;
}
.prod-deta .pro-details-thumbslick .item-video:before {
  content: '\e726';
  font-family: 'iconfont' !important;
  font-size: 14px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .pro-details-topslick {
  padding: 0 7px;
  width: 80%;
}
.prod-deta .pro-details-topslick .item {
  padding: 0;
  border-radius: 12px;
  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: 44.4%;
  padding-left: 20px;
}
.prod-deta .pro-details-msg h1 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  padding-top: 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.prod-deta .pro-details-msgcont {
  min-height: 207px;
  margin-bottom: 30px;
  padding-top: 25px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 18px;
  color: #F48135;
  margin: 0;
  line-height: 26px;
  font-weight: bold;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.prod-deta .pro-details-share > span {
  font-size: 24px;
  margin-right: 5px;
  text-transform: uppercase;
}
.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;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 150px;
  height: 50px;
  background-color: #92D050;
  border: 1px solid #92D050;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 16px;
  line-height: 24px;
  border-radius: 25px;
}
.prod-deta .pro-details-btn a:hover {
  color: #92D050;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a i {
  font-size: 24px;
  margin-left: 20px;
  line-height: 1;
}
.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: #92D050;
  background-color: #92D050;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}
.prod-deta .prod-cont2 {
  clear: both;
  padding-top: 55px;
}
.prod-deta .prod-cont2 .prod-contbox {
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
}
.prod-deta .prod-cont2 .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont2 .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .prod-certificate {
  padding-top: 45px;
}
.prod-deta .inquiry-form {
  padding-top: 60px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 14px;
  padding: 0 15px;
  width: calc(25% - 20.25px);
  height: 50px;
  margin-right: 27px;
  border: 1px solid #fff;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 10px;
  color: #898989;
}
.prod-deta .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #898989;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #898989;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #898989;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #898989;
}
.prod-deta .inquiry-form textarea {
  height: 200px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  resize: none;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 150px;
  background-color: #92D050;
  color: #fff;
  height: 50px;
  border: 1px solid #92D050;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  border-radius: 25px;
}
.prod-deta .inquiry-form button span {
  margin-right: 10px;
}
.prod-deta .inquiry-form button i {
  font-size: 14px;
  position: relative;
  z-index: 1;
  line-height: 1;
  transform: rotateY(180deg);
}
.prod-deta .inquiry-form button:hover {
  color: #92D050;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .honor-list {
  margin: 5px -15px 0;
  width: auto;
}
.prod-deta .honor-list .img-box {
  padding-bottom: 138.46153846%;
}
.prod-deta .honor-box {
  border: 1px solid #333;
  padding: 15px;
}
.prod-deta .honor-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .honor-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.prod-deta .am-u-md-3:nth-child(n+5) {
  margin-top: 30px;
}
.recommend {
  padding-top: 60px;
}
.recommend .slick-slide > div {
  font-size: 0;
}
.recommend .prod-recommendlist {
  margin: 0 -22.5px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 38px;
  height: 60px;
  font-size: 0;
  background-color: #92D050;
  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: '\ee4a';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\ee49';
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist:hover .slick-prev,
  .recommend .prod-recommendlist:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}
.recommend .prod-box {
  width: 33.33333333%;
  padding: 0 22.5px;
  transition: all 0.35s;
  position: relative;
}
.recommend .prod-box a {
  padding: 15px;
  border-radius: 18px;
  background-color: #fff;
  display: block;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .recommend .prod-box a:hover {
    background-color: #92D050;
    position: relative;
    border-color: #92D050;
    transition: all 0.35s;
  }
  .recommend .prod-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .recommend .prod-box a:hover .prod-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .recommend .prod-box a:hover .prod-btn {
    color: #fff;
    transition: all 0.35s;
  }
}
.recommend .prod-box:nth-child(n+4) {
  margin-top: 35px;
}
.recommend .prod-box .prod-tit {
  font-size: 16px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}
.recommend .prod-box .prod-img {
  border-radius: 14px;
  overflow: hidden;
}
.recommend .prod-box .prod-img img {
  transition: all 0.35s;
}
.recommend .prod-btn {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  transition: all 0.35s;
  line-height: 18px;
}
.recommend .prod-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.customized .customized-tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 15px;
}
.customized .customized-desc {
  color: #888;
  line-height: 1;
  margin-bottom: 20px;
}
.customized form {
  display: flex;
  flex-wrap: wrap;
}
.customized .select-box {
  width: calc(50% - 10px);
  margin-right: 20px;
  background-color: #fff;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.customized .select-box .am-selected.am-dropdown.am-active {
  border-color: #92D050;
  transition: all 0.35s;
}
.customized .select-box .am-selected {
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  border: 1px solid #fff;
  border-radius: 8px;
}
.customized .select-box .am-selected-btn {
  height: 100%;
  padding-left: 20px;
  position: relative;
  color: #888;
}
.customized .select-box .am-selected-btn span {
  font-size: 14px;
}
.customized .select-box .am-selected-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.customized .select-box .am-selected-btn:active {
  box-shadow: none;
}
.customized .select-box .am-btn-default {
  border: none;
}
.customized .select-box:nth-child(2n) {
  margin-right: 0;
}
.customized .select-box *:focus {
  outline: none;
}
.customized .select-box *:active:focus {
  outline: none;
}
.customized .select-box .am-active .am-btn-default.am-dropdown-toggle {
  background-color: transparent;
  border-color: #92D050;
}
.customized .am-icon-caret-down:before {
  font-family: 'iconfont';
  content: '\e757';
}
.customized input {
  width: calc(25% - 20.25px);
  margin-right: 27px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
  transition: all 0.35s;
  margin-bottom: 20px;
}
.customized input:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
.customized input:nth-child(4n) {
  margin-right: 0;
}
.customized textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  resize: none;
  transition: all 0.35s;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 25px;
  height: 210px;
}
.customized textarea:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
.customized button[type='submit'] {
  font-size: 14px;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #92D050;
  border: 1px solid #92D050;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.customized button[type='submit'] span {
  margin-right: 10px;
}
.customized button[type='submit'] i {
  font-size: 14px;
  transform: rotateY(180deg);
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .customized button[type='submit']:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
}
.news {
  background-color: #F6F6F6;
  padding: 80px 0 75px;
}
.news .pagenum {
  justify-content: center;
}
.news .news-list {
  margin: 0 -23px 60px;
  display: flex;
  flex-wrap: wrap;
}
.news .img-box {
  padding-bottom: 57.5%;
}
.news .news-box {
  padding: 0 23px;
  width: 33.33333333%;
}
.news .news-box:nth-child(n+4) {
  margin-top: 40px;
}
.news .news-box > div {
  padding: 20px 20px 32px;
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .news .news-box > div:hover {
    background-color: #92D050;
    transition: all 0.35s;
    padding: 20px 20px 32px;
  }
  .news .news-box > div:hover .news-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-tit a {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-desc {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-btn {
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box > div:hover .news-btn a {
    color: #fff;
    transition: all 0.35s;
  }
}
.news .news-box .news-img {
  border-radius: 12px;
  overflow: hidden;
}
.news .news-box .news-img img {
  transition: all 0.35s;
}
.news .news-box .news-txt {
  padding: 30px 20px 0;
}
.news .news-box .news-tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-box .news-tit a {
  color: #222;
  transition: all 0.35s;
}
.news .news-box .news-desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.35s;
}
.news .news-box .news-btn {
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
  justify-content: space-between;
  color: #F48135;
  transition: all 0.35s;
}
.news .news-box .news-btn a {
  color: #F48135;
  transition: all 0.35s;
}
.news .news-t {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  align-items: center;
  margin-bottom: 60px;
}
.news .news-more {
  font-size: 14px;
  color: #222;
  line-height: 1;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #92D050;
  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: #92D050;
  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 > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.contact .contact-msg {
  padding: 90px 0 75px;
}
.contact .contact-msg .msg-desc {
  max-width: 290px;
  line-height: 26px;
}
.contact .contact-msg .msg-tit {
  font-weight: bold;
  line-height: 26px;
}
.contact .contact-msg .msg-box {
  display: flex;
}
.contact .contact-msg .msg-box i {
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #92D050;
  color: #92D050;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact .contact-msg .msg-box i.icon-dianhuajianpantianchong {
  font-size: 13px;
}
.contact .contact-msg .msg-box i.icon-e-mail {
  font-size: 16px;
}
.contact .contact-msg .msg-txt {
  padding-top: 3px;
  max-width: calc(100% - 47px);
}
.contact .contact-msg .msg-list {
  display: flex;
  justify-content: space-between;
}
.contact .contact-msg .msg-list a {
  color: #333;
}
.contact .contact-msg .msg-list a:hover {
  text-decoration: underline;
}
.contact .ol-message {
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 45px;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
}
.contact .ol-message input {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
  transition: all 0.35s;
  margin-bottom: 16px;
}
.contact .ol-message input:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
.contact .ol-message input:nth-child(4n) {
  margin-right: 0;
}
.contact .ol-message textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  resize: none;
  transition: all 0.35s;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 30px;
  height: 210px;
}
.contact .ol-message textarea:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
.contact .ol-message button[type='submit'] {
  font-size: 14px;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #92D050;
  border: 1px solid #92D050;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  margin: 0 auto;
}
.contact .ol-message button[type='submit'] span {
  margin-right: 10px;
}
.contact .ol-message button[type='submit'] i {
  font-size: 14px;
  transform: rotateY(180deg);
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .contact .ol-message button[type='submit']:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
}
.contact .ol-message .ol-tit {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.contact .ol-message .ol-desc {
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.map {
  width: 100%;
  height: 520px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
footer {
  background-color: #92D050;
  padding-top: 65px;
}
footer .footer-all {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
footer .footer-msg {
  width: 16.66666667%;
}
footer .footer-msg .footer-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
footer .footer-msg .footer-logo {
  height: 80px;
}
footer .footer-msg .footer-logo img {
  height: 100%;
}
footer .footer-link2 {
  width: 15%;
}
footer .footer-link2 li {
  display: flex;
  align-items: center;
}
footer .footer-link2 li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}
footer .footer-link2 .am-active .am-accordion-title {
  margin-bottom: 20px;
}
footer .footer-link2 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 25px;
}
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: #92D050;
    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;
  line-height: 38px;
}
footer .footer-link a {
  color: #999;
  font-size: 16px;
  line-height: 38px;
}
footer .footer-link a:hover {
  text-decoration: underline;
}
footer .footer-link h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  position: relative;
  align-items: center;
}
footer .footer-link .newsletter {
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  transition: all 0.35s;
  padding: 4px;
  margin-top: 15px;
}
@media screen and (min-width: 991px) {
  footer .footer-link .newsletter:hover {
    border-color: #92D050;
    transition: all 0.35s;
  }
}
footer .footer-link .newsletter input {
  border: none;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 25px;
  width: calc(100% - 50px);
}
footer .footer-link .newsletter input:focus {
  outline: none;
}
footer .footer-link .newsletter button {
  width: 70px;
  border: none;
  background-color: #92D050;
  color: #fff;
  padding: 0 14px;
  border-radius: 25px;
  border: 1px solid #92D050;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link .newsletter button:hover {
    background-color: #fff;
    color: #92D050;
    transition: all 0.35s;
  }
}
footer .footer-link .newsletter i {
  font-size: 20px;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn {
  font-size: 14px;
  color: #ccc;
  display: block;
  width: fit-content;
  line-height: 18px;
  position: relative;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #969697;
  left: 0;
}
footer .footer-link .sitemap-btn:hover {
  text-decoration: none;
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-share {
  font-size: 0;
  margin-top: 30px;
  display: flex;
}
footer .footer-share a {
  font-size: 14px;
  line-height: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #92D050;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    background-color: #92D050;
    color: #fff;
    text-decoration: none!important;
    transition: all 0.35s;
  }
}
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: 10px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
  padding-top: 15px;
}
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 .footer-form {
  padding-left: 40px;
}
footer .footer-form p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .footer-form *::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .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-form input[type="text"]:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .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-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-form form {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-form textarea {
  width: 100%;
  height: 95px;
  resize: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 0.35s;
}
footer .footer-form textarea:focus {
  outline: none;
  border-color: #92D050;
  transition: all 0.35s;
}
footer .am-accordion-content {
  padding: 0;
}
footer .footer-link1 {
  width: 33.33333333%;
}
footer .footer-link1 li {
  display: flex;
  flex-direction: column;
  line-height: 28px;
}
footer .footer-link1 li span {
  line-height: 20px;
}
footer .footer-link1 li span:first-child {
  text-transform: uppercase;
  color: #6a6d99;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
footer .footer-link1 li span:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
footer .footer-link1 li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
footer .footer-link1 li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer-link3 {
  width: 11%;
}
footer .footer-link3 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link3 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link3 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link3 li {
  display: flex;
  line-height: 26px;
  color: #fff;
}
footer .footer-link3 li a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  transition: all 0.35s;
}
footer .footer-link3 li a:hover {
  transition: all 0.35s;
}
footer .footer-link3 li .foot-txt {
  display: flex;
  flex-direction: column;
}
footer .footer-link3 li .foot-txt span:first-child {
  text-transform: capitalize;
}
footer .footer-link3 form {
  width: 350px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
}
footer .footer-link3 form input {
  height: 35px;
  background-color: #333;
  border: 1px solid #333;
  padding: 0 20px;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-link3 form input:focus {
  border-color: #92D050;
  transition: all 0.35s;
}
footer .footer-link3 form *::-webkit-input-placeholder {
  color: #999;
}
footer .footer-link3 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
footer .footer-link3 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
footer .footer-link3 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
footer .footer-link3 form textarea {
  height: 75px;
  resize: none;
  background-color: #333;
  border: 1px solid #333;
  padding: 10px 20px;
  margin-bottom: 25px;
  transition: all 0.35s;
}
footer .footer-link3 form textarea:focus {
  border-color: #92D050;
  transition: all 0.35s;
}
footer .footer-link3 form button {
  width: 90px;
  height: 35px;
  border: 1px solid #92D050;
  background-color: #92D050;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link3 form button:hover {
    color: #92D050;
    background-color: transparent;
    transition: all 0.35s;
  }
}
footer .footer-link4 {
  width: 25%;
}
footer .footer-link4 .am-active .am-accordion-title {
  margin-bottom: 10px;
}
footer .footer-link4 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link4 li {
  display: flex;
  padding-right: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
footer .footer-link4 li span:first-child {
  width: 42px;
}
footer .footer-link4 li span:last-child {
  max-width: calc(100% - 42px);
}
footer .footer-link4 li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.35s;
  line-height: 26px;
}
footer .footer-link4 li a:hover {
  text-decoration: underline;
  transition: all 0.35s;
}
footer .footer-link5 {
  width: 26%;
}
footer .footer-link5 form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
footer .footer-link5 input {
  width: calc(50% - 5px);
  margin-right: 10px;
  height: 40px;
  background-color: #7FC238;
  border: 1px solid #7FC238;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  transition: all 0.35s;
  margin-bottom: 20px;
}
footer .footer-link5 input:nth-child(2n) {
  margin-right: 0;
}
footer .footer-link5 input:focus {
  outline: none;
  border-color: #fff;
  transition: all 0.35s;
}
footer .footer-link5 *::-webkit-input-placeholder {
  color: #fff;
}
footer .footer-link5 *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
footer .footer-link5 *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
footer .footer-link5 *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
footer .footer-link5 textarea {
  height: 100px;
  width: 100%;
  background-color: #7FC238;
  color: #fff;
  transition: all 0.35s;
  border: 1px solid #7FC238;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  resize: none;
  margin-bottom: 20px;
}
footer .footer-link5 textarea:focus {
  outline: none;
  border-color: #fff;
  transition: all 0.35s;
}
footer .footer-link5 button {
  width: 116px;
  height: 40px;
  background-color: #7FC238;
  border: 1px solid #7FC238;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link5 button:hover {
    background-color: #fff;
    color: #7FC238;
    transition: all 0.35s;
  }
}
.footer-record {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 19px 0;
  color: #fff;
  display: flex;
  width: 100%;
  background-color: #92D050;
  align-items: center;
  border-top: 1px solid #A8D973;
}
.footer-record a {
  color: #fff;
  transition: all 0.35s;
}
.footer-record a:hover {
  text-decoration: underline;
  transition: all 0.35s;
}
.footer-record a:last-child {
  margin-left: 30px;
}
.footer-record .am-container > div {
  display: flex;
  justify-content: center;
}
.footer-record .am-container > div > span {
  margin-left: 15px;
  margin-right: 18px;
}
.footer-record .sitemap-btn {
  margin-left: 35px;
}
.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;
}
.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: 240px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #92D050;
  color: #fff;
  transition: all 0.35s;
}
.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;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #92D050;
  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 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #92D050;
  text-decoration: underline;
  transition: all 0.35s;
}
