﻿/*--------------------------------------------------------
 * 版权声明： 
 * @version       2013年6月13日 小朱$
 * @author        zhusr.com 小朱 QQ：514388881
 * @copyright     Copyright (c)  www.zhusr.com
 * @license       https://www.zhusr.com/license.html
 --------------------------------------------------------*/ :root {
  --main-color: rgb(253, 137, 0);
  --main-color-rgb: 253, 137, 0;
  --color-two: rgb(34, 34, 34);
  --color-two-rgb: 34, 34, 34;
  --color-three: rgb(85, 85, 85);
  --color-three-rgb: 85, 85, 85;
  --white-color: rgb(255, 255, 255);
  --white-color-rgb: 255, 255, 255;
  --black-color: rgb(0, 0, 0);
  --black-color-rgb: 0, 0, 0;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body {
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
n::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #016c8c;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #016c8c;
  border-radius: 10px;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #016c8c;
}
button, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0px;
  background: none;
  font-weight: 700;
  color: var(--black-color);
  font-family: "Noto Sans SC", sans-serif;
}
input, button, select, textarea {}
textarea {
  overflow: hidden;
}
.sticky-top {
  top: 125px;
  z-index: 1;
}
.text, p {
  position: relative;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
h1 {
  line-height: 1.5;
  font-size: 70px;
}
h2 {
  line-height: 1.5;
  font-size: 50px;
}
h3 {
  line-height: 40px;
  font-size: 30px;
}
h4 {
  line-height: 1.5;
  font-size: 24px;
}
h5 {
  line-height: 1.5;
  font-size: 20px;
}
h6 {
  line-height: 1.5;
  font-size: 18px;
}
.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}
.auto-container_two {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
}
.zhusr-theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.20);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.progress-wrap::after {
  position: absolute;
  content: '\f176';
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  color: #016c8c;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  font-weight: 700;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 13px;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #016c8c;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap.style2::after {
  color: var(--thm-color-2);
}
.progress-wrap.style2 svg.progress-circle path {
  stroke: var(--thm-color-2);
}
.progress-wrap.style3::after {
  color: var(--thm-color-3);
}
.progress-wrap.style3 svg.progress-circle path {
  stroke: var(--thm-color-3);
}
/*以上是共用CSS 作者QQ:550988513*/
.zhusr-instagram-block_one {
  position: relative;
  margin-bottom: 60px;
}
.zhusr-instagram-block_one:hover .news-block_three-content {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #016c8c;
}
.zhusr-instagram-block_one:hover .news-block_three-title {
  color: #fff;
}
.zhusr-instagram-block_one-inner {
  position: relative;
  border: 1px solid #ddd;
}
.zhusr-instagram-block_one-image {
  position: relative;
  overflow: hidden;
}
.zhusr-instagram-block_one-image img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-instagram-block_one-image img:hover {
  transform: scale(1.08);
}
.zhusr-instagram-block_one-overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.zhusr-instagram-block_one-inner:hover .zhusr-instagram-block_one-overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.zhusr-instagram-block_one-icon {
  position: relative;
  font-size: 40px;
  color: var(--white-color);
}
.zhusr-service-one {
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 120px 0px 120px;
  background-attachment: fixed;
}
.zhusr-service-one::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: #000;
  opacity: 0.3;
}
.zhusr-qyzs .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}
.zhusr-blog-three {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #f3f3f3;
}
.zhusr-blog-three .sec-title .d-flex {
  gap: 20px;
}
.zhusr-blog-three .sec-title .blog-more {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-two);
  border-bottom: 1px solid var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-blog-three .sec-title .blog-more:hover {
  color: var(--main-color);
}
.zhusr-btn-zhusr-style-two {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 15px;
  color: var(--white-color);
  background-color: #016c8c;
  margin-top: 15px;
}
.zhusr-btn-zhusr-style-two:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #0095AD;
}
.zhusr-btn-zhusr-style-two:hover:before {
  top: 0%;
}
.zhusr-btn-zhusr-style-two i {
  margin-left: 5px;
  display: inline-block;
  color: var(--white-color);
}
.zhusr-btn-zhusr-style-two:hover i {
  color: #fff;
}
.zhusr-btn-zhusr-style-two .zhusr-btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.zhusr-btn-zhusr-style-two .zhusr-btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white-color);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zhusr-btn-zhusr-style-two:hover .zhusr-btn-wrap .text-one:first-child {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.zhusr-btn-zhusr-style-two .zhusr-btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zhusr-btn-zhusr-style-two:hover .zhusr-btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zhusr-btn-zhusr-style-two:hover .zhusr-btn-wrap .text-two {
  color: #fff;
}
.zhusr-btn-zhusr-style-two:hover {}
.zhusr-btn-zhusr-style-two:hover:before {
  top: -40%;
}
.zhusr-default-skills {
  position: relative;
}
.zhusr-default-skill-item {
  position: relative;
  margin-bottom: 25px;
}
.zhusr-default-skill-item:last-child {
  margin-bottom: 0px;
}
.zhusr-default-skill-title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Noto Sans SC", sans-serif;
}
.zhusr-default-skill-bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 50px;
}
.zhusr-default-skill-bar:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 12px;
  border-radius: 50px;
  background-color: #dddddd;
}
.zhusr-default-bar-inner {
  position: relative;
  width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 50px;
}
.zhusr-default-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 12px;
  width: 0px;
  border-radius: 50px;
  background-color: #016c8c;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.zhusr-default-count-box {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  color: var(--black-color);
  font-family: "Noto Sans SC", sans-serif;
}
.zhusr-main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  width: 100%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  min-height: 50px;
}
.zhusr-main-header.header-style-one .header-lower .header-navbar {
  position: relative;
  gap: 30px;
  padding: 0px 20px 0px 10px;
}
.zhusr-main-header.header-style-one .header-lower .header-navbar:before {
  position: absolute;
  content: '';
  left: -60px;
  bottom: -20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--white-color);
}
.zhusr-main-header.header-style-one .header-lower .header-navbar .nav-outer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 0px 50px 50px 0px;
  background-color: var(--white-color);
}
.zhusr-main-header.header-style-one .header-lower .header-navbar:after {
  position: absolute;
  content: '';
  left: -60px;
  bottom: 0px;
  border-bottom: 90px solid var(--white-color);
  border-left: 60px solid transparent;
}
.zhusr-main-header.header-style-one .auto-container {
  max-width: 1460px;
}
.zhusr-main-header.header-style-one .header-lower .logo-box:before {
  position: absolute;
  content: '';
  bottom: -18px;
  right: -13px;
  border-bottom: 18px solid var(--white-color);
  border-right: 14px solid transparent;
}
.zhusr-main-header.header-style-one .header-lower .logo-box .logo {
  position: relative;
  z-index: 1;
  padding: 25px 30px 5px 50px;
}
.zhusr-main-header.header-style-one .header-lower .logo-box .logo:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -18px;
  z-index: -1;
  border-radius: 80px 0px 0px 80px;
  background-color: var(--white-color);
}
.zhusr-main-header.header-style-one .header-lower .logo-box .logo:after {
  position: absolute;
  content: '';
  right: -61px;
  top: 0px;
  bottom: 0px;
  border-top: 90px solid var(--white-color);
  border-right: 62px solid transparent;
}
.zhusr-main-header.header-style-one .header-lower .zhusr-inner-container {
  position: relative;
  border-radius: 150px 150px;
}
.zhusr-main-header.header-style-one.fixed-header .header-lower .zhusr-inner-container {
  padding: 0px 0px;
}
.zhusr-main-header.header-style-one.fixed-header .header-lower .logo-box .logo:before, .zhusr-main-header.header-style-one.fixed-header .header-lower .logo-box:before {
  display: none;
}
.zhusr-main-header.header-style-one.fixed-header .header-lower .header-navbar:before {
  display: none;
}
.zhusr-main-header.header-style-one.fixed-header .header-lower .header-navbar {
  padding: 0px;
}
.zhusr-main-header.header-style-one.fixed-header .header-lower .logo-box .logo {
  padding: 15px 0px;
}
.zhusr-main-header .header-lower {
  position: relative;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.zhusr-main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.zhusr-main-header .main-box .outer-container {
  position: relative;
}
.zhusr-main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}
.zhusr-main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.zhusr-main-header .header-lower .nav-outer {
  position: static;
}
.zhusr-main-header .header-lower .logo-box {
  position: relative;
  z-index: 1;
}
.zhusr-main-header .header-lower .logo-box .logo {
  position: relative;
  padding: 25px 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:nth-child(7) > ul, .zhusr-main-header .zhusr-main-menu .navigation > li:nth-child(8) > ul {
  left: 0px;
  right: auto !important;
}
.zhusr-main-header .zhusr-main-menu {
  position: static;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.zhusr-main-header .zhusr-main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}
.zhusr-main-header .header-lower .zhusr-main-menu .navigation {
  position: static;
}
.zhusr-main-header .zhusr-main-menu .navigation > li {
  position: relative;
  margin-right: 25px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li.current a::after, .zhusr-main-header .zhusr-main-menu .navigation > li:hover a::after {
  opacity: 1;
}
.zhusr-main-header.fixed-header .header-lower {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
  background-color: var(--white-color);
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 20px 0px;
  text-align: center;
  color: var(--color-two);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li.dropdown a {
  padding-right: 15px !important;
}
.zhusr-main-header .zhusr-main-menu .navigation > li.dropdown > a:after {
  position: absolute;
  content: "\f107";
  right: 0px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Font Awesome 7 Free';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li.dropdown:hover > a::after {
  transform: rotate(180deg);
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > a::before {
  color: #016c8c;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 17px 0#016c8c;
}
.zhusr-main-header .sticky-header .zhusr-main-menu .navigation > li > a .menu-text {
  text-shadow: 0 16px 0 var(--black-color);
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > a span {
  --m: calc(17px * -1);
}
.zhusr-main-menu > li > a .menu-text span:nth-child(1), .zhusr-main-menu-4 > li > a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}
.zhusr-main-header .zhusr-main-menu .navigation > li > a > span {
  position: absolute;
  right: -25px;
  top: 20px;
  width: 42px;
  height: 16px;
  font-weight: 600;
  line-height: 1.6em;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 12px;
  color: var(--black-color);
  background-color: #016c8c;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}
.zhusr-main-header .sticky-header .zhusr-main-menu .navigation > li {
  position: relative;
}
.zhusr-main-header .sticky-header .zhusr-main-menu .navigation > li:last-child {
  margin-right: 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:last-child ul {
  right: 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > a, .zhusr-main-header .zhusr-main-menu .navigation > li.current > a {
  opacity: 1;
  color: #016c8c;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul {
  position: absolute;
  width: 200px;
  top: 100%;
  padding: 10px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  opacity: 0;
  text-align: left;
  margin-bottom: 5px;
  transform: translateY(11px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(9) {
  -webkit-transition-delay: 630ms;
  -moz-transition-delay: 630ms;
  -ms-transition-delay: 630ms;
  -o-transition-delay: 630ms;
  transition-delay: 630ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(10) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(11) {
  -webkit-transition-delay: 770ms;
  -moz-transition-delay: 770ms;
  -ms-transition-delay: 770ms;
  -o-transition-delay: 770ms;
  transition-delay: 770ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(12) {
  -webkit-transition-delay: 840ms;
  -moz-transition-delay: 840ms;
  -ms-transition-delay: 840ms;
  -o-transition-delay: 840ms;
  transition-delay: 840ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li:hover > ul > li:nth-child(13) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
  padding: 5px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(var(--black-color-rgb), 0.06);
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > a:hover {
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  right: 15px;
  top: 12px;
  z-index: 5;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  color: var(--black-color);
  font-family: 'Font Awesome 7 Free';
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 260px;
  padding: 15px 15px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  opacity: 0;
  margin-bottom: 2px;
  transform: translateY(-8px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 15px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(var(--black-color-rgb), 0.06);
}
.zhusr-main-header .zhusr-main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-main-header .zhusr-main-menu .navigation > li.dropdown:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.zhusr-main-header .zhusr-main-menu .navigation li > ul > li.dropdown:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.zhusr-main-header .zhusr-main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--white-color);
  line-height: 28px;
  border: 1px solid var(--white-color);
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.zhusr-header-style-two {
  position: absolute;
  left: 0px;
  top: 25px;
  right: 0px;
  min-height: 110px;
}
.zhusr-main-header.zhusr-header-style-two .zhusr-main-menu .navigation > li {
  margin-right: 12px;
}
.zhusr-main-header.zhusr-header-style-two .zhusr-main-menu .navigation > li > a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.zhusr-main-header.zhusr-header-style-two .zhusr-main-menu .navigation > li.dropdown > a:after {
  line-height: 20px;
}
.zhusr-main-header.zhusr-header-style-two .header-lower .zhusr-inner-container {
  position: relative;
  padding: 0px 25px 0px 0px;
}
.zhusr-main-header.zhusr-header-style-two .header-lower .zhusr-inner-container:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 80px 80px;
  background-color: var(--white-color);
}
.zhusr-main-header.zhusr-header-style-two .header-lower .logo-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -15px;
  right: 0px;
  bottom: -15px;
  border-radius: 80px 10px 10px 80px;
  background-color: var(--white-color);
  border-right: 7px solid#016c8c;
}
.zhusr-main-header.zhusr-header-style-two .header-lower .logo-box .logo {
  padding: 20px 40px 20px 40px;
}
.zhusr-main-header.zhusr-header-style-two.fixed-header .header-lower .zhusr-inner-container {
  padding: 0px 0px;
}
.zhusr-main-header.zhusr-header-style-two.fixed-header .header-lower {
  background-color: var(--white-color);
}
.zhusr-main-header.zhusr-header-style-two.fixed-header .header-lower .logo-box:before {
  display: none;
}
.zhusr-main-header.zhusr-header-style-two.fixed-header .header-lower .logo-box .logo {
  padding: 20px 0px;
}
.zhusr-main-header.zhusr-header-style-three .header-lower .zhusr-inner-container {
  position: relative;
  padding: 0px 30px;
  background-color: var(--white-color);
}
.zhusr-main-header.zhusr-header-style-three .header-lower .logo-box .logo {
  padding: 15px 0px;
}
.zhusr-main-header.zhusr-header-style-three .header-lower .logo-box .logo img {
  max-width: 220px;
}
.zhusr-main-header.zhusr-header-style-three.fixed-header .header-lower .zhusr-inner-container {
  padding: 0px 25px;
}
.zhusr-main-header .mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  cursor: pointer;
  display: none;
  color: var(--black-color);
  font-family: "flaticon_interior";
}
.zhusr-main-header .sticky-header .mobile-nav-toggler {
  color: var(--black-color);
}
.zhusr-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99999999;
}
.zhusr-mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}
.zhusr-mobile-menu .nav-logo img {
  max-width: 200px;
}
.zhusr-mobile-menu-visible {
  overflow: hidden;
}
.zhusr-mobile-menu-visible .zhusr-mobile-menu {
  visibility: visible;
}
.zhusr-mobile-menu .zhusr-menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.90);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.zhusr-mobile-menu-visible .zhusr-mobile-menu .zhusr-menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.zhusr-mobile-menu .menu-box {
  position: absolute;
  right: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  border-radius: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.zhusr-mobile-menu-visible .zhusr-mobile-menu .menu-box {
  right: 0px;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.zhusr-mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  font-family: 'Font Awesome 7 Free';
}
.zhusr-mobile-menu-visible .zhusr-mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.zhusr-mobile-menu .close-btn:hover {
  opacity: 0.50;
}
.zhusr-mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.zhusr-mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.zhusr-mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.zhusr-mobile-menu .navigation li:hover > a, .zhusr-mobile-menu .navigation li.current > a {
  color: #111111;
}
.zhusr-mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}
.zhusr-mobile-menu .navigation li > ul, .zhusr-mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.zhusr-mobile-menu .navigation li > ul > li > a {
  padding-left: 30px;
}
.zhusr-mobile-menu .navigation li > ul > li > ul {
  padding-left: 0px;
}
.zhusr-mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 40px;
}
.zhusr-main-header .zhusr-mobile-menu .close-btn:hover {
  opacity: 0.50;
}
.zhusr-main-header .zhusr-mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid #dddddd;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 12px 20px;
  font-size: 16px;
  color: var(--black-color);
  text-transform: capitalize;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: var(--dark-color);
  font-size: 16px;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid #dddddd;
}
.zhusr-main-header .zhusr-mobile-menu .navigation li > ul, .zhusr-main-header .zhusr-mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.zhusr-main-header .sticky-header .zhusr-navbar-header {
  display: none;
}
.zhusr-main-header .outer-box {
  position: relative;
  gap: 15px;
}
.zhusr-main-header_button {
  position: relative;
  height: 62px;
}
.zhusr-main-header .zhusr-search-box-outer {
  position: relative;
}
.zhusr-main-header .zhusr-search-box-btn {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  font-size: 18px;
  cursor: pointer;
  background: none;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-main-header .zhusr-search-box-btn:hover {
  color: var(--white-color);
  background-color: #0075cc;
}
.zhusr-search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999;
  margin-top: -540px;
  transform: translateY(-100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
  background-color: rgba(255, 255, 255, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sidenav-bar-visible .zhusr-search-popup {
  width: 80%;
}
.search-active .zhusr-search-popup {
  transform: translateY(0%);
  margin-top: 0px;
}
.zhusr-search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  background: none;
  font-family: 'Font Awesome 7 Free';
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
}
.zhusr-search-popup .close-search span {
  position: relative;
  display: block;
  z-index: 2;
  font-weight: 800;
  font-size: 22px;
  color: var(--black-color);
}
.search-active .zhusr-search-popup .close-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.zhusr-search-popup form {
  position: absolute;
  max-width: 1300px;
  top: 25px;
  left: 15px;
  right: 15px;
  z-index: 999;
  margin: 0px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: var(--dark-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .zhusr-search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.zhusr-search-popup .form-group {
  position: relative;
  margin: var(--margin-zero);
  overflow: hidden;
}
.zhusr-search-popup .form-group input[type="text"], .zhusr-search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: var(--black-color);
  padding: 20px 15px;
  background-color: var(--white-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}
.zhusr-search-popup .form-group input[type="submit"], .zhusr-search-popup .form-group button {
  position: absolute;
  right: 60px;
  top: 0px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--black-color);
  cursor: pointer;
  font-weight: 800;
  display: inline-block;
  font-family: 'Font Awesome 7 Free';
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-search-popup .form-group input[type="submit"]:hover, .zhusr-search-popup .form-group button:hover {
  color: var(--black-color);
}
.zhusr-search-popup input::placeholder, .zhusr-search-popup textarea::placeholder {
  color: var(--black-color);
}
.zhusr-search-popup .close-search.zhusr-style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--white-color);
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-search-popup .close-search.zhusr-style-two span {
  font-size: 18px;
  color: var(--white-color);
}
.zhusr-main-header .sticky-header .zhusr-search-box-btn {
  color: var(--color-two);
}
.zhusr-main-header .sticky-header .outer-box .nav-btn {
  color: var(--color-two);
}
.zhusr-main-header .zhusr-mobile-menu .menu-box .mCSB_scrollTools {
  width: 3px;
}
.zhusr-sec-title {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
}
.zhusr-sec-title_title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  gap: 15px;
  letter-spacing: 1px;
  align-items: center;
  color: #016c8c;
}
.zhusr-sec-title_heading {
  color: var(--color-two);
  font-size: 28px;
}
.zhusr-sec-title_text {
  line-height: 1.8;
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}
.zhusr-sec-title.light .zhusr-sec-title_title span {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.zhusr-sec-title.light .zhusr-sec-title_big-title {
  -webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.30);
}
.zhusr-sec-title.light .zhusr-sec-title_text {
  opacity: 1;
  color: var(--white-color);
}
.zhusr-sec-title.light .zhusr-sec-title_heading {
  color: var(--white-color);
}
.zhusr-sec-title.centered {
  text-align: center !important;
}
.zhusr-sec-title.centered .zhusr-sec-title_title {
  justify-content: center;
}
.form-group .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 18px;
  background: none;
  color: #666666;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
}
.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #a5a5a5;
}
.form-group .ui-button .ui-icon:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 10px;
  height: 22px;
  display: block;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  color: var(--color-three);
}
.ui-menu .ui-menu-item {
  font-size: 15px;
}
.ui-menu .ui-menu-item:last-child {
  border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background-color: #016c8c !important;
  border-color: #016c8c !important;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 24px;
  font-size: 15px;
}
.ui-menu-item:hover {
  background-color: var(--color-two);
}
.cursor {
  position: fixed;
  background-color: #016c8c;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.hovered {
  opacity: 1;
}
.cursor-follower {
  position: fixed;
  border: 0.5px solid#016c8c;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.zhusr-sec-title {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
}
.zhusr-sec-title_title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  gap: 15px;
  letter-spacing: 1px;
  align-items: center;
  color: #016c8c;
}
.zhusr-sec-title_heading {
  color: var(--color-two);
  font-size: 26px;
}
.zhusr-sec-title_text {
  line-height: 1.8;
  font-size: 15px;
  color: #666666;
  margin-bottom: 15px;
}
.zhusr-sec-title.light .zhusr-sec-title_title span {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.zhusr-sec-title.light .zhusr-sec-title_big-title {
  -webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.30);
}
.zhusr-sec-title.light .zhusr-sec-title_text {
  opacity: 1;
  color: var(--white-color);
}
.zhusr-sec-title.light .zhusr-sec-title_heading {
  color: var(--white-color);
}
.zhusr-sec-title.centered {
  text-align: center !important;
}
.zhusr-sec-title.centered .zhusr-sec-title_title {
  justify-content: center;
}
.form-group .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 18px;
  background: none;
  color: #666666;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
}
.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #a5a5a5;
}
.form-group .ui-button .ui-icon:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 10px;
  height: 22px;
  display: block;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  color: var(--color-three);
}
.ui-menu .ui-menu-item {
  font-size: 15px;
}
.ui-menu .ui-menu-item:last-child {
  border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background-color: #016c8c !important;
  border-color: #016c8c !important;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 24px;
  font-size: 15px;
}
.ui-menu-item:hover {
  background-color: var(--color-two);
}
.cursor {
  position: fixed;
  background-color: #016c8c;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.hovered {
  opacity: 1;
}
.cursor-follower {
  position: fixed;
  border: 0.5px solid#016c8c;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.zhusr-about-sidebar {
  position: fixed;
  right: -500px;
  top: 0px;
  bottom: 0px;
  width: 450px;
  z-index: 999999;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  background-color: var(--white-color);
}
.zhusr-about-sidebar .gradient-layer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 500%;
  opacity: 0.60;
  z-index: -1;
  background-color: var(--black-color);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: url(/skin/img/cross-out.png), pointer;
}
.zhusr-about-sidebar.active .gradient-layer {
  right: 100%;
}
.zhusr-about-sidebar.active {
  right: 0px;
}
.zhusr-about-sidebar .close-button span {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: var(--black-color);
  background-color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.zhusr-about-sidebar .close-button span:hover {
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-about-sidebar .sidebar-inner {
  position: relative;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zhusr-about-sidebar .content-box {
  position: relative;
  padding: 30px 20px;
}
.zhusr-about-sidebar h3 {
  margin-bottom: 15px;
  color: var(--black-color);
}
.zhusr-about-sidebar h3 span {
  font-weight: 700;
}
.zhusr-about-sidebar .text {
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: var(--color-five);
}
.zhusr-about-sidebar .social-box {
  position: relative;
  margin-left: 50px;
  margin-bottom: 35px;
}
.zhusr-about-sidebar .social-box a {
  position: relative;
  margin-right: 15px;
  font-size: 18px;
  color: var(--black-color);
  font-family: 'Font Awesome 5 Brands';
}
.zhusr-about-sidebar .social-box a:hover {
  color: #016c8c;
}
.zhusr-about-sidebar .sidebar-inner::-webkit-scrollbar {
  width: 8px;
}
.zhusr-about-sidebar .sidebar-inner::-webkit-scrollbar-track {
  background: #dddddd;
}
.zhusr-about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
  background-color: #016c8c;
}
.zhusr-about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.zhusr-about-sidebar_list {
  position: relative;
}
.zhusr-about-sidebar_list em {
  margin-right: 10px;
}
.zhusr-about-sidebar_list li {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--black-color);
  text-transform: capitalize;
}
.zhusr-about-sidebar_list li:before {
  position: absolute;
  content: '\f058';
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 800;
  color: var(--black-color);
  font-family: 'Font Awesome 7 Free';
}
.hamburger {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50px;
  padding: 16px 12px;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background-color: #016c8c;
  transition: transform 0.4s ease;
}
.hamburger:hover {
  background-color: #0075cc;
}
.hamburger span {
  height: 2px;
  width: 100%;
  background: var(--white-color);
  border-radius: 2px;
  transition: all 0.4s ease;
}
html:not(.body-menu-opened) .hamburger .top-bun {
  animation: bun-wave 1.6s infinite ease-in-out;
}
html:not(.body-menu-opened) .hamburger .meat {
  animation: bun-wave 1.6s infinite ease-in-out 0.2s;
}
html:not(.body-menu-opened) .hamburger .bottom-bun {
  animation: bun-wave 1.6s infinite ease-in-out 0.4s;
}
@keyframes bun-wave {
  0% {
    transform: translateX(0) scaleX(1);
  }
  25% {
    transform: translateX(4px) scaleX(0.7);
  }
  50% {
    transform: translateX(0) scaleX(1);
  }
  75% {
    transform: translateX(-4px) scaleX(0.7);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
.zhusr-main-menu .navigation > li.has-mega-menu {
  position: static;
}
.zhusr-main-menu .navigation > li > .mega-menu {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1170px;
  background-color: #ffffff;
  padding: 25px 40px 30px 35px;
  top: 100%;
  z-index: 100;
  opacity: 0;
  border-radius: 0px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.zhusr-main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.zhusr-main-menu .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}
.zhusr-main-menu .navigation > li .mega-menu-bar h6 {
  position: relative;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  color: var(--black-color);
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}
.zhusr-main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}
.zhusr-main-menu .navigation > li .mega-menu-bar .column > ul > li {
  position: relative;
  width: 100%;
  padding: 4px 0px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-menu .navigation > li .mega-menu-bar .column {
  position: relative;
  margin-bottom: 12px;
}
.zhusr-main-menu .navigation > li .mega-menu-bar .column ul {
  position: relative;
  margin-bottom: 10px;
}
.zhusr-main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  border: none;
}
.zhusr-main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  font-weight: 600;
  font-size: 15px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.zhusr-main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
  color: #016c8c;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu {
  visibility: visible;
  right: auto;
  left: 0px;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu .menu-box {
  left: 0px;
  right: auto;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu #navbarSupportedContent {
  display: block;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu .mega-menu-bar .column {
  width: 100%;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu .mega-menu-bar .column h6 {
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
}
.zhusr-mobile-menu.active-zhusr-mobile-menu .navigation li.has-mega-menu > .mega-menu {
  display: none;
  overflow: hidden;
}
.zhusr-slider-one {
  position: relative;
  background-color: var(--color-two);
}
.zhusr-slider-one_pattern {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 511px;
  height: 482px;
  background-repeat: no-repeat;
}
.zhusr-slider-one-arrow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
.zhusr-slider-one:hover .zhusr-slider-one-arrow {
  opacity: 1;
}
.zhusr-slider-one .main-slider-prev {
  position: relative;
  z-index: 1;
  width: 73px;
  height: 72px;
  font-size: 24px;
  cursor: pointer;
  line-height: 72px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-slider-one .main-slider-prev:hover {
  color: #016c8c;
  background-color: var(--white-color);
}
.zhusr-slider-one .main-slider-next:hover {
  color: #016c8c;
  background-color: var(--white-color);
}
.zhusr-slider-one .main-slider-next::after, .zhusr-slider-one .main-slider-prev::after {
  display: none;
}
.zhusr-slider-one .main-slider-next {
  position: relative;
  z-index: 1;
  width: 73px;
  height: 72px;
  font-size: 24px;
  cursor: pointer;
  line-height: 72px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-color: #016c8c;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 80px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}
.zhusr-slider-one .swiper-pagination-bullet-active {
  background: #0168ad;
}
.zhusr-slider-one .swiper-pagination-bullet-active {
  background: #0168ad;
  width: 45px;
  border-radius: 15px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-slider-one {
  overflow: hidden;
  position: relative;
}
.zhusr-slider-one.auto-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.zhusr-slider-one .swiper-slide img {
  width: 100%;
  transition: all 6s ease;
  -webkit-transition: all 6s ease;
}
.zhusr-slider-one .swiper-slide-active img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.zhusr-slider-one .swiper-slide {
  position: relative;
  padding: 230px 0px;
}
.zhusr-slider-one_content {
  position: relative;
  z-index: 2;
  padding-top: 0px;
}
.zhusr-slider-one_content-inner {
  position: relative;
}
.zhusr-slider-one_image-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.swiper-slide.swiper-slide-active .zhusr-slider-one_image-layer {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.zhusr-slider-one_title {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  letter-spacing: 1px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-slider-one .swiper-slide-active .zhusr-slider-one_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.zhusr-slider-one_heading {
  font-size: 38px;
  color: var(--white-color);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.zhusr-slider-one_heading span {
  color: transparent;
  font-weight: 800;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--main-color-rgb), 1);
}
.zhusr-slider-one .swiper-slide-active .zhusr-slider-one_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.zhusr-slider-one_text {
  font-weight: 550;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.zhusr-slider-one .swiper-slide-active .zhusr-slider-one_text {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.zhusr-slider-one .zhusr-slider-one_button {
  position: relative;
  gap: 15px;
  display: inline-block;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.zhusr-slider-one .swiper-slide-active .zhusr-slider-one_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.zhusr-slider-one_big-title {
  position: absolute;
  left: auto;
  right: 50px;
  bottom: 100px;
  z-index: 2;
  opacity: 0.9;
  font-size: 80px;
  color: transparent;
  font-weight: 800;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}
.zhusr-slider-one_video {
  position: absolute;
  right: 0px;
  top: 0%;
}
.zhusr-slider-one .play-box {
  position: relative;
}
.zhusr-slider-one .play-box:before {
  position: absolute;
  content: '';
  left: -15px;
  top: -62px;
  width: 130px;
  height: 130px;
  background: url(/skin/img/circle.png) no-repeat;
}
.zhusr-slider-one .play-box:hover .fa {
  color: var(--white-color);
  border-color: var(--black-color);
  background-color: #016c8c;
}
.zhusr-slider-one .play-box .fa {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 3px;
  font-size: 24px;
  line-height: 100px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  text-align: center !important;
  background-color: rgba(var(--white-color-rgb), 0.15);
}
.zhusr-slider-one_socials {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 25px 30px;
  border-radius: 0px 50px 50px 0px;
  background-color: rgba(var(--white-color-rgb), 0.15);
}
.zhusr-slider-one_socials a {
  position: relative;
  font-size: 15px;
  margin: 0px 15px;
  text-transform: capitalize;
  color: var(--white-color);
}
.zhusr-slider-one_socials a::before {
  position: absolute;
  content: '-';
  right: -20px;
  font-size: 24px;
  color: var(--white-color);
}
.zhusr-slider-one_socials a:hover {
  color: #016c8c;
}
.zhusr-slider-one_socials a:last-child::before {
  display: none;
}
.zhusr-slider-one_options {
  position: absolute;
  right: 45px;
  bottom: 25px;
  z-index: 10;
  border-radius: 150px;
  background-color: var(--white-color);
}
.zhusr-slider-one_authors {
  position: relative;
  display: flex;
  gap: 25px;
  align-items: center;
  border-radius: 100px;
  padding: 20px 40px 20px 20px;
}
.zhusr-slider-one_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}
.zhusr-slider-one_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}
.zhusr-slider-one_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--black-color);
}
.zhusr-slider-one_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
}
/*联系我们*/
.zhusr-cp-nr-img {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}
.zhusr-checkout-section {
  position: relative;
  padding: 100px 0px;
}
.zhusr-checkout-section h4 {
  margin-bottom: 25px;
  color: var(--black-color);
}
.zhusr-checkout-section .zhusr-form-column {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-checkout-section .zhusr-form-column .zhusr-inner-column {
  position: relative;
}
.zhusr-checkout-section .order-column {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-checkout-section .order-column .zhusr-inner-column {
  position: relative;
}
.zhusr-shipping-form .form-group {
  margin-bottom: 30px;
}
.zhusr-shipping-form .form-group:last-child {
  margin-bottom: 0px;
}
.zhusr-shipping-form .form-group input[type="text"], .zhusr-shipping-form .form-group input[type="password"], .zhusr-shipping-form .form-group input[type="tel"], .zhusr-shipping-form .form-group input[type="email"], .zhusr-shipping-form .form-group select, .zhusr-shipping-form .form-group .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  line-height: 45px;
  padding: 10px 25px;
  height: 70px;
  border-radius: 0px;
  font-size: 16px;
  color: var(--black-color);
  background-color: #f3f3f3;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
}
.zhusr-shipping-form .form-group .ui-button .ui-icon {
  top: 11px;
}
.zhusr-shipping-form .form-group textarea::-webkit-input-placeholder, .zhusr-shipping-form .form-group input::-webkit-input-placeholder {
  color: var(--black-color);
}
.zhusr-shipping-form .form-group input[type="text"]:focus, .zhusr-shipping-form .form-group input[type="password"]:focus, .zhusr-shipping-form .form-group input[type="tel"]:focus, .zhusr-shipping-form .form-group input[type="email"]:focus, .zhusr-shipping-form .form-group select:focus, .zhusr-shipping-form .form-group textarea:focus {
  border-color: #016c8c;
}
.zhusr-shipping-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  height: 200px;
  resize: none;
  font-size: 16px;
  border-radius: 0px;
  padding: 20px 25px 25px;
  color: var(--black-color);
  background-color: #f3f3f3;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
}
.zhusr-shipping-form .check-box {
  position: relative;
}
.zhusr-shipping-form .check-box label {
  color: var(--black-color);
}
.zhusr-shipping-form .check-box label {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 10px 0px;
  padding-left: 30px;
  font-size: 18px;
  display: inline;
  color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.zhusr-shipping-form .check-box input[type="checkbox"]:checked + label {
  border-color: #016c8c;
}
.zhusr-shipping-form .check-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}
.zhusr-shipping-form .check-box label:before {
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  content: "";
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.10);
}
.zhusr-shipping-form .check-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: 'FontAwesome';
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}
.zhusr-shipping-form .check-box input[type="checkbox"] {
  display: none;
}
.zhusr-shipping-form .check-box input[type="checkbox"]:checked + label:before {
  border: 8px solid#016c8c;
  background-color: var(--white-color);
}
.zhusr-shipping-form .check-box input[type="checkbox"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}
.zhusr-shipping-form .zhusr-theme-btn {
  cursor: pointer;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {}
.contact-form .form-group .zhusr-theme-btn {
  margin-top: 10px;
}
.zhusr-nrban {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.zhusr-nrban::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;
}
@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: 15px;
  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-main-footer {
  position: relative;
  overflow: hidden;
  background-color: #002834;
}
.zhusr-main-footer.alternate .zhusr-widgets-section {
  padding-top: 200px;
  padding-bottom: 100px;
}
.zhusr-main-footer .zhusr-widgets-section {
  position: relative;
  padding: 60px 0;
}
.zhusr-main-footer .zhusr-footer_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.zhusr-main-footer .zhusr-inner-container {
  position: relative;
}
.zhusr-footer-logo {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-footer-text {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 30px;
  color: var(--white-color);
}
.zhusr-footer-social_box {
  position: relative;
}
.zhusr-footer-social_box strong {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #016c8c;
}
.zhusr-footer-social_box a {
  position: relative;
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  margin-right: var(--margin-right-5);
  border: 1px solid var(--white-color);
  font-family: 'Font Awesome 5 Brands';
}
.zhusr-footer-social_box a:hover {
  color: var(--color-two);
  background-color: var(--white-color);
}
.zhusr-footer-title {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}
.zhusr-footer-column {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-footer-list {
  position: relative;
}
.zhusr-footer-list li {
  position: relative;
  line-height: 1.8;
  margin-bottom: 5px;
}
.zhusr-footer-list li a {
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.zhusr-footer-list li a:hover::before {
  opacity: 1;
}
.zhusr-footer-list li a:hover {
  color: #016c8c;
}
.zhusr-footer-bottom {
  position: relative;
  padding: 10px 0px;
  background-color: #00495f;
}
.zhusr-main-footer_copyright {
  position: relative;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.zhusr-main-footer_copyright a {
  color: #ddd
}
.zhusr-footer-bottom .d-flex {
  gap: 15px;
}
.zhusr-footer-bottom_navs {
  position: relative;
}
.zhusr-footer-bottom_navs li {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.zhusr-footer-bottom_navs li a {
  position: relative;
  font-size: 16px;
  color: var(--white-color);
}
.zhusr-footer-bottom_navs li a:hover {
  color: #016c8c;
}
.zhusr-main-footer .gallery-box {
  position: relative;
  padding-bottom: 70px;
}
.zhusr-footer-info_block {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-footer-info_block .inner {
  position: relative;
  font-size: 18px;
  padding: 30px 30px;
  color: var(--white-color);
  background-color: #0c0d14;
  text-transform: capitalize;
}
.zhusr-footer-info_block .content {
  position: relative;
  padding-left: 60px;
}
.zhusr-footer-info_block .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 40px;
  line-height: 1em;
  color: #016c8c;
  font-family: "flaticon_qonstruct";
}
.zhusr-footer-info_block strong {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  color: var(--white-color);
}
.zhusr-footer-two_location em {
  margin-right: 10px;
  color: #0296c3;
}
.zhusr-footer-two_location p {
  color: var(--white-color);
  line-height: 1.8;
  margin-bottom: 5px;
}
.zhusr-footer-two_location .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  line-height: 1em;
  font-size: 44px;
  color: #016c8c;
  font-family: "flaticon_interior";
}
.zhusr-footer-two_location strong {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-top: 7px;
}
.zhusr-footer-two_phone {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 20px;
  color: #016c8c;
}
.zhusr-footer-two_phone .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1em;
  font-size: 30px;
  font-weight: 400;
  font-family: "flaticon_interior";
}
.zhusr-footer-two_phone:hover {
  color: var(--white-color);
}
.zhusr-footer-contact_list {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-footer-contact_list li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 45px;
  margin-bottom: 15px;
  color: var(--white-color);
  text-transform: capitalize;
}
.zhusr-footer-contact_list li .icon {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 30px;
  line-height: 1em;
  color: #016c8c;
  font-family: "flaticon_interior";
}
.zhusr-footer-contact_list li a {
  position: relative;
  display: block;
  color: var(--white-color);
}
.zhusr-footer-contact_list li a:hover {
  color: #016c8c;
}
.zhusr-footer-contact_list li:last-child {
  margin-bottom: 0px;
}
.zhusr-main-footer.style-three .zhusr-footer-two_logo-widget {
  padding: 70px 70px;
  background-color: var(--white-color);
}
.zhusr-main-footer.style-three .zhusr-widgets-section {
  padding: 0px;
}
.zhusr-main-footer.style-three .zhusr-footer-text {
  color: var(--color-two);
}
.zhusr-main-footer.style-three .zhusr-footer-social_box a {
  color: var(--white-color);
  background-color: var(--color-two);
}
.zhusr-main-footer.style-three .links-widget {
  margin-top: 90px;
}
.zhusr-main-footer.style-three .zhusr-footer-bottom {
  background-color: var(--black-color);
}
/*关于我们*/
.clearfix {
  clear: both;
}
.zhusr-about-two {
  position: relative;
  padding: 100px 0;
}
.zhusr-about-two_images-column {
  position: relative;
}
.zhusr-about-two_image-outer {
  position: relative;
  padding-right: 100px;
  padding-bottom: 0px;
  display: inline-block;
}
.zhusr-about-two_dotted {
  position: absolute;
  right: 60px;
  bottom: 50px;
  width: 322px;
  height: 322px;
  background-repeat: no-repeat;
}
.zhusr-about-two_image {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.zhusr-pt-30 {
  padding-top: 30px;
}
.zhusr-about-two_image-two {
  overflow: hidden;
  border-radius: 15px;
}
.zhusr-about-two_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zhusr-about-two .play-box {
  position: relative;
}
.zhusr-about-two .play-box:before {
  position: absolute;
  content: '';
  left: -15px;
  top: -62px;
  width: 130px;
  height: 130px;
  background: url(/skin/img/circle.png) no-repeat;
}
.zhusr-about-two .play-box:hover .fa {
  color: var(--white-color);
  border-color: var(--black-color);
  background-color: var(--main-color);
}
.zhusr-about-two .play-box .fa {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 3px;
  font-size: 24px;
  line-height: 100px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  text-align: center !important;
  background-color: rgba(var(--white-color-rgb), 0.40);
}
.zhusr-about-two_quote {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  max-width: 300px;
  line-height: 32px;
  margin-top: 20px;
  color: var(--color-two);
}
.zhusr-about-two_content-column {
  position: relative;
  padding-left: 25px;
}
.zhusr-about-two_content {
  position: relative;
}
.zhusr-about-two .zhusr-sec-title {
  margin-bottom: 25px;
}
.zhusr-about-two_bold {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px;
  margin-bottom: 25px;
  color: var(--color-two);
  background-color: #f5f5f5;
  border-left: 7px solid var(--main-color);
}
.zhusr-about-two_list {
  position: relative;
}
.zhusr-about-two_list li {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 15px;
  color: var(--color-two);
}
.zhusr-about-two_list li:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  content: "\f12c";
  font-family: "flaticon_interior";
}
.zhusr-about-two_options {
  position: relative;
  margin-top: 15px;
  gap: 25px;
}
.zhusr-about-two_phone {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-two);
}
.zhusr-about-two_phone .icon {
  position: absolute;
  left: 0px;
  top: 7px;
  line-height: 1em;
  font-size: 44px;
  color: var(--main-color);
  font-family: "flaticon_interior";
}
.zhusr-about-two_phone a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 6px;
  color: var(--color-two);
}
.zhusr-about-two_phone a:hover {
  color: var(--main-color);
}
.zhusr-counter-one {
  position: relative;
  background-color: var(--white-color);
  border-top: 1px solid rgba(var(--black-color-rgb), 0.08);
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.08);
  padding: 160px 0;
}
.zhusr-counter-block {
  position: relative;
}
.zhusr-counter-block:last-child .inner {
  border: none;
}
.zhusr-counter-block .inner {
  position: relative;
  padding: 50px 0px;
  border-right: 1px solid rgba(var(--black-color-rgb), 0.08);
}
.zhusr-counter-block .lines {
  position: absolute;
  right: 35px;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
}
.zhusr-counter-block .lines .line {
  width: 7px;
  height: 45px;
  opacity: 0.60;
  margin: 0px 7px;
  display: inline-block;
  background-color: #45d4ff;
  animation: bounce 1.2s ease-in-out infinite;
}
.zhusr-counter-block .lines .line:nth-child(1) {
  animation-delay: 0s;
}
.zhusr-counter-block .lines .line:nth-child(2) {
  animation-delay: 0.2s;
}
.zhusr-counter-block .lines .line:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%, 100% {
    height: 40px;
  }
  50% {
    height: 90px;
  }
}
.zhusr-counter-block .content {
  position: relative;
  padding-left: 70px;
}
.zhusr-counter-block .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  font-family: "flaticon_interior";
}
.zhusr-counter-block .inner:hover .icon {
  animation: jello 1s;
}
.zhusr-counter-block .zhusr-count-box {
  position: relative;
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  color: #fff;
}
.zhusr-counter-block .text {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.zhusr-counter-block_two {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-counter-block_two .inner {
  position: relative;
  padding: 0px 0px;
  text-align: center;
  background-color: var(--white-color);
}
.zhusr-counter-block_two .inner:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 22px;
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
}
.zhusr-counter-block_two .inner:after {
  position: absolute;
  content: '';
  left: 60px;
  top: 0px;
  right: 60px;
  bottom: 0px;
  background-color: var(--white-color);
}
.zhusr-counter-block_two .content {
  position: relative;
  z-index: 1;
}
.zhusr-counter-block_two .icon {
  position: relative;
  font-size: 64px;
  line-height: 1em;
  color: var(--main-color);
  font-family: "flaticon_interior";
}
.zhusr-counter-block_two .inner:hover .icon {
  animation: jello 1s;
}
.zhusr-counter-block_two .zhusr-count-box {
  position: relative;
  font-size: 47px;
  line-height: 1em;
  font-weight: 600;
  color: var(--color-two);
}
.zhusr-counter-block_two .text {
  position: relative;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-two);
}
.zhusr-process-one {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 80px;
}
.zhusr-process-one_image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.zhusr-process-one_image img {
  position: relative;
  width: 100%;
}
.zhusr-process-one .zhusr-bold-text {
  position: relative;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-two);
}
.zhusr-process-one .zhusr-default-skills {
  margin-top: 20px;
  margin-bottom: 25px;
}
.zhusr-process-one_list {
  position: relative;
}
.zhusr-process-one_list li {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 15px;
  color: var(--color-two);
}
.zhusr-process-one_list li:before {
  position: absolute;
  content: "\f12c";
  left: 0px;
  top: 0px;
  color: var(--main-color);
  font-family: "flaticon_interior";
}
.zhusr-home-title {
  text-align: center;
  margin-bottom: 60px;
}
.zhusr-home-title h3 {
  font-size: 28px;
  color: #000;
  position: relative;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px
}
.zhusr-home-title h3:after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #aaa;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -85px;
  z-index: 1
}
.zhusr-home-title h3:before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #016c8c;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 2
}
.zhusr-home-title p {
  font-size: 16px;
  color: #333;
}
.zhusr-home-title-bs {
  text-align: center;
  margin-bottom: 30px;
}
.zhusr-home-title-bs h3 {
  font-size: 28px;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px
}
.zhusr-home-title-bs h3:after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -85px;
  z-index: 1
}
.zhusr-home-title-bs h3:before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 2
}
.zhusr-home-title-bs p {
  font-size: 16px;
  color: #fff;
}
.zhusr-service-block_one {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.zhusr-service-block_one-inner {
  position: relative;
  padding: 25px;
  text-align: center;
  background-color: rgb(255 255 255 / 80%);
}
.zhusr-service-block_one-inner h4 {
  font-size: 18px;
}
.zhusr-service-block_one-inner .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.2, 1);
  background-color: #fff;
}
.zhusr-service-block_one-inner:hover .color-layer {
  opacity: 1;
  transform: scale(1, 1);
}
.zhusr-service-block_one-inner:before {
  position: absolute;
  content: '';
  left: 12px;
  top: 12px;
  right: -12px;
  bottom: -12px;
  z-index: -1;
  opacity: 0.10;
  border: 5px solid #fff;
}
.zhusr-service-block_one-inner:hover::before {
  opacity: 1;
}
.zhusr-service-block_one-inner:after {
  position: absolute;
  content: '';
  right: 15px;
  bottom: 15px;
  border-bottom: 25px solid #006381;
  border-left: 25px solid transparent;
}
.zhusr-service-block_one-inner:hover::after {
  border-bottom-color: #016c8c;
}
.zhusr-service-block_one-icon {
  position: relative;
  line-height: 1.8;
  font-size: 38px;
  display: inline-block;
  color: var(--main-color);
  font-family: "flaticon_interior";
}
.zhusr-service-block_one-inner:hover .zhusr-service-block_one-icon {
  animation: swing 1s;
}
.zhusr-service-block_one-title {
  position: relative;
  margin: 15px 0;
}
.zhusr-service-block_one-title a {
  position: relative;
  color: var(--color-two);
}
.zhusr-service-block_one-inner:hover .zhusr-service-block_one-more, .zhusr-service-block_one-inner:hover .zhusr-service-block_one-text, .zhusr-service-block_one-inner:hover .zhusr-service-block_one-title a {
  color: var(--white-color);
}
.zhusr-service-block_one-text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  color: var(--color-three);
}
.zhusr-service-block_one-more {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: var(--color-two);
}
.zhusr-service-block_two {
  position: relative;
  z-index: 1;
}
.zhusr-service-block_two-icon {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 100px;
  height: 100px;
  font-size: 48px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  color: var(--color-two);
  background-color: var(--main-color);
  font-family: "flaticon_interior";
}
.zhusr-service-block_two:hover .zhusr-service-block_two-icon {
  color: var(--white-color);
  background-color: var(--color-two);
  transform: rotateY(180deg);
}
.zhusr-service-block_two-inner {
  position: relative;
  padding-top: 30px;
  margin-left: 150px;
  padding-left: 90px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(var(--color-three-rgb), 0.10);
}
.zhusr-service-block_two-number {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 47px;
  height: 47px;
  font-size: 22px;
  line-height: 47px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  color: var(--black-color);
  background-color: #D9D9D9;
}
.zhusr-service-block_two:hover .zhusr-service-block_two-number {
  color: var(--white-color);
  background-color: var(--color-two);
}
.zhusr-service-block_two-hover {
  width: 329px;
  height: 404px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -100px 0 0 -150px;
  pointer-events: none;
  box-shadow: 0px;
  box-shadow: 12px 12px 0px var(--main-color);
}
.zhusr-service-block_two-inner:hover .zhusr-service-block_two-hover {
  opacity: 1;
}
.zhusr-service-block_two-heading {
  position: relative;
  font-weight: 700;
  color: var(--color-two);
}
.zhusr-service-block_two-heading a {
  position: relative;
  color: var(--color-two);
}
.zhusr-service-block_two-heading span {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 1em;
  margin-top: 10px;
  color: var(--color-three);
}
.zhusr-service-block_two-inner:hover .zhusr-service-block_two-heading a {
  color: var(--color-two);
}
.zhusr-service-block_two-text {
  position: relative;
  max-width: 600px;
  color: var(--color-three);
  font-size: 16px;
}
.zhusr-services-three {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 80px;
}
.zhusr-services-three .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 490px;
  background-size: cover;
}
.zhusr-service-block_three {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-service-block_three-inner {
  position: relative;
  text-align: center;
}
.zhusr-service-block_three-inner:hover::before {
  opacity: 1;
  border-color: var(--main-color);
}
.zhusr-service-block_three-inner:hover::after {
  border-bottom-color: var(--main-color);
}
.zhusr-service-block_three-inner:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 100px;
  right: 0px;
  bottom: 0px;
  opacity: 0.10;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 4px solid var(--color-two);
}
.zhusr-service-block_three-image {
  position: relative;
  overflow: hidden;
  background-color: var(--color-two);
  border: 1px solid #ddd;
}
.zhusr-service-block_three-inner:hover .zhusr-service-block_three-image img {
  transform: scale(1.08);
}
.zhusr-service-block_three-image img {
  position: relative;
  width: 100%;
  display: block;
}
.zhusr-service-block_three-content {
  position: relative;
  padding: 15px;
}
.zhusr-service-block_three-icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 38px;
  margin-top: -65px;
  margin-left: 85%;
  color: var(--white-color);
  background-color: #016c8c;
}
.zhusr-service-block_three-inner:hover .zhusr-service-block_three-icon {
  animation: swing 1s;
  background-color: var(--main-color);
}
.zhusr-service-block_three-title {
  position: relative;
  margin: 15px 0;
  font-size: 18px;
}
.zhusr-service-block_three .zhusr-accordion-box-dw {
  text-align: left;
}
.zhusr-service-block_three .zhusr-accordion-box-dw .block .acc-btn {
  padding: 5px 15px;
  font-weight: normal;
}
.zhusr-service-block_three-title a {
  position: relative;
  color: var(--color-two);
}
.zhusr-service-block_three-title a:hover {
  color: var(--main-color);
}
.zhusr-service-block_three-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  padding: 40px 30px 80px;
  background-color: rgba(var(--color-two-rgb), 0.70);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.zhusr-service-block_three-inner:hover .zhusr-service-block_three-overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.zhusr-service-block_three_button {
  position: relative;
  margin-bottom: 25px;
}
.zhusr-service-block_three_text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--white-color);
}
.services-four {
  position: relative;
  overflow: hidden;
  padding: 100px 100px;
}
.zhusr-service-block_four {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-service-block_four-inner {
  position: relative;
}
.zhusr-service-block_four-inner:hover::before {
  opacity: 1;
  border-color: var(--main-color);
}
.zhusr-service-block_four-inner:hover::after {
  border-bottom-color: var(--main-color);
}
.zhusr-service-block_four-image {
  position: relative;
  overflow: hidden;
  background-color: var(--color-two);
}
.zhusr-service-block_four-inner:hover .zhusr-service-block_four-image img {
  transform: scale(1.08);
}
.zhusr-service-block_four-image img {
  position: relative;
  width: 100%;
  display: block;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-service-block_four-content {
  position: relative;
  padding: 5px 15px;
  text-align: center;
  background-color: #f3f3f3;
}
.zhusr-service-block_four-content h4 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhusr-service-block_four-icon {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  font-size: 46px;
  margin-top: -55px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--color-two);
  font-family: "flaticon_interior";
}
.zhusr-service-block_four-inner:hover .zhusr-service-block_four-icon {
  animation: swing 1s;
  background-color: var(--main-color);
}
.zhusr-service-block_four-title {
  position: relative;
}
.zhusr-service-block_four-title a {
  position: relative;
  color: var(--color-two);
}
.zhusr-service-block_four-title a:hover {
  color: var(--main-color);
}
.zhusr-service-block_four-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(var(--color-two-rgb), 0.70);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.zhusr-service-block_four-inner:hover .zhusr-service-block_four-overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.zhusr-service-block_four_button {
  position: relative;
  margin-bottom: 25px;
}
.zhusr-service-block_four-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 22px;
  color: var(--color-two);
}
.zhusr-service-block_four-more {
  position: relative;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-two);
  background-color: var(--main-color);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-service-block_four-more:hover {
  color: var(--white-color);
  background-color: var(--color-two);
}
/*解决方案*/
.zhusr-solution-mubanbiz-0923 {
  position: relative;
  z-index: 5;
  background: #f3f3f3;
  margin: 0 auto;
  padding: 100px 0;
}
.zhusr-solution-mubanbiz-0923 .title {
  position: relative;
  width: 86%;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 4.5rem;
  color: #333;
  text-align: center;
  font-weight: 400;
}
.zhusr-solution-mubanbiz-0923 .title:after {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -10px;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background: rgba(38, 87, 161, 1);
  content: '';
}
.zhusr-solution-mubanbiz-0923 .display {
  margin: 0 auto;
}
.zhusr-solution-mubanbiz-0923 .display > .describe {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 28px;
  color: #666;
}
.zhusr-solution-mubanbiz-0923 .display > .list {
  margin: 0 auto;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul {
  margin: 0 auto;
  text-align: center;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  background: #ddd;
  transition: all .35s;
  border-radius: 25px;
  overflow: hidden;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:last-of-type {
  margin-bottom: 0;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/skin/img/solution_mask.png") no-repeat;
  background-size: cover;
  background-position: 0 0;
  content: '';
  transition: all .35s;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .img {
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .img > img {
  position: relative;
  top: -5%;
  width: auto;
  height: 116%;
  transition: all .8s;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box {
  position: absolute;
  z-index: 8;
  left: 10%;
  top: 20%;
  width: auto;
  text-align: left;
  box-sizing: border-box;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .tit {
  font-size: 28px;
  color: #016c8c;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .tit > i {
  margin-right: 10px;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .txt {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .txt a {
  color: #333;
  display: block;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .txt a:hover {
  color: #016c8c;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .txt i {
  margin-left: 0px;
  color: #016c8c;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .view {
  text-align: left;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .view > a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  transition: all .35s;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .view > a > i {
  color: #fff;
  font-size: 16px;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .view > a:hover {
  background: rgba(38, 87, 161, 1);
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .view > a:hover > span {
  color: #fff;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li > .box > .view > a:hover > i {
  color: #fff;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:hover:after {
  background: url("/skin/img/solution_mask_hover.png") no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:hover .img > img {
  transform: scale(1.1);
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:nth-child(even) .box {
  right: 10%;
  left: auto;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:nth-child(even):after {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
.zhusr-solution-mubanbiz-0923 .display > .list > ul > li:nth-child(even) .img {
  text-align: left;
}
.zhusr-solution-mubanbiz-0923 .view {
  margin: 0 auto;
}
.zhusr-solution-mubanbiz-0923 .view > .describe {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background: rgba(146, 191, 46, 1);
  overflow: hidden;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  box-sizing: border-box;
  padding: 50px;
  text-align: left;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit {
  position: relative;
  z-index: 8;
  font-size: 3.6rem;
  color: #fff;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit > i {
  display: inline-block;
  float: left;
  margin-right: 10px;
  background: #f3f3f3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit > i > img {
  position: relative;
  z-index: 1;
  top: -5px;
  width: 30px;
  height: auto;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .box > .txt {
  position: relative;
  z-index: 8;
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 28px;
  color: #fff;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .img {
  position: relative;
  width: 55%;
  overflow: hidden;
  text-align: right;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .img > img {
  width: 100%;
  height: auto;
}
.zhusr-solution-mubanbiz-0923 .view > .describe > .img:after {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  content: '';
}
.zhusr-solution-mubanbiz-0923 .view > .section {
  padding: 100px 0;
  margin: 0 auto;
}
.zhusr-solution-mubanbiz-0923 .view > .section > .container {
  padding: 50px 0;
  text-align: center;
}
.zhusr-solution-mubanbiz-0923 .view > .section > .container > .box {
  text-align: left;
  font-size: 1.6rem;
  line-height: 28px;
  color: #666;
}
.zhusr-solution-mubanbiz-0923 .view > .section:nth-child(odd) {
  background: #fff;
}
.zhusr-solution-mubanbiz-0923 .view > .product {
  margin: 0 auto;
  background: url("/skin/img/zhusr-solution-mubanbiz-0923_product_bg.jpg") no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding: 100px 0;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container {
  position: relative;
  margin: 50px auto;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container > .prev {
  position: absolute;
  z-index: 3;
  left: 8%;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: rgba(38, 87, 161, 1);
  border-radius: 100%;
  border: 1px solid rgba(38, 87, 161, 1);
  transition: all .35s;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container > .next {
  position: absolute;
  z-index: 3;
  right: 8%;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid rgba(38, 87, 161, 1);
  transition: all .35s;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container > .prev > i, .zhusr-solution-mubanbiz-0923 .view > .product > .container > .next > i {
  font-size: 1.8rem;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container > .prev:hover, .zhusr-solution-mubanbiz-0923 .view > .product > .container > .next:hover {
  background: rgba(38, 87, 161, 1);
  color: #fff;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide {
  width: 70%;
  background: #fff;
  padding: 40px 80px;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .img {
  width: 25%;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .img > a > img {
  width: 100%;
  height: auto;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box {
  width: 75%;
  box-sizing: border-box;
  padding: 50px 10%;
  text-align: left;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit {
  padding: 10px 0;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit h3 {
  color: rgba(38, 87, 161, 1);
  font-size: 28px;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit span {
  display: block;
  font-size: 1.6rem;
  color: #999;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .txt {
  font-size: 1.4rem;
  color: #666;
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit:hover h3 {
  color: rgba(146, 191, 46, 1);
}
@media only screen and (max-width: 1460px) {
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .img > img {
    top: 0;
    height: 100%;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit {
    font-size: 3rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit > i {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit > i > img {
    width: 26px;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box > .txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .img {
    height: 400px;
  }
}
@media only screen and (max-width: 1080px) {
  .zhusr-solution-mubanbiz-0923 .title {
    font-size: 3.6rem;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .describe {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li:after {
    background-size: 100% 100%;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li:hover:after {
    background-size: 100% 100%;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .img {
    height: 360px;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .box > .txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe {
    width: 86%;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box {
    position: absolute;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    float: none;
    width: 100%;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .img {
    position: relative;
    float: none;
    width: 100%;
  }
  .zhusr-solution-mubanbiz-0923 .view > .section > .container > .box {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .img {
    width: 40%;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box {
    width: 60%;
    padding: 20px 10%;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit h3 {
    color: rgba(38, 87, 161, 1);
    font-size: 2.2rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 840px) {
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box {
    padding: 0 50px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .zhusr-solution-mubanbiz-0923 .title {
    font-size: 28px;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .describe {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li {
    margin-bottom: 60px;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li:after {
    display: none;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .box {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    right: auto !important;
    padding: 30px;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .box > .tit {
    font-size: 18px;
    font-weight: bold;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .box > .tit > i > img {
    height: 46px;
    width: auto;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .box > .txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .img {
    height: auto;
  }
  .zhusr-solution-mubanbiz-0923 > .display > .list > ul > li > .img > img {
    width: 100%;
    height: auto;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box > .tit {
    font-size: 2.4rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box > .txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .section > .container > .box {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide {
    padding: 40px;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit h3 {
    font-size: 2rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .tit span {
    font-size: 1.2rem;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container .swiper-slide > .box > .txt {
    display: none;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container > .prev {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container > .next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .zhusr-solution-mubanbiz-0923 .view > .product > .container > .prev > i, .zhusr-solution-mubanbiz-0923 .view > .product > .container > .next > i {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 520px) {
  .zhusr-solution-mubanbiz-0923 .view > .describe > .box {
    position: relative;
    background: rgba(146, 191, 46, 1);
    padding: 20px;
  }
}
.zhusr-mb-35 {
  margin-bottom: 35px;
}
.zhusr-list-cp {
  background-color: #fff;
}
.zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 {
  padding: 15px 0px;
  background-image: linear-gradient(to right bottom, #ffffff, #f5f5f5);
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  border-bottom: 1px solid #ddd;
}
.zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 h3 {
  font-size: 22px;
  color: #016c8c;
  font-weight: bold;
}
.zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 .zhusr-list-ms h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 .zhusr-list-ms {
  font-size: 16px;
  color: #333;
}
.zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 .zhusr-list-ms li {
  list-style: disc;
  margin-left: 20px;
}
@media (min-width:992px) {
  .zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116:nth-child(odd) .col-lg-7 {
    padding-right: 30px
  }
}
@media (max-width:991px) {
  .zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 h3 {
    font-size: 28px;
  }
  .zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 .zhusr-list-ms {
    margin-top: 25px
  }
}
@media (max-width:767px) {
  .zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 {
    margin-bottom: 30px;
  }
  .zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 h3 {
    font-size: 22px;
  }
  .zhusr-list-cp .zhusr-list-cp-body .zhusr-cp-list-0116 .zhusr-list-ms {
    font-size: 15px;
    margin-top: 20px
  }
}
.zhusr-list-cp .zhusr-img img {
  width: 100%;
  height: auto;
}
.zhusr-list-cp {
  padding: 100px 0;
}
.zhusr-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 10px 20px;
  transition: 500ms;
  background-color: #2656a7;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.zhusr-btn:hover {
  color: var(--zhusr-base, #FFAA17);
  background-color: var(--zhusr-text-dark, #222429);
}
.zhusr-btn:before {
  content: "";
  background-color: #083278;
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.zhusr-btn:after {
  content: "";
  background-color: #083278;
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.zhusr-btn:hover {
  color: var(--zhusr-white, #fff);
}
.zhusr-btn:hover:before, .zhusr-btn:hover:after {
  width: 100%;
}
.zhusr-list-cp-body .zhusr-img {
  position: relative;
  overflow: hidden;
}
.zhusr-list-cp-body .zhusr-img img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-list-cp-body li:hover .zhusr-img img {
  transform: scale(1.08);
}
/*资料下载*/
.zhusr-index-data {
  padding: 100px 0;
}
.zhusr-index-list-news-content {
  margin-bottom: 60px;
}
.zhusr-index-list-news-content h2 {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  line-height: 1.8;
}
.zhusr-jz {
  text-align: center;
}
.zhusr-index-list-news-content .innerpage {
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
  padding: 25px 15px;
  border-radius: 30px;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 30px;
}
.zhusr-list-news .innerpage:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-accordion-box-dw {
  position: relative
}
.zhusr-accordion-box-dw .block {
  position: relative;
  background-color: var(--white-color);
  margin-bottom: 15px;
}
.zhusr-accordion-box-dw .block .acc-btn {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: var(--black-color);
  font-weight: 500;
  cursor: pointer;
  padding: 15px 10px;
  padding-right: 50px;
  background: var(--white-color);
  -webkit-filter: drop-shadow(0 0 25px rgba(155, 155, 155, 0.2));
  filter: drop-shadow(0 0 25px rgba(155, 155, 155, 0.2));
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zhusr-accordion-box-dw .block .acc-btn i {
  margin-right: 10px;
  font-size: 22px;
  color: #dd1a05;
}
.zhusr-accordion-box-dw .block .acc-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f3f3f3;
}
.zhusr-accordion-box-dw .block .acc-btn:hover i {
  color: #016c8c;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-accordion-box-dw .block:hover .acc-btn {
  color: #016c8c;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-accordion-box-dw .block:hover .acc-btn .icon {
  background-color: #fff;
}
.zhusr-accordion-box-dw .block .acc-btn .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #016c8c;
  background: #ddd;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}
.zhusr-accordion-box-dw .block .acc-btn.active {
  color: var(--theme-color);
  -webkit-filter: none;
  filter: none
}
.zhusr-accordion-box-dw .block .acc-btn.active .icon {
  color: var(--white-color);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg)
}
.zhusr-accordion-box-dw .block .acc-btn.active .icon:before {
  content: "ï„‡"
}
.zhusr-accordion-box-dw .block .acc-content {
  position: relative;
  display: none
}
.zhusr-accordion-box-dw .block .acc-content .content {
  position: relative;
  padding: 0 41px 30px 25px
}
.zhusr-accordion-box-dw .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  margin-bottom: 0
}
.zhusr-accordion-box-dw .block .acc-content.current {
  display: block
}
.zhusr-accordion-box-dw .block.active-block {
  -webkit-filter: drop-shadow(0 0 25px rgba(155, 155, 155, 0.2));
  filter: drop-shadow(0 0 25px rgba(155, 155, 155, 0.2))
}
.zhusr-list-img-two {
  padding: 100px 0;
}
.zhusr-list-img-hover_area {
  margin-bottom: 30px;
}
.zhusr-list-img-two-img {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.zhusr-list-img-hover-img img {
  width: 100%;
  height: 100%;
}
.zhusr-list-img-hover-img img {
  transform: scale(1);
  transition: all .5s;
}
.zhusr-list-img-two-img:hover .zhusr-list-img-hover-img img {
  transform: scale(1.15);
}
.zhusr-list-img-two-img:hover .zhusr-list-img-hover-overlay {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  opacity: .8;
  visibility: visible;
}
.zhusr-list-img-two-img:hover .zhusr-list-img-title {
  visibility: visible;
  opacity: 1;
}
.zhusr-list-img-hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  background: #a7a7a7;
  transition: all .3s;
}
.zhusr-list-img-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all .5s;
}
.zhusr-list-img-title ul {
  margin-top: 20px;
}
.zhusr-list-img-title h4 {
  color: #000;
}
.zhusr-list-img-title ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.zhusr-list-img-title ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #150d51;
  font-size: 15px;
}
.zhusr-list-img-two .zhusr-list-img-hover_area {
  margin-bottom: 0px;
}
.zhusr-list-img-two .zhusr-list-img-cp {
  margin-bottom: 30px;
}
.zhusr-list-img-two .zhusr-list-img-cp h3 {
  font-size: 18px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.zhusr-list-img-two .zhusr-list-img-cp:hover h3 a {
  color: #FF0004;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-list-img-two .zhusr-list-img-cp:hover h3 {
  box-shadow: 0 0 18px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-news-block_one {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.zhusr-news-block_one-inner {
  position: relative;
}
.zhusr-news-block_one-image_outer {
  position: relative;
}
.zhusr-news-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.zhusr-news-block_one-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.zhusr-news-block_one-image img:first-child {
  transform: translateX(100%) scale(1.2);
  opacity: 0;
  z-index: 2;
}
.zhusr-news-block_one-image img:nth-child(2) {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 1;
  position: relative;
}
.zhusr-news-block_one-inner:hover .zhusr-news-block_one-image img:first-child {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.zhusr-news-block_one-inner:hover .zhusr-news-block_one-image img:nth-child(2) {
  transform: translateX(-100%) scale(1.2);
  opacity: 0;
}
.zhusr-news-block_one-content {
  position: relative;
  padding-top: 30px;
}
.zhusr-news-block_one-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 35px;
  border-radius: 50px;
  letter-spacing: 1px;
  color: var(--white-color);
  background-color: var(--color-two);
}
.zhusr-news-block_one-date span {
  position: relative;
  margin-right: 5px;
}
.zhusr-news-block_one-meta {
  position: relative;
}
.zhusr-news-block_one-meta li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 30px;
  margin-right: 15px;
  display: inline-block;
  color: var(--black-color);
}
.zhusr-news-block_one-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--main-color);
}
.zhusr-news-block_one-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.zhusr-news-block_one-title {
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;
}
.zhusr-news-block_one-title a {
  position: relative;
  color: var(--black-color);
}
.zhusr-news-block_one-title a:hover {
  color: var(--main-color);
}
.zhusr-news-block_one-text {
  position: relative;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.zhusr-news-block_one-button {
  position: relative;
  margin-top: 25px;
}
.zhusr-news-block_two {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-news-block_two:last-child .inner {
  border: none;
  min-height: 240px;
}
.zhusr-news-block_two .inner {
  position: relative;
  padding-left: 350px;
  min-height: 188px;
}
.zhusr-news-block_two .image {
  position: absolute;
  left: 0px;
  width: 320px;
  overflow: hidden;
  background-color: var(--color-two);
}
.zhusr-news-block_two .image img {
  width: 100%;
  overflow: hidden;
  transition: all 500ms ease;
}
.zhusr-news-block_two .image:hover img {
  opacity: 0.7;
  transform: scale(1.04, 1.04);
}
.zhusr-news-block_two .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  font-size: 24px;
  padding-top: 10px;
  line-height: 20px;
  text-align: center;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--white-color);
  background-color: var(--main-color);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-news-block_two .date span {
  font-size: 15px;
  display: block;
  color: var(--text-color);
}
.zhusr-news-block_two .meta {
  position: relative;
}
.zhusr-news-block_two .meta li {
  position: relative;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  padding-right: 20px;
  margin-right: 15px;
  display: inline-block;
  color: var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-news-block_two .meta li span {
  color: var(--text-color);
}
.zhusr-news-block_two .meta li:first-child {
  padding: 8px 12px;
  display: inline-block;
  color: var(--color-two);
  background-color: #f5f5f5;
}
.zhusr-news-block_two .meta li:last-child {
  border: none;
  padding: 0px;
  margin: 0px;
}
.zhusr-news-block_two .content {
  position: relative;
}
.zhusr-news-block_two .content .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--color-two);
  font-size: 18px;
}
.zhusr-news-block_two .content .title a {
  color: var(--color-two);
}
.zhusr-news-block_two .content .title a:hover {
  color: var(--main-color);
}
.zhusr-news-block_two .read-more {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-two);
  border-bottom: 1px solid var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-news-block_two .read-more:hover {
  color: var(--main-color);
}
.zhusr-news-block_three {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.zhusr-news-block_three-inner {
  position: relative;
  text-align: center;
}
.zhusr-news-block_three-inner:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.zhusr-vl-blog-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0;
}
.zhusr-vl-blog-2-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.zhusr-vl-blog-2-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.zhusr-vl-blog-2-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.zhusr-vl-blog-2-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
  background: #f3f3f3;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item {
  position: relative;
  overflow: hidden;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  background-color: #016c8c;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item:hover * {
  color: #fff;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item:hover .zhusr-vl-blog-1-content p {
  color: #fff;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item:hover img {
  transform: scale(1.08);
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item:hover .zhusr-vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: #1d78a7;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content {
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content {
    padding: 16px;
  }
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
  color: #333;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item:hover .zhusr-vl-blog-1-content .zhusr-vl-blog-meta ul li {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-meta ul li {
    margin-right: 5px;
  }
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-meta ul li a {
  color: var(--zhusr-text-text-3);
  font-size: var(--zhusr-font-size-font-s16);
  font-weight: var(--zhusr-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-1-title a {
  color: #333;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.4s;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .zhusr-vl-blog-1-title a:hover {
  color: #fe802b;
  transition: all 0.4s;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content p {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.zhusr-vl-blog-1-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .readmore {
  color: var(--zhusr-text-text-2);
  font-size: var(--zhusr-font-size-font-s18);
  font-weight: var(--zhusr-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .readmore:hover {
  color: var(--zhusr-text-text-5);
  transition: all 0.4s;
}
.zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.zhusr-vl-blog-meta {
  margin-top: 15px;
}
.zhusr-vl-blog-meta i {
  margin-right: 5px;
}
.zhusr-news-block_three-image_outer {
  position: relative;
}
.zhusr-news-block_three-image {
  position: relative;
  overflow: hidden;
  background-color: var(--color-two);
}
.swiper-pagination-bullet {
  background: #016c8c;
}
.swiper-pagination-bullet-active {
  background: #00bdac;
}
.zhusr-news-block_three-image img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-news-block_three-inner:hover .zhusr-news-block_three-image img {
  transform: scale(1.08);
}
.zhusr-news-block_three-content {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 5px 15px;
}
.zhusr-news-block_three:hover .zhusr-news-block_three-content {
  background-color: #016c9b;
}
.zhusr-news-block_three:hover .zhusr-news-block_three-content a {
  color: #fff;
}
.zhusr-news-block_three-date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
  letter-spacing: 1px;
  color: var(--white-color);
  transform: rotate(-90deg);
  transform-origin: 41% -30%;
  background-color: var(--main-color);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-news-block_three-date span {
  position: relative;
  margin-right: 5px;
  font-weight: normal;
}
.zhusr-news-block_three-meta {
  position: relative;
}
.zhusr-news-block_three-meta li {
  position: relative;
  font-size: 16px;
  opacity: 0.80;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 15px;
  display: inline-block;
  color: var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-news-block_three-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.zhusr-news-block_three-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhusr-news-block_three-title a {
  position: relative;
  color: var(--black-color);
}
.zhusr-news-block_three-title a:hover {
  color: var(--main-color);
}
.zhusr-news-block_three-more {
  position: absolute;
  left: 0px;
  bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px 35px;
  display: inline-block;
  background-color: #f5f5f5;
  color: var(--white-color);
  background-color: var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-news-block_three-inner:hover .zhusr-news-block_three-more {
  color: var(--white-color);
  background-color: var(--main-color);
}
/*产品列表*/
.zhusr-absolute {
  position: absolute;
}
.zhusr-absolute.max {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.zhusr-m-pic {
  font-size: 0;
  line-height: 1;
  background: url() no-repeat center / contain;
  text-align: center;
}
.zhusr-m-pic:before, .zhusr-m-pic:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.zhusr-m-pic:after {
  height: 100%;
}
.zhusr-m-pic svg, .zhusr-m-pic img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  transition: 0.5s;
  vertical-align: middle;
}
.zhusr-m-pic svg.zhusr-absolute, .zhusr-m-pic img.zhusr-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}
/*鼠标移过图片放大*/
@media (min-width:751px) {
  .zhusr-b-pic.zhusr-m-pic:hover img.zhusr-absolute, .zhusr-b-pic:hover .zhusr-m-pic img.zhusr-absolute {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.zhusr-pro-list {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.zhusr-b-pic .zhusr-m-pic {
  position: relative;
  overflow: hidden;
}
.zhusr-b-pic .zhusr-m-pic img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-b-pic:hover .zhusr-m-pic img {
  transform: scale(1.08);
}
.zhusr-b-pic .name a {
  color: #222;
}
.zhusr-b-pic .name a:hover {
  color: #016c8c;
}
.zhusr-pro-list .choose .top {
  display: flex;
  justify-content: flex-end;
}
.zhusr-pro-list .choose .top .btn {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #333;
}
.zhusr-pro-list .choose .top .btn:hover {
  background: var(--main2);
}
.zhusr-pro-list .choose .form {
  padding: 45px 50px 50px;
  border-radius: 30px;
  background: #fff;
  margin-top: 20px;
}
.zhusr-pro-list .choose .form .list {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(41, 44, 51, 0.1);
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: var(--color2);
  justify-content: space-between;
  margin-top: 25px;
}
.zhusr-pro-list .choose .form .list:first-child {
  margin-top: 0;
}
.zhusr-pro-list .choose .form .list .text {
  color: var(--color);
  margin-top: 5px;
  width: 10%;
}
.zhusr-pro-list .choose .form .list .ul {
  width: calc(100% - 62px);
  display: flex;
  flex-wrap: wrap;
}
.zhusr-pro-list .choose .form .list .ul .li {
  cursor: pointer;
  margin-top: 5px;
  padding-right: 13px;
  position: relative;
  margin-right: 14px;
}
.zhusr-pro-list .choose .form .list .ul .li::before {
  content: '';
  height: 75%;
  width: 1px;
  background: var(--color2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zhusr-pro-list .choose .form .list .ul .li:last-child::before {
  display: none;
}
.zhusr-pro-list .choose .form .list .ul .li.cur, .zhusr-pro-list .choose .form .list .ul .li:hover {
  color: #333;
}
.zhusr-pro-list .content .list {
  margin-bottom: 60px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.zhusr-pro-list .content .list:nth-child(2n) {
  flex-direction: row-reverse;
}
.zhusr-pro-list .content .list .img {
  width: 50%;
  position: relative;
}
.zhusr-pro-list .content .list .word {
  width: 50%;
  padding: 0 25px;
}
@media only screen and (max-width:768px) {
  .zhusr-pro-list .content .list .word {
    padding: 0 3.666%;
  }
}
.zhusr-pro-list .content .list .word .name {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.zhusr-pro-list .content .list .word .brief {
  line-height: 1.8;
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
}
.zhusr-pro-list .content .list .word .btn_box {
  display: flex;
  margin-top: 55px;
  position: relative;
}
.zhusr-pro-list .content .list .word .btn_box .btn_one {
  width: 135px;
  height: 52px;
  border-radius: 30px;
  text-align: center;
  line-height: 52px;
  color: #000;
  font-size: 16px;
  background: #333;
}
.zhusr-pro-list .content .list .word .btn_box .btn_one:hover {
  background: var(--main2);
}
.zhusr-pro-list .content .list .word .btn_box .btn_two {
  position: absolute;
  left: 155px;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two {
  width: 135px;
  border-radius: 26px;
  border: 1px solid #1a1a1a;
  padding: 6px;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .one {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .two {
  padding: 0px 0;
  background: #fff;
  border-radius: 5px 5px 20px 20px;
  display: flex;
  height: 0;
  overflow: hidden;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .two .box {
  width: 50%;
  border-right: 1px solid rgba(41, 44, 51, 0.1);
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .two .box:last-child {
  border-right: 0;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .two .box img {
  transform: scale(1);
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .two .box .text {
  margin-top: 3px;
  font-size: 15px;
  color: var(--color);
  text-align: center;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two .two .box:hover .text {
  color: #333;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.zhusr-pro-list .content .list .word .btn_box .btn_two:hover .two {
  height: 65px;
  padding: 12px 0;
}
.zhusr-pro-list .content .list:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #EBEBEB;
}
.zhusr-pro-list .content .page_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 45px;
  cursor: pointer;
}
.zhusr-pro-list .content .page_btn img {
  margin-right: 10px;
}
.zhusr-pro-list .content .page_btn.isend {
  display: none;
}
@media screen and (max-width:750px) {
  .zhusr-pro-list {
    padding-top: 30px;
  }
  .zhusr-pro-list .choose .form .list {
    display: block;
  }
  .zhusr-pro-list .choose .form .list .text {
    width: 100%;
  }
  .zhusr-pro-list .choose .form .list .ul {
    width: 100%;
  }
  .zhusr-pro-list .choose .form .list {
    font-size: 26px;
  }
  .zhusr-pro-list .choose .top .btn {
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    border-radius: 30px;
  }
  .zhusr-pro-list .content .list, .zhusr-pro-list .content .list:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .zhusr-pro-list .content .list .img {
    width: 100%;
    padding-top: 0;
  }
  .zhusr-pro-list .content .list .img .max {
    position: relative;
    transform: scale(1);
    left: auto;
    top: auto;
  }
  .zhusr-pro-list .content .list .word {
    width: 100%;
    padding: 15px;
  }
  .zhusr-pro-list .content .list .word .name {
    font-size: 18px;
  }
  .zhusr-pro-list .content .list .word .brief {
    font-size: 16px;
    line-height: 1.6;
  }
  .zhusr-pro-list .content .list {
    overflow: visible;
  }
  .zhusr-pro-list .content .list .word .btn_box .btn_one {
    width: 150px;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
  }
  .zhusr-pro-list .content .list .word .btn_box .btn_two {
    left: 180px;
    width: 150px;
    border-radius: 30px;
  }
  .zhusr-pro-list .content .list .word .btn_box .btn_two .one {
    line-height: 48px;
    font-size: 26px;
  }
  .zhusr-pro-list .content .list {
    display: block;
  }
  .zhusr-pro-list .content .page_btn {
    font-size: 26px;
  }
  .zhusr-pro-list .content .page_btn img {
    transform: scale(1.3);
  }
  .zhusr-pro-list .content .list .word .btn_box .btn_two .two .box .text {
    font-size: 20px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*生产和检测*/
@keyframes xzreverse {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.zhusr-jcgls {
  position: relative;
}
.zhusr-jcgls .zhusr-jcgls-boxs {
  width: 100%;
  height: 100%;
}
.zhusr-jcgls .zhusr-jcgls-boxs .box1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.zhusr-jcgls .zhusr-jcgls-boxs .box1 .box2 {
  width: 70%;
  height: 75%;
  border-radius: 100%;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.zhusr-jcgls .zhusr-jcgls-boxs .box1 .box2 p {
  font-size: 68px;
  color: #016c8c;
  font-weight: bold;
}
.zhusr-jcgls .zhusr-jcgls-boxs > img {
  animation: xzreverse 30s linear infinite;
  -webkit-animation: xzreverse 30s linear infinite;
}
@media (max-width: 767px) {
  .zhusr-jcgls .swiper-slide > img {
    height: 93vh;
  }
  .zhusr-jcgls .swiper-pagination {
    width: 100%;
    bottom: 16%;
    text-align: center;
  }
  .zhusr-jcgls .zhusr-jcgls-boxs {
    width: 100%;
    height: 100%;
  }
  .zhusr-jcgls .zhusr-jcgls-boxs .box1 .box2 .box2-img img {
    height: 98%;
  }
}
.zhusr-testimonial-block_one {
  position: relative;
  margin-bottom: 30px;
}
.zhusr-testimonial-block_one-inner {
  position: relative;
  padding: 40px 0px 35px;
}
.zhusr-testimonial-block_one-inner:before {
  position: absolute;
  content: "";
  left: 80px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.80;
  background-color: #f5f5f5;
}
.zhusr-testimonial-block_one-content {
  position: relative;
  padding-left: 190px;
  padding-right: 50px;
}
.zhusr-testimonial-block_one-author {
  position: absolute;
  left: 0px;
  top: 20px;
}
.zhusr-testimonial-block_one-author img {
  position: relative;
  width: 150px;
  height: 150px;
  display: inline-block;
}
.zhusr-testimonial-block_one-author .quote {
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  transform: translateX(-50%);
  color: var(--white-color);
  background-color: var(--main-color);
  font-family: "flaticon_interior";
}
.zhusr-testimonial-block_one-text {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 18px;
  color: var(--color-two);
}
.zhusr-testimonial-block_one-designation {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-two);
}
.zhusr-testimonial-block_one-designation span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  color: var(--color-three);
}
.zhusr-testimonial-two {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #eeeeee;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.zhusr-testimonial-two .swiper-pagination-progressbar {
  position: relative;
  bottom: 14px;
  top: auto !important;
  margin: 0 auto;
  width: 200px !important;
  left: auto !important;
  background-color: #ddd;
}
.zhusr-testimonial-two .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #016c8c;
}
.zhusr-testimonial-two .zhusr-testimonial-two-arrow {
  position: relative;
  width: 260px;
  z-index: 1;
  margin: 0 auto;
  margin-top: 0px;
  text-align: left;
}
.zhusr-testimonial-two .zhusr-testimonial-two-arrow .zhusr-three-item_carousel-prev {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  color: var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-testimonial-two .zhusr-testimonial-two-arrow .zhusr-three-item_carousel-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  color: var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-testimonial-two .zhusr-testimonial-two-arrow .zhusr-three-item_carousel-prev:hover, .zhusr-testimonial-two .zhusr-testimonial-two-arrow .zhusr-three-item_carousel-next:hover {
  color: var(--main-color);
}
.zhusr-testimonial-two .zhusr-sec-title_heading {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 20px;
}
.zhusr-testimonial-block_two {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.zhusr-testimonial-block_two-inner {
  position: relative;
  padding: 25px 15px;
  background-color: rgb(255 255 255 / 80%);
  margin: 5px;
  border-radius: 15px;
  border-bottom: 3px solid #016c8c;
  min-height: 300px;
}
.zhusr-gl .zhusr-testimonial-block_two-inner {
  position: relative;
  padding: 25px 15px;
  background-color: rgb(255 255 255 / 80%);
  margin: 5px;
  border-radius: 15px;
  height: 230px;
  border-bottom: 3px solid #016c8c;
}
.zhusr-qywh .zhusr-testimonial-block_two-inner {
  padding: 0px;
  height: 400px;
}
.zhusr-qywh .zhusr-testimonial-block_two-text {
  padding: 50px 25px;
}
.zhusr-qywh .zhusr-testimonial-block_two-text h2 {
  color: #fff;
}
.zhusr-qywh .zhusr-testimonial-block_two-text p {
  color: #fff;
}
.zhusr-qywh .zhusr-testimonial-block_two-inner {
  border-bottom: 0px solid #016c8c;
}
.zhusr-qywh .zhusr-testimonial-block_two-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: linear-gradient(119deg, rgb(0 74 131 / 80%) 0, rgb(1 113 140 / 60%) 150%);
}
.zhusr-testimonial-block_two-inner:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #016c8c;
}
.zhusr-testimonial-block_two-inner:hover h2 {
  color: #fff;
}
.zhusr-testimonial-block_two-inner:hover p {
  color: #fff;
}
.zhusr-testimonial-two img {
  animation: tpupdown 0.8s infinite alternate;
}
.zhusr-testimonial-two .row {
  align-items: center;
}
.zhusr-testimonial-block_two-text {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-two);
}
.zhusr-testimonial-block_two-text h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.zhusr-testimonial-block_two-designation {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-two);
  font-family: "Barlow Condensed", sans-serif;
}
.zhusr-testimonial-block_two-designation span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  color: var(--main-color);
  text-transform: capitalize;
}
.zhusr-testimonial-block_two-rating {
  position: relative;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--main-color);
}
/*品质控制*/
.zhusr-index-pzgl {
  padding: 100px 0 0px;
}
.zhusr-pr {
  position: relative;
}
.zhusr-m, .zhusr-index-m-12 {
  display: none;
}
.zhusr-cf {
  color: #fff !important;
}
@media (max-width: 990px) {
  .zhusr-m {
    display: block;
  }
}
@media (max-width: 767px) {
  .zhusr-index-m-12 {
    display: block;
  }
}
.title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #000000;
}
.zhusr-index-h-bt {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #F9001E;
  margin-bottom: 0.3125rem;
}
.zhusr-index-h-bt div {
  display: inline-block;
  padding-right: 1.5rem;
  position: relative;
}
.zhusr-index-h-bt div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.9375rem;
  height: 1.25rem;
  background: url(/skin/fonts/1.svg) no-repeat;
  background-size: contain;
  background-position: center right;
}
.zhusr-index-h-bt.zhusr-cf div::before {
  filter: brightness(0) invert(1);
}
.text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
}
.zhusr-gd {
  background: #DF1523;
  display: inline-block;
  border: 1px solid #DF1523;
  font-size: 1rem;
  line-height: 3.4375rem;
  color: #FFFFFF;
  padding: 0 2rem;
  position: relative;
  z-index: 4;
}
.zhusr-gd.borgray.bor {
  border-color: #d8d8d8;
  color: #8c8c8c;
}
.zhusr-gd.borgray.bor img {
  filter: brightness(0) invert(0.6);
}
.zhusr-gd.borgray.bor:hover {
  border-color: #DF1523;
}
.zhusr-gd.bor {
  background: transparent;
  color: #DF1523;
}
.zhusr-gd.bor img {
  filter: brightness(1) invert(0);
}
.zhusr-gd.bor::before {
  background: #DF1523;
}
.zhusr-gd.bor:hover {
  color: #fff;
}
.zhusr-gd.bor:hover img {
  filter: brightness(0) invert(1);
}
.zhusr-gd.borf {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.zhusr-gd.borf::before {
  background: #DF1523;
}
.zhusr-gd.borf:hover {
  color: #fff;
  border-color: #DF1523;
}
.zhusr-gd.borf:hover img {
  filter: brightness(0) invert(1);
}
.zhusr-gd div {
  display: flex;
  align-items: center;
}
.zhusr-gd div img {
  height: 0.375rem;
  margin-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.zhusr-gd::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
}
.zhusr-gd:hover {
  color: #DF1523;
}
.zhusr-gd:hover img {
  filter: brightness(1) invert(0);
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zhusr-gd:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zhusr-main .zhusr-index-nr-bt .navs strong {
  color: #fff;
}
.zhusr-main .zhusr-index-nr-bt .navs .scrolls {
  background-color: rgba(255, 255, 255, 0.3);
}
.zhusr-main .zhusr-index-nr-bt .navs .scrolls:before {
  background-color: #fff;
}
.zhusr-m-qh {
  background: url(/skin/img/zhusr-index-nr-bt_bg.png);
  background-attachment: fixed;
  background-size: cover;
  margin-top: 0 !important;
  padding-top: 25px;
}
.zhusr-m-qh .zhusr-main {
  margin-bottom: 15px;
}
.zhusr-main .zhusr-index-nr-bt .st {
  position: relative;
  width: 100%;
  height: 100vh;
}
.zhusr-main .zhusr-index-nr-bt .st .tit {
  position: absolute;
  left: 0;
  top: 30%;
  transition: opacity 0.4s;
}
.zhusr-main .zhusr-index-nr-bt .st .tit strong {
  display: block;
  font-size: 100px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.zhusr-main .zhusr-index-nr-bt .st .tit p {
  font-size: 32px;
  line-height: 60px;
  color: #FFFFFF;
}
.zhusr-main .zhusr-index-nr-bt .st .inner {
  position: relative;
  height: 100%;
}
.zhusr-main .zhusr-index-nr-bt .st .b_tab {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
}
.zhusr-main .zhusr-index-nr-bt .st.on {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  padding-right: 17px;
}
.zhusr-main .zhusr-index-nr-bt .st.dis {
  position: absolute;
}
.zhusr-main .zhusr-index-nr-bt.on2 {
  padding-top: 100vh;
}
.zhusr-main .zhusr-index-nr-bt {
  width: 100%;
}
.zhusr-main .zhusr-index-nr-bt .st.on2 {
  height: auto;
  top: auto;
  bottom: 5rem;
}
.zhusr-main .zhusr-index-nr-bt .st.on2 .tit {
  display: none;
}
.zhusr-main .zhusr-index-nr-bt .st .tit strong {
  transform: translateX(40px);
  filter: blur(20px);
  -webkit-filter: blur(20px);
  opacity: 0;
  transition: transform 1s, opacity 1s, filter 1s;
  transition-delay: 0.3s;
}
.zhusr-main .zhusr-index-nr-bt.on .st .tit strong {
  transform: translateX(0);
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
}
.zhusr-main .zhusr-index-nr-bt .st .tit p {
  transform: translateX(30px);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0;
  transition: transform 1s, opacity 1s, filter 1s;
  transition-delay: 0.6s;
}
.zhusr-main .zhusr-index-nr-bt.on .st .tit p {
  transform: translateX(0);
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
}
/*  */
.zhusr-main .zhusr-index-nr-bt .wrap2 {
  justify-content: center;
  align-items: center;
  container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --justify-content: center;
  --overflow: hidden;
  --background-transition: 0.3s;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}
.zhusr-main .zhusr-index-nr-bt .b_con {
  z-index: 1;
  width: var(--container-widget-width, 90%);
  max-width: 90%;
  -container-widget-width: 90%;
  --container-widget-flex-grow: 0;
  z-index: 0;
  margin: 0 auto;
  height: 100vh;
  padding-top: 90px;
  filter: drop-shadow(30px -30px 40px rgba(0, 0, 0, 0.16));
  position: relative;
  bottom: 0;
}
.zhusr-main .zhusr-index-nr-bt .b_con.ac {
  position: sticky;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0;
  bottom: auto;
}
.zhusr-main .zhusr-index-nr-bt .b_con.ac2 {
  position: sticky;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0;
  bottom: auto;
}
.zhusr-main .zhusr-index-nr-bt .b_con .name_tag {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
}
.zhusr-main .zhusr-index-nr-bt .b_con .name_tag strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.zhusr-main .zhusr-index-nr-bt .b_con .name_tag strong span {
  font-family: 'Pretendard';
  margin-left: 18px;
  margin-right: 15px;
  display: inline-block;
}
.zhusr-main .zhusr-index-nr-bt .b_con .name_tag i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(0, -5px);
  margin-left: 4px;
  animation: tags 2s cubic-bezier(0.36, 0, 0.06, 1) alternate infinite;
  opacity: 0;
}
.zhusr-main .zhusr-index-nr-bt .b_con .name_tag .i02 {
  animation-delay: 0.2s;
}
.zhusr-main .zhusr-index-nr-bt .b_con .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.zhusr-main .zhusr-index-nr-bt .b_con .bg_video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.zhusr-main .zhusr-index-nr-bt .b_con .bg_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.zhusr-main .zhusr-index-nr-bt .b_con .bg_video img {
  height: 100%;
  object-fit: cover;
}
.zhusr-main .zhusr-index-nr-bt .b_con .bg_video video {
  width: 100%;
  object-fit: cover;
}
.zhusr-main .zhusr-index-nr-bt .b_con .txt {
  position: absolute;
  left: 8.125rem;
  top: 33%;
  transform: translate(0, -50%);
  z-index: 11;
  padding-right: 5rem;
  width: 100%;
}
.zhusr-main .zhusr-index-nr-bt .b_con .txt strong {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #000000;
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
}
.zhusr-main .zhusr-index-nr-bt .b_con .txt p {
  font-size: 1.25rem;
  line-height: 2.375rem;
  color: #7C7C7C;
  color: #fff;
  margin-top: 0.875rem;
  width: 60%;
  font-weight: 400;
}
.zhusr-main .zhusr-index-nr-bt #business01 ~ .b_con {
  padding-top: 9%;
}
.zhusr-main .zhusr-index-nr-bt #business02 ~ .b_con {
  padding-top: 14%;
}
.zhusr-main .zhusr-gd_b {
  width: 191px;
  height: 58px;
  border-radius: 58px;
  background-color: #fff;
  margin-top: 50px;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: background 0.5s, border 0.5s;
}
.zhusr-main .zhusr-gd_b a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 3.375rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #003774;
  transition: color 0.4s;
  padding-left: 1.875rem;
}
.zhusr-main .zhusr-gd_b .dots {
  display: block;
  width: 1.25rem;
  height: 0.5625rem;
  position: absolute;
  right: 1.875rem;
  transform: translate(0, -50%);
  top: 50%;
}
.zhusr-main .zhusr-gd_b .dots i {
  display: block;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #003774;
  transition: background 0.4s;
  position: absolute;
}
.zhusr-main .zhusr-gd_b .dots i:nth-child(1) {
  opacity: 0.1;
  right: 0;
  top: 0;
  transform: translateX(-11px);
  animation: op 1s alternate ease-in-out infinite;
}
.zhusr-main .zhusr-gd_b .dots i:nth-child(2) {
  opacity: 0.5;
  right: 0;
  top: 0;
  transform: translateX(-6px);
  animation: op 1s alternate ease-in-out infinite;
  animation-delay: 0.2s;
}
.zhusr-main .zhusr-gd_b .dots i:nth-child(3) {
  opacity: 1;
  right: 0;
  top: 0;
  transform: translateX(0);
  animation: op 1s alternate ease-in-out infinite;
  animation-delay: 0.4s;
}
.zhusr-main .zhusr-gd_b a:hover .dots i:nth-child(1) {
  animation: dots2 1s alternate infinite;
}
.zhusr-main .zhusr-gd_b a:hover .dots i:nth-child(2) {
  animation: dots2 1s alternate infinite;
}
.zhusr-main .zhusr-gd_b a:hover .dots i:nth-child(3) {
  animation: dots2 1s alternate infinite;
}
.zhusr-main .zhusr-gd_b:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}
.zhusr-main .zhusr-gd_b:hover .dots i {
  background-color: #fff;
}
.zhusr-main .zhusr-gd_b:hover a {
  color: #fff;
}
.zhusr-main .zhusr-gd_b2 {
  background-color: #0055B4;
  box-shadow: 0px 0px 30px rgba(0, 55, 116, 0.2);
}
.zhusr-main .zhusr-gd_b2 a {
  color: #fff;
}
.zhusr-main .zhusr-gd_b2 .dots i {
  background-color: #fff;
}
.zhusr-main .zhusr-gd_b2:hover {
  border: 2px solid #0055B4;
}
.zhusr-main .zhusr-gd_b2:hover a {
  color: #0055B4;
}
.zhusr-main .zhusr-gd_b2:hover .dots i {
  background-color: #0055B4;
}
.zhusr-main .m_tit strong {
  font-size: 100px;
  line-height: 140px;
  display: block;
  color: #000000;
}
.zhusr-main .m_tit p {
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  color: #4E4E4E;
  margin-top: 60px;
}
.zhusr-main .m_tit strong {
  transform: translateX(30px);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0;
  transition: transform 1s, opacity 1s, filter 1s;
}
.zhusr-main .on .m_tit strong {
  transform: translateX(0);
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
}
.zhusr-main .m_tit p {
  transform: translateX(30px);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0;
  transition: transform 1s, opacity 1s, filter 1s;
  transition-delay: 0.3s;
}
.zhusr-main .on .m_tit p {
  transform: translateX(0);
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
}
.zhusr-main .m_tit .zhusr-gd_b {
  transform: translateX(30px);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0;
  transition: transform 1s, opacity 1s, filter 1s;
  transition-delay: 0.6s;
}
.zhusr-main .on .m_tit .zhusr-gd_b {
  transform: translateX(0);
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
}
.zhusr-gd_a {
  display: inline-block;
}
.zhusr-gd_a > div {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #DF1523;
  font-weight: 500;
}
.zhusr-gd_a > div div {
  margin-left: 0.4375rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #DF1523;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhusr-gd_a > div div .iconfont {
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 0.75rem;
  font-weight: 600;
}
.zhusr-gd_a > div span {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.zhusr-gd_a.bor > div {
  color: #A1A1A1;
}
.zhusr-gd_a.bor > div div {
  position: relative;
  background: transparent;
}
.zhusr-gd_a.bor > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
}
.zhusr-gd_a.bor > div div .iconfont {
  color: #A1A1A1;
}
.zhusr-gd_a.bor:hover > div {
  color: #DF1523;
}
.zhusr-gd_a.bor:hover > div div {
  background: #DF1523;
  border-color: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zhusr-gd_a.bor:hover > div div::before {
  display: none;
}
.zhusr-gd_a.bor:hover > div div .iconfont {
  color: #fff;
  transform: translateX(0);
}
.zhusr-gd_a.borff > div {
  color: #fff;
}
.zhusr-gd_a.borff > div div {
  position: relative;
  background: transparent;
}
.zhusr-gd_a.borff > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
.zhusr-gd_a.borff > div div .iconfont {
  color: #fff;
}
.zhusr-gd_a:hover > div span {
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zhusr-gd_a:hover > div .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.hover.zhusr-gd.borf, .hover.zhusr-gd.borf, .hover.hover92 .zhusr-gd.borf, .hover.zhusr-gd.borf, .hover.zhusr-gd.borf {
  margin-top: 11rem;
}
@media (max-width: 1280px) {
  .hover.zhusr-gd.borf, .hover.zhusr-gd.borf, .hover.hover92 .zhusr-gd.borf, .hover.zhusr-gd.borf, .hover.zhusr-gd.borf {
    margin-top: 7rem;
  }
}
.zhusr-index-m-tab {
  padding: 200px 0;
}
.zhusr-index-m-tab .ul {
  display: flex;
  margin: 0 -1.5625rem 0;
}
.zhusr-index-m-tab .ul li {
  padding: 0 1.5625rem;
  flex: 1 0 0;
  text-align: center;
}
.zhusr-index-m-tab .ul li a {
  font-size: 18px;
  line-height: 2.5;
  color: #FFFFFF;
  position: relative;
  display: block;
}
.zhusr-index-m-tab .ul .active a {
  background-color: #016c8c;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid #016c8c;
}
.zhusr-index-m-tab .ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
  background: #fff;
}
.zhusr-index-m-tab .ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #016c8c;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 5;
}
.zhusr-index-m-tab .ul li:hover a::before, .zhusr-index-m-tab .ul li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zhusr-index-m-tab .sum {
  margin-bottom: 60px;
}
.zhusr-index-m-tab .sum > div {
  display: none;
}
.zhusr-index-m-tab .sum > div.active {
  display: block;
}
.zhusr-index-m-tab .sum > div .name {
  font-size: 28px;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
.zhusr-index-m-tab .sum > div .text {
  color: #fff;
  margin: 15px 0;
  width: 70%;
  height: 80px;
}
.zhusr-index-m-tab .zhusr-index-bj > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.zhusr-index-m-tab .zhusr-index-bj > div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.zhusr-index-m-tab {
  overflow: hidden;
}
.zhusr-index-m-tab::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: #000;
  opacity: 0.2;
  z-index: -1;
}
.zhusr-index-m-tab .title {
  margin-bottom: 0.875rem;
}
@media (max-width:990px) {
  .zhusr-index-m-tab .sum > div .text {
    width: 100%;
  }
  .zhusr-index-m-tab .sum > div .name {
    font-size: 1.5rem;
  }
}
@media (max-width:767px) {
  .zhusr-index-m-tab {
    display: none;
  }
}
@media (max-width: 1280px) {
  .zhusr-main .zhusr-index-nr-bt .b_con .txt strong {
    font-size: 3rem;
    margin-bottom: 2.125rem;
  }
  .zhusr-main .zhusr-index-nr-bt .b_con .txt {
    top: 50%;
  }
}
@media (max-width: 990px) {
  .zhusr-main .zhusr-index-nr-bt .b_con .txt p {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
  }
  .zhusr-main .zhusr-index-nr-bt .b_con .txt strong {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 3rem;
  }
  .index_one .zhusr-gd.bor {
    margin-top: 15px;
  }
}
@media (max-width: 990px) {
  .zhusr-main .zhusr-index-nr-bt .b_con .txt {
    top: 28%;
  }
  .zhusr-index-h-bt {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .zhusr-main .zhusr-index-nr-bt .b_con .txt {
    left: 4.5%;
  }
  .hover.zhusr-gd.borf, .hover.zhusr-gd.borf, .hover.hover92 .zhusr-gd.borf, .hover.zhusr-gd.borf, .hover.zhusr-gd.borf {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .zhusr-index-h-bt img {
    position: relative;
    left: 0;
  }
  .zhusr-gd {
    padding: 0 1rem;
    line-height: 3rem;
  }
  .zhusr-main .zhusr-index-nr-bt.on2 {
    padding-top: 60vh;
  }
  .zhusr-main .zhusr-index-nr-bt .st {
    height: auto;
  }
  .zhusr-main .zhusr-index-nr-bt .wrap2 {
    display: none;
  }
  .zhusr-main .zhusr-index-nr-bt .st .tit {
    top: 30px;
  }
  .zhusr-main .zhusr-index-nr-bt .st .tit {
    position: static;
    padding-top: 30px;
  }
  .zhusr-main .zhusr-index-nr-bt .st .b_tab {
    position: static;
    padding-bottom: 20px;
  }
  .zhusr-gd {
    font-size: 12px;
    line-height: 36px;
    padding: 0 12px;
  }
  .zhusr-gd div img {
    height: 4px;
    margin-left: 7px;
  }
  .zhusr-gd div {
    white-space: nowrap;
  }
  .zhusr-gd, .zhusr-gd {
    margin-top: 10px;
  }
  .zhusr-gd.borf, .zhusr-gd.borf, .zhusr-gd.borf, .zhusr-gd.borf, .zhusr-gd.borf {
    margin-top: 20px;
  }
  .zhusr-main .zhusr-index-nr-bt .st .b_tab {
    display: none;
  }
  .zhusr-m-qh {
    margin-top: 20px;
  }
  .zhusr-m-qh .sum_list .list {
    overflow: hidden;
    height: 120px;
    position: relative;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .zhusr-m-qh .sum_list .list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
  }
  .zhusr-m-qh .sum_list .list.active {
    height: auto;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .zhusr-m-qh .sum_list .list.active::before {
    opacity: 0.3;
  }
  .zhusr-m-qh .sum_list .list.active .con {
    display: block;
  }
  .zhusr-m-qh .sum_list .list.active .hover {
    display: none;
  }
  .zhusr-m-qh .sum_list .list .text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 2px;
    line-height: 1.5;
  }
  .zhusr-m-qh .sum_list .list .zhusr-gd {
    margin-top: 15px;
  }
  .zhusr-m-qh .sum_list .list .con {
    position: relative;
    z-index: 10;
    padding: 40px 15px;
    display: none;
  }
  .zhusr-m-qh .sum_list .list .hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 7;
  }
  .zhusr-m-qh .sum_list .list .hover .name {
    display: flex;
    justify-content: space-between;
  }
  .zhusr-m-qh .sum_list .list .hover .name p {
    width: calc(100% - 80px);
    color: #fff;
  }
  .zhusr-m-qh .sum_list .list .hover .name .zhusr-deco {
    width: 80px;
    position: relative;
  }
  .zhusr-m-qh .sum_list .list .hover .name .zhusr-deco i {
    background: hsla(0, 0%, 100%, 0.8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 10px;
    right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    width: 10px;
    animation: fangdayuan 2s infinite;
    transform-origin: center;
  }
  .zhusr-m-qh .sum_list .list .hover .name .zhusr-deco::before {
    content: "";
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 100%;
    height: 20px;
    width: 20px;
  }
  .zhusr-m-qh .sum_list .list .hover .name .zhusr-deco::after {
    content: "";
    right: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 100%;
    height: 30px;
    width: 30px;
  }
  .zhusr-m-qh .sum_list .list .name {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
  }
}
.zhusr-yy i {
  margin-right: 5px;
  color: #016c8c;
  font-size: 18px;
}
.zhusr-active {
  color: #016c8c !important;
  font-weight: bold !important;
}
.zhusr-bizzen-info-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.zhusr-bizzen-info-left-box .content i {
  margin-right: 5px;
  color: #016c8c;
}
@media (max-width: 1650px) {
  .zhusr-bizzen-info-left-box {
    padding: 20px 0px;
  }
}
.zhusr-bizzen-info-left-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  background-color: #016c8c;
  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;
  font-size: 38px;
  color: #fff;
  margin-right: 30px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.zhusr-bizzen-info-left-box .content h5 {
  font-weight: 600;
  margin-bottom: 7px;
}
.zhusr-bizzen-info-left-box .content p {
  line-height: 26px;
}
.zhusr-qyzs .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}
.zhusr-content-nr h1, .zhusr-content-nr h2, .zhusr-content-nr h3, .zhusr-content-nr h4, .zhusr-content-nr h5, .zhusr-content-nr h6 {
  color: #333 !important;
  font-size: 18px !important;
  line-height: 2 !important;
}
/*在线客服 QQ:550988513*/
.zhusr-zxkf {
  position: fixed;
  right: 10px;
  bottom: 40%;
  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: #016c8c;
  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 !important;
}
.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: #016c8c;
  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: #016c8c;
  border-radius: 15px;
  text-align: center;
  transform: scale(0);
  opacity: 0;
}
.zhusr-zxkf .zhusr-zxkf-info-body p {
  text-align: left;
  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: #016c8c;
  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
}
/*招贴*/
.hidden {
  display: none;
}
.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zhusr-index-job-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zhusr-index-job-bt .tit {
  color: #000000;
  font-size: 28px;
  font-weight: 550;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .zhusr-index-job-bt .tit {
    font-size: 22px;
  }
}
.zhusr-index-job-bt .ftit {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.zhusr-zpfs i {
  margin-right: 10px;
  color: #fd8900;
}
@media (max-width: 768px) {
  .zhusr-index-job-bt .ftit {
    font-size: 18px;
  }
}
.zhusr-index-job-bt.bs .tit, .zhusr-index-job-bt.bs .ftit {
  color: #fff;
}
.zhusr-index-job-list {
  margin: 0 -1%;
  padding-left: 0px;
}
.zhusr-index-job-bt {
  margin-bottom: 30px;
}
.zhusr-index-job-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .zhusr-index-job-list li {
    width: 50%;
    margin-top: 1rem;
  }
}
@media (max-width: 640px) {
  .zhusr-index-job-list li {
    width: 100%;
  }
}
.zhusr-index-job-list li .zhusr-index-job-list-nr {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  cursor: pointer;
  position: relative;
  height: 250px;
}
@media (max-width: 768px) {
  .zhusr-index-job-list li .zhusr-index-job-list-nr {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .zhusr-index-job-list li .zhusr-index-job-list-nr::after {
    width: 15rem;
    height: 15rem;
  }
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .zhusr-index-job-wenzi {
  position: relative;
  z-index: 1;
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .zhusr-index-job-wenzi .h2a {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 15px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .zhusr-index-job-wenzi .h2a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2em;
  height: 2px;
  background-color: #0075CC;
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .txtr .p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.4rem;
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .txtr .p p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .txtr a.sdt {
  background: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  opacity: 0;
  margin-bottom: -1.5rem;
}
.zhusr-index-job-list li .zhusr-index-job-list-nr .txtr a.sdt i {
  color: #0075CC;
  font: 600 1rem/1em "Noto Sans SC";
}
.zhusr-index-job-list li:hover .zhusr-index-job-list-nr {
  background-color: #0075CC;
}
.zhusr-index-job-list li:hover .zhusr-index-job-list-nr .zhusr-index-job-wenzi .h2a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.zhusr-index-job-list li:hover .zhusr-index-job-list-nr .zhusr-index-job-wenzi .h2a::after {
  display: none;
}
.zhusr-index-job-list li:hover .zhusr-index-job-list-nr .zhusr-index-job-wenzi .txtr .p p {
  color: #fff;
}
.zhusr-index-job-list li:hover .zhusr-index-job-list-nr .zhusr-index-job-wenzi .txtr a.sdt {
  opacity: 1;
}
.zhusr-index-job-tcnr-biz.layui-layer {
  width: 60% !important;
  padding: 25px 15px;
  max-height: 800px;
  background: #fff;
  overflow-y: auto;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer {
    width: 96% !important;
    padding: 25px 15px;
    border-radius: 15px;
  }
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .tit {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .tit {
    font-size: 18px;
    padding-bottom: 1rem;
  }
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li {
    margin-top: 1rem;
  }
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li .titasd1 {
  color: #0075CC;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li .titasd1 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li .as-ast dl {
  width: 48%;
  color: rgba(0, 0, 0, 0.7);
  font: 400 1.125rem/1.6em "Noto Sans SC";
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li .as-ast dl {
    font-size: 1rem;
  }
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li .as-ast dl b {
  font-weight: 600;
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .content .zhusr-index-job-tcnr li .p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1.125rem/1.6em "Noto Sans SC";
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .zhusr-job-yx {
  color: #0075CC;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .zhusr-job-yx {
    font-size: 1.125rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.zhusr-index-job-tcbody .content .p p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.zhusr-index-job-tcbody .content .p p strong {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.zhusr-index-job-tcnr-biz.layui-layer .zhusr-index-job-tcbody .zhusr-job-yx a {
  color: #0075CC;
}
.zhusr-index-job-tcnr-biz.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: 20px;
  top: 20px;
  background: url(/skin/img/close.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .zhusr-index-job-tcnr-biz.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 10px;
    top: 10px;
  }
}
.zhusr-index-job {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .zhusr-index-job {
    padding: 0px 0 60px;
  }
}
.zhusr-index-job .row {
  align-items: center;
}
@media (max-width: 768px) {
  .zhusr-index-job .zhusr-index-job-zpln {
    width: 100%;
  }
}
.zhusr-index-job .zhusr-index-job-zpln .p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .zhusr-index-job .zhusr-index-job-zpln .p {
    margin-top: 0.5rem;
  }
}
.zhusr-index-job .zhusr-index-job-img img {
  border-radius: 25px;
}
@media (max-width: 768px) {
  .zhusr-index-job .zhusr-index-job-img {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.zhusr-index-job .zhusr-index-job-img img {
  width: 100%;
}
.zhusr-index-job-zw {
  background: #F8F8F8;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .zhusr-index-job-zw {
    padding-top: 2rem;
  }
}
html #layuicss-layer {
  display: none;
  position: absolute;
  width: 1989px
}
.layui-layer, .layui-layer-shade {
  position: fixed;
  _position: absolute;
  pointer-events: auto
}
.layui-layer-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8 !important;
}
.layui-layer {
  -webkit-overflow-scrolling: touch;
  top: 150px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-background-clip: content;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}
.layui-layer-close {
  position: absolute
}
.layui-layer-content {
  position: relative
}
.layui-layer-border {
  border: 1px solid #B2B2B2;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}
.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top
}
.layui-layer-move {
  display: none;
  position: fixed;
  *position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: move;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  z-index: 2147483647
}
.layui-layer-resize {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  cursor: se-resize
}
.layer-anim {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}
@-webkit-keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.layer-anim-00 {
  -webkit-animation-name: layer-bounceIn;
  animation-name: layer-bounceIn
}
/*新闻列表*/
.zhusr-list-news-one {
  padding: 60px 0;
}
.zhusr-list-news-one .zhusr-list-news {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.zhusr-list-news-one .zhusr-list-search {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.zhusr-list-news-one .zhusr-list-search h3 {
  font-size: 18px;
}
.zhusr-list-news-one .zhusr-list-search h3 a {
  color: #000;
}
.zhusr-list-news-one .zhusr-list-search h3 a:hover {
  color: #016c8c;
}
.zhusr-list-news-one .zhusr-list-news .zhusr-list-news-title {
  padding: 15px;
}
.zhusr-list-news-one .zhusr-list-news .zhusr-list-news-one-box:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f3f3f3;
}
.zhusr-list-news-one .zhusr-list-news-img {
  position: relative;
  overflow: hidden;
}
.zhusr-list-news-one .zhusr-list-news-img img {
  width: 100%;
  height: auto;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-list-news-one .zhusr-list-news-one-box:hover .zhusr-list-news-img img {
  transform: scale(1.08);
  vertical-align: middle
}
.zhusr-list-news-one .zhusr-list-news-title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zhusr-list-news-one .zhusr-list-news-title h3 a {
  color: #000;
}
.zhusr-list-news-one .zhusr-list-news-one-box:hover .zhusr-list-news-title h3 a {
  color: #016c8c;
}
.zhusr-list-news-one .zhusr-list-news-description {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.zhusr-list-news-one .zhusr-list-news-link {
  margin-top: 25px;
}
.zhusr-list-news-one .zhusr-list-news-link a {
  font-size: 15px;
  color: #000;
  margin-right: 15px;
}
.zhusr-list-news-one .zhusr-list-news-link a i {
  margin-right: 5px;
  color: #016c8c;
}
.zhusr-list-news-one-box .row {
  align-items: center;
}
.zhusr-list-news-one .zhusr-list-news-one-box:hover .zhusr-list-news-link a {
  color: #016c8c;
}
/*分页器*/
.zhusr-list {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.zhusr-list a {
  display: inline-block;
  font-size: 15px;
  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: 15px;
  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: 15px;
  line-height: 30px;
}
.zhusr-list-nav a:hover {
  color: #016c8c;
  background: white;
  border: 1px #016c8c solid;
}
.zhusr-list-nav a.page-num-current {
  border: none;
  background: #016c8c;
  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 p {
  margin-bottom: 15px;
  x
}
.zhusr-content-one .zhusr-content-nr .zhusr-content-nr-bt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.zhusr-content-one .zhusr-content-nr .zhusr-content-nr-bt h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15px;
}
.zhusr-content-nr-bt ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.zhusr-content-nr-bt ul li {
  list-style: none;
  font-size: 16px;
  margin-right: 15px;
}
.zhusr-content-nr-bt ul li i {
  margin-right: 5px;
  color: #016c8c;
}
.zhusr-next {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
}
.zhusr-next a {
  color: #000;
}
.zhusr-next a:hover {
  color: #016c8c;
}
/*内页子栏目*/
.zhusr-ny-nav-son-2025-6-1 {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.zhusr-ny-nav-son-2025-6-1.de {
  border-top: 1px solid #e9e9e9;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul {
  float: left;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a {
  display: block;
  float: left;
  position: relative;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  margin-left: 44px;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a:hover, .zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a.on {
  color: #016c8c;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #d7d7d7;
  top: 50%;
  right: -21px;
  margin-top: -6.5px;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a:last-child::after {
  display: none;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a:first-child {
  margin-left: 0;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #016c8c;
  left: 0;
  bottom: -1px;
  width: 20%;
  opacity: 0;
  transition: all .5s ease;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul .hover {
  color: #016c8c !important;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul .hover::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #016c8c;
  left: 0;
  bottom: -1px;
  width: 100%;
  opacity: 1;
  transition: all .5s ease;
}
.zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a:hover::before, .zhusr-ny-nav-son-2025-6-1 .zhusr-ny-nav-ul a.on::before {
  opacity: 1;
  width: 100%;
  transition: all .5s ease;
}
.zhusr-mfooter-kf {
  display: none;
}
.zhusr-shop-detail_title {
  font-weight: 500;
  line-height: 1.8;
  font-size: 28px;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.zhusr-pcbxs {
  display: none;
}
/*以下是手机端 作者：小朱 QQ：550988513*/
@media only screen and (max-width: 1450px) {
  .zhusr-main-header.header-style-one .header-lower .zhusr-inner-container {
    padding: 0px 25px;
    background-color: var(--white-color);
  }
  .zhusr-main-header.header-style-one .header-lower .header-navbar::after, .zhusr-main-header.header-style-one .header-lower .header-navbar::before, .zhusr-main-header.header-style-one .header-lower .logo-box .logo::after, .zhusr-main-header.header-style-one .header-lower .logo-box::before {
    display: none;
  }
  .zhusr-main-header.header-style-one .header-lower .header-navbar {
    padding: 0px 0px;
  }
  .zhusr-main-header.header-style-one .header-lower .logo-box .logo {
    padding: 15px 0px 15px;
  }
  .zhusr-main-header.header-style-one .header-lower .logo-box .logo::before {
    bottom: 0px;
  }
  .zhusr-main-header.header-style-one.fixed-header .header-lower .logo-box .logo:before, .zhusr-main-header.header-style-one.fixed-header .header-lower .logo-box:before {
    display: none;
  }
  .zhusr-main-header.header-style-one.fixed-header .header-lower .header-navbar:before {
    display: none;
  }
  .zhusr-main-header.header-style-one.fixed-header .header-lower .header-navbar {
    padding: 0px;
  }
  .zhusr-main-header.header-style-one.fixed-header .header-lower .logo-box .logo {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .zhusr-main-header .zhusr-main-menu .navigation > li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .zhusr-main-header .zhusr-main-menu .navigation > li {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1140px) {
  .zhusr-main-header .zhusr-main-menu .navigation > li {
    margin-right: 15px;
  }
  .zhusr-main-header .zhusr-main-menu .navigation > li > a {
    font-size: 15px;
  }
  .zhusr-main-header .header-lower {
    border-radius: 0px;
  }
  .zhusr-main-header .header-lower .outer-box {
    margin-top: 0px;
  }
  .zhusr-about-two_image-outer, .zhusr-about-two_content {
    padding-right: 0px;
  }
  .zhusr-about-two_image-two, .cta-one .color-one, .zhusr-slider-one_big-title {
    display: none;
  }
  .zhusr-slider-one_video {
    position: relative;
    margin-top: 35px;
    margin-left: 15px;
  }
  .zhusr-process-one .column {
    margin-bottom: 30px;
  }
  .zhusr-main-header .zhusr-main-menu .navigation > li.dropdown > a::after {
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .zhusr-main-header .main-box .logo-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: left;
  }
  .zhusr-main-header .outer-box {
    position: static;
    display: block;
  }
  .zhusr-main-header .mobile-nav-toggler {
    display: block;
  }
  .zhusr-main-header .sticky-header .mobile-nav-toggler {
    display: block;
  }
  .zhusr-main-header .nav-outer, .zhusr-main-header .sticky-header .zhusr-main-menu {
    display: none;
  }
  .zhusr-main-header #navbarSupportedContent {
    display: block;
  }
  .zhusr-main-header .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }
  .zhusr-main-header .zhusr-main-menu {
    display: none;
  }
  .zhusr-mobile-menu .navigation li.has-mega-menu > .mega-menu {
    display: none;
    overflow: hidden;
  }
  .slider-three_content::before, .zhusr-main-header .zhusr-mobile-menu .navigation li.has-mega-menu .mega-menu .mega-menu-bar .column h6 {
    display: none;
  }
  .zhusr-main-header .zhusr-mobile-menu .navigation li.has-mega-menu .mega-menu .mega-menu-bar .column {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .zhusr-main-header.header-style-one .zhusr-main-header_button {
    display: block;
  }
  .zhusr-main-header .header-lower .logo-box .logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .zhusr-slider-one_text, .zhusr-slider-one_content-inner {
    max-width: 100%;
  }
  .body-lines, .header-top, .zhusr-about-two_image-outer, .about-one_image-outer, .about-one_images-column::before, .zhusr-slider-one_heading br, .zhusr-slider-one_options, .pattern-layer_two, .cta-one::after, .slider-two_image-layer::before, .project-one .zhusr-projects-item-carousel_pagination {
    display: none;
  }
  .zhusr-slider-one-arrow {
    text-align: right;
  }
  .zhusr-main-header {
    position: relative;
    top: 0px;
  }
  .zhusr-main-header.header-style-one .header-lower .zhusr-inner-container {
    padding: 0px 0px;
    border-radius: 0px;
  }
  .zhusr-slider-one .swiper-slide {
    padding: 150px 0px 220px;
  }
  .zhusr-header-style-two {
    background-color: var(--white-color);
  }
  .zhusr-main-header.zhusr-header-style-two .header-lower .zhusr-inner-container {
    padding: 0px 0px;
  }
  .zhusr-main-header.zhusr-header-style-two .header-lower .zhusr-inner-container:before {
    display: none;
  }
  .zhusr-main-header.zhusr-header-style-two .header-lower .zhusr-inner-container .logo-box:before {
    display: none;
  }
  .zhusr-main-header.zhusr-header-style-two .header-lower .zhusr-inner-container .logo-box .logo {
    padding: 20px 0px;
  }
  .zhusr-main-header.zhusr-header-style-three {
    top: 0px;
  }
  .zhusr-main-header.zhusr-header-style-three .header-lower .zhusr-inner-container {
    padding: 0px 0px;
  }
  .zhusr-process-one.zhusr-style-two {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 820px) {
  .zhusr-service-block_two-inner {
    border: none;
    margin-left: 0px;
    padding: 0px 0px;
  }
  .zhusr-service-block_two {
    margin-bottom: 30px;
  }
  .zhusr-service-block_two-icon {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
  }
  .zhusr-service-block_two-number {
    position: relative;
    top: 0px;
  }
  .zhusr-main-footer.style-three .zhusr-footer-two_logo-widget {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .zhusr-main-header .header-upper .logo-outer {
    position: relative;
    width: 100%;
  }
  .zhusr-main-header .sticky-header .outer-box {
    display: block;
    right: 0px;
    left: auto;
    top: 0px;
  }
  .zhusr-main-header .zhusr-main-menu {
    width: 100%;
    display: none;
  }
  .zhusr-main-header .zhusr-main-menu .navbar-collapse > .navigation li.dropdown:after, .zhusr-main-header .zhusr-main-menu .navigation > li > ul:before {
    display: none !important;
  }
  .zhusr-main-header .main-box .logo-box {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
  .zhusr-main-header .header-lower .outer-box {
    position: relative;
    z-index: 12;
    display: block;
  }
  .zhusr-main-header .zhusr-main-menu .zhusr-navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 50px;
    height: 40px;
    float: none;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    background: none;
    border: 1px solid #ffffff;
  }
  .zhusr-main-header .zhusr-main-menu .zhusr-navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #ffffff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px;
  }
  .zhusr-main-header .nav-outer .mobile-nav-toggler {
    display: block;
  }
  .zhusr-main-header #navbarSupportedContent {
    display: block;
  }
  .zhusr-main-header .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }
  .zhusr-main-header.header-style-one .zhusr-main-header_button {
    display: none;
  }
  h1 {
    line-height: 60px;
    font-size: 50px;
  }
  h2 {
    line-height: 50px;
    font-size: 40px;
  }
  .zhusr-testimonial-block_one-inner {
    padding: 25px 25px;
  }
  .zhusr-testimonial-block_one-author .quote {
    left: auto;
    bottom: auto;
  }
  .zhusr-testimonial-block_one-content {
    padding: 0px 0px;
  }
  .zhusr-testimonial-block_one-author {
    position: relative;
    top: 0px;
    margin-bottom: 25px;
  }
  .zhusr-testimonial-block_one-inner::before {
    left: 0px;
  }
  .zhusr-testimonial-block_one-text {
    line-height: 28px;
  }
  .zhusr-footer-bottom_navs li {
    margin-left: 0px;
    margin-right: 15px;
  }
  .zhusr-service-block_two-inner {
    display: block !important;
  }
  .zhusr-service-block_two-heading {
    margin: 20px 0px 25px;
  }
  .zhusr-news-block_two .inner {
    padding: 0px 0px;
  }
  .zhusr-news-block_two .image {
    position: relative;
    margin-bottom: 25px;
  }
  .zhusr-service-block_two-heading span {
    line-height: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .zhusr-slider-one_title {
    font-size: 12px;
    padding: 7px 25px;
  }
  .zhusr-slider-one .swiper-slide {
    padding: 100px 0;
  }
  .zhusr-counter-block .inner {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  .team-block_two-inner {
    padding-left: 0px;
  }
  .team-block_two-content::before, .team-block_two-socials, .about-three_image-two, .about-three_discount, .about-three .color-circle, .team-block_two-heading::before, .commited-one .content-box .side-icon, .zhusr-service-block_one-inner::before, .about-widget {
    display: none;
  }
  .zhusr-news-block_two .image {
    width: 100%;
  }
  h1 {
    line-height: 50px;
    font-size: 40px;
  }
  h2 {
    line-height: 40px;
    font-size: 30px;
  }
  h3 {
    line-height: 34px;
    font-size: 24px;
  }
  h4 {
    line-height: 30px;
    font-size: 20px;
  }
  .zhusr-news-block_one-text, .zhusr-service-block_four-text, .zhusr-testimonial-block_two-text, .slider-three_text, .slider-two_text {
    font-size: 16px;
    line-height: 28px;
  }
  .zhusr-testimonial-block_one-text {
    font-size: 16px;
  }
  .zhusr-testimonial-block_two-inner:before {
    left: 0px;
    right: 0px;
  }
  .zhusr-testimonial-block_two-inner {
    padding: 15px;
  }
  .zhusr-testimonial-two .zhusr-testimonial-two-arrow {
    width: 280px;
  }
  .zhusr-testimonial-two .swiper-pagination-progressbar {
    width: 150px !important;
  }
}
@media only screen and (max-width: 768px) {
  @keyframes bounce {
    0%, 100% {
      height: 20px;
    }
    50% {
      height: 60px;
    }
  }
}
.zhusr-pcxs {
  display: none;
}
.zhsur-yy a {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.8;
}
.zhsur-yy i {
  font-size: 18px !important;
  margin-right: 5px;
}
.zhusr-shop-detail {
  padding: 100px 0;
}
.zhusr-inner-column .thumb {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .zhusr-pcxs {
    display: block;
  }
  .zhusr-slider-one_content {
    height: 300px;
  }
  .zhusr-slider-one_heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .zhusr-slider-one_text {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
  }
  .zhusr-main-header .header-lower {
    padding: 0 15px;
  }
  .zhusr-main-header.zhusr-header-style-three .header-lower .logo-box .logo img {
    max-width: 120px;
    height: auto;
  }
  .zhusr-mbxs {
    display: none;
  }
  .zhusr-about-two {
    padding: 60px 0;
  }
  .zhusr-sec-title_title {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .zhusr-about-two .zhusr-pt-30 {
    padding-top: 0px;
  }
  .zhusr-sec-title_heading {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .zhusr-counter-one {
    padding: 60px 0;
  }
  .zhusr-counter-block {
    width: 50%;
  }
  .zhusr-counter-block .icon {
    font-size: 38px;
    top: 15px;
  }
  .zhusr-counter-block .content {
    padding-left: 55px;
  }
  .zhusr-counter-block .text {
    font-size: 18px;
  }
  .zhusr-counter-block .zhusr-count-box {
    font-size: 28px;
  }
  .zhusr-counter-block .lines .line {
    height: 18px;
  }
  .zhusr-services-three {
    padding: 80px 0;
  }
  .zhusr-home-title h3 {
    font-size: 22px;
  }
  .zhusr-testimonial-two {
    padding: 80px 0;
  }
  .zhusr-testimonial-block_two-text {
    height: 220px;
  }
  .zhusr-testimonial-block_two-text p {
    font-size: 15px;
  }
  .zhusr-testimonial-block_two-text h2 {
    margin-top: 15px;
    font-size: 18px;
  }
  .zhusr-index-pzgl {
    padding: 80px 0;
  }
  .zhusr-news-block_three {
    margin-bottom: 60px;
  }
  .zhusr-blog-three {
    padding: 80px 0;
  }
  .zhusr-about-two_content-column {
    padding-left: 15px;
  }
  .zhusr-vl-blog-1-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .zhusr-home-title p {
    font-size: 15px;
  }
  .zhusr-main-header.zhusr-header-style-three.fixed-header .header-lower .zhusr-inner-container {
    padding: 0px;
  }
  .zhusr-main-header.zhusr-header-style-three .header-lower .logo-box .logo {
    padding: 15px 0;
  }
  .zhusr-mobile-menu .nav-logo img {
    max-width: 160px;
  }
  .zhusr-pcxs {
    display: inline-block;
    margin-left: 25px;
  }
  .zhusr-main-header .zhusr-search-box-btn {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .zhusr-vl-blog-2-area .zhusr-vl-blog-1-item .zhusr-vl-blog-1-content p {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
  }
  .zhusr-mfooter-kf {
    display: block;
    width: 100%;
    background: #1d78a7;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 5px 0;
  }
  .zhusr-mfooter-kf ul {
    margin: 0 auto
  }
  .zhusr-mfooter-kf ul li {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
  }
  .zhusr-mfooter-kf ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }
  .zhusr-mfooter-kf ul li i {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .zhusr-footer-bottom {
    margin-bottom: 60px;
  }
  .zhusr-process-one .zhusr-bold-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .zhusr-default-skill-title {
    font-size: 16px;
  }
  .zhusr-list-img-two .zhusr-list-img-cp {
    width: 50%;
  }
  .zhusr-list-img-two {
    padding: 80px 0;
  }
  .zhusr-service-block_one {
    width: 50%;
  }
  .zhusr-service-block_one-inner h4 {
    font-size: 18px;
  }
  .zhusr-service-one {
    padding: 100px 0;
  }
  .zhusr-home-title-bs h3 {
    font-size: 22px;
  }
  .zhusr-index-data {
    padding: 80px 0;
  }
  .zhusr-index-list-news-content:last-child {
    margin-bottom: 0px;
  }
  .zhusr-shop-detail {
    padding: 80px 0;
  }
  .zhusr-inner-column {
    margin-bottom: 30px;
  }
  .zhusr-shop-detail_title {
    font-size: 18px;
  }
  .zhusr-shop-detail_text p {
    font-size: 16px;
  }
  .zhusr-jcgls {
    margin-bottom: 30px;
  }
  .zhusr-solution-mubanbiz-0923 {
    padding: 80px 0;
  }
  .zhusr-list-cp {
    padding: 80px 0;
  }
  .zhusr-list-news-one .zhusr-list-news-title h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .zhusr-list-news-one .zhusr-list-news .zhusr-list-news-title {
    padding: 15px 0;
  }
  .zhusr-list-news-one .zhusr-list-news-description {
    font-size: 15px;
  }
  .zhusr-content-one {
    padding: 80px 0;
  }
  .zhusr-bizzen-info-left-box .icon {
    font-size: 28px;
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
  .zhusr-checkout-section {
    padding: 80px 0;
  }
  .zhusr-bizzen-info-left-box h5 {
    font-size: 16px;
  }
  .zhusr-bizzen-info-left-box .content p {
    font-size: 15px;
  }
  .zhusr-shipping-form .form-group input[type="text"], .zhusr-shipping-form .form-group input[type="password"], .zhusr-shipping-form .form-group input[type="tel"], .zhusr-shipping-form .form-group input[type="email"], .zhusr-shipping-form .form-group select, .zhusr-shipping-form .form-group .ui-selectmenu-button.ui-button {
    padding: 10px;
    font-size: 15px;
  }
  .zhusr-checkout-section .zhusr-form-column {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .zhusr-bizzen-info-left-box {
    margin-bottom: 15px;
  }
  .zhusr-shipping-form .form-group input[type="text"], .zhusr-shipping-form .form-group input[type="password"], .zhusr-shipping-form .form-group input[type="tel"], .zhusr-shipping-form .form-group input[type="email"], .zhusr-shipping-form .form-group select, .zhusr-shipping-form .form-group .ui-selectmenu-button.ui-button {
    height: 60px;
    line-height: 50px;
  }
  .zhusr-home-title {
    margin-bottom: 30px;
  }
  .zhusr-index-job-list li .zhusr-index-job-list-nr {
    height: auto;
  }
  .zhusr-index-job-list li {
    padding: 0px;
  }
  .zhusr-index-job-tcbody .content .p p strong {
    font-size: 16px;
  }
  .zhusr-index-job .zhusr-index-job-img img {
    margin-bottom: 30px;
  }
  .zhusr-index-job-bt {
    margin-bottom: 15px;
  }
  .zhusr-news-block_three-title {
    font-size: 16px;
  }
  .zhusr-process-one_list li {
    font-size: 15px;
  }
  .zhusr-service-block_one-inner {
    padding: 15px 10px;
	  height: 200px;
  }
  .zhusr-ny-nav-son-2025-6-1 {
    display: none;
  }
  .zhusr-accordion-box-dw .block .acc-btn {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px;
  }
  .zhusr-btn-zhusr-style-two {
    font-weight: 500;
    font-size: 15px;
  }
  .zhusr-shipping-form .form-group textarea {
    padding: 10px;
    font-size: 15px;
  }
  .zhusr-main-footer_copyright {
    font-size: 15px;
  }
  .zhusr-content-nr h1, .zhusr-content-nr h2, .zhusr-content-nr h3, .zhusr-content-nr h4, .zhusr-content-nr h5, .zhusr-content-nr h6 {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  /*品质控制手机端*/
  .zhusr-pcbxs {
    display: block;
  }
  .zhusr-m-pzkz {
    padding: 0px;
    background-color: #fff;
  }
  .zhusr-m-pzkz .zhusr-mpzkz-nr {
    padding: 35px 15px;
    height: 350px;
  }
  .zhusr-m-pzkz .zhusr-mpzkz-nr h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .zhusr-m-pzkz .zhusr-mpzkz-nr p {
    color: #fff;
  }
  .zhusr-m-pzkz .zhusr-testimonial-two-arrow {
    margin-top: 25px;
  }
  .zhusr-m-pzkz .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: #000;
    opacity: 0.2;
  }
}