@font-face {
  font-family: 'Hubot Sans';
  src: local('Hubot Sans Regular'), local('HubotSans-Regular'), url('../fonts/HubotSans-Regular.woff2') format('woff2'), url('../fonts/HubotSans-Regular.woff') format('woff'), url('../fonts/HubotSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hubot Sans';
  src: local('Hubot Sans Medium'), local('HubotSans-Medium'), url('../fonts/HubotSans-Medium.woff2') format('woff2'), url('../fonts/HubotSans-Medium.woff') format('woff'), url('../fonts/HubotSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hubot Sans';
  src: local('Hubot Sans Bold'), local('HubotSans-Bold'), url('../fonts/HubotSans-Bold.woff2') format('woff2'), url('../fonts/HubotSans-Bold.woff') format('woff'), url('../fonts/HubotSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hubot Sans';
  src: local('Hubot Sans SemiBold'), local('HubotSans-SemiBold'), url('../fonts/HubotSans-SemiBold.woff2') format('woff2'), url('../fonts/HubotSans-SemiBold.woff') format('woff'), url('../fonts/HubotSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Hubot Sans', 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: auto;
  position: relative;
  background: #FDF8E1;
}
.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) {
  .anim-left,
  .anim-right,
  .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: #666;
}
.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: #183C24;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e622';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .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: 130px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding-top: 40px;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  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.active a {
  background: #DAE45D;
  color: #183C24;
  border: 1px solid #DAE45D;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  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: #fff;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #fff;
  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.home-banner .banner img {
  -webkit-mask-image: none;
  -webkit-mask-size: unset;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner img {
  display: block;
  width: 100%;
  -webkit-mask-image: url(../img/com_banner.png);
  -webkit-mask-size: 100% 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-pagination {
  bottom: 30px;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: 50%;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 5% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  cursor: pointer;
  position: relative;
  margin: 0 15px !important;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  background: none;
  background-clip: content-box;
  border-left: 2 dashed rgba(198, 211, 37, 0.5);
  border-right: 2px dashed #c6d325;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 20px;
    height: 20px;
  }
}
@keyframes pagCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-box .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C6D325;
  content: '';
  transition: all 0.5s;
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
}
.banner-box .swiper-pagination-bullet-active::before {
  background-color: #DAE45D;
}
.banner-box .play {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.banner-box .play a {
  position: relative;
  z-index: 2;
}
.banner-box .play a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(24, 60, 36, 0.6);
  top: 0;
  z-index: -1;
  border-radius: 50%;
  animation: border_animation 3.9s linear 0s infinite;
  animation-play-state: running;
}
.banner-box .play a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(24, 60, 36, 0.2);
  top: 0;
  z-index: -1;
  border-radius: 50%;
  animation: border_animation 3.9s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 1.5s;
}
.banner-box .play a i {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #183C24;
  color: #fff;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .banner-box .play a i {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
.header {
  position: fixed;
  width: 100%;
  transition: all 0.4s ease-out;
  z-index: 10;
}
.header .header-top {
  background: #DAE45D;
  backdrop-filter: blur(5px);
}
.header .header-top .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-top .info {
    height: 60px;
  }
}
.header .header-top .info .menu-logo a {
  display: block;
}
.header .header-top .info .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-logo a img {
    max-height: 50px;
  }
}
.header .header-top .info .menu-right {
  display: flex;
  align-items: center;
}
.header .header-top .info .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-nav {
    display: none;
  }
}
.header .header-top .info .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active a {
  color: #183C24;
  text-decoration: underline;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active > ul li a {
  color: #222;
  background: none;
  text-decoration: none;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active > ul li a:hover {
  color: #DAE45D;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active > ul li > ul li a {
  background: none;
  color: #222;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active > ul li > ul li a:hover {
  color: #DAE45D;
}
.header .header-top .info .menu-right .menu-nav .nav-first li {
  display: inline-block;
  position: relative;
}
.header .header-top .info .menu-right .menu-nav .nav-first li a {
  color: #183C24;
  display: block;
  transition: all 0.2s;
  position: relative;
  line-height: 80px;
  font-size: 16px;
  padding: 0 25px;
}
@media (max-width: 1400px) {
  .header .header-top .info .menu-right .menu-nav .nav-first li a {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-nav .nav-first li a {
    line-height: 60px;
  }
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100%);
  left: 0;
  border-top: 0;
  min-width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background-color: #fff;
  padding: 15px 0;
  z-index: 2;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #222;
  line-height: 32px;
  padding: 5px 30px;
  text-transform: capitalize;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  color: #222;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .header-top .info .menu-right .menu-search .find a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(24, 60, 36, 0.06);
  font-size: 20px;
  color: #183C24;
  transition: all 0.2s ease-out;
}
.header .header-top .info .menu-right .menu-search .find a i:hover {
  background: #DAE45D;
  color: #222;
}
.header .header-top .info .menu-right .menu-language {
  margin: 0 10px;
}
.header .header-top .info .menu-right .menu-language a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #183C24;
  color: #DAE45D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}
.header .header-top .info .menu-right .menu-language a:hover {
  background: #222;
  color: #fff;
}
.header .header-top .info .menu-right .menu-cart a {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid rgba(24, 60, 36, 0.06);
  text-align: center;
  display: flex;
  align-items: center;
  color: #183C24;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-cart a {
    padding: 5px 10px;
  }
}
.header .header-top .info .menu-right .menu-cart a:hover {
  background: #183C24;
  color: #DAE45D;
}
.header .header-top .info .menu-right .menu-cart a i {
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-cart a i {
    margin-right: 0;
  }
}
.header .header-top .info .menu-right .menu-cart a p {
  margin: 0;
}
@media (max-width: 767px) {
  .header .header-top .info .menu-right .menu-cart a p {
    display: none;
  }
}
.header .header-menu {
  background: #fff;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199px) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu .drop-product {
  display: none;
  height: 16.67vw;
  overflow: auto;
  content: "";
  top: 100%;
  width: 100%;
  position: absolute;
  background: rgba(253, 248, 225, 0.65);
  padding: 60px 16.25vw;
  left: 0;
}
.header .header-menu .drop-product .product-content {
  display: none;
}
.header .header-menu .drop-product .product-content .slick-drop {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .header .header-menu .drop-product .product-content .slick-drop {
    margin: 0 -7px;
  }
}
.header .header-menu .drop-product .product-content .slick-drop .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .header .header-menu .drop-product .product-content .slick-drop .slick-slide {
    padding: 0 7px;
  }
}
.header .header-menu .drop-product .product-content .slick-drop .slick-prev,
.header .header-menu .drop-product .product-content .slick-drop .slick-next {
  background: transparent;
}
.header .header-menu .drop-product .product-content .slick-drop .slick-prev::before,
.header .header-menu .drop-product .product-content .slick-drop .slick-next::before {
  color: #183C24;
  font-size: 30px;
  transition: all 0.2s ease-out;
}
.header .header-menu .drop-product .product-content .slick-drop .slick-prev:hover::before,
.header .header-menu .drop-product .product-content .slick-drop .slick-next:hover::before {
  color: #C6D325;
}
.header .header-menu .drop-product .product-content .slick-drop .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.header .header-menu .drop-product .product-content .slick-drop .item:hover .tit a {
  text-decoration: underline;
}
.header .header-menu .drop-product .product-content .slick-drop .item .pic .img-box {
  border-radius: 6px;
  background: #fff;
  padding-bottom: calc(180 / 160 * 100%);
}
.header .header-menu .drop-product .product-content .slick-drop .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.header .header-menu .drop-product .product-content .slick-drop .item .tit {
  margin-top: 10px;
}
.header .header-menu .drop-product .product-content .slick-drop .item .tit a {
  color: #183C24;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.header .header-menu .drop-product .product-content.on {
  display: block;
}
.header .header-menu .info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-menu .info ul li.on::after {
  opacity: 1;
  width: 100%;
}
.header .header-menu .info ul li {
  margin: 0 35px;
  display: block;
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media (max-width: 1470px) {
  .header .header-menu .info ul li {
    margin: 0 20px;
  }
}
.header .header-menu .info ul li:hover::after {
  opacity: 1;
  width: 100%;
}
.header .header-menu .info ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #183C24;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.common-tit h2 {
  color: #183C24;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 1470px) {
  .common-tit h2 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .common-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.common-tit h2 span {
  color: #DAE45D;
}
.common-txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .common-txt {
    margin-top: 20px;
  }
}
.common-txt p {
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .contact-top .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-top .group {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-top .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .wrap-contact .info .contact-top .group .row .col-12 {
    width: 100%;
  }
}
.wrap-contact .info .contact-top .group .row .col-12 .item {
  height: 100%;
  border-radius: 30px;
  background: #DAE45D;
  border: 1px solid #183C24;
  transition: all 0.2s ease-out;
}
.wrap-contact .info .contact-top .group .row .col-12 .item:hover {
  background: #183C24;
}
.wrap-contact .info .contact-top .group .row .col-12 .item:hover .note {
  background: #DAE45D;
}
.wrap-contact .info .contact-top .group .row .col-12 .item:hover .note .item-mark {
  background: #183C24;
}
.wrap-contact .info .contact-top .group .row .col-12 .item:hover .note .item-mark i {
  transform: rotate3d(0, 1, 0, 180deg);
  color: #DAE45D;
}
.wrap-contact .info .contact-top .group .row .col-12 .item:hover .tit h2 {
  color: #DAE45D;
}
.wrap-contact .info .contact-top .group .row .col-12 .item .note {
  border-radius: 30px;
  background: #FDF8E1;
  padding: 20px 20px 40px 20px;
}
.wrap-contact .info .contact-top .group .row .col-12 .item .note .item-mark {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #DAE45D;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-top .group .row .col-12 .item .note .item-mark {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
.wrap-contact .info .contact-top .group .row .col-12 .item .note .item-mark i {
  font-size: 28px;
  color: #183C24;
  transition: all 0.3s ease-out;
}
.wrap-contact .info .contact-top .group .row .col-12 .item .note a,
.wrap-contact .info .contact-top .group .row .col-12 .item .note span {
  display: block;
  margin-top: 130px;
  color: #183C24;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-top .group .row .col-12 .item .note a,
  .wrap-contact .info .contact-top .group .row .col-12 .item .note span {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .info .contact-top .group .row .col-12 .item .note a,
  .wrap-contact .info .contact-top .group .row .col-12 .item .note span {
    font-size: 14px;
  }
}
.wrap-contact .info .contact-top .group .row .col-12 .item .note a:hover {
  text-decoration: underline;
}
.wrap-contact .info .contact-top .group .row .col-12 .item .tit {
  padding: 15px 0;
  cursor: default;
}
.wrap-contact .info .contact-top .group .row .col-12 .item .tit h2 {
  color: #A0B24C;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-top .group .row .col-12 .item .tit h2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .contact-message {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-message {
    padding-top: 40px;
  }
}
.wrap-contact .info .contact-message .common-form {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-message .common-form {
    margin-top: 30px;
  }
}
.wrap-contact .info .contact-country .top {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .top {
    padding-top: 40px;
  }
}
.wrap-contact .info .contact-country .group {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group {
    margin-top: 30px;
  }
}
.wrap-contact .info .contact-country .group ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul {
    margin: 0 -7px;
  }
}
.wrap-contact .info .contact-country .group ul li {
  flex: 1;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li {
    padding: 0 7px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-contact .info .contact-country .group ul li {
    width: 50%;
    flex: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-contact .info .contact-country .group ul li {
    width: 100%;
  }
}
.wrap-contact .info .contact-country .group ul li .item {
  display: block;
  height: 100%;
  padding: 50px;
  transition: all 0.2s ease-out;
  border-radius: 10px;
  border: 1px solid #183C24;
  background: #FDF8E1;
}
@media (max-width: 1470px) {
  .wrap-contact .info .contact-country .group ul li .item {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li .item {
    padding: 20px;
  }
}
.wrap-contact .info .contact-country .group ul li .item:hover {
  background: #183C24;
}
.wrap-contact .info .contact-country .group ul li .item:hover .tit span {
  color: #DAE45D;
}
.wrap-contact .info .contact-country .group ul li .item:hover .name p {
  color: #DAE45D;
}
.wrap-contact .info .contact-country .group ul li .item:hover .txt span {
  color: #7FA78C;
}
.wrap-contact .info .contact-country .group ul li .item .pic img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.wrap-contact .info .contact-country .group ul li .item .tit {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li .item .tit {
    margin-top: 20px;
  }
}
.wrap-contact .info .contact-country .group ul li .item .tit span {
  color: #183C24;
  font-size: 22px;
  font-weight: 600;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li .item .tit span {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-contact .info .contact-country .group ul li .item .name {
  padding-bottom: 15px;
  border-bottom: 1px dashed #DED7B6;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li .item .name {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
.wrap-contact .info .contact-country .group ul li .item .name p {
  color: #4E6054;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li .item .name p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .contact-country .group ul li .item .txt span {
  display: block;
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 0;
  border-bottom: 1px dashed #DED7B6;
}
@media (max-width: 1199px) {
  .wrap-contact .info .contact-country .group ul li .item .txt span {
    padding: 10px 0;
    line-height: 26px;
  }
}
.wrap-contact .info .contact-country .group ul li .item .txt span:last-child {
  padding: 15px 0 0 0;
  border-bottom: none;
}
.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-radius: 6px;
  background: #183C24;
  border: none;
  color: #DAE45D;
  font-size: 15px;
  padding: 14px 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    font-size: 14px;
    padding: 14px 15px;
  }
}
.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: 6px;
  border: 1px solid rgba(218, 228, 93, 0.3);
  background: rgba(218, 228, 93, 0.2);
  color: #4E6054;
  font-size: 15px;
  padding: 14px 20px;
  transition: all 0.2s ease-out;
}
.common-form form .row .col-12 .form-group input:hover {
  border: 1px solid #183C24;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input {
    padding: 14px 15px;
  }
}
.common-form form .row .col-12 .form-group input::placeholder {
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
@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: #888;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input {
    font-size: 14px;
    padding: 14px 15px;
  }
}
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(218, 228, 93, 0.3);
  background: rgba(218, 228, 93, 0.2);
  color: #4E6054;
  font-size: 15px;
  padding: 14px 20px;
  transition: all 0.2s ease-out;
}
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
@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: #888;
}
.common-form form .row .col-12 .form-group textarea:hover {
  border: 1px solid #183C24;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea {
    font-size: 14px;
    padding: 14px 15px;
  }
}
.common-form form .row .col-12 .submit-group button {
  padding: 11px 50px;
  border-radius: 50px;
  background: #DAE45D;
  text-align: center;
  color: #183C24;
  font-size: 16px;
  transition: all 0.2s ease-out;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button {
    font-size: 14px;
    padding: 11px 30px;
  }
}
.common-form form .row .col-12 .submit-group button:hover {
  background: #222;
  color: #DAE45D;
}
.footer {
  background: #DAE45D;
}
.footer .foot-tit h2 {
  color: #183C24;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer .foot {
  display: flex;
  padding: 120px 0 70px 0;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0 20px 0;
    flex-direction: column;
  }
}
.footer .foot .item .info {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .item .info {
    padding-top: 20px;
  }
}
@media (max-width: 1400px) {
  .footer .foot .foot-contact {
    max-width: 260px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer .foot .foot-contact .info p {
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .info p {
    margin: 0 0 10px 0;
  }
}
.footer .foot .foot-contact .info p:hover span {
  color: #183C24;
}
.footer .foot .foot-contact .info p:hover a {
  color: #183C24;
  text-decoration: underline;
}
.footer .foot .foot-contact .info p span {
  display: block;
  color: #9CA434;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .info p span {
    font-size: 16px;
  }
}
.footer .foot .foot-contact .info p a,
.footer .foot .foot-contact .info p .address {
  margin-top: 10px;
  display: block;
  color: #183C24;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer .foot .foot-contact .info p a,
  .footer .foot .foot-contact .info p .address {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav {
    margin-bottom: 15px;
  }
}
.footer .foot .foot-nav .info a {
  display: block;
  color: #183C24;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-nav .info a {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    margin-right: 20px;
  }
}
.footer .foot .foot-nav .info a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-share .info {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
  }
}
.footer .foot .foot-share a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share a {
    width: calc(100% / 3);
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-share a {
    width: 50%;
  }
}
.footer .foot .foot-share a:hover i {
  background: #183C24;
  color: #DAE45D;
}
.footer .foot .foot-share a:hover span {
  text-decoration: underline;
}
.footer .foot .foot-share a i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid rgba(24, 60, 36, 0.06);
  background: #D1DC52;
  color: #183C24;
  transition: all 0.2s ease-out;
}
.footer .foot .foot-share a span {
  margin-left: 15px;
  color: #183C24;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-share a span {
    font-size: 14px;
    margin-left: 10px;
  }
}
.footer .foot .foot-share a:last-child {
  margin: 0;
}
.footer .foot .foot-menu {
  max-width: 420px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer .foot .foot-menu .info .list a {
  display: block;
  color: #183C24;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .list a {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    margin-right: 20px;
  }
}
.footer .foot .foot-menu .info .list a:hover {
  text-decoration: underline;
}
.footer .foot .foot-menu .info .copyright {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .copyright {
    padding-top: 15px;
  }
}
.footer .foot .foot-menu .info .copyright p {
  margin: 0;
  color: #8A9229;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .copyright p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .foot-menu .info .select-language {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .select-language {
    margin-top: 20px;
  }
}
.footer .foot .foot-menu .info .select-language span {
  display: block;
  color: #183C24;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .select-language span {
    font-size: 14px;
  }
}
.footer .foot .foot-menu .info .select-language span i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer .foot .foot-menu .info .select-language span::after {
  content: "\ecdf";
  font-family: 'iconfont' !important;
  position: absolute;
  right: -25px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.footer .foot .foot-menu .info .select-language:hover .drop-select {
  opacity: 1;
  pointer-events: all;
  transform: perspective(800px) rotateX(0deg) scaleY(1);
}
.footer .foot .foot-menu .info .select-language .drop-select {
  position: absolute;
  top: 100%;
  background: #fff;
  min-width: 150px;
  text-align: center;
  padding: 15px;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease-out;
  transform-origin: top center;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: perspective(800px) rotateX(-45deg) scaleY(0);
  height: 18.75vw;
  overflow: auto;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .select-language .drop-select {
    padding: 10px;
  }
}
.footer .foot .foot-menu .info .select-language .drop-select a {
  display: block;
  color: #222;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-menu .info .select-language .drop-select a {
    line-height: 32px;
    font-size: 14px;
  }
}
.footer .foot .foot-menu .info .select-language .drop-select a:hover {
  color: #598167;
}
.footer .foot .foot-menu .info .select-language .drop-select ul li a {
  display: block;
  padding: 10px 10px;
}
.footer .foot .foot-menu .info .select-language .drop-select ul li a img {
  border-radius: 50%;
  width: 40px;
}
.footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot-bottom {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .footer .foot-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .footer .foot-bottom .left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer .foot-bottom .left .logo a {
  display: block;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .left .logo a img {
    max-height: 90px;
  }
}
.footer .foot-bottom .left .link {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .left .link {
    margin-top: 15px;
  }
}
.footer .foot-bottom .left .link a {
  display: inline-block;
  color: #183C24;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.footer .foot-bottom .left .link a:hover {
  text-decoration: underline;
}
.footer .foot-bottom .left .link a:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  top: 50%;
  transform: translateX(-50%);
  background: #36503F;
  right: 0;
}
.footer .foot-bottom .right {
  width: 64%;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right {
    width: 100%;
  }
}
.footer .foot-bottom .right .box {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.18);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foot-bottom .right .box .note {
  width: 60%;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .note {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .footer .foot-bottom .right .box .note {
    padding: 20px;
  }
}
.footer .foot-bottom .right .box .note h2 {
  color: #183C24;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .note h2 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
.footer .foot-bottom .right .box .note form {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .note form {
    margin-top: 20px;
  }
}
.footer .foot-bottom .right .box .note form input {
  width: 80%;
  padding: 15px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: #183C24;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .note form input {
    padding: 11px 15px;
  }
}
.footer .foot-bottom .right .box .note form input::placeholder {
  color: #183C24;
  font-size: 14px;
}
.footer .foot-bottom .right .box .note form button {
  margin-left: 10px;
  border: none;
  border-radius: 6px;
  background: #183C24;
  text-align: center;
  padding: 7px 25px;
  color: #DAE45D;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .note form button {
    padding: 6px 20px;
    font-size: 14px;
  }
}
.footer .foot-bottom .right .box .note form button:hover {
  background: #DAE45D;
  color: #222;
}
.footer .foot-bottom .right .box .note form button i {
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .note form button i {
    font-size: 20px;
  }
}
.footer .foot-bottom .right .box .note form button i::before {
  content: "\ee3a";
  font-family: 'iconfont' !important;
}
.footer .foot-bottom .right .box .pic {
  width: 40%;
}
@media (max-width: 1199px) {
  .footer .foot-bottom .right .box .pic {
    display: none;
  }
}
.footer .foot-bottom .right .box .pic .img-box {
  border-radius: 15px;
  padding-bottom: calc(230 / 390 * 100%);
}
.wrap-news .info .group {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .wrap-news .info .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-news .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-news .info .group .row .col-12 .item {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-news .info .group .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-news .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-news .info .group .row .col-12 .item:hover .note .tit a {
  color: #C6D325;
  text-decoration: underline;
}
.wrap-news .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(300 / 530 * 100%);
  border-radius: 10px;
}
.wrap-news .info .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-news .info .group .row .col-12 .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-news .info .group .row .col-12 .item .note .date span {
  display: block;
  color: #C6D325;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note .date span {
    font-size: 14px;
  }
}
.wrap-news .info .group .row .col-12 .item .note .tit {
  margin-top: 15px;
}
.wrap-news .info .group .row .col-12 .item .note .tit a {
  color: #183C24;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .pagination ul li {
    margin: 0 7px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4E6054;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #C6D325;
}
.pagination ul li.active a {
  color: #C6D325;
}
.pagination ul li.next a {
  padding: 5px 20px;
  color: #183C24;
  font-size: 14px;
  display: flex;
  background: #C6D325;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .pagination ul li.next a {
    padding: 5px 10px;
    border-radius: 10px;
  }
}
.pagination ul li.next a span {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #C6D325;
  background: #183C24;
}
.pagination ul li.next a i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .pagination ul li.next a i {
    font-size: 18px;
  }
}
.pagination ul li.prev a {
  padding: 5px 20px;
  color: #183C24;
  font-size: 14px;
  display: flex;
  background: #C6D325;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .pagination ul li.prev a {
    padding: 5px 10px;
    border-radius: 10px;
  }
}
.pagination ul li.prev a span {
  display: inline-block;
  margin-left: 10px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #C6D325;
  background: #183C24;
}
.pagination ul li.prev a i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .pagination ul li.prev a i {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .info {
  display: flex;
  justify-content: space-between;
}
.wrap-product .info .left {
  width: 23%;
}
@media (max-width: 1199px) {
  .wrap-product .info .left {
    display: none;
  }
}
.wrap-product .info .left .left-group ul li {
  margin-bottom: 10px;
}
.wrap-product .info .left .left-group ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px;
  border-radius: 10px;
  background: #183C24;
  color: #DAE45D;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.wrap-product .info .left .left-group ul li a:hover {
  background: #DAE45D;
  color: #183C24;
}
.wrap-product .info .left .left-group ul li a:hover i {
  color: #183C24;
}
.wrap-product .info .left .left-group ul li a i {
  font-size: 28px;
  color: #DAE45D;
}
.wrap-product .info .left .left-group ul li ul {
  display: none;
  margin-top: 5px;
  border-radius: 10px;
  padding: 20px 0;
  background: rgba(218, 228, 93, 0.3);
}
.wrap-product .info .left .left-group ul li ul li {
  margin-bottom: 5px;
}
.wrap-product .info .left .left-group ul li ul li a {
  padding: 0 20px;
  background: transparent;
  color: #183C24;
  font-weight: 400;
  border-radius: 0;
  font-size: 16px;
  line-height: 36px;
}
.wrap-product .info .left .left-group ul li ul li a:hover {
  background: #DAE45D;
}
.wrap-product .info .left .left-group ul li.active ul {
  display: block;
}
.wrap-product .info .right {
  width: 73%;
}
@media (max-width: 1199px) {
  .wrap-product .info .right {
    width: 100%;
  }
}
.wrap-product .info .right .top .common-tit h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .top .common-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-product .info .right .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .right .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .right .group .row .col-12 {
    width: 100%;
  }
}
.wrap-product .info .right .group .row .col-12 .item {
  margin-top: 30px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-product .info .right .group .row .col-12 .item:hover {
  background: #DAE45D;
}
.wrap-product .info .right .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-product .info .right .group .row .col-12 .item:hover .pic .add {
  opacity: 1;
}
.wrap-product .info .right .group .row .col-12 .item .pic {
  position: relative;
}
.wrap-product .info .right .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(430 / 400 * 100%);
  border-radius: 10px;
  background: #fff;
}
.wrap-product .info .right .group .row .col-12 .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-product .info .right .group .row .col-12 .item .pic .add {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group .row .col-12 .item .pic .add {
    opacity: 1;
  }
}
.wrap-product .info .right .group .row .col-12 .item .pic .add i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #183C24;
  font-size: 24px;
  color: #DAE45D;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group .row .col-12 .item .pic .add i {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
.wrap-product .info .right .group .row .col-12 .item .tit {
  padding: 10px;
  margin-top: 10px;
}
.wrap-product .info .right .group .row .col-12 .item .tit a {
  color: #183C24;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-product .info .right .group .row .col-12 .item .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-details .info .introduce {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce {
    flex-direction: column;
  }
}
.wrap-details .info .introduce .left {
  width: 48%;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .left {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrap-details .info .introduce .left .slider-nav {
  width: 20%;
  padding-right: 20px;
  margin: -5px 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .left .slider-nav {
    width: 100%;
    margin: 0 -5px;
    order: 2;
    padding-top: 20px;
    padding-right: 0;
  }
}
.wrap-details .info .introduce .left .slider-nav .slick-slide {
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .info .introduce .left .slider-nav .slick-current .item .img-box {
  border: 1px solid #183C24;
}
.wrap-details .info .introduce .left .slider-nav .item .img-box {
  border: 1px solid #fff;
  padding-bottom: calc(320 / 280 * 100%);
  border-radius: 10px;
}
.wrap-details .info .introduce .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .info .introduce .left .slider-nav .item-video .play {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-details .info .introduce .left .slider-nav .item-video .play i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  font-size: 36px;
  background: #DAE45D;
}
.wrap-details .info .introduce .left .slider-for {
  width: 78%;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .left .slider-for {
    width: 100%;
    order: 1;
  }
}
.wrap-details .info .introduce .left .slider-for .slick-prev {
  left: 3%;
}
.wrap-details .info .introduce .left .slider-for .slick-next {
  right: 3%;
}
.wrap-details .info .introduce .left .slider-for .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(680 / 620 * 100%);
}
.wrap-details .info .introduce .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right {
    width: 100%;
  }
}
.wrap-details .info .introduce .right .top-nav ul {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  background: #DAE45D;
  padding: 8px 15px 8px 20px;
}
.wrap-details .info .introduce .right .top-nav ul::before {
  content: "\e60f";
  font-family: 'iconfont' !important;
  font-size: 20px;
  vertical-align: middle;
}
.wrap-details .info .introduce .right .top-nav ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.wrap-details .info .introduce .right .top-nav ul li::after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-details .info .introduce .right .top-nav ul li:last-child::after {
  display: none;
}
.wrap-details .info .introduce .right .top-nav ul li:last-child a {
  text-decoration: underline;
}
.wrap-details .info .introduce .right .top-nav ul li a {
  display: block;
  color: #183C24;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .top-nav ul li a {
    font-size: 14px;
  }
}
.wrap-details .info .introduce .right .top-nav ul li a:hover {
  text-decoration: underline;
}
.wrap-details .info .introduce .right .details-tit {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .details-tit {
    margin-top: 20px;
  }
}
.wrap-details .info .introduce .right .share {
  margin-top: 100px;
}
@media (max-width: 1470px) {
  .wrap-details .info .introduce .right .share {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .share {
    margin-top: 20px;
  }
}
.wrap-details .info .introduce .right .share .share-to {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .share .share-to {
    font-size: 14px;
    margin-right: 15px;
  }
}
.wrap-details .info .introduce .right .link {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .introduce .right .link {
    flex-direction: column;
  }
}
.wrap-details .info .introduce .right .link a {
  margin-right: 20px;
  padding: 7px 12px;
  width: 47%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .link a {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-details .info .introduce .right .link a {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .introduce .right .link a {
    width: 100%;
    margin: 10px 0;
  }
}
.wrap-details .info .introduce .right .link a i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-details .info .introduce .right .link a i {
    font-size: 20px;
    margin-right: 5px;
  }
}
.wrap-details .info .introduce .right .link .inquiry {
  background: #DAE45D;
  color: #183C24;
  font-weight: 500;
}
.wrap-details .info .introduce .right .link .inquiry:hover {
  background: #183C24;
  color: #DAE45D;
}
.wrap-details .info .introduce .right .link .add {
  background: #183C24;
  color: #DAE45D;
  font-weight: 500;
}
.wrap-details .info .introduce .right .link .add:hover {
  background: #DAE45D;
  color: #183C24;
}
.wrap-details .info .menu-list {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list {
    margin-top: 40px;
  }
}
.wrap-details .info .menu-list .details-menu {
  border-radius: 6px;
  border: 1px solid #DAE45D;
  background: #FDF8E1;
  z-index: 5;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .details-menu {
    padding: 0 15px;
  }
}
.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: #C6D325;
}
.wrap-details .info .menu-list .details-menu ul .active::after {
  width: 100%;
}
.wrap-details .info .menu-list .details-menu ul li {
  display: inline-block;
  padding: 0 50px;
}
@media (max-width: 1470px) {
  .wrap-details .info .menu-list .details-menu ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .details-menu ul li {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .details-menu ul li {
    padding-left: 0;
    padding-right: 20px;
  }
}
.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: #183C24;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  transition: all 0.2s ease-out;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .details-menu ul li a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.wrap-details .info .menu-list .details-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #183C24;
  transition: all 0.2s ease-out;
}
.wrap-details .info .menu-list .details-menu ul li a:hover {
  color: #C6D325;
}
.wrap-details .info .menu-list .details-menu ul li a:hover::after {
  width: 100%;
}
.wrap-details .info .menu-list .menu-inquiry .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-inquiry .common-form {
    margin-top: 20px;
  }
}
.wrap-details .info .menu-list .menu-related .slick-related {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-related .slick-related {
    padding-top: 20px;
    margin: 0 -7px;
  }
}
.wrap-details .info .menu-list .menu-related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .info .menu-list .menu-related .slick-related .slick-prev,
.wrap-details .info .menu-list .menu-related .slick-related .slick-next {
  top: 0%;
}
.wrap-details .info .menu-list .menu-related .slick-related .slick-next {
  right: 0;
}
.wrap-details .info .menu-list .menu-related .slick-related .slick-prev {
  left: 92%;
}
.wrap-details .info .menu-list .menu-related .slick-related .item {
  margin-top: 30px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.wrap-details .info .menu-list .menu-related .slick-related .item:hover {
  background: #DAE45D;
}
.wrap-details .info .menu-list .menu-related .slick-related .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-details .info .menu-list .menu-related .slick-related .item:hover .pic .add {
  opacity: 1;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .pic {
  position: relative;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .pic .img-box {
  padding-bottom: calc(430 / 400 * 100%);
  border-radius: 10px;
  background: #fff;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .pic .add {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .pic .add i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #183C24;
  font-size: 24px;
  color: #DAE45D;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .tit {
  padding: 10px;
  margin-top: 10px;
}
.wrap-details .info .menu-list .menu-related .slick-related .item .tit a {
  color: #183C24;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-related .slick-related .item .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-details .info .menu-list .menu-customer .info .top {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wrap-details .info .menu-list .menu-customer .info .top .drop-write {
    margin-top: 20px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .top .drop-write span {
  color: #183C24;
  font-size: 18px;
  letter-spacing: -0.9px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .top .drop-write span {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-details .info .menu-list .menu-customer .info .slick-review {
  padding-top: 60px;
  margin: -15px 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .slick-review {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .slick-review {
    margin: -7px 0;
  }
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .slick-slide {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .slick-review .slick-slide {
    padding: 7px 0;
  }
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .item .name span {
  display: block;
  color: #183C24;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .slick-review .item .name span {
    font-size: 18px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .item .rate {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .item .rate span {
  color: #C6D325;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .slick-review .item .rate span {
    font-size: 14px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .item .rate p {
  margin: 0 0 0 15px;
  color: #183C24;
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .item .txt {
  margin-top: 20px;
}
.wrap-details .info .menu-list .menu-customer .info .slick-review .item .txt p {
  color: #4E6054;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .slick-review .item .txt p {
    font-size: 14px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form {
  display: none;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form {
    padding-top: 20px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group input {
  width: 100%;
  line-height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(218, 228, 93, 0.3);
  background: rgba(218, 228, 93, 0.2);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group input {
    padding: 0 15px;
    line-height: 40px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group input::placeholder {
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group textarea {
  resize: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(218, 228, 93, 0.3);
  background: rgba(218, 228, 93, 0.2);
  padding: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group textarea {
    padding: 15px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group textarea::placeholder {
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  border: 1px solid #EEE;
  border-radius: 0;
  border-radius: 3px;
  line-height: 50px;
  background: rgba(218, 228, 93, 0.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox {
    line-height: 40px;
    padding: 0 15px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox p {
  margin: 0;
  color: #4E6054;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating input {
  display: none !important;
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating input:checked ~ label:before {
  content: '\e9a1';
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  color: #183C24;
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  content: '\e9a2';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating label:hover:before,
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .ratingbox .rating label:hover ~ label:before {
  content: '\e9a1';
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .submit-group button {
  border-radius: 50px;
  background: #DAE45D;
  border: none;
  padding: 13px 50px;
  color: #183C24;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .submit-group button {
    padding: 11px 40px;
    font-size: 14px;
  }
}
.wrap-details .info .menu-list .menu-customer .info .review-form form .row .col-12 .submit-group button:hover {
  background: #183C24;
  color: #DAE45D;
}
.details-tit h2 {
  color: #183C24;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.editor-content {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .editor-content {
    margin-top: 20px;
  }
}
.editor-content p {
  color: #4E6054;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .editor-content p img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .editor-content p img {
    width: 100%;
  }
}
.editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .editor-content .table-box {
    overflow: hidden;
  }
}
.editor-content .table-box table {
  width: 100% !important;
  border-radius: 3px;
  overflow: hidden;
}
.editor-content .table-box table tr td {
  text-align: center;
  padding: 10px;
  border-width: 1px;
  border-color: #DAE45D;
  color: #4E6054;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 26px;
  }
}
.editor-content .table-box table tr td p {
  color: #4E6054;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 26px;
  }
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.brand {
  position: relative;
}
.brand .fruit {
  content: "";
  top: -15%;
  left: 50px;
  z-index: 1;
  position: absolute;
}
@media (max-width: 1199px) {
  .brand .fruit {
    display: none;
  }
}
.brand .fruit img {
  width: 100%;
  display: block;
  height: auto;
}
.brand .fruit:hover img {
  animation: swing 1s 0s ease both;
}
.brand .info .group {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .brand .info .group {
    padding-top: 30px;
  }
}
.brand .info .group .slick-brand-top,
.brand .info .group .slick-brand-end {
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .brand .info .group .slick-brand-top,
  .brand .info .group .slick-brand-end {
    margin: 0 -7px;
  }
}
.brand .info .group .slick-brand-top .slick-slide,
.brand .info .group .slick-brand-end .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .brand .info .group .slick-brand-top .slick-slide,
  .brand .info .group .slick-brand-end .slick-slide {
    padding: 0 7px;
  }
}
.brand .info .group .slick-brand-top .slick-list,
.brand .info .group .slick-brand-end .slick-list {
  padding-bottom: 20px;
}
.brand .info .group .slick-brand-top .item:hover .pic .img-box,
.brand .info .group .slick-brand-end .item:hover .pic .img-box {
  box-shadow: 0px 6px 20px 0px rgba(222, 215, 182, 0.3);
}
.brand .info .group .slick-brand-top .item .pic .img-box,
.brand .info .group .slick-brand-end .item .pic .img-box {
  padding-bottom: calc(120 / 310 * 100%);
  background: #fff;
  border-radius: 6px;
  transition: all 0.2s ease-out;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wrap-about .introduce .info .top .common-txt {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .top .common-txt {
    margin-top: 30px;
  }
}
.wrap-about .introduce .info .top .common-txt p {
  font-size: 18px;
  color: #183C24;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .top .common-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .introduce .info .group {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .group {
    padding-top: 40px;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (max-width: 991px) {
  .wrap-about .introduce .info .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-about .introduce .info .group .row .col-12:nth-child(2) .item {
  animation-delay: 0.4s;
}
.wrap-about .introduce .info .group .row .col-12:nth-child(3) .item {
  animation-delay: 0.6s;
}
.wrap-about .introduce .info .group .row .col-12:nth-child(4) .item {
  animation-delay: 0.8s;
}
.wrap-about .introduce .info .group .row .col-12 .item {
  height: 100%;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.wrap-about .introduce .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: rotate3d(0, 1, 0, -180deg) scale(0.95);
}
.wrap-about .introduce .info .group .row .col-12 .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-about .introduce .info .group .row .col-12 .item:hover .note .tit h2 {
  color: #C6D325;
}
.wrap-about .introduce .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(500 / 390 * 100%);
}
.wrap-about .introduce .info .group .row .col-12 .item .pic .img-box img {
  transition: all 0.6s ease-out;
}
.wrap-about .introduce .info .group .row .col-12 .item .note {
  text-align: center;
}
.wrap-about .introduce .info .group .row .col-12 .item .note .tit {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .group .row .col-12 .item .note .tit {
    margin-top: 20px;
  }
}
.wrap-about .introduce .info .group .row .col-12 .item .note .tit h2 {
  color: #183C24;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .group .row .col-12 .item .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .introduce .info .group .row .col-12 .item .note .txt {
  margin-top: 20px;
  height: 150px;
  overflow: auto;
}
.wrap-about .introduce .info .group .row .col-12 .item .note .txt::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-about .introduce .info .group .row .col-12 .item .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 .introduce .info .group .row .col-12 .item .note .txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-about .introduce .info .group .row .col-12 .item .note .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .group .row .col-12 .item .note .txt {
    height: auto;
  }
}
.wrap-about .introduce .info .group .row .col-12 .item .note .txt p {
  color: #4E6054;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .group .row .col-12 .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-about .honor {
  background-color: #183C24;
}
.wrap-about .honor .info .top .common-tit h2 {
  color: #DAE45D;
}
.wrap-about .honor .info .top .common-txt p {
  color: #A2A94B;
}
.wrap-about .honor .info .slick-honor {
  padding-top: 80px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor {
    margin: 0 -7px;
    padding-top: 30px;
  }
}
.wrap-about .honor .info .slick-honor .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .info .slick-honor .slick-dots {
  bottom: -50px;
}
.wrap-about .honor .info .slick-honor .slick-prev,
.wrap-about .honor .info .slick-honor .slick-next {
  top: 108%;
  background: transparent;
}
@media (max-width: 1470px) {
  .wrap-about .honor .info .slick-honor .slick-prev,
  .wrap-about .honor .info .slick-honor .slick-next {
    top: 110%;
  }
}
.wrap-about .honor .info .slick-honor .slick-prev {
  left: 38%;
}
@media (max-width: 1470px) {
  .wrap-about .honor .info .slick-honor .slick-prev {
    left: 33%;
  }
}
.wrap-about .honor .info .slick-honor .slick-next {
  right: 38%;
}
@media (max-width: 1470px) {
  .wrap-about .honor .info .slick-honor .slick-next {
    right: 33%;
  }
}
.wrap-about .honor .info .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-about .honor .info .slick-honor .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-about .honor .info .slick-honor .item:hover .pic::before {
  opacity: 1;
}
.wrap-about .honor .info .slick-honor .item .pic {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(218, 228, 93, 0.1);
  background: rgba(218, 228, 93, 0.1);
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .item .pic {
    padding: 15px;
  }
}
.wrap-about .honor .info .slick-honor .item .pic .img-box {
  padding-bottom: calc(380 / 260 * 100%);
}
.wrap-about .honor .info .slick-honor .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-about .honor .info .slick-honor .item .pic::before {
  opacity: 0;
  transition: all 0.2s ease-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid rgba(218, 228, 93, 0.2);
  background: linear-gradient(180deg, rgba(218, 228, 93, 0) 0%, #DAE45D 50%, rgba(218, 228, 93, 0) 100%);
}
.wrap-about .honor .info .slick-honor .item .tit {
  margin-top: 15px;
}
.wrap-about .honor .info .slick-honor .item .tit h2 {
  color: #DAE45D;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .item .tit h2 {
    font-size: 14px;
  }
}
.wrap-about .factory .info {
  position: relative;
}
.wrap-about .factory .info .fruit {
  content: "";
  top: -15%;
  right: 0px;
  z-index: 1;
  position: absolute;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .fruit {
    display: none;
  }
}
.wrap-about .factory .info .fruit img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .factory .info .fruit:hover img {
  animation: swing 1s 0s ease both;
}
.wrap-about .factory .info .slick-factory {
  padding-top: 80px;
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory {
    padding-top: 40px;
    margin: -7px;
  }
}
.wrap-about .factory .info .slick-factory .slick-dots {
  bottom: -50px;
}
.wrap-about .factory .info .slick-factory .slick-prev,
.wrap-about .factory .info .slick-factory .slick-next {
  top: 106%;
  background: transparent;
}
@media (max-width: 1470px) {
  .wrap-about .factory .info .slick-factory .slick-prev,
  .wrap-about .factory .info .slick-factory .slick-next {
    top: 107%;
  }
}
.wrap-about .factory .info .slick-factory .slick-prev::before,
.wrap-about .factory .info .slick-factory .slick-next::before {
  transition: all 0.2s ease-out;
}
.wrap-about .factory .info .slick-factory .slick-prev:hover::before,
.wrap-about .factory .info .slick-factory .slick-next:hover::before {
  color: #183C24;
}
.wrap-about .factory .info .slick-factory .slick-prev:focus::before,
.wrap-about .factory .info .slick-factory .slick-next:focus::before {
  color: #183C24;
}
.wrap-about .factory .info .slick-factory .slick-prev {
  left: 38%;
}
.wrap-about .factory .info .slick-factory .slick-next {
  right: 38%;
}
.wrap-about .factory .info .slick-factory .item {
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory .item {
    padding: 7px;
  }
}
.wrap-about .factory .info .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .factory .info .slick-factory .item:hover .pic .img-box img {
  transform: scale3d(0.99, 0.99, 1);
  border-radius: 300px;
}
.wrap-about .factory .info .slick-factory .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-about .factory .info .slick-factory .item .pic {
  overflow: hidden;
}
.wrap-about .factory .info .slick-factory .item .pic .img-box {
  padding-bottom: calc(290 / 530 * 100%);
  border-radius: 10px;
  background: #DAE45D;
}
.wrap-about .factory .info .slick-factory .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-about .factory .info .slick-factory .item .pic .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(40deg);
  z-index: 1;
  animation: shine 0.8s;
}
.wrap-home {
  background: #fff;
}
.wrap-home .home-product .slick-product {
  padding-top: 80px;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-home .home-product .slick-product .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-product .slick-product .slick-slide:nth-child(2) .item {
  animation-delay: 0.4s;
}
.wrap-home .home-product .slick-product .slick-slide:nth-child(3) .item {
  animation-delay: 0.6s;
}
.wrap-home .home-product .slick-product .slick-slide:nth-child(4) .item {
  animation-delay: 0.8s;
}
.wrap-home .home-product .slick-product .slick-slide:nth-child(5) .item {
  animation-delay: 1s;
}
.wrap-home .home-product .slick-product .slick-slide:nth-child(6) .item {
  animation-delay: 1.2s;
}
.wrap-home .home-product .slick-product .item {
  animation-duration: 1s;
  animation-delay: 0.2s;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  -webkit-mask-image: url(../img/h_product_bg.png);
  -webkit-mask-size: 100% 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item {
    animation-duration: initial;
    animation-delay: unset;
  }
}
.wrap-home .home-product .slick-product .item:hover .pic .img-box {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-home .home-product .slick-product .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-home .home-product .slick-product .item:hover .note .tit a {
  color: #DAE45D;
  text-decoration: underline;
}
.wrap-home .home-product .slick-product .item:hover .note .more a {
  background: url(../img/btn_bg_active.png) no-repeat center;
  background-size: cover;
}
.wrap-home .home-product .slick-product .item .pic .img-box {
  background: #fff;
  padding-bottom: calc(350 / 320 * 100%);
}
.wrap-home .home-product .slick-product .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-home .home-product .slick-product .item .note {
  padding: 0 20px 20px 20px;
}
.wrap-home .home-product .slick-product .item .note .tit a {
  color: #183C24;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-product .slick-product .item .note .txt {
  margin-top: 20px;
  text-align: center;
}
.wrap-home .home-product .slick-product .item .note .txt p {
  color: #4E6054;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .txt p {
    line-height: 26px;
    height: 104px;
  }
}
.wrap-home .home-product .slick-product .item .note .more {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .more {
    margin-top: 20px;
  }
}
.wrap-home .home-product .slick-product .item .note .more a {
  background: url(../img/btn_bg.png) no-repeat center;
  background-size: cover;
  -webkit-mask-image: url(../img/btn_bg.png);
  -webkit-mask-size: 100% 100%;
  display: block;
  text-align: center;
  padding: 20px 0 10px 0;
  transition: all 0.2s ease-out;
}
.wrap-home .home-product .slick-product .item .note .more a i {
  font-size: 24px;
}
.wrap-home .home-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 50vw;
  z-index: 2;
}
@media (max-width: 1920px) {
  .wrap-home .home-about {
    height: 80vw;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-about {
    height: 100vw;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    height: 61vw;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    height: auto;
    flex-direction: column;
  }
}
.wrap-home .home-about::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -35%;
  height: 100%;
  background: url(../img/h_mark_white.png) no-repeat top;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .wrap-home .home-about::before {
    top: -24%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-about::before {
    top: -16%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about::before {
    display: none;
  }
}
.wrap-home .home-about .left {
  position: relative;
  background: #FDF9E7;
  width: 50%;
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left {
    width: 100%;
    padding: 40px 10%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .left {
    padding: 40px 5%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .left {
    padding: 40px 2%;
  }
}
.wrap-home .home-about .left .home-tit h2 {
  color: #183C24;
}
.wrap-home .home-about .left .common-txt p {
  color: #183C24;
}
.wrap-home .home-about .left .group {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .group {
    padding: 20px 0;
  }
}
.wrap-home .home-about .left .group ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .group ul {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .left .group ul {
    flex-direction: column;
    align-items: center;
  }
}
.wrap-home .home-about .left .group ul li {
  width: calc(100% / 3);
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .group ul li {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .left .group ul li {
    width: 100%;
    margin: 10px 0;
  }
}
.wrap-home .home-about .left .group ul li:nth-child(2) .item {
  animation-delay: 0.4s;
}
.wrap-home .home-about .left .group ul li:nth-child(3) .item {
  animation-delay: 0.6s;
}
.wrap-home .home-about .left .group ul li:nth-child(4) .item {
  animation-delay: 0.8s;
}
@keyframes roatevideo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap-home .home-about .left .group ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation-duration: 1s;
  animation-delay: 0.2s;
  cursor: default;
  transition: all 0.3s ease-out;
}
.wrap-home .home-about .left .group ul li .item:hover {
  transform: translateY(-5px);
}
.wrap-home .home-about .left .group ul li .item:hover .num::before {
  opacity: 1;
}
.wrap-home .home-about .left .group ul li .item .num {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  border: 1px solid #183C24;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .group ul li .item .num {
    width: 80px;
    height: 80px;
  }
}
.wrap-home .home-about .left .group ul li .item .num::before {
  content: "";
  position: absolute;
  width: 113%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/num_mark_green.png) no-repeat center;
  background-size: cover;
  top: 0;
  animation: roatevideo 3s linear infinite;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.wrap-home .home-about .left .group ul li .item .num b {
  color: #183C24;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -2.5px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .group ul li .item .num b {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-home .home-about .left .group ul li .item p {
  margin: 20px 0 0 0;
  color: #183C24;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .group ul li .item p {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 0 0;
  }
}
.wrap-home .home-about .left .more a {
  display: inline-block;
  padding: 15px 60px;
  border-radius: 50px;
  background: #183C24;
  border: 1px solid #183C24;
  text-align: center;
  color: #FDF8E1;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .left .more a {
    padding: 11px 40px;
    font-size: 14px;
  }
}
.wrap-home .home-about .left .more a:hover {
  background: #183C24;
  border: 1px solid #DAE45D;
  color: #DAE45D;
}
.wrap-home .home-about .right {
  width: 50%;
  height: 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .right {
    width: 100%;
  }
}
.wrap-home .home-about .right .pic {
  height: 100%;
  position: relative;
}
.wrap-home .home-about .right .pic img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-home .home-about .right .pic .play {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-about .right .pic .play a {
  position: relative;
  z-index: 2;
}
.wrap-home .home-about .right .pic .play a i {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #DAE45D;
  color: #fff;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .right .pic .play a i {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.wrap-home .home-about .right .pic .play a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(218, 228, 93, 0.06);
  top: 0;
  z-index: -1;
  border-radius: 50%;
  animation: border_animation 3.9s linear 0s infinite;
  animation-play-state: running;
}
.wrap-home .home-about .right .pic .play a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(218, 228, 93, 0.2);
  top: 0;
  z-index: -1;
  border-radius: 50%;
  animation: border_animation 3.9s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 1.5s;
}
.wrap-home .home-application {
  padding-top: 0;
}
.wrap-home .home-application .info .slick-application {
  padding-top: 80px;
  margin: 0 -80px;
}
@media (max-width: 1470px) {
  .wrap-home .home-application .info .slick-application {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-home .home-application .info .slick-application .slick-slide {
  padding: 0 80px;
}
@media (max-width: 1470px) {
  .wrap-home .home-application .info .slick-application .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-application .info .slick-application .item {
  display: flex !important;
  align-items: center;
}
@media (max-width: 991px) {
  .wrap-home .home-application .info .slick-application .item {
    flex-direction: column;
  }
}
.wrap-home .home-application .info .slick-application .item:hover .pic::after {
  opacity: 1;
}
.wrap-home .home-application .info .slick-application .item:hover .pic .img-box img {
  transform: scale3d(0.95, 0.95, 1);
}
@media (max-width: 991px) {
  .wrap-home .home-application .info .slick-application .item:hover .pic .img-box img {
    transform: none;
  }
}
.wrap-home .home-application .info .slick-application .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-home .home-application .info .slick-application .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-application .info .slick-application .item .pic {
  width: 45%;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap-home .home-application .info .slick-application .item .pic {
    width: 100%;
    padding: 15px;
  }
}
.wrap-home .home-application .info .slick-application .item .pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/h_mark01.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  animation: roatevideo 10s linear infinite;
  opacity: 0;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .wrap-home .home-application .info .slick-application .item .pic::after {
    opacity: 1;
  }
}
.wrap-home .home-application .info .slick-application .item .pic .img-box {
  overflow: hidden;
}
.wrap-home .home-application .info .slick-application .item .pic .img-box img {
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.wrap-home .home-application .info .slick-application .item .note {
  width: 55%;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-application .info .slick-application .item .note {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .tit a {
  color: #183C24;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .txt {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note .txt {
    padding-top: 15px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .txt b {
  color: #C6D325;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note .txt b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .txt ul {
  padding-left: 20px;
}
.wrap-home .home-application .info .slick-application .item .note .txt ul li {
  list-style-type: disc;
  color: #183C24;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note .txt ul li {
    font-size: 14px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .more {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note .more {
    margin-top: 20px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .more a {
  display: inline-block;
  padding: 11px 45px;
  border-radius: 50px;
  background: #DAE45D;
  text-align: center;
  color: #183C24;
  font-size: 16px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-application .info .slick-application .item .note .more a {
    font-size: 14px;
  }
}
.wrap-home .home-application .info .slick-application .item .note .more a:hover {
  background: #183C24;
  color: #DAE45D;
}
.wrap-home .home-news {
  background: #FDF9E7;
}
.wrap-home .home-news .info .slick-news {
  padding-top: 80px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-home .home-news .info .slick-news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-news .info .slick-news .item:hover {
  cursor: pointer;
}
.wrap-home .home-news .info .slick-news .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-home .home-news .info .slick-news .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-news .info .slick-news .item .pic .img-box {
  padding-bottom: calc(300 / 530 * 100%);
  border-radius: 10px;
}
.wrap-home .home-news .info .slick-news .item .pic .img-box img {
  transition: all 0.5s ease-out;
}
.wrap-home .home-news .info .slick-news .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .date span {
  display: block;
  color: #DAE45D;
  font-size: 16px;
  font-weight: 400;
}
.wrap-home .home-news .info .slick-news .item .note .tit {
  margin-top: 15px;
}
.wrap-home .home-news .info .slick-news .item .note .tit a {
  color: #183C24;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-partner {
  padding: 130px 0 170px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-partner {
    padding: 40px 0;
  }
}
.wrap-home .home-partner .info .slick-partner {
  padding-top: 80px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-partner .info .slick-partner {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-home .home-partner .info .slick-partner .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-partner .info .slick-partner .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-partner .info .slick-partner .slick-list {
  padding-bottom: 20px;
}
.wrap-home .home-partner .info .slick-partner .slick-dots {
  bottom: -50px;
}
.wrap-home .home-partner .info .slick-partner .slick-prev,
.wrap-home .home-partner .info .slick-partner .slick-next {
  top: 119%;
  background: transparent;
}
@media (max-width: 1470px) {
  .wrap-home .home-partner .info .slick-partner .slick-prev,
  .wrap-home .home-partner .info .slick-partner .slick-next {
    top: 122%;
  }
}
.wrap-home .home-partner .info .slick-partner .slick-prev::before,
.wrap-home .home-partner .info .slick-partner .slick-next::before {
  transition: all 0.2s ease-out;
}
.wrap-home .home-partner .info .slick-partner .slick-prev:hover::before,
.wrap-home .home-partner .info .slick-partner .slick-next:hover::before {
  color: #183C24;
}
.wrap-home .home-partner .info .slick-partner .slick-prev:focus::before,
.wrap-home .home-partner .info .slick-partner .slick-next:focus::before {
  color: #183C24;
}
.wrap-home .home-partner .info .slick-partner .slick-prev {
  left: 38%;
}
@media (max-width: 1470px) {
  .wrap-home .home-partner .info .slick-partner .slick-prev {
    left: 33%;
  }
}
.wrap-home .home-partner .info .slick-partner .slick-next {
  right: 38%;
}
@media (max-width: 1470px) {
  .wrap-home .home-partner .info .slick-partner .slick-next {
    right: 33%;
  }
}
.wrap-home .home-partner .info .slick-partner .item:hover .pic .img-box {
  box-shadow: 0px 6px 20px 0px rgba(222, 215, 182, 0.3);
}
.wrap-home .home-partner .info .slick-partner .item .pic .img-box {
  padding-bottom: calc(120 / 260 * 100%);
  border-radius: 10px;
  background: #FFF;
  transition: all 0.2s ease-out;
}
.home-tit h2 {
  color: #183C24;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 1470px) {
  .home-tit h2 {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .home-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #183C24;
  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 #eee;
  border-right: 1px solid #eee;
  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) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.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: 0px;
  background: transparent;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  position: relative;
  opacity: 1;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #DAE45D;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.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-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok 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-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #DAE45D;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.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-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok 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: #DAE45D;
  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: 96px;
  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: 48px;
  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: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #DAE45D;
  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: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #DAE45D;
  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;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #183C24;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #DAE45D;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.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: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.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: bold;
}
@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 {
  text-decoration: underline;
  color: #DAE45D;
}
.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: #DAE45D;
  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: #DAE45D;
  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;
  }
}
.nav-container i {
  display: none;
}
@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 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-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: #DAE45D;
}
@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: '\e60b';
  color: #183C24;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #183C24;
}
.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: #DAE45D;
}
.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;
}
.ceshi {
  background-color: #222;
}
.ceshi .box {
  width: 33.333%;
}
.ceshi .box .item {
  position: relative;
}
.ceshi .box .item .item-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ceshi .box .item .item-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-left: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
}
.ceshi .box .item .item-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
}
