/*--------------------------------------------------------
 * 版权声明： 
 * @version       2013年6月13日 小朱$
 * @author        zhusr.com 小朱 QQ：514388881
 * @copyright     Copyright (c)  www.zhusr.com
 * @license       https://www.zhusr.com/license.html
 --------------------------------------------------------*/ :root {
  --zhusr-font: "Noto Sans SC", sans-serif;
  --zhusr-font-two: "Noto Sans SC", sans-serif;
  --zhusr-gray: #595752;
  --zhusr-gray-rgb: 89, 87, 82;
  --zhusr-base: #f1ab21;
  --zhusr-base-rgb: 241, 171, 33;
  --zhusr-black: #0c342f;
  --zhusr-black-rgb: 12, 52, 47;
  --zhusr-extra: #0a7158;
  --zhusr-extra-rgb: 10, 113, 88;
  --zhusr-primary: #f7f4f1;
  --zhusr-primary-rgb: 247, 244, 241;
  --zhusr-secondary: #0e3026;
  --zhusr-secondary-rgb: 14, 48, 38;
  --zhusr-white: #ffffff;
  --zhusr-white-rgb: 255, 255, 255;
  --zhusr-bdr-color: #ded8cf;
  --zhusr-bdr-color-rgb: 222, 216, 207;
  --zhusr-bdr-radius: 10px;
  --zhusr-body: #f8fafb;
  --zhusr-title: #343a40;
  --zhusr-bg: #fff;
  --zhusr-carousel-rgb: 173, 181, 189, 0.75;
  --zhusr-white-rgb: 255, 255, 255;
  --zhusr-light-rgb: 248, 249, 250;
  --zhusr-primary-rgb: 66, 133, 244;
  --zhusr-gray-200: #e9ecef;
  --zhusr-font-36: 36px;
  --zhusr-font-24: 24px;
  --zhusr-font-18: 18px;
  --zhusr-font-16: 16px;
  --zhusr-font-14: 14px;
  --zhusr-font-12: 12px;
  --zhusr-img: 100%;
  --zhusr-img-logo: 100%;
  --zhusr-transition: 0.5s;
  --zhusr-radius: 0.5rem;
  --zhusr-radius-sm: 0.25rem;
  --bs-primary: #0a7158;
}
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
body {
  font-family: var(--zhusr-font);
  color: var(--zhusr-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
body.locked {
  overflow: hidden;
}
a {
  color: #0a7158;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--zhusr-font-two);
  color: var(--zhusr-black);
  margin: 0;
}
p {
  margin: 0;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.list-unstyled {
  padding-left: 0;
}
@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #691424;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eb1c21;
  border-radius: 5px;
}
.zhusr-xs-sidebar-group .zhusr-info-sidebar {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png), pointer;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}
.zhusr-xs-sidebar-group.isActive .zhusr-info-sidebar {
  opacity: .8;
  visibility: visible;
  transform: translateX(0%);
}
.zhusr-info-sidebar.isActive {
  z-index: 99999;
  opacity: 1;
}
.zhusr-xs-sidebar-group .zhusr-widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.zhusr-xs-sidebar-group .zhusr-widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-xs-sidebar-group .zhusr-widget-heading a:hover {
  color: #0a7158;
  border-color: #0a7158;
}
.zhusr-xs-sidebar-widget {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--zhusr-white-rgb), .50);
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}
.zhusr-xs-sidebar-group.isActive .zhusr-xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background-color: var(--zhusr-black);
}
.zhusr-sidebar-textwidget {
  padding: 70px 15px;
}
.zhusr-sidebar-widget-container {
  position: relative;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}
.zhusr-xs-sidebar-group.isActive .zhusr-sidebar-widget-container {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.zhusr-info-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: -1;
}
.zhusr-xs-bg-black {
  background-color: #000000;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .logo {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.zhusr-xs-sidebar-group .zhusr-content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .content-box {
  margin-bottom: 30px;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .content-box p {
  color: #ffffff;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group input[type='text'], .zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group input[type='email'], .zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: rgba(var(--zhusr-white-rgb), .70);
  border: none;
  border-radius: var(--zhusr-bdr-radius);
  outline: none;
  transition: all 500ms ease;
  background-color: rgba(var(--zhusr-white-rgb), .05);
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group input:focus, .zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group button {
  position: relative;
  border: none;
  background-color: #0a7158;
  color: var(--zhusr-black);
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group button .zhusr-hover-btn {
  background-color: var(--zhusr-white);
}
.zhusr-xs-sidebar-group .zhusr-content-inner .form-inner .form-group button.zhusr-thm-btn:hover {
  color: var(--zhusr-black);
}
.zhusr-sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}
.zhusr-sidebar-contact-info p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 15px;
}
.zhusr-sidebar-contact-info p em {
  margin-right: 5px;
}
.zhusr-sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}
.zhusr-sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--zhusr-white);
  line-height: 30px;
}
.zhusr-sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}
.zhusr-sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.zhusr-sidebar-contact-info ul li a {
  color: var(--zhusr-white);
}
.zhusr-sidebar-contact-info ul li a:hover {
  color: #0a7158;
}
.zhusr-xs-sidebar-group .zhusr-content-inner .thm-social-link1 {
  overflow: hidden;
}
.zhusr-xs-sidebar-widget {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.zhusr-xs-sidebar-widget::-webkit-scrollbar {
  display: none;
}
.zhusr-mobile-nav__content {
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  -ms-overflow-style: auto;
}
.zhusr-mobile-nav__content::-webkit-scrollbar {
  width: 6px;
}
.zhusr-mobile-nav__content::-webkit-scrollbar-track {
  background: transparent;
}
.zhusr-mobile-nav__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  backdrop-filter: blur(4px);
  transition: background 0.3s;
}
.zhusr-mobile-nav__content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.zhusr-scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.zhusr-scroll-to-top:hover {
  color: #0a7158;
}
.zhusr-scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}
.zhusr-scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #0a7158;
  position: relative;
  overflow: hidden;
}
.zhusr-scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--zhusr-black);
}
.zhusr-scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.zhusr-search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.search-active .zhusr-search-popup {
  transform: translateY(0%);
}
.zhusr-search-popup .zhusr-color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: #0a7158;
  transition: all 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.sidenav-bar-visible .zhusr-search-popup {
  display: none;
}
.zhusr-search-popup .zhusr-close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9999;
}
.zhusr-search-popup .zhusr-close-search:hover {
  color: #0a7158;
  background-color: rgba(255, 255, 255, 1.0);
}
.search-active .zhusr-search-popup .zhusr-close-search {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}
.zhusr-search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0px;
  right: 0px;
  margin: 0px auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}
.search-active .zhusr-search-popup form {
  opacity: 1;
}
.zhusr-search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
.zhusr-search-popup .form-group input[type="text"], .zhusr-search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
  color: var(--zhusr-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 0px solid rgba(0, 0, 0, 0.10)
}
.zhusr-search-popup .form-group input[type="text"], .zhusr-search-popup .form-group input[type="search"]:focus {
  outline: none;
}
.zhusr-search-popup .form-group input[type="submit"], .zhusr-search-popup .form-group button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  background: var(--zhusr-black);
  text-align: center;
  font-size: 20px;
  color: var(--zhusr-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}
.zhusr-search-popup .form-group button i {
  font-style: normal;
}
.zhusr-search-popup .form-group input[type="submit"]:hover, .zhusr-search-popup .form-group button:hover {
  background-color: var(--zhusr-extra);
  color: var(--zhusr-white);
}
.zhusr-search-popup input::placeholder {
  color: var(--zhusr-black);
}
/* Section Title Css */
.zhusr-section-title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 49px;
  z-index: 1;
}
.zhusr-section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 6px;
}
.zhusr-section-title__tagline-icon {
  position: relative;
  display: inline-block;
  color: #0a7158;
}
.zhusr-section-title__tagline-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0a7158;
}
.zhusr-section-title__tagline {
  position: relative;
  display: block;
  color: #0a7158;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--zhusr-font-two);
}
.zhusr-section-title__title {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
}
.zhusr-section-title__title span {
  color: #0a7158;
}
/* Thm Btn Css */
.zhusr-thm-btn {
  position: relative;
  display: inline-block;
  color: var(--zhusr-white);
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  background-color: #0a7158;
  border-radius: var(--zhusr-bdr-radius);
  padding: 12px 30px 12px;
  overflow: hidden;
  font-family: var(--zhusr-font);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.zhusr-thm-btn:hover {
  color: var(--zhusr-white);
}
.zhusr-thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}
.zhusr-hover-btn {
  background-color: var(--zhusr-extra);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 26%;
  z-index: -1;
}
.zhusr-hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}
.zhusr-hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.zhusr-hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.zhusr-hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}
.zhusr-thm-btn:hover .zhusr-hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.zhusr-main-header {
  position: relative;
  width: 100%;
  background: #fff;
  transition: all 500ms ease;
  z-index: 999;
}
.zhusr-main-menu__top {
  position: relative;
  display: block;
}
.zhusr-main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: rgba(var(--zhusr-base-rgb), 1);
}
.zhusr-main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}
.zhusr-main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.zhusr-main-menu__contact-list li + li {
  margin-left: 46px;
}
.zhusr-main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--zhusr-white-rgb), .30);
}
.zhusr-main-menu__contact-list li:first-child:before {
  display: none;
}
.zhusr-main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.zhusr-main-menu__contact-list li .icon i {
  font-size: 18px;
  color: var(--zhusr-white);
  position: relative;
  display: inline-block;
}
.zhusr-main-menu__contact-list li .text {
  margin-left: 10px;
}
.zhusr-main-menu__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhusr-white);
  line-height: 16px;
}
.zhusr-main-menu__contact-list li .text p a {
  color: var(--zhusr-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__contact-list li .text p a:hover {
  color: var(--zhusr-black);
}
.zhusr-main-menu__top-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--zhusr-white);
  line-height: 1em;
}
.zhusr-main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zhusr-main-menu__social-title {
  font-size: 16px;
  color: var(--zhusr-white);
  font-weight: 500;
}
.zhusr-main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.zhusr-main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--zhusr-white-rgb), .40);
  border-radius: 50%;
  font-size: 15px;
  color: var(--zhusr-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}
.zhusr-main-menu__social a:hover {
  color: #0a7158;
  border: 1px solid var(--zhusr-black);
}
.zhusr-main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--zhusr-black);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}
.zhusr-main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}
.zhusr-main-menu__social a + a {
  margin-left: 5px;
}
.zhusr-main-menu {
  position: relative;
  display: block;
}
.zhusr-main-menu__wrapper {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--zhusr-white-rgb), .10);
}
.zhusr-main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px;
}
.zhusr-main-menu__left {
  display: block;
}
.zhusr-main-menu__logo {
  display: block;
  padding: 15px 0;
}
.zhusr-main-menu__zhusr-main-menu-box {
  display: block;
}
.zhusr-main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.zhusr-main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.zhusr-main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #0a7158;
  border-radius: 50%;
  color: var(--zhusr-white);
  font-size: 18px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__call-content {
  position: relative;
  display: block;
  top: 3px;
  margin-left: 10px;
}
.zhusr-main-menu__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #0a7158;
  line-height: 16px;
}
.zhusr-main-menu__call-number {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 6px;
}
.zhusr-main-menu__call-number a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__call-number a:hover {
  color: #0a7158;
}
.zhusr-main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
}
.zhusr-main-menu__search-box {
  position: relative;
  display: block;
}
.zhusr-main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0a7158;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__search:hover {
  color: #006725;
}
.zhusr-main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}
.zhusr-main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0a7158;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  background-color: #0a7158;
  color: var(--zhusr-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__cart:hover {
  color: var(--zhusr-white);
}
.zhusr-main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}
.zhusr-main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 45px;
  width: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-icon-dots-menu-one {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color: #0a7158;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__nav-sidebar-icon .navSidebar-button:hover .zhusr-icon-dots-menu-one {
  width: 25px;
}
.zhusr-icon-dots-menu-two {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0a7158;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__nav-sidebar-icon .navSidebar-button:hover .zhusr-icon-dots-menu-two {
  width: 35px;
}
.zhusr-icon-dots-menu-three {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color: #0a7158;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-main-menu__nav-sidebar-icon .navSidebar-button:hover .zhusr-icon-dots-menu-three {
  width: 25px;
}
.zhusr-main-menu__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}
.zhusr-main-menu__btn-box .zhusr-thm-btn .zhusr-hover-btn {
  background-color: var(--zhusr-white);
}
.zhusr-main-menu__btn-box .zhusr-thm-btn:hover {
  color: var(--zhusr-black);
}
.zhusr-stricky-header.zhusr-main-menu {
  background-color: #fff;
}
.zhusr-main-menu .zhusr-main-menu__list, .zhusr-main-menu .zhusr-main-menu__list > li > ul, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul, .zhusr-stricky-header .zhusr-main-menu__list, .zhusr-stricky-header .zhusr-main-menu__list > li > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .zhusr-main-menu .zhusr-main-menu__list, .zhusr-main-menu .zhusr-main-menu__list > li > ul, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul, .zhusr-stricky-header .zhusr-main-menu__list, .zhusr-stricky-header .zhusr-main-menu__list > li > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.zhusr-main-menu .zhusr-main-menu__list > li, .zhusr-stricky-header .zhusr-main-menu__list > li {
  padding: 10px 0;
  position: relative;
}
.zhusr-main-menu .zhusr-main-menu__list > li + li, .zhusr-stricky-header .zhusr-main-menu__list > li + li {
  margin-left: 32px;
}
.zhusr-main-menu .zhusr-main-menu__list > li > a, .zhusr-stricky-header .zhusr-main-menu__list > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  line-height: 16px;
  font-family: var(--zhusr-font-two);
}
.zhusr-main-menu .zhusr-main-menu__list > li.current > a, .zhusr-main-menu .zhusr-main-menu__list > li:hover > a, .zhusr-stricky-header .zhusr-main-menu__list > li.current > a, .zhusr-stricky-header .zhusr-main-menu__list > li:hover > a {
  color: #0a7158;
}
.zhusr-main-menu .zhusr-main-menu__list > li > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: #0a7158;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.zhusr-main-menu .zhusr-main-menu__list > li.current > a::before, .zhusr-main-menu .zhusr-main-menu__list > li:hover > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li.current > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.zhusr-main-menu .zhusr-main-menu__list > li.dropdown > a {
  padding-right: 15px;
}
.zhusr-main-menu .zhusr-main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 7 Free";
  content: "\f107";
  font-size: 14px;
  color: #000;
  transform: translateY(-50%);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.zhusr-main-menu .zhusr-main-menu__list > li.current > a::after, .zhusr-main-menu .zhusr-main-menu__list > li:hover > a::after, .zhusr-stricky-header .zhusr-main-menu__list > li.current > a::after, .zhusr-stricky-header .zhusr-main-menu__list > li:hover > a::after {
  color: #0a7158;
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: -30px;
  background-color: var(--zhusr-white);
  min-width: 180px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--zhusr-bdr-radius);
  border-bottom-right-radius: var(--zhusr-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.zhusr-main-menu .zhusr-main-menu__list > li:hover > ul, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li:hover > ul, .zhusr-stricky-header .zhusr-main-menu__list > li:hover > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li + li, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li + li, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li + li, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(var(--zhusr-black-rgb), 0.10);
  margin-top: 0px;
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li > a, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li > a, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > a, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--zhusr-black-rgb), 1);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-family: var(--zhusr-font-two);
  padding: 10px 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li:hover > a, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li.current > a, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li:hover > a, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li.current > a, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li:hover > a, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li.current > a, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li:hover > a, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li.current > a {
  color: rgba(var(--zhusr-base-rgb), 1.0);
  padding-left: 5px;
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li > a::before, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: #0a7158;
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li:hover > a::before, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li.current > a::before, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li:hover > a::before, .zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul > li.current > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li:hover > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li.current > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li:hover > a::before, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul > li.current > a::before {
  transform: translateY(-50%) scale(1);
}
.zhusr-main-menu .zhusr-main-menu__list > li > ul > li > ul, .zhusr-stricky-header .zhusr-main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
  margin-left: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.zhusr-main-menu .zhusr-main-menu__list li ul li > ul.right-align, .zhusr-stricky-header .zhusr-main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.zhusr-stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .zhusr-stricky-header {
    display: none !important;
  }
}
.zhusr-stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.zhusr-stricky-header .zhusr-main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.zhusr-mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .zhusr-mobile-nav__buttons {
    display: none;
  }
}
.zhusr-mobile-nav__buttons a {
  font-size: 20px;
  color: #0a7158;
  cursor: pointer;
}
.zhusr-mobile-nav__buttons a + a {
  margin-left: 10px;
}
.zhusr-mobile-nav__buttons a:hover {
  color: #0a7158;
}
.zhusr-main-menu .zhusr-mobile-nav__toggler {
  font-size: 20px;
  color: #0a7158;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.zhusr-main-menu .zhusr-mobile-nav__toggler:hover {
  color: #0a7158;
}
@media (min-width: 1200px) {
  .zhusr-main-menu .zhusr-mobile-nav__toggler {
    display: none;
  }
}
.zhusr-mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}
.zhusr-mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.zhusr-mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.zhusr-mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.zhusr-mobile-nav__content {
  width: 300px;
  background-color: var(--zhusr-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.zhusr-mobile-nav__wrapper.expanded .zhusr-mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.zhusr-mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zhusr-mobile-nav__content .logo-box h2 {
  color: #fff;
}
.zhusr-mobile-nav__content .logo-box h2 i {
  margin-right: 8px;
  color: #36C80B;
}
.zhusr-mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--zhusr-white);
  cursor: pointer;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li:not(:last-child), .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li:not(:last-child), .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > a > .zhusr-main-menu-border {
  display: none !important;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > a, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > a, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--zhusr-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > a.expanded .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > a.expanded .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #0a7158;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list li a.expanded {
  color: #0a7158;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > a > button, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > a > button, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: #0a7158;
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > a > button.expanded, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > a > button.expanded, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: #0a7158;
}
/* no menu after 2rd level dropdown */
.zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li > a > button, .zhusr-mobile-nav__content .zhusr-main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}
.zhusr-mobile-nav__content .zhusr-main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.zhusr-mobile-nav__content .zhusr-main-menu__list li.cart-btn i {
  font-size: 16px;
}
.zhusr-mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.zhusr-mobile-nav__top .zhusr-main-menu__login a {
  color: var(--zhusr-text-dark);
}
.zhusr-mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zhusr-mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zhusr-mobile-nav__social a {
  font-size: 16px;
  color: var(--zhusr-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--zhusr-white-rgb), .10);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}
.zhusr-mobile-nav__social a + a {
  margin-left: 10px;
}
.zhusr-mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0a7158;
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}
.zhusr-mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}
.zhusr-mobile-nav__social a:hover {
  color: var(--zhusr-white);
  border: 1px solid rgba(var(--zhusr-base-rgb), 1);
}
.zhusr-mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zhusr-mobile-nav__contact li {
  color: var(--zhusr-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zhusr-mobile-nav__contact li + li {
  margin-top: 15px;
}
.zhusr-mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.zhusr-mobile-nav__contact li a:hover {
  color: #0a7158;
}
.zhusr-mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0a7158;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}
.zhusr-mobile-nav__contact p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 14px;
}
.zhusr-mobile-nav__contact p em {
  margin-right: 5px;
  color: #0a7158;
}
.zhusr-mobile-nav__container .main-logo, .zhusr-mobile-nav__container .topbar__buttons, .zhusr-mobile-nav__container .zhusr-main-menu__language, .zhusr-mobile-nav__container .zhusr-main-menu__login {
  display: none;
}
.zhusr-mobile-nav__wrapper.expanded .zhusr-mobile-nav__content .home-showcase__item {
  border: 1px solid rgba(var(--zhusr-white-rgb), .15);
}
.zhusr-mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.zhusr-mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}
.zhusr-mobile-nav__wrapper .home-showcase__title {
  color: var(--zhusr-white, #ffffff);
}
.zhusr-mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}
.zhusr-index-banner {
  position: relative;
  display: block;
  background-color: var(--zhusr-black);
  z-index: 5;
}
.zhusr-index-banner .swiper-slide {
  position: relative;
  background-color: var(--zhusr-black);
}
.zhusr-index-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease-in;
  transition: transform 7000ms ease, opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}
.zhusr-index-banner__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
  z-index: -1;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zhusr-index-banner__shape-1 {
  position: absolute;
  bottom: -200px;
  right: 200px;
  top: -200px;
  width: 400px;
  background-color: var(--zhusr-white);
  z-index: -1;
  opacity: 0;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
  transform: perspective(400px) rotate(18deg) translateX(-100px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__shape-1 {
  opacity: .03;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
  transform: perspective(400px) rotate(18deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.zhusr-index-banner__img-box {
  position: absolute;
  bottom: 0;
  right: -180px;
  z-index: 1;
}
.zhusr-index-banner__img {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.zhusr-index-banner__img img {
  width: auto;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}
.zhusr-index-banner__img-shape {
  position: absolute;
  bottom: 0;
  right: -80px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1;
}
.zhusr-index-banner__img-shape img {
  width: auto;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__img-shape {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}
.zhusr-index-banner__discount-box {
  position: absolute;
  top: 100px;
  left: -35px;
  height: 160px;
  width: 160px;
  background-color: var(--zhusr-secondary);
  border: 5px solid #0a7158;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__discount-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}
.zhusr-index-banner__discount-box h3 {
  font-size: 35px;
  line-height: 1em;
  font-weight: 700;
  color: var(--zhusr-white);
}
.zhusr-index-banner__discount-box p {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--zhusr-white);
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 8px;
  letter-spacing: 0.05em;
}
.zhusr-index-banner .container {
  position: relative;
  z-index: 30;
}
.zhusr-index-banner__content {
  position: relative;
  display: block;
  padding: 260px 0;
  z-index: 15;
}
.zhusr-index-banner__sub-title {
  position: relative;
  display: block;
  font-size: 16px;
  color: #0a7158;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.zhusr-index-banner__title {
  position: relative;
  font-size: 60px;
  color: var(--zhusr-white);
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 24px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 3;
}
.zhusr-index-banner__title span {
  color: #0a7158;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.zhusr-index-banner__text {
  position: relative;
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 44px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.zhusr-index-banner__btn-and-review-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.zhusr-index-banner .swiper-slide-active .zhusr-index-banner__btn-and-review-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.zhusr-index-banner__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}
.zhusr-index-banner__btn-box .zhusr-thm-btn {
  background-color: #0a7158;
}
.zhusr-index-banner__btn-box .zhusr-thm-btn:hover {
  color: var(--zhusr-black);
}
.zhusr-index-banner__btn-box .zhusr-thm-btn .zhusr-hover-btn {
  background-color: var(--zhusr-white);
}
.zhusr-index-banner__review-box {
  position: relative;
  display: flex;
  align-items: center;
}
.zhusr-index-banner__review-box ul {
  position: relative;
  display: block;
}
.zhusr-index-banner__review-box ul li {
  position: relative;
  display: block;
  float: left;
}
.zhusr-index-banner__review-box ul li + li {
  margin-left: -20px;
}
.zhusr-index-banner__review-box ul li .img-box {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #0a7158;
}
.zhusr-index-banner__review-box ul li .img-box img {
  width: 100%;
}
.zhusr-index-banner__review-box .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
  flex: 1;
}
.zhusr-index-banner__review-box .text-box h4 {
  color: var(--zhusr-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.zhusr-index-banner__review-box .text-box p {
  color: var(--zhusr-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
#zhusr-index-banner-pagination {
  position: absolute;
  left: 60px;
  right: auto;
  top: 55%;
  bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  height: 80px;
  width: auto;
  z-index: 100;
}
#zhusr-index-banner-pagination::before {
  position: absolute;
  top: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}
#zhusr-index-banner-pagination::after {
  position: absolute;
  bottom: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}
#zhusr-index-banner-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: rgba(var(--zhusr-white-rgb), 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
#zhusr-index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--zhusr-white-rgb), 1);
}
#zhusr-index-banner-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid rgba(var(--zhusr-white-rgb), 0.4);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}
#zhusr-index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before, #zhusr-index-banner-pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1.0);
  border: 1px solid rgba(var(--zhusr-white-rgb), 1.0);
}
#zhusr-index-banner-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 25px;
}
.zhusr-index-fuwuys:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a7158;
  opacity: 0.5;
}
/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.zhusr-index-fuwuys {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 100px 0;
  z-index: 1;
}
.zhusr-index-fuwuys__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.zhusr-index-fuwuys__inner {
  position: relative;
  display: block;
}
.zhusr-index-fuwuys__shape-1 {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 1000px;
  height: 1px;
  background-color: rgba(var(--zhusr-secondary-rgb), .30);
  transform: translateX(-50%);
}
.zhusr-index-fuwuys__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
.zhusr-index-fuwuys__content {
  position: relative;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.zhusr-index-fuwuys__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
  color: #fff;
}
.zhusr-index-fuwuys__text {
  color: #fff;
}
.zhusr-index-fuwuys .zhusr-section-title__title {
  color: #fff;
}
.zhusr-index-fuwuys .zhusr-section-title__tagline-icon span {
  color: #fff;
}
.zhusr-index-fuwuys .zhusr-section-title__tagline {
  color: #fff;
}
.zhusr-index-fuwuys__icon-inner-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.zhusr-index-fuwuys__icon-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  height: 150px;
  background-color: rgb(247 244 241 / 50%);
  border: 1px solid rgba(var(--zhusr-secondary-rgb), .30);
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}
.zhusr-index-fuwuys__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 2px solid #0a7158;
  background-color: var(--zhusr-extra);
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.zhusr-index-fuwuys__single:hover .zhusr-index-fuwuys__icon {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}
.zhusr-index-fuwuys__icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.zhusr-index-fuwuys__icon span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: var(--zhusr-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.zhusr-index-fuwuys__single:hover .zhusr-index-fuwuys__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.zhusr-index-fuwu-zulin {
  position: relative;
  display: block;
  padding: 100px 0;
  z-index: 1;
}
.zhusr-index-fuwu-zulin__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 49px;
}
.zhusr-index-fuwu-zulin__top .zhusr-section-title {
  margin-bottom: 0px;
}
.zhusr-index-fuwu-zulin__btn-box {
  position: relative;
  display: block;
}
.zhusr-index-fuwu-zulin__carousel {
  position: relative;
  display: block;
}
.zhusr-index-fuwu-zulin__single {
  position: relative;
  display: block;
}
.zhusr-index-fuwu-zulin__img-box {
  position: relative;
  display: block;
}
.zhusr-index-fuwu-zulin__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.zhusr-index-fuwu-zulin__single:hover .zhusr-index-fuwu-zulin__img:before {
  opacity: .50;
}
.zhusr-index-fuwu-zulin__img img {
  width: 100%;
  height: 180px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.zhusr-index-fuwu-zulin__single:hover .zhusr-index-fuwu-zulin__img img {
  transform: scale(1.05) rotate(0deg);
}
.zhusr-index-fuwu-zulin__content {
  background-color: var(--zhusr-extra);
  text-align: center;
  padding: 10px 5px;
  border-top: 2px solid #0a7158;
  z-index: 1;
}
.zhusr-index-fuwu-zulin__content::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 30px;
  right: 30px;
  height: 30px;
  background-color: var(--zhusr-extra);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
.zhusr-index-fuwu-zulin__content:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  right: 30px;
  height: 30px;
  background-color: #0a7158;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
.zhusr-index-fuwu-zulin__content-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .60;
  border-radius: var(--zhusr-bdr-radius);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.zhusr-index-fuwu-zulin__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhusr-index-fuwu-zulin__title a {
  color: var(--zhusr-white);
}
.zhusr-index-fuwu-zulin__title a:hover {
  color: #fff;
}
.zhusr-index-fuwu-zulin__sub-title {
  color: #f3f3f3;
  font-size: 14px;
}
.zhusr-index-fuwu-zulin__arrow {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.zhusr-index-fuwu-zulin__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #0a7158;
  border-radius: 50%;
  font-size: 18px;
  color: var(--zhusr-white);
  border: 6px solid var(--zhusr-extra);
}
.zhusr-index-fuwu-zulin__arrow a:hover {
  color: var(--zhusr-extra);
  background-color: var(--zhusr-white);
}
.zhusr-index-fuwu-zulin__arrow a::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 64px;
  height: 32px;
  background-color: #0a7158;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: -1;
}
.zhusr-index-fuwu-zulin__carousel .swiper-nav-style-one {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.zhusr-index-fuwu-zulin__carousel .zhusr-index-fuwu-zulin-dot-style1 {
  position: relative;
  display: inline-flex;
  line-height: 0;
}
.zhusr-index-fuwu-zulin__carousel .zhusr-index-fuwu-zulin-dot-style1 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 40px;
  height: 6px;
  margin: 0px 6px;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--zhusr-extra);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.zhusr-index-fuwu-zulin__carousel .zhusr-index-fuwu-zulin-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--zhusr-extra);
}
.zhusr-index-fuwu-zulin__carousel .zhusr-index-fuwu-zulin-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .zhusr-index-fuwu-zulin__carousel .zhusr-index-fuwu-zulin-dot-style1 .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}
.zhusr-index-list-news {
  position: relative;
  display: block;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.zhusr-index-list-news__title-two {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 8px;
}
.zhusr-index-list-news__title-two a {
  color: var(--zhusr-black);
}
.zhusr-index-list-news__title-two a:hover {
  color: #0a7158;
}
.zhusr-index-list-news__single {
  position: relative;
  display: block;
  background-color: var(--zhusr-white);
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.09);
  border-radius: var(--zhusr-bdr-radius);
  margin-bottom: 30px;
  z-index: 1;
}
.zhusr-index-list-news__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--zhusr-bdr-radius);
  z-index: 1;
}
.zhusr-index-list-news__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--zhusr-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.zhusr-index-list-news__single:hover .zhusr-index-list-news__img:before {
  opacity: .50;
}
.zhusr-index-list-news__img img {
  width: 100%;
  border-radius: var(--zhusr-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.zhusr-index-list-news__single:hover .zhusr-index-list-news__img img {
  transform: scale(1.05) rotate(0deg);
}
.zhusr-index-list-news__tags {
  position: absolute;
  bottom: 14px;
  left: 19px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 5;
}
.zhusr-index-list-news__tags span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--zhusr-gray);
  font-weight: 500;
  line-height: 14px;
  background-color: var(--zhusr-extra);
  border-radius: var(--zhusr-bdr-radius);
  padding: 5px 15px 16px;
  padding-right: 25px;
  font-family: var(--zhusr-font-two);
  font-style: italic;
  border-top-left-radius: 0;
  z-index: 1;
}
.zhusr-index-list-news__tags span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: 5px;
  bottom: 5px;
  background-color: var(--zhusr-white);
  border-radius: var(--zhusr-bdr-radius);
  border: 1px solid var(--zhusr-extra);
  border-top-left-radius: 0;
  z-index: -1;
}
.zhusr-index-list-news__content {
  position: relative;
  display: block;
  padding: 15px;
}
.zhusr-index-list-news__user {
  position: absolute;
  top: 60px;
  left: -55px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 4px;
  padding-right: 15px;
  transform: rotate(90deg);
}
.zhusr-index-list-news__user:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 40px;
  border: 1px solid rgba(var(--zhusr-extra-rgb), .60);
  z-index: -1;
}
.zhusr-index-list-news__user-img {
  position: relative;
  display: block;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(-90deg);
}
.zhusr-index-list-news__user-img img {
  width: 100%;
  border-radius: 50%;
}
.zhusr-index-list-news__user-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--zhusr-extra);
  font-family: var(--zhusr-font-two);
}
.zhusr-index-list-news__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.zhusr-index-list-news__meta li {
  position: relative;
  display: block;
}
.zhusr-index-list-news__meta i {
  margin-right: 5px;
  color: var(--zhusr-extra);
}
.zhusr-index-list-news__meta li + li {
  margin-left: 26px;
}
.zhusr-index-list-news__meta li::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -13px;
  border: 1px solid var(--zhusr-extra);
}
.zhusr-index-list-news__meta li:first-child::before {
  display: none;
}
.zhusr-index-list-news__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--zhusr-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-index-list-news__meta li a:hover {
  color: #0a7158;
}
.zhusr-index-list-news__meta li a span {
  position: relative;
  font-size: 14px;
  margin-right: 6px;
  color: var(--zhusr-extra);
}
.zhusr-index-list-news__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.8;
}
.zhusr-index-list-news__title a {
  color: var(--zhusr-black);
}
.zhusr-index-list-news__title a:hover {
  color: #0a7158;
}
.zhusr-index-list-news__text {
  font-size: 15px;
  margin-bottom: 18px;
}
.zhusr-index-list-news__btn-box {
  position: relative;
  display: block;
}
.zhusr-index-list-news__btn-box .zhusr-thm-btn {
  padding: 8px 20px 8px;
}
.zhusr-index-list-news__single-two {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--zhusr-white);
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.09);
  border-radius: var(--zhusr-bdr-radius);
  padding: 20px 20px 20px;
  margin-bottom: 30px;
}
.zhusr-index-list-news__img-two {
  position: relative;
  display: block;
  border-radius: var(--zhusr-bdr-radius);
  overflow: hidden;
  max-width: 250px;
  z-index: 1;
}
.zhusr-index-list-news__img-two:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--zhusr-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.zhusr-index-list-news__single-two:hover .zhusr-index-list-news__img-two:before {
  opacity: .50;
}
.zhusr-index-list-news__img-two img {
  width: 100%;
  border-radius: var(--zhusr-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.zhusr-index-list-news__single-two:hover .zhusr-index-list-news__img-two img {
  transform: scale(1.05) rotate(0deg);
}
.zhusr-index-list-news__content-two {
  position: relative;
  display: block;
  flex: 1;
}
.zhusr-index-list-news__text-two {
  font-size: 16px;
  margin-bottom: 14px;
}
.zhusr-index-list-news__btn-box-two {
  position: relative;
  display: block;
}
.zhusr-index-list-news__btn-box-two .zhusr-thm-btn {
  padding: 8px 20px 8px;
}
.zhusr-index-footer {
  position: relative;
  display: block;
  background-color: var(--zhusr-secondary);
  overflow: hidden;
  z-index: 1;
}
.zhusr-index-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.zhusr-index-footer__top {
  position: relative;
  display: block;
}
.zhusr-index-footer__top-inner {
  position: relative;
  display: block;
  padding: 80px 0;
}
.zhusr-footer-widget__about {
  position: relative;
  display: block;

}
.zhusr-footer-widget__about-logo {
  position: relative;
  display: inline-block;
}
.zhusr-footer-widget__about-text {
  margin: 0;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 28px;
}
.zhusr-footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--zhusr-white);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 23px;
}
.zhusr-footer-widget__links {
  position: relative;
  display: block;

}
.zhusr-footer-widget__links-list {
  position: relative;
  display: block;
}
.zhusr-footer-widget__links-list li + li {
  margin-top: 10px;
}
.zhusr-footer-widget__links-list li a {
  color: var(--zhusr-primary);
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 5px;
  border-top-left-radius: 0;
  font-family: var(--zhusr-font-two);
  font-size: 15px;
  font-weight: 500;
}
.zhusr-footer-widget__links-list li a:hover {
  color: #8dffe3;
}
.zhusr-footer-widget__contact-info {
  position: relative;
  display: block;
  margin-right: 15px;
}
.zhusr-footer-widget__contact-info-box {
  position: relative;
  display: block;
  background-color: #0a7158;
  padding: 25px 25px 20px;
  border-radius: var(--zhusr-bdr-radius);
  z-index: 1;
}
.zhusr-footer-widget__contact-info-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .60;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--zhusr-bdr-radius);
  z-index: -1;
}
.zhusr-index-footer__newsletter {
  position: relative;
  display: block;
}
.zhusr-index-footer__newsletter img {
  max-width: 200px;
  height: auto;
}
.zhusr-index-footer__newsletter p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}
.zhusr-index-footer__newsletter p em {
  margin-right: 5px;
  color: #8dffe3;
}
.zhusr-index-footer__text {
  color: rgba(var(--zhusr-white-rgb), .80);
}
.zhusr-index-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--zhusr-white-rgb), .10);
}
.zhusr-index-footer__bottom-inner {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.zhusr-index-footer__copyright {
  position: relative;
  display: block;
}
.zhusr-index-footer__copyright-text {
  color: rgba(var(--zhusr-white-rgb), .70);
}
.zhusr-index-footer__copyright-text a {
  color: #15c99d;
}
.zhusr-index-footer__copyright-text a:hover {
  color: var(--zhusr-white);
}
.zhusr-index-about {
  position: relative;
  display: block;
  padding: 100px 0;
  background-color: #f3f3f3;
  z-index: 1;
}
.zhusr-index-about__left {
  position: relative;
  display: block;
}
.zhusr-index-about__text p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.zhusr-index-about__img-box {
  position: relative;
  display: block;
}
.zhusr-index-about__img-box img {
  max-width: 100%;
  height: auto;
}
.zhusr-index-about__img {
  position: relative;
  display: block;
}
.zhusr-index-about__img img {
  width: 100%;
  border-radius: var(--zhusr-bdr-radius);
}
.zhusr-index-about__img-2 {
  position: absolute;
  bottom: -231px;
  right: -120px;
  z-index: -1;
  clip-path: polygon(78% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 63%);
}
.zhusr-index-about__img-2 img {
  width: auto;
  border-radius: var(--zhusr-bdr-radius);
}
.zhusr-index-about__experience-box {
  position: absolute;
  top: 30px;
  right: -60px;
  background-color: var(--zhusr-primary);
  border-radius: var(--zhusr-bdr-radius);
  padding: 30px 30px 30px;
  max-width: 150px;
  width: 100%;
  border-top: 2px solid #0a7158;
  border-right: 2px solid #0a7158;
}
.zhusr-index-about__experience-box:before {
  content: "";
  position: absolute;
  bottom: -52px;
  right: 0px;
  border-left: 28px solid var(--zhusr-primary);
  border-bottom: 28px solid transparent;
  border-top: 30px solid var(--zhusr-primary);
  border-right: 30px solid transparent;
}
.zhusr-index-about__experience-count {
  position: relative;
  display: flex;
  align-items: center;
}
.zhusr-index-about__experience-count h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px !important;
  font-family: var(--zhusr-font-two) !important;
}
.zhusr-index-about__experience-count span {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px !important;
  font-family: var(--zhusr-font-two) !important;
  color: var(--zhusr-black);
}
.zhusr-index-about__experience-count-text {
  margin-top: 6px;
}
.zhusr-index-about__video-link {
  position: absolute;
  bottom: -40px;
  left: 151px;
  z-index: 2;
}
.zhusr-index-about__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  color: var(--zhusr-white);
  background-color: #0a7158;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
  z-index: 1;
}
.zhusr-index-about__video-icon:hover {
  background-color: var(--zhusr-extra);
  color: var(--zhusr-white);
}
.zhusr-index-about__video-icon:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid rgba(var(--zhusr-white-rgb), .50);
  border-radius: 50%;
  z-index: -1;
}
.zhusr-index-about__video-link .ripple, .zhusr-index-about__video-icon .ripple:before, .zhusr-index-about__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zhusr-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zhusr-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zhusr-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zhusr-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.zhusr-index-about__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.zhusr-index-about__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.zhusr-index-about__cleaning-gurante {
  position: relative;
  display: block;
  max-width: 175px;
  padding: 30px 30px 25px;
  text-align: center;
  background-color: var(--zhusr-extra);
  border-radius: var(--zhusr-bdr-radius);
  clip-path: polygon(0 0, 73% 0, 100% 21%, 100% 100%, 0 100%, 0% 50%);
  margin-top: 20px;
  z-index: 1;
}
.zhusr-index-about__cleaning-gurante-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .60;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--zhusr-bdr-radius);
  z-index: -1;
}
.zhusr-index-about__cleaning-gurante-icon {
  position: relative;
  display: block;
}
.zhusr-index-about__cleaning-gurante-icon img {
  width: auto;
}
.zhusr-index-about__cleaning-gurante h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: var(--zhusr-white);
  margin: 17px 0 2px;
}
.zhusr-index-about__cleaning-gurante p {
  color: rgba(var(--zhusr-white-rgb), .70);
}
.zhusr-index-about__right {
  position: relative;
  display: block;
}
.zhusr-index-about__right .zhusr-section-title {
  margin-bottom: 34px;
}
.zhusr-index-about__points-list-box {
  position: relative;
  display: block;
  margin-right: -10px;
  margin-top: 20px;
}
.zhusr-index-about__points-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.zhusr-index-about__points-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 22px;
}
.zhusr-index-about__points-list li .icon {
  position: relative;
  display: inline-block;
}
.zhusr-index-about__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  top: 10px;
  color: #0a7158;
  font-weight: 700;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.zhusr-index-about__points-list li:hover .icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.zhusr-index-about__points-list li .content {
  position: relative;
  display: block;
}
.zhusr-index-about__points-list li .content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.zhusr-index-about__points-list li .content p {
  margin-top: 6px;
}
.zhusr-index-about__point-and-review-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--zhusr-primary);
  border-radius: var(--zhusr-bdr-radius);
  padding: 30px 30px 30px;
  margin-top: 8px;
}
.zhusr-index-about__point {
  position: relative;
  display: block;
  max-width: 315px;
  width: 100%;
}
.zhusr-index-about__point li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.zhusr-index-about__point li + li {
  margin-top: 9px;
}
.zhusr-index-about__point li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: var(--zhusr-extra);
  border-radius: 50%;
}
.zhusr-index-about__point li .icon span {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: var(--zhusr-white);
}
.zhusr-index-about__point li .text {
  position: relative;
  display: block;
  flex: 1;
}
.zhusr-index-about__review-box {
  position: relative;
  display: block;
  border-left: 1px solid var(--zhusr-bdr-color);
  padding-left: 55px;
  flex: 1;
}
.zhusr-index-about__review-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zhusr-index-about__review-list li {
  position: relative;
  display: block;
}
.zhusr-index-about__review-list li + li {
  margin-left: -15px;
}
.zhusr-index-about__review-img {
  position: relative;
  display: block;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
  background-color: var(--zhusr-white);
}
.zhusr-index-about__review-img img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--zhusr-white);
}
.zhusr-index-about__review-star {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.zhusr-index-about__review-star span {
  font-size: 15px;
  color: #0a7158;
  position: relative;
  display: inline-block;
}
.zhusr-index-about__review-text {
  font-weight: 500;
  color: var(--zhusr-gray);
}
.zhusr-index-about__btn-and-author-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 38px;
}
.zhusr-index-about__btn-box {
  position: relative;
  display: block;
}
.zhusr-index-about__author-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zhusr-index-about__author-details {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.zhusr-index-about__author-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  border: 4px solid #0a7158;
  border-radius: 50%;
}
.zhusr-index-about__author-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.zhusr-index-about__author-img img {
  width: 100%;
  border-radius: 50%;
}
.zhusr-index-about__author-content {
  position: relative;
  display: block;
  flex: 1;
}
.zhusr-index-about__author-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 6px;
}
.zhusr-index-about__author-sign {
  position: relative;
  display: block;
  margin-left: 25px;
  padding-left: 25px;
}
.zhusr-index-about__author-sign:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background-color: var(--zhusr-bdr-color);
}
.zhusr-index-about__author-sign img {
  width: auto;
}
.zhusr-index-footer__recent-post {
  position: relative;
  display: block;
  margin-left: -10px;
}
.zhusr-index-contact {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
  background-color: #f3f3f3;
}
.zhusr-index-contact__inner {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: var(--zhusr-bdr-radius);
  padding: 60px 25px;
}
.zhusr-index-contact__left {
  position: relative;
  display: block;
}
.zhusr-index-contact__left p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.zhusr-index-contact__left p em {
  margin-right: 5px;
  color: #169b3e;
}
.zhusr-index-contact__left h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.zhusr-index-contact__left h3 {
  font-size: 16px;
  margin-bottom: 20px;
	line-height: 1.8;
}
.zhusr-index-contact__right {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 40px;
}
.zhusr-index-contact__form-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 26px;
}
.zhusr-index-contact__form {
  position: relative;
  display: block;
}
.zhusr-index-contact__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.zhusr-index-contact__input-box input[type="text"], .zhusr-index-contact__input-box input[type="email"], .zhusr-index-contact__input-box input[type="number"] {
  height: 57px;
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  display: block;
  border-radius: var(--zhusr-bdr-radius);
}
.zhusr-index-contact__input-box .select-box {
  width: 100%;
}
.zhusr-index-contact__input-box .nice-select {
  height: 57px;
  width: 100%;
  background-color: rgba(var(--zhusr-white-rgb), 0.03);
  border: 1px solid rgba(var(--zhusr-white-rgb), .10);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--zhusr-gray);
  display: block;
  font-weight: 400;
  border-radius: 20px;
  line-height: 57px;
  float: none;
}
.zhusr-index-contact__input-box textarea {
  font-size: 16px;
  color: #666;
  height: 175px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px 20px 30px;
  border-radius: var(--zhusr-bdr-radius);
  outline: none;
  font-weight: 400;
  position: relative;
  display: block;
}
.zhusr-index-contact__input-box.text-message-box {
  height: 175px;
}
.zhusr-index-contact__btn-box {
  position: relative;
  display: block;
}
.zhusr-index-contact__btn-box .zhusr-thm-btn {
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .zhusr-index-list-news__title-two {
    font-size: 18px;
    line-height: 28px;
  }
  .zhusr-index-fuwu-zulin__content {
    padding: 19px 10px 30px;
  }
  .zhusr-index-fuwu-zulin__title {
    font-size: 20px;
    line-height: 30px;
  }
  .zhusr-index-list-news__single-two {
    padding: 20px 10px 20px;
  }
  .zhusr-index-list-news__img-two {
    max-width: 200px;
  }
  .zhusr-index-list-news__content-two {
    padding-left: 53px;
  }
  .zhusr-footer-widget__links {
    margin-left: -30px;
    margin-right: 0;
  }
  .zhusr-footer-widget__contact-info {
    margin-right: 0;
  }
  .zhusr-footer-widget__contact-info-box {
    padding: 25px 15px 20px;
  }
  .zhusr-index-about__right .zhusr-section-title__title {
    font-size: 35px;
  }
  .zhusr-index-about__points-list li .content h3 {
    font-size: 17px;
    line-height: 27px;
  }
  .zhusr-index-about__points-list {
    gap: 20px;
  }
  .zhusr-index-about__point-and-review-box {
    padding: 30px 15px 30px;
  }
  .zhusr-index-about__review-box {
    padding-left: 25px;
  }
  .zhusr-index-about__left {
    margin-right: 140px;
  }
  .zhusr-footer-widget__recent-posts-list li .content-box {
    margin-left: 10px;
  }
  .zhusr-footer-widget__recent-posts-list li .content-box h4 a br {
    display: none;
  }
  .zhusr-footer-widget__recent-posts-list li + li {
    margin-top: 10px;
  }
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhusr-index-contact__left {
    margin-left: 0;
    margin-right: 0;
  }
  .zhusr-index-contact__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .zhusr-index-contact__inner {
    padding: 60px 60px 60px;
  }
  .zhusr-index-fuwuys__shape-1 {
    display: none;
  }
  .zhusr-index-list-news__single {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .zhusr-index-list-news__single-two {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .zhusr-footer-widget__links {
    margin-left: 0;
    margin-right: 0;
    max-width: 200px;
  }
  .zhusr-footer-widget__contact-info {
    margin-right: 0;
    max-width: 300px;
    margin-top: 41px;
  }
  .zhusr-index-footer__newsletter {
    margin-top: 41px;
  }
  .zhusr-index-about__left {
    max-width: 450px;
    margin-left: 166px;
  }
  .zhusr-index-about__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .zhusr-index-about__right .zhusr-section-title__title {
    font-size: 40px;
  }
  .zhusr-index-about__point-and-review-box {
    padding: 30px 20px 30px;
  }
  .zhusr-index-about__points-list li .content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .zhusr-index-footer__recent-post {
    margin-left: 0;
    margin-top: 41px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhusr-index-contact__left {
    margin-left: 0;
    margin-right: 0;
  }
  .zhusr-index-contact__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .zhusr-index-contact__inner {
    padding: 60px 60px 60px;
  }
  .zhusr-index-fuwuys__shape-1 {
    display: none;
  }
  .zhusr-index-fuwu-zulin__top .zhusr-section-title__title {
    font-size: 30px;
  }
  .zhusr-index-list-news__single {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .zhusr-index-list-news__single-two {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .zhusr-footer-widget__links {
    margin-left: 0;
    margin-right: 0;
    max-width: 200px;
  }
  .zhusr-footer-widget__contact-info {
    margin-right: 0;
    max-width: 300px;
    margin-top: 41px;
  }
  .zhusr-index-footer__newsletter {
    margin-top: 41px;
  }
  .zhusr-index-about__left {
    max-width: 450px;
    margin-left: 46px;
  }
  .zhusr-index-about__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .zhusr-index-about__right .zhusr-section-title__title {
    font-size: 40px;
  }
  .zhusr-index-about__point-and-review-box {
    padding: 30px 20px 30px;
  }
  .zhusr-index-about__points-list li .content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .zhusr-index-footer__recent-post {
    margin-left: 0;
    margin-top: 41px;
  }
  .zhusr-index-footer__bottom-inner {
    flex-direction: column;
  }
  .zhusr-search-popup form {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .zhusr-index-banner__img-box {
    right: -50px;
  }
  .zhusr-index-banner__discount-box {
    left: -10px;
  }
  #zhusr-index-banner-pagination {
    left: auto;
    right: 30px;
  }
  .zhusr-index-banner__title {
    font-size: 45px;
  }
  .zhusr-index-banner__text {
    font-size: 16px;
    max-width: 600px;
    width: 100%;
  }
  .zhusr-index-banner__text br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhusr-index-banner__img-box {
    display: none;
  }
  #zhusr-index-banner-pagination {
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhusr-index-banner__img-box {
    display: none;
  }
  #zhusr-index-banner-pagination {
    left: auto;
    right: 30px;
  }
  .zhusr-index-banner__title {
    font-size: 45px;
  }
  .zhusr-index-banner__content {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1320px) and (max-width: 1500px) {
  .zhusr-index-banner__img-box {
    right: -50px;
  }
  .zhusr-index-banner__discount-box {
    left: -10px;
  }
  #zhusr-index-banner-pagination {
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1815px) {
  .banner-one__happy-customer {
    top: -40px;
    right: auto;
  }
}
@media only screen and (min-width: 1320px) and (max-width: 1449px) {
  .banner-one__happy-customer {
    display: none;
  }
  .banner-one__right {
    right: -25px;
  }
}
.zhusr-main-menu__list i {
  display: inline-block;
}
/*以下是手机端CSS 作者：小朱 QQ:550988513*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .header-logon-box {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zhusr-main-menu__top-inner {
    padding: 5px 20px 5px;
  }
  .zhusr-main-menu__top-welcome-text {
    display: none;
  }
  .zhusr-main-menu__wrapper-inner {
    padding: 0 20px;
  }
  .zhusr-main-menu-two__contact-list li:last-child {
    display: none;
  }
  .header-logon-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhusr-main-menu__top {
    display: none;
  }
  .zhusr-main-menu__wrapper-inner {
    padding: 0 30px;
  }
  .zhusr-main-menu__call {
    display: none;
  }
  .zhusr-main-menu-two__contact-list li:last-child, .zhusr-main-menu-two__top-time {
    display: none;
  }
}
@media (max-width: 767px) {
  .zhusr-main-menu__top {
    display: none;
  }
  .zhusr-main-menu__wrapper-inner {
    padding: 0 15px;
  }
  .zhusr-main-menu__right {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .zhusr-main-menu__top-inner {
    padding: 5px 20px 5px;
  }
  .zhusr-main-menu__contact-list li + li {
    margin-left: 30px;
  }
  .zhusr-main-menu__contact-list li:before {
    left: -15px;
  }
  .zhusr-main-menu__wrapper-inner {
    padding: 0 20px;
  }
  .zhusr-main-menu__call {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zhusr-main-menu__top-inner {
    padding: 5px 20px 5px;
  }
  .zhusr-main-menu__contact-list li + li {
    margin-left: 30px;
  }
  .zhusr-main-menu__contact-list li:before {
    left: -15px;
  }
  .zhusr-main-menu__top-welcome-text {
    display: none;
  }
  .zhusr-main-menu__wrapper-inner {
    padding: 0 20px;
  }
  .zhusr-main-menu__call, .zhusr-main-menu__search-cart-box {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .zhusr-main-menu-two__contact-list li:last-child {
    display: none;
  }
  .zhusr-main-menu-two__search-box, .zhusr-main-menu-two__cart, .zhusr-main-menu-two__user {
    display: none;
  }
}
/*内页ban 作者：小朱 QQ：550988513*/
@keyframes bgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.zhusr-nrban-img {
  animation: bgZoom 5s ease-in-out forwards;
  transform-origin: center center;
}
.zhusr-nrban {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0;
  overflow: hidden;
}
.zhusr-nrban-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.2;
}
.zhusr-nrban .zhusr-nrban-navname {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #fefefe;
  letter-spacing: .4px;
  margin-bottom: 18px
}
@media(max-width: 575px) {
  .zhusr-nrban .zhusr-nrban-navname {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.zhusr-nrban .text {
  position: relative;
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .05em;
  max-width: 520px
}
.zhusr-nrban-dqwz {
  position: relative;
  margin-top: 5px;
  color: #fff;
}
.zhusr-nrban-dqwz a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}
.zhusr-nrban-dqwz a:last-child {
  color: #fff;
  margin-left: 5px;
  margin-right: 0
}
.zhusr-nrban-dqwz li:last-child::after {
  display: none
}
.zhusr-nrban-dqwz li:first-child {
  padding-left: 22px
}
.zhusr-nrban-dqwz li:first-child::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 900;
  font-family: var(--icon-font);
  color: var(--yellow-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-nrban-dqwz li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: var(--yellow-color)
}
.zhusr-nrban-dqwz li a {
  color: var(--yellow-color);
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-nrban-dqwz li a:hover {
  color: var(--white-color)
}
.zhusr-nrban-dqwz li:hover:first-child::before {
  color: var(--white-color)
}
@media(max-width: 767px) {
  .zhusr-nrban {
    padding: 60px 0
  }
}
.zhusr-nrban-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
/*产品展示*/
.zhusr-list-img-2025-0515 {
  padding: 100px 0;
  background-color: #f3f3f3;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li {
  margin-bottom: 25px;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-pic {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-pic img {
  width: 100%;
  height: 200px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-pic img:hover {
  transform: scale(1.08);
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-bt {
  padding: 10px 5px;
  background: #fff;
  text-align: center;
  position: relative;
  font-weight: 500;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-bt:before {
  content: "";
  display: block;
  width: 86%;
  background: #e6e6e6;
  height: 1px;
  position: absolute;
  left: 7%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-bt a {
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  position: relative;

}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-bt a {
  text-align: center;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-bt p {
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li:hover .zhusr-list-img-bt:before {
  background: #009899;
  width: 100%;
  height: 100%;
  left: 0;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li:hover .zhusr-list-img-bt a {
  color: #fff;
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li:hover .zhusr-list-img-bt p {
  color: rgba(255, 255, 255, 0.45);
}
.zhusr-list-img-2025-0515 .zhusr-list-img-li:hover .zhusr-list-img-pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.zhusr-list {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.zhusr-list a {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zhusr-list a {
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.zhusr-list-nav {
  text-align: center;
}
.zhusr-list-nav a {
  display: inline-block;
  margin-right: 5px;
  border: 1px #cccccc solid;
  background: #fff;
  text-decoration: none;
  color: #808080;
  font-size: 14px;
  line-height: 30px;
}
.zhusr-list-nav a:hover {
  color: #169b3e;
  background: white;
  border: 1px #169b3e solid;
}
.zhusr-list-nav a.page-num-current {
  border: none;
  background: #169b3e;
  color: #fff;
}
.zhusr-none p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .zhusr-list-nav a {
    line-height: 30px;
  }
  .zhusr-list a {
    padding: 0 10px;
  }
}
/*内容详情*/
.zhusr-content-one {
  padding: 100px 0;
}
.zhusr-content-one .zhusr-content-nr-bt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.zhusr-content-one .zhusr-content-nr-bt h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.zhusr-content-one .zhusr-content-nr-bt ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.zhusr-content-one .zhusr-content-nr-bt ul li {
  list-style: none;
  font-size: 16px;
  margin-right: 15px;
}
.zhusr-content-one .zhusr-content-nr-bt ul li i {
  margin-right: 5px;
  color: #333;
}
.zhusr-content-one .zhusr-next {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.zhusr-content-one .zhusr-next a {
  color: #333;
  font-size: 16px;
}
.zhusr-content-one .zhusr-content-nr p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 10px;
}
.zhusr-content-nr .img {
  text-align: center;
  margin-bottom: 20px;
}
.zhusr-content-nr .img img {
  max-width: 100%;
  height: auto;
}
/*新闻列表*/
.zhusr-list-news-body {
  position: relative;
  padding: 0px;
  display: grid;
  gap: 26px;
  align-items: start;
  grid-template-columns: 380px auto;
  overflow: hidden;
  background-color: var(--zhusr-white, #ffffff);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .zhusr-list-news-body {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zhusr-list-news-body {
    grid-template-columns: 1fr;
  }
}
.zhusr-list-news-body::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #037f45;
  transition: all 500ms ease;
}
.zhusr-list-news-body:hover::after {
  width: 100%;
  left: 0px;
}
.zhusr-list-news-body__image {
  position: relative;
  z-index: 1;
  transition: all 400ms ease;
}
.zhusr-list-news-body__image img {
  width: 100%;
  height: 260px;
  display: block;
  border-radius: inherit;
}
.zhusr-list-news-body__content {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 0px;
}
@media (max-width: 767px) {
  .zhusr-list-news-body__content {
    padding: 0px 20px 20px;
  }
}
@media (max-width: 412px) {
  .zhusr-list-news-body__content {
    padding: 0px 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zhusr-list-news-body__content {
    padding: 0px 20px 20px;
  }
}
.zhusr-list-news-body__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.318;
  text-transform: capitalize;
}
.zhusr-list-news-body__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.zhusr-list-news-body__title a:hover {
  background-size: 100% 1px;
}
.zhusr-list-news-body__meta {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px 26px;
}

.zhusr-list-news-body__meta li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--zhusr-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.zhusr-list-news-body__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  background-color: var(--zhusr-border-color, #dddddd);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .zhusr-list-news-body__meta li:not(:last-child)::after {
    display: none;
  }
}
.zhusr-list-news-body__meta__icon {
  flex-shrink: 0;
  position: relative;
  top: 0px;
  font-size: 14px;
  color: #117700;
  transition: all 500ms ease;
}
.zhusr-list-news-body__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.zhusr-list-news-body:hover .zhusr-list-news-body__meta li:not(:last-child)::after {
  background-color: RGBA(var(--zhusr-border-color-rgb, 221, 221, 221), 0.2);
}
.zhusr-list-news-body__text {
  padding-bottom: 15px;
  margin-bottom: 22px;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--zhusr-border-color, #dddddd);
}
.zhusr-list-news-body:hover .zhusr-list-news-body__text {
  border-color: RGBA(var(--zhusr-border-color-rgb, 221, 221, 221), 0.2);
}
.zhusr-list-news-body__bottom {
  display: flex;
  align-items: center;
  gap: 20px 36px;
}
@media (max-width: 390px) {
  .zhusr-list-news-body__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.zhusr-list-news-body__admin {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.zhusr-list-news-body__admin::after {
  content: "";
  width: 1px;
  height: calc(100% + 23px);
  position: absolute;
  right: -19px;
  bottom: 0px;
  background-color: var(--zhusr-border-color, #dddddd);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .zhusr-list-news-body__admin::after {
    display: none;
  }
}
.zhusr-list-news-body__admin__image {
  width: 39px !important;
  height: 39px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.zhusr-list-news-body__admin__name {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  transition: all 500ms ease;
}
.zhusr-list-news-body__admin__designation {
  margin: 0px;
  transition: all 500ms ease;
}
.zhusr-list-news-body:hover .zhusr-list-news-body__admin::after {
  background-color: RGBA(var(--zhusr-border-color-rgb, 221, 221, 221), 0.2);
}
.zhusr-list-news-body:hover .zhusr-list-news-body__title, .zhusr-list-news-body:hover .zhusr-list-news-body__meta li, .zhusr-list-news-body:hover .zhusr-list-news-body__text, .zhusr-list-news-body:hover .zhusr-list-news-body__admin__name, .zhusr-list-news-body:hover .zhusr-list-news-body__admin__designation, .zhusr-list-news-body:hover .zhusr-list-news-body__meta i {
  color: var(--zhusr-white, #ffffff);
}
.zhusr-list-news-body__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--zhusr-black5, #444444);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}
.zhusr-list-news-body__link__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--zhusr-base, #ff5a1e);
}
.zhusr-list-news-body__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.zhusr-list-news-body:hover .zhusr-list-news-body__link {
  color: #fff;
}
.zhusr-list-news-body-two {
  position: relative;
  padding: 10px;
  display: flex;
  gap: 20px 57px;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--zhusr-white, #ffffff);
  border: 1px solid var(--zhusr-border-color, #dddddd);
}
@media (max-width: 991px) {
  .zhusr-list-news-body-two {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 440px) {
  .zhusr-list-news-body-two {
    border-radius: 20px;
  }
}
.zhusr-list-news-body-two::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--zhusr-black2, #072f3e);
  transition: all 500ms ease;
}
.zhusr-list-news-body-two.active::after, .zhusr-list-news-body-two:hover::after {
  width: 100%;
  left: 0px;
}
.zhusr-list-news-body-two__image {
  width: 390px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  background-color: var(--zhusr-white, #ffffff);
  transition: all 400ms ease;
}
@media (max-width: 991px) {
  .zhusr-list-news-body-two__image {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .zhusr-list-news-body-two__image {
    border-radius: 30px;
  }
}
.zhusr-list-news-body-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.zhusr-list-news-body-two.active .zhusr-list-news-body-two__image, .zhusr-list-news-body-two:hover .zhusr-list-news-body-two__image {
  padding: 4px;
}
.zhusr-list-news-body-two__admin {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 30px 10px 10px;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 100px;
  background-color: var(--zhusr-white, #ffffff);
  filter: drop-shadow(2px -2px 5.5px rgba(0, 0, 0, 0.15));
}
@media (max-width: 440px) {
  .zhusr-list-news-body-two__admin {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 390px) {
  .zhusr-list-news-body-two__admin {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .zhusr-list-news-body-two__admin {
    padding: 30px 10px 10px 10px;
    top: 50%;
    left: auto;
    right: -23px;
    white-space: nowrap;
    transform: translateY(-50%);
    writing-mode: sideways-lr;
  }
}
.zhusr-list-news-body-two__admin__image {
  width: 39px !important;
  height: 39px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
@media (min-width: 1200px) {
  .zhusr-list-news-body-two__admin__image {
    left: 2px;
    transform: rotate(-90deg);
  }
}
.zhusr-list-news-body-two__admin__name {
  margin: 0px 2px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  transition: all 500ms ease;
}
.zhusr-list-news-body-two__admin__designation {
  margin: 0px;
  line-height: 1.25;
  transition: all 500ms ease;
}
.zhusr-list-news-body-two__content {
  width: calc(100% - 390px);
  position: relative;
  z-index: 1;
  padding-right: 147px;
}
@media (max-width: 1199px) {
  .zhusr-list-news-body-two__content {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .zhusr-list-news-body-two__content {
    width: 100%;
    padding: 0px 30px 30px;
  }
}
@media (max-width: 767px) {
  .zhusr-list-news-body-two__content {
    padding: 0px 20px 30px;
  }
}
@media (max-width: 440px) {
  .zhusr-list-news-body-two__content {
    padding: 0px 10px 10px;
  }
}
.zhusr-list-news-body-two__top {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (max-width: 440px) {
  .zhusr-list-news-body-two__top {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.zhusr-list-news-body-two__category {
  display: inline-block;
  padding: 9px 37px;
  font-size: 14px;
  color: var(--zhusr-white, #ffffff);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  background-color: var(--zhusr-base, #ff5a1e);
  clip-path: polygon(0 0, 100% 0, 87% 50%, 100% 100%, 0 100%, 13% 50%);
}
.zhusr-list-news-body-two__number::after {
  content: "0"counter(eventNumber);
  counter-increment: eventNumber;
  font-size: 80px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--zhusr-border-color, #dddddd);
  transition: all 500ms ease;
}
.zhusr-list-news-body-two__title {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}
.zhusr-list-news-body-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.zhusr-list-news-body-two__title a:hover {
  background-size: 100% 1px;
}
.zhusr-list-news-body-two__meta {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px 26px;
}
@media (max-width: 390px) {
  .zhusr-list-news-body-two__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.zhusr-list-news-body-two__meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--zhusr-text, #636363);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.zhusr-list-news-body-two__meta li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: calc(50% - 3px);
  right: -15px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--zhusr-border-color, #dddddd);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .zhusr-list-news-body-two__meta li:not(:last-child)::after {
    display: none;
  }
}
.zhusr-list-news-body-two__meta__icon {
  display: inline-flex;
  position: relative;
  top: -1px;
  font-size: 14px;
  color: var(--zhusr-base, #ff5a1e);
  transition: all 500ms ease;
}
.zhusr-list-news-body-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.zhusr-list-news-body-two.active .zhusr-list-news-body-two__meta li:not(:last-child)::after, .zhusr-list-news-body-two:hover .zhusr-list-news-body-two__meta li:not(:last-child)::after {
  color: var(--zhusr-border-color, #dddddd);
}
.zhusr-list-news-body-two__text {
  margin: 0px;
  transition: all 500ms ease;
}
.zhusr-list-news-body-two.active .zhusr-list-news-body-two__title, .zhusr-list-news-body-two:hover .zhusr-list-news-body-two__title, .zhusr-list-news-body-two.active .zhusr-list-news-body-two__meta li, .zhusr-list-news-body-two:hover .zhusr-list-news-body-two__meta li, .zhusr-list-news-body-two.active .zhusr-list-news-body-two__text, .zhusr-list-news-body-two:hover .zhusr-list-news-body-two__text {
  color: var(--zhusr-white, #ffffff);
}
.zhusr-list-news-body-two .deskot-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .zhusr-list-news-body-two .deskot-btn {
    margin: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    padding: 12px 11px 17px 11px;
    writing-mode: sideways-lr;
    white-space: nowrap;
  }
  .zhusr-list-news-body-two .deskot-btn::after {
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zhusr-list-news-body-two .deskot-btn:hover::after {
    height: 100%;
    bottom: 0;
  }
  .zhusr-list-news-body-two .deskot-btn .deskot-btn__icon i {
    top: 0px;
    right: 0px;
    left: auto;
  }
  .zhusr-list-news-body-two .deskot-btn .deskot-btn__icon i:last-child {
    right: -15px;
    left: auto;
  }
  .zhusr-list-news-body-two .deskot-btn:hover .deskot-btn__icon {
    color: var(--zhusr-base, #ff5a1e);
  }
  .zhusr-list-news-body-two .deskot-btn:hover .deskot-btn__icon i {
    transform: translate(-15px, -15px);
  }
}
@media (min-width: 1200px) {
  .zhusr-list-news-body-two .deskot-btn {
    right: 41px;
  }
}
.zhusr-list-news-body-two.active .deskot-btn::after, .zhusr-list-news-body-two:hover .deskot-btn::after {
  width: 100%;
  left: 0px;
  background-color: var(--zhusr-base, #ff5a1e);
}
@media (min-width: 992px) {
  .zhusr-list-news-body-two.active .deskot-btn::after, .zhusr-list-news-body-two:hover .deskot-btn::after {
    height: 100%;
    bottom: 0;
  }
}
.zhusr-list-news-body-two.active .zhusr-list-news-body-two:hover .deskot-btn__icon, .zhusr-list-news-body-two:hover .deskot-btn__icon {
  color: var(--zhusr-base, #ff5a1e);
}
.zhusr-list-news-body-two:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .zhusr-list-news-body-two:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .zhusr-list-news-body-two:nth-child(even) .zhusr-list-news-body-two__admin {
    right: auto;
    left: -23px;
  }
}
.zhusr-list-news-body-two:nth-child(even) .zhusr-list-news-body-two__content {
  padding-right: 0px;
  padding-left: 147px;
}
@media (max-width: 1199px) {
  .zhusr-list-news-body-two:nth-child(even) .zhusr-list-news-body-two__content {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .zhusr-list-news-body-two:nth-child(even) .zhusr-list-news-body-two__content {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 767px) {
  .zhusr-list-news-body-two:nth-child(even) .zhusr-list-news-body-two__content {
    padding: 0px 20px 30px;
  }
}
@media (max-width: 440px) {
  .zhusr-list-news-body-two:nth-child(even) .zhusr-list-news-body-two__content {
    padding: 0px 10px 10px;
  }
}
@media (min-width: 992px) {
  .zhusr-list-news-body-two:nth-child(even) .deskot-btn {
    right: auto;
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .zhusr-list-news-body-two:nth-child(even) .deskot-btn {
    right: auto;
    left: 41px;
  }
}
.zhusr-index-news-20260307 {
  padding: 100px 0;
  background-color: #f3f3f3;
}
.zhusr-logo h2 i {
  color: #15D300;
  margin-right: 8px;
}
.zhusr-logo h2 {
  font-size: 28px;
  color: #fff;
}
.zhusr-main-menu__logo .zhusr-logo h2 i {
  color: #0a7158;
  margin-right: 8px;
}
.zhusr-main-menu__logo .zhusr-logo h2 {
  font-size: 28px;
  color: #000;
}
.zhusr-search .zhusr-list-news-body {
  display: block;
}
.zhusr-search .zhusr-list-news-body__content {
  padding: 15px;
}
.zhusr-zxkf {
  position: fixed;
  right: 15px;
  bottom: 30%;
  z-index: 1018
}
.zhusr-zxkf .zhusr-zxkf-info-info .tip {
  display: table;
  margin-bottom: 15px;
  margin-left: -145px;
  padding: 5px 15px;
  max-width: 225px;
  color: #fff;
  background: #0a7158;
  border-radius: 1rem;
  animation: infotip 3s infinite;
  font-size: 16px;
}
.zhusr-zxkf .zhusr-zxkf-info-info .tip:hover {
  background-color: #ddd;
  color: #000;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-zxkf-weixin p {
  text-align: center;
}
.zhusr-zxkf .zhusr-zxkf-info-info .tip i {
  margin-right: 8px;
}
.zhusr-zxkf .zhusr-zxkf-info-info .tip:nth-child(2) {
  animation: infotip 6s infinite
}
.zhusr-zxkf .zhusr-zxkf-info-info .tip:nth-child(3) {
  animation: infotip 7s infinite
}
.zhusr-zxkf .zhusr-zxkf-info-info .tip:nth-child(4) {
  animation: infotip 8s infinite
}
@keyframes infotip {
  0% {
    opacity: 0;
    transform: translateY(0)
  }
  50% {
    opacity: 0.75;
    transform: translateY(-50%)
  }
  100% {
    opacity: 0;
    transform: translateY(-25%)
  }
}
.zhusr-zxkf .zhusr-zxkf-info-list {
  display: block;
  margin-bottom: 15px;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0a7158;
  border-radius: 50%;
  text-align: center;
  cursor: pointer
}
.zhusr-zxkf .zhusr-zxkf-info-list:hover {
  background-color: #ddd;
  color: #000;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-zxkf .zhusr-zxkf-info-list:hover .zhusr-zxkf-info-body {
  left: -210px;
  transform: scale(1);
  transition: all var(--zhusr-transition);
  opacity: 1
}
.zhusr-zxkf .zhusr-zxkf-info-body {
  padding: 10px;
  position: absolute;
  top: 0;
  width: 200px;
  line-height: 1.5;
  color: #fff;
  background: #0a7158;
  border-radius: var(--zhusr-radius);
  text-align: center;
  transform: scale(0);
  opacity: 0
}
.zhusr-zxkf .zhusr-zxkf-info-body img {
  max-width: 100%;
  height: auto;
}
.zhusr-zxkf .zhusr-zxkf-info-body p {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.zhusr-zxkf .zhusr-zxkf-info-body p i {
  margin-right: 8px;
}
.zhusr-zxkf .zhusr-zxkf-info-body:before {
  position: absolute;
  top: 15px;
  right: -5px;
  content: '';
  width: 10px;
  height: 10px;
  background: #0a7158;
  transform: rotate(45deg)
}
.zhusr-zxkf .zhusr-zxkf-info-top {
  opacity: 0
}
.zhusr-zxkf .zhusr-zxkf-info-top.active {
  opacity: 1;
  transition: var(--zhusr-transition)
}
.zhusr-zxkf .theme-mode .theme-sun i, .zhusr-zxkf .theme-mode .theme-moon i {
  cursor: pointer
}
.zhusr-zxkf .theme-switch input, .zhusr-zxkf .theme-mode .theme-sun, .zhusr-zxkf input:checked + .theme-mode .theme-moon {
  display: none
}
.zhusr-zxkf .theme-mode .theme-moon, .zhusr-zxkf input:checked + .theme-mode .theme-sun {
  display: block
}




.zhusr-foot-kf-20250917 {
  display: none;
}
/*以下是手机端CSS 作者：小朱 QQ：550988513*/
@media only screen and (max-width: 768px) {
  .zhusr-foot-kf-20250917 {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 0;
    background: #0a7158;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .zhusr-foot-kf-20250917 ul {
    margin: 0 auto
  }
  .zhusr-foot-kf-20250917 ul li {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
  }
  .zhusr-foot-kf-20250917 ul li i {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
  }
  .zhusr-foot-kf-20250917 ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
	
	
	
	.zhusr-mbxs{
		display: none;
	}
	.zhusr-index-footer__bottom{
		padding-bottom: 80px;
	}
	  .zhusr-index-banner__img-box {
    display: none;
  }
  #zhusr-index-banner-pagination {
    display: none;
  }
  .zhusr-index-banner__title {
    font-size: 28px;
    line-height: 1.4em;
  }
  .zhusr-index-banner__title br {
    display: none;
  }
  .zhusr-index-banner__text br {
    display: none;
  }
  .zhusr-index-banner__btn-and-review-box {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
  .zhusr-index-banner__review-box .text-box h4 {
    font-size: 16px;
  }
  .zhusr-index-banner__content {
    padding:100px 0;
 
	  
  }
	.zhusr-index-banner__text{
		font-size: 16px;
	}
	.zhusr-main-menu__logo .zhusr-logo h2{
		font-size: 22px;
	}
	  .zhusr-section-title__title {
    font-size: 18px;
  }
  .zhusr-section-title__title br {
    display: none;
  }
  .zhusr-index-contact__left {
    margin-left: 0;
    margin-right: 0;
  }
  .zhusr-index-contact__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .zhusr-index-contact__inner {
    padding: 25px 15px;
  }
  .zhusr-index-contact__form-title {
    font-size: 24px;
  }
  .zhusr-index-contact {
    padding:60px 0;
  }
  .zhusr-index-fuwuys__shape-1 {
    display: none;
  }
  .zhusr-index-fuwu-zulin__top {
  
    gap: 25px;
  }
  .zhusr-index-fuwu-zulin__content {
    padding: 10px 5px;
  }
  .zhusr-index-fuwu-zulin {
    padding: 60px 0;
  }
  .zhusr-index-list-news__single {
    padding: 0px;
  }
  .zhusr-index-list-news__content {
    padding: 10px;
  }
  .zhusr-index-list-news__user {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
    transform: rotate(0deg);
    margin-bottom: 15px;
  }
  .zhusr-index-list-news__user-img {
    transform: rotate(-00deg);
  }
  .zhusr-index-list-news__meta li + li {
    margin-left: 20px;
  }
  .zhusr-index-list-news__single-two {
    padding: 15px;
    flex-direction: column;
    align-items: baseline;
  }
  .zhusr-index-list-news__content-two {
    padding-left: 0;
    top: 0;
  
  }
  .zhusr-index-list-news {
    padding: 60px 0;
  }
  .zhusr-index-fuwuys {
    padding: 60px 0;
  }
  .zhusr-footer-widget__about {
    margin-right: 0;
    margin-top: 0;
  }
  .zhusr-footer-widget__links {
    margin-left: 0;
    margin-right: 0;
    max-width: 200px;
    margin-top: 41px;
  }
  .zhusr-footer-widget__contact-info {
    margin-right: 0;
    margin-top: 41px;
    max-width: 300px;
  }
  .zhusr-index-footer__newsletter {
    margin-top: 41px;
  }
  .zhusr-index-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .zhusr-index-footer__bottom-menu {
    flex-direction: column;
    text-align: center;
  }
  .zhusr-index-footer__bottom-menu li + li {
    margin-left: 0;
    margin-top: 3px;
  }
  .zhusr-index-footer__bottom-menu-box {
    margin-top: 5px;
  }
  .zhusr-index-footer__top-inner {
    padding: 80px 0 80px;
  }
  .zhusr-index-about__left {
    margin-right: 0;
  }
  .zhusr-index-about__img-2 {
    position: relative;
    bottom: inherit;
    right: inherit;
    clip-path: none;
    margin: 30px 0 30px;
  }
  .zhusr-index-about__img-2 img {
    width: 100%;
  }
  .zhusr-index-about__video-link {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .zhusr-index-about__cleaning-gurante {
    clip-path: none;
    max-width: 100%;
  }
  .zhusr-index-about__experience-box {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .zhusr-index-about__experience-box:before {
    display: none;
  }
  .zhusr-index-about__experience-count {
    justify-content: center;
  }
  .zhusr-index-about__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .zhusr-index-about__points-list {
    gap: 0px;
    flex-direction: column;
    align-items: baseline;
  }
  .zhusr-index-about__review-box {
    padding-left: 0;
    margin-top: 20px;
    border-left: 0;
  }
  .zhusr-index-about__point-and-review-box {
    flex-direction: column;
    align-items: baseline;
    padding: 30px 20px 30px;
  }
  .zhusr-index-about__author-sign {
    margin-left: 0;
    padding-left: 0;
  }
  .zhusr-index-about__author-box {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .zhusr-index-about__author-sign:before {
    display: none;
  }
  .zhusr-index-about__btn-and-author-box {
    gap: 15px;
    flex-direction: column;
    align-items: baseline;
  }
  .zhusr-index-about {
    padding: 60px 0;
  }
  .zhusr-index-footer__recent-post {
    margin-left: 0;
    margin-top: 41px;
  }
  .zhusr-footer-widget__recent-posts-list li .content-box h4 a br {
    display: none;
  }
	.zhusr-index-fuwu-zulin__carousel .swiper-nav-style-one{
		display: none;
	}
	.zhusr-index-fuwuys__inner .col-md-6{
		width: 50%;
	}
	.zhusr-index-fuwuys__icon-inner{
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.zhusr-index-fuwuys__icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.zhusr-index-fuwuys__icon span{
		font-size: 28px;
	}
	
	.zhusr-list-img-2025-0515 .zhusr-list-img-li{
		width: 50%;
	}
	
	
	.zhusr-list-img-2025-0515 .zhusr-list-img-li .zhusr-list-img-pic img{
		height: 110px;
	}
	
	
	.zhusr-list-img-2025-0515,.zhusr-content-one,.zhusr-index-news-20260307{
		padding: 60px 0;
	}
	
	
	
	.zhusr-index-fuwuys__title{
		font-size: 18px;
	}
	
	
	
	
	.zhusr-index-contact__left img{
		max-width: 200px;
		height: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
