@font-face {
  font-family: 'Roboto';
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: local('Arvo Bold Italic'), local('Arvo-BoldItalic'), url('../fonts/Arvo-BoldItalic.woff2') format('woff2'), url('../fonts/Arvo-BoldItalic.woff') format('woff'), url('../fonts/Arvo-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: local('Arvo Bold'), local('Arvo-Bold'), url('../fonts/Arvo-Bold.woff2') format('woff2'), url('../fonts/Arvo-Bold.woff') format('woff'), url('../fonts/Arvo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: local('Arvo-Italic'), url('../fonts/Arvo-Italic.woff2') format('woff2'), url('../fonts/Arvo-Italic.woff') format('woff'), url('../fonts/Arvo-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: local('Arvo'), url('../fonts/Arvo.woff2') format('woff2'), url('../fonts/Arvo.woff') format('woff'), url('../fonts/Arvo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: 100% !important;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #444;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #059744;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e60b';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 70px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  background: #FFF;
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li a {
  color: #666;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: #FFF;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #222;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box {
  padding-top: 80px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.banner-box .swiper-slide .item .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt {
    width: 90%;
    margin: 0 5%;
  }
}
.banner-box .swiper-slide .item .txt h2 {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  font-weight: bold;
  line-height: 64px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.banner-box .swiper-slide .item .txt p {
  margin: 20px 0 0 0;
  color: #F5F5F5;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt p {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(46, 60, 43, 0.85) 0%, rgba(46, 60, 43, 0.85) 100%);
  pointer-events: none;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.banner-box .banner-video-box {
  padding-bottom: 39.6%;
}
.banner-box .banner-video-box .banner-video {
  object-fit: cover;
}
.banner-box .fluid_video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .banner-box .swiper-container img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 5% !important;
  padding: 0 7%;
  justify-content: start;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    bottom: 5% !important;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 1px !important;
  width: 100px;
  height: 4px;
  padding: 0;
  border-radius: 0px;
  background: none;
  background-clip: content-box;
  background: #fff;
  opacity: 0.1;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #059744;
}
.banner-box .swiper-pagination-bullet-active::before {
  background-color: #fff;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
    /* 从视口底部开始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 移动到原始位置 */
  }
}
.banner-box .swiper-slide-active .item .txt {
  animation: zoomIn 3s 0s ease both;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
  top: 94%;
}
.banner-box .swiper-button-prev:hover::after,
.banner-box .swiper-button-next:hover::after {
  color: #fff;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev,
  .banner-box .swiper-button-next {
    top: 50%;
  }
}
.banner-box .swiper-button-prev::after,
.banner-box .swiper-button-next::after {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 16px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev::after,
  .banner-box .swiper-button-next::after {
    font-size: 16px;
  }
}
.banner-box .swiper-button-prev {
  left: 45%;
}
@media (max-width: 1920px) {
  .banner-box .swiper-button-prev {
    left: 40%;
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev {
    left: 1%;
  }
}
.banner-box .swiper-button-prev::after {
  content: "\eaf6";
  font-family: 'iconfont' !important;
}
.banner-box .swiper-button-next {
  right: 45%;
}
@media (max-width: 1920px) {
  .banner-box .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-next {
    right: 1%;
  }
}
.banner-box .swiper-button-next::after {
  content: "\eaf5";
  font-family: 'iconfont' !important;
}
.banner-box .link-info {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 100%;
  text-align: start;
}
.banner-box .banner-tit ul li {
  display: inline-block;
  padding: 0 12px;
}
.banner-box .banner-tit ul li:first-child {
  padding-left: 0;
  position: relative;
}
.banner-box .banner-tit ul li:first-child::after {
  content: "/";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #059744;
}
.banner-box .banner-tit ul li:last-child {
  padding-right: 0;
}
.banner-box .banner-tit ul li a {
  display: block;
  color: #059744;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-box .banner-tit ul li a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.banner-box .banner-tit h2 {
  padding-top: 12px;
  font-size: 48px;
  text-transform: capitalize;
  font-family: 'Arvo', sans-serif;
  color: #FFF;
  margin: 0;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 4px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit h2 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit h2 {
    font-size: 14px;
  }
}
.banner-box .banner-tit .txt {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt {
    margin-top: 20px;
    height: 120px;
    overflow: auto;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar {
    border-radius: 5px;
    width: 2px;
    height: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .txt {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .txt {
    height: 40px;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar {
    width: 1px;
  }
}
.banner-box .banner-tit .txt p {
  margin: 0;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .txt p {
    font-size: 13px;
  }
}
.header-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-link .info {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1199px) {
  .header-link .info {
    padding: 10px 0 10px 20px;
  }
}
.header-link ul li {
  display: inline-block;
}
.header-link ul li:first-child {
  position: relative;
}
.header-link ul li:first-child::before {
  content: "\e60c";
  position: absolute;
  font-family: 'iconfont' !important;
  top: -2px;
  left: -20px;
  color: #404E66;
}
.header-link ul li:last-child a::after {
  display: none;
}
.header-link ul li a {
  display: block;
  color: #404E66;
  position: relative;
  padding: 0 10px;
  transition: all 0.4s ease;
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .header-link ul li a {
    font-size: 12px;
  }
}
.header-link ul li a:hover {
  color: #1164F2;
  text-decoration: underline;
}
.header-link ul li a::after {
  content: ">";
  position: absolute;
  right: -5px;
}
.header {
  background: #EDF1D6;
  position: fixed;
  z-index: 11;
  width: 100%;
}
@media (max-width: 1199px) {
  .header {
    background: #fff;
  }
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-menu {
    height: 60px;
  }
}
.header .header-menu .menu-left {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-left .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-left .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1560px) {
  .header .header-menu .menu-left .menu-logo a img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-left .menu-logo a img {
    max-height: 35px;
  }
}
.header .header-menu .menu-left .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  padding-left: 25px;
  position: relative;
}
.header .header-menu .menu-left .menu-nav::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #4C4C4C;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-menu .menu-left .menu-nav .nav-first li.active a {
  color: #059744;
}
.header .header-menu .menu-left .menu-nav .nav-first li.active > ul li a {
  color: #222;
}
.header .header-menu .menu-left .menu-nav .nav-first li.active > ul li > ul li a {
  color: #222;
}
.header .header-menu .menu-left .menu-nav .nav-first li {
  display: inline-block;
}
.header .header-menu .menu-left .menu-nav .nav-first li a {
  color: #222;
  display: block;
  position: relative;
  line-height: 80px;
  font-size: 20px;
  transition: all 0.4s ease;
  padding: 0 25px;
}
@media (max-width: 1710px) {
  .header .header-menu .menu-left .menu-nav .nav-first li a {
    padding: 0 18px;
  }
}
@media (max-width: 1560px) {
  .header .header-menu .menu-left .menu-nav .nav-first li a {
    padding: 0 12px;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-left .menu-nav .nav-first li a {
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-left .menu-nav .nav-first li a {
    line-height: 60px;
  }
}
.header .header-menu .menu-left .menu-nav .nav-first li a:hover {
  color: #059744;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: auto;
  transform: translate(-25%, 0);
  border-top: 0;
  min-width: 180px;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: #EDF1D6;
  padding: 0 ;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li a {
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #222;
  line-height: 45px;
  padding: 0 20px;
  text-transform: capitalize;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li a:hover {
  color: #fff;
  background: #059744;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: 0;
  min-width: 400px;
  z-index: 9;
  background: #FFF;
  color: #4C4C4C;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-left .menu-nav .nav-first li > ul li > ul li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .menu-language {
  position: relative;
}
.header .header-menu .menu-right .menu-language::after {
  content: "\e609";
  font-family: 'iconfont' !important;
}
.header .header-menu .menu-right .menu-language span {
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-right .menu-language span {
    font-size: 16px;
  }
}
.header .header-menu .menu-right .menu-language span:hover {
  color: #059744;
}
.header .header-menu .menu-right .menu-language .drop-select {
  position: absolute;
  display: none;
  z-index: 1;
  background: #EDF1D6;
  top: 100%;
  min-width: 120px;
  padding: 5px 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-menu .menu-right .menu-language .drop-select a {
  display: block;
  font-size: 18px;
}
.header .header-menu .menu-right .menu-search {
  margin-left: 50px;
}
@media (max-width: 1710px) {
  .header .header-menu .menu-right .menu-search {
    margin-left: 35px;
  }
}
@media (max-width: 1470px) {
  .header .header-menu .menu-right .menu-search {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search {
    margin-left: 0;
    margin: 0 5px 0 20px;
  }
}
.header .header-menu .menu-right .menu-search .find i {
  display: none;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find i {
    display: block;
  }
}
.header .header-menu .menu-right .menu-search .find a {
  display: block;
  line-height: 54px;
  padding: 0 36px;
  background: #059744;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-right .menu-search .find a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a {
    padding: 0;
    line-height: normal;
    border-radius: 0;
    background: none;
    color: #222;
  }
}
.header .header-menu .menu-right .menu-search .find a span {
  display: block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a span {
    display: none;
  }
}
.header .header-menu .menu-right .menu-search .find a:hover {
  background: #004D00;
}
.header .header-menu .menu-right .menu-search .find a:hover span {
  transform: scale(1.05);
}
.con-tit h2 {
  color: #232323;
  font-family: 'Arvo', sans-serif;
  line-height: 60px;
  font-size: 48px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 1470px) {
  .con-tit h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .con-tit h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.wrap-contact .info .contact-card {
  overflow: hidden;
  position: relative;
  top: -50%;
  transform: translate(0, -50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-card {
    transform: none;
    top: auto;
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-card .row .col-6 {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .info .contact-card .row .col-6 {
    width: 100%;
  }
}
.wrap-contact .info .contact-card .row .col-6 .item {
  padding: 24px;
  border-radius: 20px;
  background: #FAFBF3;
  height: 100%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-card .row .col-6 .item {
    padding: 20px;
  }
}
.wrap-contact .info .contact-card .row .col-6 .item i {
  width: 64px;
  height: 64px;
  background: #004D00;
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-card .row .col-6 .item i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.wrap-contact .info .contact-card .row .col-6 .item h2 {
  margin-top: 20px;
  color: #232323;
  font-family: 'Arvo', sans-serif;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-card .row .col-6 .item h2 {
    font-size: 18px;
  }
}
.wrap-contact .info .contact-card .row .col-6 .item .txt {
  margin-top: 12px;
}
.wrap-contact .info .contact-card .row .col-6 .item .txt p,
.wrap-contact .info .contact-card .row .col-6 .item .txt a {
  margin: 0;
  color: #059744;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-card .row .col-6 .item .txt p,
  .wrap-contact .info .contact-card .row .col-6 .item .txt a {
    font-size: 14px;
  }
}
.wrap-contact .info .contact-card .row .col-6 .item .txt a:hover {
  text-decoration: underline;
}
.wrap-contact .info .list {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list {
    padding-top: 40px;
  }
}
.wrap-contact .info .list .note p {
  color: #059744;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .note p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.wrap-contact .info .list .item-info {
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .item-info {
    flex-direction: column;
    padding-top: 20px;
  }
}
.wrap-contact .info .list .item-info .pic {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .item-info .pic {
    width: 100%;
  }
}
.wrap-contact .info .list .item-info .pic .img-box {
  padding-bottom: 66.66666%;
}
.wrap-contact .info .list .item-info .pic .img-box img {
  border-radius: 20px;
}
.wrap-contact .info .list .item-info .info-form {
  width: 49%;
  border-radius: 20px;
  background: #FAFBF3;
  padding: 24px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .item-info .info-form {
    width: 100%;
    padding: 15px;
    margin-top: 40px;
  }
}
.wrap-contact .info .list .item-info .info-form .tit h2 {
  color: #222;
  font-family: 'Arvo', sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .item-info .info-form .tit h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.wrap-contact .info .list .item-info .info-form .common-form {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .list .item-info .info-form .common-form {
    margin-top: 20px;
  }
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group-tit input {
  width: 100%;
  border: none;
  line-height: 66px;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px;
  color: #4C4C4C;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group input {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border: none;
  padding: 0 20px;
  line-height: 66px;
  color: #4C4C4C;
}
.common-form form .row .col-12 .form-group input::placeholder {
  color: #4C4C4C;
  font-size: 18px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input {
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border: none;
  padding: 10px 20px;
  color: #4C4C4C;
  resize: none;
}
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #4C4C4C;
  font-size: 18px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea {
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .submit-group {
  margin-top: 15px;
}
.common-form form .row .col-12 .submit-group button {
  line-height: 46px;
  text-align: center;
  border-radius: 30px;
  background: #059744;
  color: #fff;
  border: none;
  padding: 0 60px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button {
    line-height: 40px;
    padding: 0 40px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .submit-group button:hover {
  background: #004D00;
  text-decoration: underline;
}
.footer {
  border-radius: 30px 30px 0px 0px;
  background: #2E3C2B;
}
.footer .foot-tit h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer .foot-tit h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: initial;
  }
}
.footer .foot {
  padding: 70px 0 80px 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0 0px 0;
  }
}
.footer .foot ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot ul {
    flex-direction: column;
  }
}
.footer .foot ul li {
  width: 490px;
}
@media (max-width: 1400px) {
  .footer .foot ul li {
    width: 390px;
  }
}
@media (max-width: 1199px) {
  .footer .foot ul li {
    width: 100%;
    margin: 10px 0;
  }
}
.footer .foot ul li.message .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot ul li.message .foot-logo a img {
  max-height: 90px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .foot-logo a img {
    max-height: 45px;
  }
}
.footer .foot ul li.message .txt {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .txt {
    padding-top: 20px;
  }
}
.footer .foot ul li.message .txt b {
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .txt b {
    font-size: 14px;
    letter-spacing: initial;
  }
}
.footer .foot ul li.message .txt p {
  margin: 10px 0 0 0;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .txt p {
    font-size: 14px;
  }
}
.footer .foot ul li.message .foot-form {
  margin-top: 15px;
}
.footer .foot ul li.message .foot-form form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .foot ul li.message .foot-form form {
    flex-direction: column;
    align-items: center;
  }
}
.footer .foot ul li.message .foot-form form input {
  width: 68%;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #D9D9D9;
  background: none;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .foot-form form input {
    width: 85%;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .footer .foot ul li.message .foot-form form input {
    width: 100%;
  }
}
.footer .foot ul li.message .foot-form form input::placeholder {
  color: #D9D9D9;
  font-size: 18px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .foot-form form input::placeholder {
    font-size: 14px;
  }
}
.footer .foot ul li.message .foot-form form input:focus::placeholder {
  color: #666;
}
.footer .foot ul li.message .foot-form form button {
  line-height: 24px;
  padding: 10px 12px;
  border-radius: 30px;
  background: #059744;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  border: none;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .foot-form form button {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer .foot ul li.message .foot-form form button {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .foot ul li.message .foot-form form button:hover {
  background: #004D00;
  text-decoration: underline;
}
.footer .foot ul li.message .share {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .share {
    margin-top: 20px;
  }
}
.footer .foot ul li.message .share .tit {
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .share .tit {
    font-size: 18px;
    letter-spacing: initial;
  }
}
.footer .foot ul li.message .share ul {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .share ul {
    flex-direction: row;
  }
}
.footer .foot ul li.message .share ul li {
  width: auto;
  display: inline-block;
  padding: 0 7px;
}
.footer .foot ul li.message .share ul li:first-child {
  padding-left: 0;
}
.footer .foot ul li.message .share ul li a {
  display: block;
}
.footer .foot ul li.message .share ul li a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.4s;
}
.footer .foot ul li.message .share ul li a i:hover {
  background: #059744;
  color: #fff;
}
.footer .foot ul li.nav {
  width: 430px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.nav {
    width: 100%;
  }
}
.footer .foot ul li.nav .item .info {
  padding-left: 20px;
}
.footer .foot ul li.nav .item .info a {
  display: block;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .foot ul li.nav .item .info a {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.footer .foot ul li.nav .item .info a:hover {
  transform: translateX(10px);
  color: #059744;
  text-decoration: underline;
}
.footer .foot ul li.nav .item .info a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #059744;
  border-radius: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: -20px;
}
.footer .foot ul li.nav .item .info a:last-child {
  margin-bottom: 0;
}
.footer .foot ul li.contact {
  width: 380px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact {
    width: 100%;
  }
}
.footer .foot ul li.contact .item {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item {
    margin-bottom: 20px;
  }
}
.footer .foot ul li.contact .item:last-child {
  margin-bottom: 0;
}
.footer .foot ul li.contact .item .info {
  padding-left: 20px;
}
.footer .foot ul li.contact .item .info span,
.footer .foot ul li.contact .item .info a {
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
  display: block;
}
@media (max-width: 1199px) {
  .footer .foot ul li.contact .item .info span,
  .footer .foot ul li.contact .item .info a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.footer .foot ul li.contact .item .info span::before,
.footer .foot ul li.contact .item .info a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #059744;
  border-radius: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: -20px;
}
.footer .foot ul li.contact .item .info a {
  transition: all 0.4s;
}
.footer .foot ul li.contact .item .info a:hover {
  transform: translateX(10px);
  color: #059744;
  text-decoration: underline;
}
.footer .foot ul li .item .info {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  .footer .foot ul li .item .info {
    padding-top: 15px;
  }
}
.footer .copyright {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .footer .copyright {
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 60px 0;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .footer .copyright .left {
    margin-bottom: 10px;
  }
}
.footer .copyright .left p {
  color: #D9D9D9;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.footer .copyright .left p a {
  transition: all 0.4s;
}
.footer .copyright .left p a:hover {
  color: #059744;
  text-decoration: underline;
}
.footer .copyright .right a {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  color: #D9D9D9;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.footer .copyright .right a:hover {
  text-decoration: underline;
}
.footer .copyright .right a:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.con-btn {
  display: inline-block;
  line-height: 54px;
  border-radius: 30px;
  background: #059744;
  padding: 0 36px;
  color: #FFF;
  font-size: 20px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .con-btn {
    line-height: 40px;
    padding: 0 32px;
    font-size: 14px;
  }
}
.con-btn:hover {
  background: #004D00;
  text-decoration: underline;
}
.wrap-news {
  overflow: hidden;
}
.wrap-news .pagination {
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-news .pagination {
    justify-content: center;
  }
}
.wrap-news .info .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-news .info .item {
    flex-direction: column;
    padding: 15px 0;
  }
}
.wrap-news .info .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-news .info .item:hover .note .tit a {
  color: #059744;
  text-decoration: underline;
}
.wrap-news .info .item .date {
  width: 15%;
}
@media (max-width: 1710px) {
  .wrap-news .info .item .date {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .item .date {
    width: 100%;
    order: 2;
    margin-bottom: 15px;
  }
}
.wrap-news .info .item .date span {
  display: block;
  color: #059744;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .date span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.wrap-news .info .item .pic {
  width: 30%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  .wrap-news .info .item .pic {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .item .pic {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .item .pic {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.wrap-news .info .item .pic .img-box {
  padding-bottom: 56.25%;
}
.wrap-news .info .item .pic .img-box img {
  transition: all 1s ease;
  border-radius: 20px;
}
.wrap-news .info .item .note {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1710px) {
  .wrap-news .info .item .note {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .item .note {
    width: 100%;
    order: 3;
  }
}
.wrap-news .info .item .note .tit a {
  color: #2E3C2B;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-news .info .item .note .txt {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note .txt {
    margin-top: 20px;
  }
}
.wrap-news .info .item .note .txt p {
  margin: 0;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-news .info .item .note .more {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-news .info .item .note .more {
    margin-top: 20px;
  }
}
.wrap-news .info .item .note .more a {
  color: #fff;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #222;
  transition: all 0.4s;
  border-radius: 100%;
  background: none;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #059744;
}
.pagination ul li.active a {
  background: #059744;
  color: #fff;
}
.pagination ul li.next {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .pagination ul li.next {
    margin-left: 10px;
  }
}
.pagination ul li.next a {
  border: 1px solid #F0F0F0;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  background: #059744;
  color: #FFF;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: #059744;
  font-size: 22px;
}
@media (max-width: 767px) {
  .pagination ul li.next a i {
    font-size: 16px;
  }
}
.pagination ul li.prev {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .pagination ul li.prev {
    margin-right: 10px;
  }
}
.pagination ul li.prev a {
  border: 1px solid #F0F0F0;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  background: #059744;
  color: #FFF;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: #059744;
  font-size: 22px;
}
@media (max-width: 767px) {
  .pagination ul li.prev a i {
    font-size: 16px;
  }
}
.wrap-download {
  overflow: hidden;
}
.wrap-download .pagination {
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-download .pagination {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-download .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-download .info .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-download .info .row .col-12 {
    width: 100%;
  }
}
.wrap-download .info .row .col-12 .item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 20px;
  background: #FAFBF3;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrap-download .info .row .col-12 .item .pic {
  width: 50%;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .pic {
    width: 100%;
  }
}
.wrap-download .info .row .col-12 .item .pic .img-box {
  padding-bottom: 71.7948%;
}
.wrap-download .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-download .info .row .col-12 .item .note {
  width: 48%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .wrap-download .info .row .col-12 .item .note {
    width: 45%;
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note {
    width: 100%;
    padding: 15px 0;
  }
}
.wrap-download .info .row .col-12 .item .note .txt a {
  display: block;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .txt a {
    font-size: 18px;
  }
}
.wrap-download .info .row .col-12 .item .note .txt a:hover {
  color: #059744;
  text-decoration: underline;
}
.wrap-download .info .row .col-12 .item .note .txt p {
  margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .txt p {
    margin: 15px 0 0 0;
  }
}
.wrap-download .info .row .col-12 .item .note .txt p span {
  display: inline-block;
  margin-right: 20px;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .txt p span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-download .info .row .col-12 .item .note .download {
    margin-top: 20px;
  }
}
.wrap-download .info .row .col-12 .item .note .download a {
  color: #fff;
}
@media (max-width: 1400px) {
  .wrap-download .info .row .col-12 .item .note .download a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 32px;
  }
}
.wrap-download .info .row .col-12 .item .note .download a i {
  font-size: 20px;
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .wrap-download .info .row .col-12 .item .note .download a i {
    font-size: 16px;
    margin-left: 5px;
  }
}
.wrap-case {
  overflow: hidden;
}
.wrap-case .pagination {
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-case .pagination {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-case .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-case .info .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-case .info .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-case .info .row .col-12 {
    width: 100%;
  }
}
.wrap-case .info .row .col-12 .item {
  background: #FAFBF3;
  border-radius: 30px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-case .info .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-case .info .row .col-12 .item:hover {
  background: #2E3C2B;
}
.wrap-case .info .row .col-12 .item:hover .note .tit a {
  color: #fff;
  text-decoration: underline;
}
.wrap-case .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-case .info .row .col-12 .item .pic {
  border-radius: 20px;
  overflow: hidden;
}
.wrap-case .info .row .col-12 .item .pic .img-box {
  padding-bottom: 56.6037%;
}
.wrap-case .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-case .info .row .col-12 .item .note {
  padding: 24px;
}
@media (max-width: 1199px) {
  .wrap-case .info .row .col-12 .item .note {
    padding: 20px;
  }
}
.wrap-case .info .row .col-12 .item .note .tit a {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-case .info .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-case .info .row .col-12 .item .note .more {
  margin-top: 20px;
}
.wrap-case .info .row .col-12 .item .note .more a {
  display: inline-block;
  color: #059744;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-case .info .row .col-12 .item .note .more a {
    font-size: 14px;
  }
}
.wrap-service .info {
  display: flex;
  justify-content: space-between;
}
.wrap-service .info .left {
  width: 22%;
}
@media (max-width: 1470px) {
  .wrap-service .info .left {
    width: 28%;
  }
}
@media (max-width: 1199px) {
  .wrap-service .info .left {
    display: none;
  }
}
.wrap-service .info .left .left-list ul .active {
  background: #059744;
  color: #fff;
}
.wrap-service .info .left .left-list ul li {
  margin-bottom: 10px;
}
.wrap-service .info .left .left-list ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 0px 30px 30px 0px;
  background: #FAFBF3;
  transition: all 0.4s;
  color: #059744;
  font-size: 18px;
  line-height: 24px;
}
.wrap-service .info .left .left-list ul li a:hover {
  background: #059744;
  color: #fff;
}
.wrap-service .info .right {
  width: 75%;
  padding-top: 30px;
}
@media (max-width: 1470px) {
  .wrap-service .info .right {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .wrap-service .info .right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-service .info .right {
    padding-top: 0;
  }
}
.wrap-service .info .right .right-list .item {
  position: relative;
  padding: 55px 0;
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item {
    padding: 0;
    margin-bottom: 20px;
  }
}
.wrap-service .info .right .right-list .item:nth-child(2n+2)::before {
  left: 0;
}
.wrap-service .info .right .right-list .item:nth-child(2n+2) .num {
  position: absolute;
  top: -30px;
  z-index: 2;
  right: 0;
  left: auto;
}
.wrap-service .info .right .right-list .item:nth-child(2n+2) .num span {
  border-radius: 40px 0px 0px 40px;
}
.wrap-service .info .right .right-list .item:nth-child(2n+2) .item-info .pic {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item:nth-child(2n+2) .item-info .pic {
    order: 1;
  }
}
.wrap-service .info .right .right-list .item:nth-child(2n+2) .item-info .note {
  order: 1;
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item:nth-child(2n+2) .item-info .note {
    order: 2;
  }
}
.wrap-service .info .right .right-list .item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 1px;
  background: #EDF1D6;
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item::before {
    display: none;
  }
}
.wrap-service .info .right .right-list .item .num {
  position: absolute;
  top: -30px;
  z-index: 2;
  left: 0;
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item .num {
    top: -20px;
  }
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item .num {
    display: none;
  }
}
.wrap-service .info .right .right-list .item .num span {
  display: inline-block;
  padding: 10px 36px;
  color: #fff;
  font-family: 'Arvo', sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  border-radius: 0px 40px 40px 0px;
  background: #059744;
}
@media (max-width: 1400px) {
  .wrap-service .info .right .right-list .item .num span {
    padding: 10px 26px;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item .num span {
    font-size: 14px;
  }
}
.wrap-service .info .right .right-list .item .item-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item .item-info {
    flex-direction: column;
  }
}
.wrap-service .info .right .right-list .item .item-info .pic {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item .item-info .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-service .info .right .right-list .item .item-info .pic .img-box {
  padding-bottom: 56.25%;
}
.wrap-service .info .right .right-list .item .item-info .pic .img-box img {
  border-radius: 20px;
}
.wrap-service .info .right .right-list .item .item-info .note {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item .item-info .note {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-service .info .right .right-list .item .item-info .note .tit {
  overflow-wrap: break-word;
}
.wrap-service .info .right .right-list .item .item-info .note .tit h2 {
  color: #059744;
  font-family: 'Arvo', sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-service .info .right .right-list .item .item-info .note .tit h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item .item-info .note .tit h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .wrap-service .info .right .right-list .item .item-info .note .tit h2 {
    font-size: 18px;
  }
}
.wrap-service .info .right .right-list .item .item-info .note .txt {
  margin-top: 35px;
}
@media (max-width: 1470px) {
  .wrap-service .info .right .right-list .item .item-info .note .txt {
    height: 140px;
    overflow: auto;
  }
  .wrap-service .info .right .right-list .item .item-info .note .txt::-webkit-scrollbar {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #fff;
  }
  .wrap-service .info .right .right-list .item .item-info .note .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .wrap-service .info .right .right-list .item .item-info .note .txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #F9F9F9;
  }
  .wrap-service .info .right .right-list .item .item-info .note .txt::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item .item-info .note .txt {
    margin-top: 20px;
    height: auto;
  }
}
.wrap-service .info .right .right-list .item .item-info .note .txt p {
  margin: 0;
  color: #4C4C4C;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item .item-info .note .txt p {
    font-size: 14px;
  }
}
.wrap-service .info .right .right-list .item .item-info .note .txt ul {
  padding-left: 20px;
}
.wrap-service .info .right .right-list .item .item-info .note .txt ul li {
  list-style-type: disc;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-service .info .right .right-list .item .item-info .note .txt ul li {
    font-size: 14px;
  }
}
.wrap-about .introduce {
  background: #2E3C2B;
  padding: 180px 0 350px 0;
  position: relative;
}
@media (max-width: 1710px) {
  .wrap-about .introduce {
    padding: 180px 0 260px 0;
  }
}
@media (max-width: 1560px) {
  .wrap-about .introduce {
    padding: 180px 0 210px 0;
  }
}
@media (max-width: 1400px) {
  .wrap-about .introduce {
    padding: 180px 0 150px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 100px 0 40px 0;
  }
}
.wrap-about .introduce .name {
  display: block;
  color: #059744;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .name {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.wrap-about .introduce .con-tit {
  margin-top: 10px;
}
.wrap-about .introduce .con-tit h2 {
  color: #fff;
}
.wrap-about .introduce .txt {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .txt {
    margin-top: 20px;
  }
}
.wrap-about .introduce .txt p {
  margin: 0;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .txt p {
    font-size: 14px;
  }
}
.wrap-about .introduce .con-num {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .con-num {
    margin-top: 20px;
  }
}
.wrap-about .introduce .end {
  position: absolute;
  bottom: -50%;
  transform: translate(0%, -50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .end {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    transform: none;
  }
}
.wrap-about .introduce .video {
  position: relative;
}
.wrap-about .introduce .video img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .wrap-about .introduce .video img {
    border-radius: 20px;
  }
}
.wrap-about .introduce .video .play {
  content: "";
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
}
.wrap-about .introduce .video .play::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  border-radius: 100%;
  animation: zoomIn 2s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .video .play::after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce .video .play::after {
    width: 70px;
    height: 70px;
  }
}
.wrap-about .introduce .video .play::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 100%;
  animation: zoomIn 2s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .video .play::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce .video .play::before {
    width: 80px;
    height: 80px;
  }
}
.wrap-about .introduce .video .play i {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #059744;
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .video .play i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wrap-about .introduce .video .play i::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  border-radius: 100%;
  animation: zoomIn 2s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .video .play i::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce .video .play i::after {
    width: 50px;
    height: 50px;
  }
}
.wrap-about .why {
  padding: 300px 0 70px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-about .why {
    padding: 40px 0;
  }
}
.wrap-about .why::before {
  content: "";
  position: absolute;
  background: #FAFBF3;
  border-radius: 30px;
  width: 100%;
  height: 45%;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1199px) {
  .wrap-about .why::before {
    display: none;
  }
}
.wrap-about .why .info .con-tit {
  margin-top: 12px;
}
.wrap-about .why .list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .why .list {
    padding-top: 20px;
    flex-direction: column;
  }
}
.wrap-about .why .list .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1470px) {
  .wrap-about .why .list .left {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left {
    width: 100%;
  }
}
.wrap-about .why .list .left .note h2 {
  color: #059744;
  font-family: 'Arvo', sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .note h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.wrap-about .why .list .left .note .txt {
  margin-top: 20px;
}
@media (max-width: 1470px) {
  .wrap-about .why .list .left .note .txt {
    height: 100px;
    overflow: auto;
  }
  .wrap-about .why .list .left .note .txt::-webkit-scrollbar {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #fff;
  }
  .wrap-about .why .list .left .note .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .wrap-about .why .list .left .note .txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
  }
  .wrap-about .why .list .left .note .txt::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1400px) {
  .wrap-about .why .list .left .note .txt {
    height: 67px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .note .txt {
    height: auto;
  }
}
.wrap-about .why .list .left .note .txt p {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .note .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .left-list {
    margin: 20px 0;
  }
}
.wrap-about .why .list .left .left-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1470px) {
  .wrap-about .why .list .left .left-list .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .wrap-about .why .list .left .left-list .item {
    margin-bottom: 20px;
  }
}
.wrap-about .why .list .left .left-list .item:last-child {
  margin-bottom: 0px;
}
.wrap-about .why .list .left .left-list .item img {
  max-height: 80px;
  border-radius: 20px;
}
@media (max-width: 1470px) {
  .wrap-about .why .list .left .left-list .item img {
    max-height: 60px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .left-list .item img {
    max-height: 50px;
    border-radius: 5px;
  }
}
.wrap-about .why .list .left .left-list .item p {
  margin: 0 0 0 30px;
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .left-list .item p {
    margin: 0 0 0 15px;
  }
}
.wrap-about .why .list .left .left-list .item p span {
  display: block;
}
.wrap-about .why .list .left .left-list .item p .name {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .left-list .item p .name {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .why .list .left .left-list .item p .txt {
  margin-top: 10px;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-about .why .list .left .left-list .item p .txt {
    font-size: 14px;
  }
}
.wrap-about .why .list .right {
  width: 45%;
  display: flex;
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-about .why .list .right {
    display: none;
  }
}
.wrap-about .why .list .right .pic img {
  display: block;
  height: auto;
  border-radius: 30px;
  width: 100% ;
}
.wrap-about .brand .info .slick-brand {
  margin: 0 -12px;
}
@media (max-width: 1199px) {
  .wrap-about .brand .info .slick-brand {
    margin: 0 -7px;
  }
}
.wrap-about .brand .info .slick-brand .slick-slide {
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .wrap-about .brand .info .slick-brand .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .brand .info .slick-brand .slick-slide .item:hover .pic .img-box img {
  -webkit-filter: grayscale(0);
}
.wrap-about .brand .info .slick-brand .slick-slide .item .pic .img-box {
  padding-bottom: 50%;
}
.wrap-about .brand .info .slick-brand .slick-slide .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-about .factory {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory {
    padding: 40px 0;
  }
}
.wrap-about .factory .info .top .con-tit {
  margin-top: 12px;
}
.wrap-about .factory .info .list .slick-factory {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .list .slick-factory {
    padding-top: 20px;
  }
}
.wrap-about .factory .info .list .slick-factory .slick-prev,
.wrap-about .factory .info .list .slick-factory .slick-next {
  top: -15%;
}
.wrap-about .factory .info .list .slick-factory .slick-next {
  right: 1%;
}
.wrap-about .factory .info .list .slick-factory .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-about .factory .info .list .slick-factory .slick-prev {
    left: 90%;
  }
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .left {
  margin: -7px 0;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .left .content .item {
  padding: 7px 0;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .left .content .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .left .content .item .pic {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrap-about .factory .info .list .slick-factory .factory-item .groups .left .content .item .pic {
    border-radius: 20px;
  }
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .left .content .item .pic .img-box {
  padding-bottom: 57.5%;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .left .content .item .pic .img-box img {
  transition: all 0.5s;
  cursor: pointer;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .center {
  margin: 0 -5px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .list .slick-factory .factory-item .groups .center {
    margin: 0 -2px;
  }
}
@media (max-width: 991px) {
  .wrap-about .factory .info .list .slick-factory .factory-item .groups .center {
    margin: 15px 0;
  }
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .center .content {
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .list .slick-factory .factory-item .groups .center .content {
    padding: 0 2px;
  }
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .center .content .item:hover .img-box img {
  transform: scale(1.1);
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .center .content .item .pic {
  border-radius: 30px;
  overflow: hidden;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .center .content .item .pic .img-box {
  padding-bottom: 58.4%;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .center .content .item .pic .img-box img {
  transition: all 0.5s;
  cursor: pointer;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .right {
  margin: -7px 0;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .right .content .item {
  padding: 7px 0;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .right .content .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .right .content .item .pic {
  border-radius: 30px;
  overflow: hidden;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .right .content .item .pic .img-box {
  padding-bottom: 57.5%;
}
.wrap-about .factory .info .list .slick-factory .factory-item .groups .right .content .item .pic .img-box img {
  transition: all 0.5s;
  cursor: pointer;
}
.wrap-about .team {
  border-radius: 30px;
  background: #2E3C2B;
  padding: 100px 0 170px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-about .team {
    padding: 40px 0;
  }
}
.wrap-about .team::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 450px;
  top: 0;
  right: 0;
  border-radius: 0px 30px 0px 0px;
  background: #455941;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-about .team::before {
    display: none;
  }
}
.wrap-about .team::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 450px;
  bottom: 0;
  left: 0;
  border-radius: 0px 30px 0px 0px;
  background: #455941;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-about .team::after {
    display: none;
  }
}
.wrap-about .team .info {
  position: relative;
}
.wrap-about .team .info .top .con-tit {
  margin-top: 12px;
}
.wrap-about .team .info .top .con-tit h2 {
  color: #fff;
}
.wrap-about .team .info .list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .wrap-about .team .info .list {
    flex-direction: column;
    margin-top: 20px;
  }
}
.wrap-about .team .info .list .item {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 991px) {
  .wrap-about .team .info .list .item {
    width: 100%;
    margin: 7px 0;
  }
}
.wrap-about .team .info .list .item:nth-child(2n+2) .txt {
  order: 2;
}
.wrap-about .team .info .list .item:nth-child(2n+2) .pic {
  order: 1;
  margin-top: 0;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .wrap-about .team .info .list .item:nth-child(2n+2) .pic {
    margin-bottom: 0;
  }
}
.wrap-about .team .info .list .item .txt {
  height: 220px;
  overflow: auto;
}
@media (max-width: 1560px) {
  .wrap-about .team .info .list .item .txt {
    height: 150px;
  }
}
@media (max-width: 1470px) {
  .wrap-about .team .info .list .item .txt {
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .team .info .list .item .txt {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .wrap-about .team .info .list .item .txt {
    order: 2;
    margin-top: 20px;
    height: auto;
  }
}
.wrap-about .team .info .list .item .txt::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.wrap-about .team .info .list .item .txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.wrap-about .team .info .list .item .txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-about .team .info .list .item .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-about .team .info .list .item .txt p {
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .team .info .list .item .txt p {
    font-size: 14px;
  }
}
.wrap-about .team .info .list .item .pic {
  margin-top: 36px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .team .info .list .item .pic {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-about .team .info .list .item .pic {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .wrap-about .team .info .list .item .pic {
    border-radius: 20px;
  }
}
.wrap-about .team .info .list .item .pic .img-box {
  padding-bottom: 56.25%;
}
.wrap-about .team .info .team-card {
  position: absolute;
  width: 100%;
  bottom: -46%;
  z-index: 2;
  left: 0;
}
@media (max-width: 1199px) {
  .wrap-about .team .info .team-card {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .team .info .team-card .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .team .info .team-card .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-about .team .info .team-card .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-about .team .info .team-card .row .col-12 {
    width: 100%;
  }
}
.wrap-about .team .info .team-card .row .col-12 .item {
  border-radius: 30px;
  background: #fff;
  border-bottom: 1px solid #2E3C2B;
  height: 100%;
}
.wrap-about .team .info .team-card .row .col-12 .item:hover .pic .pic-note {
  transform: translateY(0);
}
.wrap-about .team .info .team-card .row .col-12 .item .pic {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.wrap-about .team .info .team-card .row .col-12 .item .pic .img-box {
  padding-bottom: 76.923%;
}
.wrap-about .team .info .team-card .row .col-12 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-about .team .info .team-card .row .col-12 .item .pic .pic-note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(5, 151, 68, 0.8) 0%, rgba(5, 151, 68, 0.8) 100%);
}
.wrap-about .team .info .team-card .row .col-12 .item .pic .pic-note a {
  padding: 0 12px;
}
.wrap-about .team .info .team-card .row .col-12 .item .pic .pic-note a i {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDF1D6;
  font-size: 20px;
  color: #fff;
  transition: all 0.4s;
}
@media (max-idth: 1199px) {
  .wrap-about .team .info .team-card .row .col-12 .item .pic .pic-note a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wrap-about .team .info .team-card .row .col-12 .item .pic .pic-note a i:hover {
  background: #EDF1D6;
  color: #059744;
}
.wrap-about .team .info .team-card .row .col-12 .item .note {
  padding: 20px;
}
@media (max-width: 1199px) {
  .wrap-about .team .info .team-card .row .col-12 .item .note {
    padding: 20px 15px;
  }
}
.wrap-about .team .info .team-card .row .col-12 .item .note .name h2 {
  display: block;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-about .team .info .team-card .row .col-12 .item .note .name h2 {
    font-size: 18px;
  }
}
.wrap-about .team .info .team-card .row .col-12 .item .note .type span {
  display: block;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-about .team .info .team-card .row .col-12 .item .note .type span {
    font-size: 14px;
  }
}
.wrap-about .honor {
  padding: 400px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-about .honor {
    padding: 40px 0;
  }
}
.wrap-about .honor .info .honor-groups {
  position: relative;
  padding: 0 70px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .honor-groups {
    margin-top: 20px;
  }
}
.wrap-about .honor .info .honor-groups .slick-arrow {
  top: 45%;
}
.wrap-about .honor .info .honor-groups .slick-arrow.slick-prev {
  left: 0;
}
.wrap-about .honor .info .honor-groups .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.wrap-about .honor .info .honor-groups .swiper-honor {
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .honor-groups .swiper-honor {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .wrap-about .honor .info .honor-groups .swiper-honor {
    width: 195px;
  }
}
.wrap-about .honor .info .honor-groups .swiper-honor .swiper-slide-active .item .pic .img-box img {
  opacity: 1;
}
.wrap-about .honor .info .honor-groups .swiper-honor .item .pic {
  cursor: pointer;
}
.wrap-about .honor .info .honor-groups .swiper-honor .item .pic .img-box {
  padding-bottom: 140.4761%;
  background-color: #000;
}
.wrap-about .honor .info .honor-groups .swiper-honor .item .pic .img-box img {
  transition: all 1s;
  opacity: 0.8;
}
.con-num ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .con-num ul li {
    width: 50%;
    margin: 7px 0;
  }
}
.con-num ul li .item {
  text-align: center;
}
.con-num ul li .item b {
  display: block;
  color: #059744;
  font-size: 64px;
  font-weight: bold;
  line-height: 80px;
  text-transform: capitalize;
}
@media (max-width: 1470px) {
  .con-num ul li .item b {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  .con-num ul li .item b {
    font-size: 36px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .con-num ul li .item b {
    font-size: 34px;
  }
}
.con-num ul li .item p {
  text-align: center;
  margin: 0;
  color: #D9D9D9;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .con-num ul li .item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.con-type span {
  color: #059744;
  display: block;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .con-type span {
    letter-spacing: 2px;
    line-height: normal;
  }
}
.wrap-home .home-product {
  padding: 100px 0 170px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 0;
  }
}
.wrap-home .home-product .info .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-product .info .top .product-select {
  padding: 10px 0;
  border-left: 2px solid #059744;
  border-right: 2px solid #059744;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .top .product-select {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .top .product-select {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .top .product-select ul li.on a {
  color: #059744;
}
.wrap-home .home-product .info .top .product-select ul li {
  display: inline-block;
}
.wrap-home .home-product .info .top .product-select ul li:first-child a::before {
  display: none;
}
.wrap-home .home-product .info .top .product-select ul li:last-child a::before {
  content: "/";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 50%;
  left: -5px;
  transform: translate(0, -50%);
  color: #D9D9D9;
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .top .product-select ul li:last-child a::before {
    display: none;
  }
}
.wrap-home .home-product .info .top .product-select ul li a {
  position: relative;
  padding: 0 40px;
  display: block;
  color: #4C4C4C;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .wrap-home .home-product .info .top .product-select ul li a {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .top .product-select ul li a {
    font-size: 14px;
    line-height: 26px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .top .product-select ul li a {
    margin: 5px 0;
    padding: 0 15px;
  }
}
.wrap-home .home-product .info .top .product-select ul li a:hover {
  color: #059744;
}
.wrap-home .home-product .info .product-list {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list {
    padding-top: 30px;
  }
}
.wrap-home .home-product .info .product-list .common-select.on {
  display: block;
}
.wrap-home .home-product .info .product-list .common-select {
  display: none;
}
.wrap-home .home-product .info .product-list .common-select .slick-product {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product {
    margin: 0 -7px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-prev,
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-next {
  top: 110%;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .slick-prev {
    left: 90%;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-next {
  right: 1%;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots {
  left: 0;
  bottom: -60px;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots {
    bottom: -10px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots li {
  width: 100px;
  height: 4px;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots li {
    width: 20px;
    height: 2px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots li button {
  width: 100px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots li button {
    width: 20px;
    height: 2px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots li button::before {
  width: 100px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .slick-dots li button::before {
    width: 20px;
    height: 2px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item {
  padding: 12px;
  border-radius: 20px;
  background: #F0F0F0;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .item {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item:hover {
  background: #2E3C2B;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item:hover .note .tit a {
  color: #fff;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item:hover .note .link .add i {
  border: 1px solid #EDF1D6;
  color: #EDF1D6;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .pic .img-box {
  padding-bottom: 54.9019%;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note {
  margin-top: 26px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .item .note {
    margin-top: 10px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .tit a {
  color: #2E3C2B;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .more a {
  display: inline-block;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  background: #059744;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px;
  transition: all 0.4s;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .more a:hover {
  background: #2E8B57;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .more a {
    font-size: 14px;
  }
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .add {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .add a i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #059744;
  font-size: 20px;
  color: #059744;
  transition: all 0.4s;
}
.wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .add a i:hover {
  background: #fff;
  color: #059744;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .product-list .common-select .slick-product .item .note .link .add a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wrap-home .home-about {
  border-radius: 30px 30px 0px 0px;
  background: #FAFBF3;
  position: relative;
  padding: 100px 0 14% 0;
}
@media (max-width: 1920px) {
  .wrap-home .home-about {
    padding: 100px 0 19% 0;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-about {
    padding: 100px 0 17% 0;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
  }
}
.wrap-home .home-about .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-about .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-about .info .top .con-tit {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .wrap-home .home-about .info .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-about .info .top .more a {
  color: #fff;
}
.wrap-home .home-about .info .txt {
  margin: 36px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .txt {
    margin: 20px 0;
  }
}
.wrap-home .home-about .info .txt p {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-about .info .about-play {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -23%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .about-play {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
.wrap-home .home-about .info .video {
  position: relative;
}
.wrap-home .home-about .info .video img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .video img {
    border-radius: 20px;
  }
}
.wrap-home .home-about .info .video .play {
  content: "";
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
}
.wrap-home .home-about .info .video .play::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  border-radius: 100%;
  animation: zoomIn 2s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .video .play::after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .video .play::after {
    width: 70px;
    height: 70px;
  }
}
.wrap-home .home-about .info .video .play::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 100%;
  animation: zoomIn 2s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .video .play::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .video .play::before {
    width: 80px;
    height: 80px;
  }
}
.wrap-home .home-about .info .video .play i {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #059744;
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .video .play i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wrap-home .home-about .info .video .play i::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  border-radius: 100%;
  animation: zoomIn 2s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .video .play i::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .video .play i::after {
    width: 50px;
    height: 50px;
  }
}
.wrap-home .home-why {
  padding: 220px 0 70px 0;
  position: relative;
  border-radius: 0px 0px 30px 30px;
  background: #2E3C2B;
}
@media (max-width: 1199px) {
  .wrap-home .home-why {
    padding: 40px 0;
  }
}
.wrap-home .home-why .why-info {
  display: flex;
  flex-direction: column;
}
.wrap-home .home-why .list {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list {
    padding-bottom: 20px;
    order: 1;
    padding-top: 0;
  }
}
.wrap-home .home-why .list .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left {
    width: 100%;
  }
}
.wrap-home .home-why .list .left .note .con-tit {
  margin-top: 10px;
}
.wrap-home .home-why .list .left .note .con-tit h2 {
  color: #fff;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .note .con-tit h2 {
    line-height: normal;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .list .left .left-list {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .left-list {
    margin-top: 20px;
  }
}
.wrap-home .home-why .list .left .left-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .left-list .item {
    margin-bottom: 20px;
  }
}
.wrap-home .home-why .list .left .left-list .item:last-child {
  margin-bottom: 0px;
}
.wrap-home .home-why .list .left .left-list .item img {
  max-height: 80px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .left-list .item img {
    max-height: 50px;
    border-radius: 10px;
  }
}
.wrap-home .home-why .list .left .left-list .item p {
  margin: 0 0 0 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .left-list .item p {
    margin: 0 0 0 15px;
  }
}
.wrap-home .home-why .list .left .left-list .item p span {
  display: block;
}
.wrap-home .home-why .list .left .left-list .item p .name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .left-list .item p .name {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-home .home-why .list .left .left-list .item p .txt {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .left .left-list .item p .txt {
    font-size: 14px;
  }
}
.wrap-home .home-why .list .right {
  width: 40%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .list .right {
    display: none;
  }
}
.wrap-home .home-why .list .right .pic img {
  display: block;
  height: auto;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .con-num {
    order: 2;
  }
}
.wrap-home .home-solution {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution {
    padding: 40px 0;
  }
}
.wrap-home .home-solution .info .top .con-tit {
  margin-top: 10px;
}
.wrap-home .home-solution .info .slick-solution {
  padding-top: 50px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .info .slick-solution {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-home .home-solution .info .slick-solution .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .info .slick-solution .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-solution .info .slick-solution .slick-prev,
.wrap-home .home-solution .info .slick-solution .slick-next {
  top: -5%;
}
.wrap-home .home-solution .info .slick-solution .slick-next {
  right: 1%;
}
.wrap-home .home-solution .info .slick-solution .slick-prev {
  left: 92%;
}
@media (max-width: 1710px) {
  .wrap-home .home-solution .info .slick-solution .slick-prev {
    left: 90%;
  }
}
.wrap-home .home-solution .info .slick-solution .item {
  border-radius: 20px;
}
.wrap-home .home-solution .info .slick-solution .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-solution .info .slick-solution .item .pic {
  position: relative;
}
.wrap-home .home-solution .info .slick-solution .item .pic .img-box {
  padding-bottom: 56.60377%;
  border-radius: 20px;
}
.wrap-home .home-solution .info .slick-solution .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-solution .info .slick-solution .item .pic .num {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  width: 64px;
  height: 64px;
  background: #059744;
  padding: 10px;
  font-weight: bold;
  border-radius: 0px 30px 30px 0px;
}
@media (max-width: 1470px) {
  .wrap-home .home-solution .info .slick-solution .item .pic .num {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.wrap-home .home-solution .info .slick-solution .item .note {
  border-radius: 0px 0px 20px 20px;
  background: #F9F9F9;
  position: relative;
  padding: 24px 24px 24px 90px;
  height: 320px;
}
@media (max-width: 1470px) {
  .wrap-home .home-solution .info .slick-solution .item .note {
    padding: 24px 24px 24px 40px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .info .slick-solution .item .note {
    height: auto;
    padding: 30px 20px 20px;
  }
}
.wrap-home .home-solution .info .slick-solution .item .note .num {
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  width: 64px;
  height: 64px;
  background: #059744;
  padding: 10px;
  font-weight: bold;
  border-radius: 0px 30px 30px 0px;
}
@media (max-width: 1470px) {
  .wrap-home .home-solution .info .slick-solution .item .note .num {
    width: 45px;
    height: 45px;
    font-size: 16px;
    top: -25px;
  }
}
.wrap-home .home-solution .info .slick-solution .item .note .list {
  height: 100%;
}
.wrap-home .home-solution .info .slick-solution .item .note .list .tit h2 {
  color: #2E3C2B;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .info .slick-solution .item .note .list .tit h2 {
    font-size: 18px;
  }
}
.wrap-home .home-solution .info .slick-solution .item .note .list .txt {
  padding-top: 20px;
  height: 240px;
  overflow: auto;
}
@media (max-width: 1470px) {
  .wrap-home .home-solution .info .slick-solution .item .note .list .txt {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-solution .info .slick-solution .item .note .list .txt {
    height: auto;
  }
}
.wrap-home .home-solution .info .slick-solution .item .note .list .txt::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  cursor: pointer;
}
.wrap-home .home-solution .info .slick-solution .item .note .list .txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.wrap-home .home-solution .info .slick-solution .item .note .list .txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.wrap-home .home-solution .info .slick-solution .item .note .list .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-home .home-solution .info .slick-solution .item .note .list .txt p {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-solution .info .slick-solution .item .note .list .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-service {
  padding: 100px 0;
  border-radius: 30px;
  background: #2E3C2B;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-service {
    padding: 40px 0;
  }
}
.wrap-home .home-service::before {
  content: "";
  position: absolute;
  background: #455941;
  right: 0;
  top: 0;
  border-radius: 0px 30px 0px 0px;
  z-index: -1;
  width: 530px;
  height: 450px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service::before {
    display: none;
  }
}
.wrap-home .home-service .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-service .info {
    flex-direction: column;
  }
}
.wrap-home .home-service .info .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-home .home-service .info .left {
    width: 100%;
  }
}
.wrap-home .home-service .info .left .top .con-tit {
  margin-top: 10px;
}
.wrap-home .home-service .info .left .top .con-tit h2 {
  color: #fff;
}
.wrap-home .home-service .info .left .left-groups {
  padding-top: 60px;
}
@media (max-width: 1470px) {
  .wrap-home .home-service .info .left .left-groups {
    padding-top: 35px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .left .left-groups {
    padding-top: 20px;
  }
}
.wrap-home .home-service .info .left .left-groups .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .left .left-groups .item {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.wrap-home .home-service .info .left .left-groups .item:last-child {
  margin-bottom: 0;
}
.wrap-home .home-service .info .left .left-groups .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #059744;
}
.wrap-home .home-service .info .left .left-groups .item .tit h2 {
  color: #EDF1D6;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .left .left-groups .item .tit h2 {
    font-size: 18px;
  }
}
.wrap-home .home-service .info .left .left-groups .item .txt {
  margin-top: 10px;
}
.wrap-home .home-service .info .left .left-groups .item .txt p {
  margin: 0;
  color: #D9D9D9;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .left .left-groups .item .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-service .info .left .more {
  margin-top: 80px;
}
@media (max-width: 1470px) {
  .wrap-home .home-service .info .left .more {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .left .more {
    margin-top: 20px;
  }
}
.wrap-home .home-service .info .left .more a {
  color: #fff;
}
.wrap-home .home-service .info .right {
  width: 40%;
}
@media (max-width: 1470px) {
  .wrap-home .home-service .info .right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-service .info .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-service .info .right .right-groups {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-service .info .right .right-groups {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-service .info .right .right-groups {
    flex-direction: column;
  }
}
.wrap-home .home-service .info .right .right-groups .group-left {
  width: 55%;
}
@media (max-width: 767px) {
  .wrap-home .home-service .info .right .right-groups .group-left {
    width: 100%;
  }
}
.wrap-home .home-service .info .right .right-groups .group-left .pic {
  overflow: hidden;
  border-radius: 20px;
}
.wrap-home .home-service .info .right .right-groups .group-left .pic .img-box {
  padding-bottom: 130.9523%;
}
.wrap-home .home-service .info .right .right-groups .group-right {
  width: 40%;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .wrap-home .home-service .info .right .right-groups .group-right {
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.wrap-home .home-service .info .right .right-groups .group-right .pic {
  border-radius: 20px;
  overflow: hidden;
}
.wrap-home .home-service .info .right .right-groups .group-right .pic .img-box {
  padding-bottom: 120%;
}
.wrap-home .home-case {
  padding: 100px 0;
  border-radius: 0px 0px 30px 30px;
  background: #FAFBF3;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-case {
    padding: 40px 0;
  }
}
.wrap-home .home-case .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-case .info .top .con-tit {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-case .info .top .more a {
  color: #fff;
}
.wrap-home .home-case .info .case-num {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
}
@media (max-width: 1470px) {
  .wrap-home .home-case .info .case-num {
    bottom: -30px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-num {
    display: none;
  }
}
@media (max-width: 1710px) {
  .wrap-home .home-case .info .case-num {
    z-index: -1;
  }
}
.wrap-home .home-case .info .case-num span {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #059744;
  font-size: 200px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.05;
  color: transparent;
}
@media (max-width: 1470px) {
  .wrap-home .home-case .info .case-num span {
    font-size: 120px;
  }
}
.wrap-home .home-case .info .case-group {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-case .info .case-group {
    flex-direction: column;
  }
}
.wrap-home .home-case .info .case-group .slider-case-nav {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .wrap-home .home-case .info .case-group .slider-case-nav {
    width: 100%;
  }
}
.wrap-home .home-case .info .case-group .slider-case-nav .slick-prev,
.wrap-home .home-case .info .case-group .slider-case-nav .slick-next {
  top: 80%;
}
@media (max-width: 1470px) {
  .wrap-home .home-case .info .case-group .slider-case-nav .slick-prev,
  .wrap-home .home-case .info .case-group .slider-case-nav .slick-next {
    top: 110%;
  }
}
.wrap-home .home-case .info .case-group .slider-case-nav .slick-prev {
  left: 0%;
}
.wrap-home .home-case .info .case-group .slider-case-nav .slick-next {
  right: 85%;
}
@media (max-width: 1710px) {
  .wrap-home .home-case .info .case-group .slider-case-nav .slick-next {
    right: 80%;
  }
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .tit a {
  color: #059744;
  font-family: 'Arvo', sans-serif;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group .slider-case-nav .item .tit a {
    font-size: 24px;
    line-height: normal;
  }
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .txt {
  padding-top: 20px;
  height: 150px;
  overflow: auto;
}
@media (max-width: 991px) {
  .wrap-home .home-case .info .case-group .slider-case-nav .item .txt {
    height: auto;
  }
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .txt::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-home .home-case .info .case-group .slider-case-nav .item .txt p {
  color: #4C4C4C;
  line-height: 20px;
}
.wrap-home .home-case .info .case-group .slider-case-for {
  width: 46%;
  position: relative;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group .slider-case-for {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-case .info .case-group .slider-case-for {
    width: 100%;
  }
}
.wrap-home .home-case .info .case-group .slider-case-for::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  right: -100%;
  background: linear-gradient(270deg, #FAFBF3 0%, rgba(250, 251, 243, 0) 100%);
}
.wrap-home .home-case .info .case-group .slider-case-for .slick-list {
  overflow: visible;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group .slider-case-for .slick-list {
    overflow: hidden;
  }
}
.wrap-home .home-case .info .case-group .slider-case-for .slick-list::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #FAFBF3;
  top: 0;
  width: 1000%;
  right: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group .slider-case-for {
    margin: 0 -7px;
  }
}
.wrap-home .home-case .info .case-group .slider-case-for .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group .slider-case-for .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-case .info .case-group .slider-case-for .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-case .info .case-group .slider-case-for .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.wrap-home .home-case .info .case-group .slider-case-for .item .pic .img-box {
  padding-bottom: 56.25%;
}
.wrap-home .home-case .info .case-group .slider-case-for .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-case .info .case-group .slider-case-for .item .pic .tit {
  position: absolute;
  text-align: center;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 24px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.wrap-home .home-case .info .case-group .slider-case-for .item .pic .tit a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .case-group .slider-case-for .item .pic .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-review {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-review {
    padding: 40px 0;
  }
}
.wrap-home .home-review .info .top .con-tit {
  margin-top: 10px;
}
.wrap-home .home-review .info .slick-review {
  padding-top: 50px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-review .info .slick-review {
    margin: 0 -7px;
    padding-top: 20px;
  }
}
.wrap-home .home-review .info .slick-review .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-review .info .slick-review .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-review .info .slick-review .item {
  padding: 36px;
  border-radius: 20px;
  background: #F9F9F9;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-review .info .slick-review .item {
    padding: 20px;
  }
}
.wrap-home .home-review .info .slick-review .item::before {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 36px;
  width: 50px;
  height: 50px;
  background: url(../img/review_bg.svg) no-repeat center / cover;
}
.wrap-home .home-review .info .slick-review .item .txt p {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-review .info .slick-review .item .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-review .info .slick-review .item .groups {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.wrap-home .home-review .info .slick-review .item .groups .pic img {
  max-height: 60px;
  border-radius: 100%;
}
.wrap-home .home-review .info .slick-review .item .groups .note {
  padding-left: 15px;
}
.wrap-home .home-review .info .slick-review .item .groups .note span {
  display: block;
  margin: 4px 0;
}
.wrap-home .home-review .info .slick-review .item .groups .note .name {
  color: #2E3C2B;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-review .info .slick-review .item .groups .note .name {
    font-size: 18px;
  }
}
.wrap-home .home-review .info .slick-review .item .groups .note .rate {
  color: #FAD44A;
}
.wrap-home .home-news {
  padding: 100px 0;
  background: #FAFBF3;
  border-radius: 30px 30px 0px 0px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-news .info .top .con-tit {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .top .more a {
  color: #fff;
}
.wrap-home .home-news .info .news-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .news-list {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .news-list .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .news-list .item {
    padding: 15px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .news-list .item {
    flex-direction: column;
  }
}
.wrap-home .home-news .info .news-list .item:first-child {
  position: absolute;
  width: 48%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .news-list .item:first-child {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .news-list .item:first-child {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
  }
}
.wrap-home .home-news .info .news-list .item:first-child .pic {
  width: 100%;
}
.wrap-home .home-news .info .news-list .item:first-child .pic .img-box {
  padding-bottom: 56.25%;
}
.wrap-home .home-news .info .news-list .item:first-child .note {
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .news-list .item:first-child .note {
    padding: 0;
  }
}
.wrap-home .home-news .info .news-list .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-home .home-news .info .news-list .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-news .info .news-list .item:nth-child(2) {
  padding-top: 0;
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .news-list .item:nth-child(2) {
    padding-top: 20px;
  }
}
.wrap-home .home-news .info .news-list .item:last-child {
  border-bottom: none;
}
.wrap-home .home-news .info .news-list .item .pic {
  width: 35%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .news-list .item .pic {
    width: 100%;
  }
}
.wrap-home .home-news .info .news-list .item .pic .img-box {
  padding-bottom: 57.1428%;
}
.wrap-home .home-news .info .news-list .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-home .home-news .info .news-list .item .note {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .wrap-home .home-news .info .news-list .item .note {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .news-list .item .note .date span {
  display: block;
  color: #059744;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .news-list .item .note .date span {
    letter-spacing: 2px;
    font-size: 14px;
  }
}
.wrap-home .home-news .info .news-list .item .note .tit {
  margin-top: 10px;
}
.wrap-home .home-news .info .news-list .item .note .tit a {
  color: #2E3C2B;
  font-family: 'Arvo', sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .news-list .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-product {
  padding: 70px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding: 0 0 40px 0;
  }
}
.wrap-product .info {
  display: flex;
  justify-content: space-between;
}
.wrap-product .info .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .info .left {
    display: none;
  }
}
.wrap-product .info .left .tit h2 {
  color: #059744;
  font-family: 'Arvo', sans-serif;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 42px;
}
.wrap-product .info .left ul {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.wrap-product .info .left ul li.active a {
  background: #2E3C2B;
  border-radius: 0px 60px 60px 0px;
}
.wrap-product .info .left ul li.active ul {
  margin-top: 0;
  background: #FAFBF3;
  border-radius: 0px 0px 30px 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.wrap-product .info .left ul li.active ul::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  z-index: -1;
  top: -30px;
  border-top: 30px solid transparent;
  border-right: 30px solid #FAFBF3;
  border-bottom: 0px solid #FAFBF3;
}
.wrap-product .info .left ul li.active ul li {
  margin-bottom: 0;
}
.wrap-product .info .left ul li.active ul li a {
  background: transparent;
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.wrap-product .info .left ul li.active ul li a:hover {
  background: transparent;
  text-decoration: underline;
}
.wrap-product .info .left ul li {
  margin-bottom: 10px;
}
.wrap-product .info .left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 60px 60px 0px;
  padding: 12px 24px;
  background: #059744;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.wrap-product .info .left ul li a:hover {
  background: #2E3C2B;
  border-radius: 0px 60px 60px 0px;
}
.wrap-product .info .left ul li ul {
  display: none;
}
.wrap-product .info .right {
  width: 73%;
}
@media (max-width: 1199px) {
  .wrap-product .info .right {
    width: 100%;
  }
}
.wrap-product .info .right .pagination {
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .pagination {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .right .right-list .row .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .right .right-list .row .col-lg-4 {
    width: 100%;
  }
}
.wrap-product .info .right .right-list .row .col-lg-4 .item {
  padding: 12px;
  border-radius: 20px;
  background: #F0F0F0;
  transition: all 0.5s;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 .item {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.wrap-product .info .right .right-list .row .col-lg-4 .item:hover {
  background: #2E3C2B;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-product .info .right .right-list .row .col-lg-4 .item:hover .note .tit a {
  color: #fff;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item:hover .note .link .add i {
  border: 1px solid #EDF1D6;
  color: #EDF1D6;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .pic .img-box {
  padding-bottom: 54.9019%;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note {
  margin-top: 26px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 .item .note {
    margin-top: 10px;
  }
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .tit a {
  color: #2E3C2B;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .link {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 .item .note .link {
    margin-top: 20px;
  }
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .more a {
  display: inline-block;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  background: #059744;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px;
  transition: all 0.4s;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .more a:hover {
  background: #2E8B57;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .more a {
    font-size: 14px;
  }
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .add {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .add a i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #059744;
  font-size: 20px;
  color: #059744;
  transition: all 0.4s;
}
.wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .add a i:hover {
  background: #fff;
  color: #059744;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .right-list .row .col-lg-4 .item .note .link .add a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wrap-details .info .top {
  padding: 140px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .info .top {
    flex-direction: column;
    padding: 100px 0 40px 0;
  }
}
.wrap-details .info .top .left {
  width: 48%;
}
@media (max-width: 1710px) {
  .wrap-details .info .top .left {
    width: 44%;
  }
}
@media (max-width: 1470px) {
  .wrap-details .info .top .left {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .top .left {
    width: 100%;
  }
}
.wrap-details .info .top .left .slider-for .item {
  border-radius: 20px;
  overflow: hidden;
}
.wrap-details .info .top .left .slider-for .item .img-box {
  padding-bottom: 56.7901%;
}
.wrap-details .info .top .left .slider-nav {
  padding-top: 5px;
  margin: 0 -5px;
}
.wrap-details .info .top .left .slider-nav .slick-slide {
  padding: 0 5px;
}
.wrap-details .info .top .left .slider-nav .slick-current .item {
  border: 1px solid #059744;
}
.wrap-details .info .top .left .slider-nav .item {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.wrap-details .info .top .left .slider-nav .item .img-box {
  padding-bottom: 55%;
}
.wrap-details .info .top .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .info .top .left .slider-nav .item-video .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.wrap-details .info .top .left .slider-nav .item-video .play i {
  font-size: 30px;
  color: #fff;
}
.wrap-details .info .top .right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1710px) {
  .wrap-details .info .top .right {
    width: 54%;
  }
}
@media (max-width: 1470px) {
  .wrap-details .info .top .right {
    width: 58%;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-details .info .top .right .details-tit {
  position: relative;
  padding-left: 20px;
}
.wrap-details .info .top .right .details-tit h2 {
  color: #222;
}
@media (max-width: 1470px) {
  .wrap-details .info .top .right .details-tit h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .details-tit h2 {
    font-size: 22px;
  }
}
.wrap-details .info .top .right .details-tit::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #059744;
  border-radius: 20px;
  left: 0;
}
.wrap-details .info .top .right .note {
  margin-top: 20px;
}
.wrap-details .info .top .right .note b {
  color: #059744;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .note b {
    font-size: 16px;
  }
}
.wrap-details .info .top .right .note .txt {
  border-radius: 20px;
  background: #FAFBF3;
  padding: 20px 20px 20px 40px;
}
.wrap-details .info .top .right .note .txt p {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .note .txt p {
    font-size: 14px;
  }
}
.wrap-details .info .top .right .note .txt ul li {
  list-style-type: disc;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .note .txt ul li {
    font-size: 14px;
  }
}
.wrap-details .info .top .right .link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-details .info .top .right .link {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .link {
    margin-top: 20px;
  }
}
.wrap-details .info .top .right .link .link-btn {
  display: flex;
  align-items: center;
}
.wrap-details .info .top .right .link .link-btn .inquiry {
  text-align: center;
  display: inline-block;
  line-height: 26px;
  border-radius: 30px;
  background: #059744;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px;
  transition: all 0.4s;
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .link .link-btn .inquiry {
    font-size: 14px;
    margin-right: 10px;
  }
}
.wrap-details .info .top .right .link .link-btn .inquiry:hover {
  background: #2E3C2B;
  color: #fff;
}
.wrap-details .info .top .right .link .link-btn .add {
  display: inline-block;
  padding: 10px 20px;
  line-height: 26px;
  border-radius: 30px;
  transition: all 0.4s;
  border: 1px solid #059744;
  font-size: 20px;
  color: #059744;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .link .link-btn .add {
    font-size: 14px;
  }
}
.wrap-details .info .top .right .link .link-btn .add i {
  font-size: 20px;
  color: #059744;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .link .link-btn .add i {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .top .right .link .share {
    margin-top: 20px;
  }
}
.wrap-details .info .top .right .link .share .share-to span {
  display: inline-block;
  font-size: 20px;
  color: #059744;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .info .top .right .link .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-details .info .menu-list .details-menu {
  z-index: 5;
  background: #fff;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wrap-details .info .menu-list .details-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
}
.wrap-details .info .menu-list .details-menu ul .active {
  color: #059744;
}
.wrap-details .info .menu-list .details-menu ul .active::after {
  opacity: 1;
  width: 100%;
}
.wrap-details .info .menu-list .details-menu ul li {
  display: inline-block;
  padding: 0 18px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .details-menu ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .menu-list .details-menu ul li {
    padding: 0px 20px 0 0 ;
  }
}
.wrap-details .info .menu-list .details-menu ul li:first-child {
  padding-left: 0;
}
.wrap-details .info .menu-list .details-menu ul li:last-child {
  padding-right: 0;
}
.wrap-details .info .menu-list .details-menu ul li a {
  display: block;
  color: #4C4C4C;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .details-menu ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .menu-list .details-menu ul li a {
    margin: 5px 0;
  }
}
.wrap-details .info .menu-list .details-menu ul li a:hover {
  color: #059744;
}
.wrap-details .info .menu-list .details-menu ul li a:hover::after {
  opacity: 1;
  width: 100%;
}
.wrap-details .info .menu-list .details-menu ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #059744;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
  opacity: 0;
}
.wrap-details .info .menu-list .list-des {
  padding-top: 40px;
}
.wrap-details .info .menu-list .list-des .editor-content {
  padding-top: 20px;
  overflow: auto;
}
.wrap-details .info .menu-list .list-des .editor-content b {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-des .editor-content b {
    font-size: 14px;
  }
}
.wrap-details .info .menu-list .list-des .editor-content ul {
  padding-left: 20px;
}
.wrap-details .info .menu-list .list-des .editor-content ul li {
  list-style-type: disc;
  color: #4C4C4C;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-des .editor-content ul li {
    font-size: 14px;
  }
}
.wrap-details .info .menu-list .list-des .editor-content table {
  margin: 10px 0;
  width: 100%;
}
.wrap-details .info .menu-list .list-des .editor-content table tr,
.wrap-details .info .menu-list .list-des .editor-content table td {
  border-width: 1px;
  border-color: #EDF1D6;
  padding: 10px;
  text-align: center;
}
.wrap-details .info .menu-list .list-des .editor-content table td {
  color: #343434;
}
.wrap-details .info .menu-list .list-des .editor-content table tr:first-child td {
  color: #059744;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-des .editor-content table tr:first-child td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .menu-list .list-des .editor-content table tr:first-child td {
    font-size: 13px;
  }
}
.wrap-details .info .menu-list .list-inquiry {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-inquiry {
    padding-top: 40px;
  }
}
.wrap-details .info .menu-list .list-inquiry .common-form {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #FAFBF3;
}
.wrap-details .info .menu-list .list-related {
  padding: 60px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related {
    padding: 40px 0;
  }
}
.wrap-details .info .menu-list .list-related .slick-related {
  padding-top: 26px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related {
    margin: 0 -7px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .slick-prev,
.wrap-details .info .menu-list .list-related .slick-related .slick-next {
  top: -6%;
}
.wrap-details .info .menu-list .list-related .slick-related .slick-next {
  right: 1%;
}
.wrap-details .info .menu-list .list-related .slick-related .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-details .info .menu-list .list-related .slick-related .slick-prev {
    left: 90%;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .item {
  padding: 12px;
  border-radius: 20px;
  background: #F0F0F0;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .item {
    padding: 10px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .item:hover {
  background: #2E3C2B;
}
.wrap-details .info .menu-list .list-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-details .info .menu-list .list-related .slick-related .item:hover .note .tit a {
  color: #fff;
}
.wrap-details .info .menu-list .list-related .slick-related .item:hover .note .link .add i {
  border: 1px solid #EDF1D6;
  color: #EDF1D6;
}
.wrap-details .info .menu-list .list-related .slick-related .item .pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wrap-details .info .menu-list .list-related .slick-related .item .pic .img-box {
  padding-bottom: 54.9019%;
}
.wrap-details .info .menu-list .list-related .slick-related .item .pic .img-box img {
  transition: all 0.5s;
}
.wrap-details .info .menu-list .list-related .slick-related .item .note {
  margin-top: 26px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .item .note {
    margin-top: 10px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .tit a {
  color: #2E3C2B;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .link {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .item .note .link {
    margin-top: 20px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .link .more a {
  display: inline-block;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  background: #059744;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px;
  transition: all 0.4s;
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .link .more a:hover {
  background: #2E8B57;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .item .note .link .more a {
    font-size: 14px;
  }
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .link .add {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .link .add a i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #059744;
  font-size: 20px;
  color: #059744;
  transition: all 0.4s;
}
.wrap-details .info .menu-list .list-related .slick-related .item .note .link .add a i:hover {
  background: #fff;
  color: #059744;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .list-related .slick-related .item .note .link .add a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.details-tit h2 {
  color: #059744;
  font-family: 'Arvo', sans-serif;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 42px;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.con-txt p {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .con-txt p {
    font-size: 14px;
  }
}
.wrap-policy .con-txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-policy .con-txt {
    padding-top: 20px;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #059744;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #059744;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #059744;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}
@media (max-width: 1199px) {
  .float-window {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
    width: 52px;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top {
  display: none;
  line-height: 48px;
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  font-size: 24px !important;
}
.float-window .box-top:hover {
  cursor: pointer;
  background: #059744 !important;
}
.float-window .box-top:hover i {
  color: #FFF;
}
.float-window .window-box {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0px;
}
.float-window .window-box:hover {
  background: #059744;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 22px;
  transition: all 0.3s;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 10px 10px;
  border-radius: 0;
  background: #059744;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #059744;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 144px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #059744;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #059744;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .cart {
  padding: 0 3%;
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  margin-top: 40px;
  padding: 20px;
  background: #FAFBF3;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    margin-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #059744;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #059744;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #002A80;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
@media (max-width: 1199px) {
  .wrap-show {
    padding: 40px 0;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show form {
  margin-top: 40px;
  padding: 20px;
  background: #FAFBF3;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wrap-show form {
    margin-top: 20px;
  }
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit {
    padding: 10px 0;
  }
}
.wrap-show .info .tit h2 {
  color: #2E3C2B;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .wrap-show .info .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-show .info .date {
  display: flex;
  align-items: center;
}
.wrap-show .info .date span {
  color: #059744;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wrap-show .info .date span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #444;
  line-height: 21px;
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 21px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  transform: scale(1.1);
  text-decoration: underline;
  color: #059744;
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadein1 {
    animation: none !important;
  }
}
