/*----------------------------------------------------

=====================================================================*/
/* mixin
----------------------------------------*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 87.5rem;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul li {
  list-style: none;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.zjny-header {
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-container {
    padding: 0 4vw;
  }
}
.zjny-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-content {
    height: 14vw;
  }
}
.zjny-header .header-content .lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.zjny-header .header-content .lt .search-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-content .lt .search-box {
    display: none;
  }
}
.zjny-header .header-content .lt .search-box input[type=text] {
  width: 37.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #000;
  font-style: normal;
  border: 0;
  outline: none;
  background: #eee;
  border-radius: 0.5rem;
  padding: 0 2.5rem 0 0.625rem;
}
.zjny-header .header-content .lt .search-box input[type=submit] {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  background: url(../images/header-search-blank.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
  opacity: 0.6;
}
.zjny-header .header-content .logo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zjny-header .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.zjny-header .header-logo a {
  display: block;
}
.zjny-header .header-logo a img {
  height: 3.125rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-logo a img {
    height: 6vw;
  }
}
.zjny-header .header-nav.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-nav.desktop-nav {
    display: none;
  }
}
.zjny-header .header-nav.desktop-nav .header_nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children.submenu-hover > a {
  color: #04f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children.submenu-hover > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a {
  position: relative;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: -0.9375rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #2D2D2D;
  border-bottom: 0.125rem solid #2D2D2D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #04f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item > a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item > a:hover {
  color: #04f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -1.5625rem;
  min-width: 7.5rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.625rem 0;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 0.3125rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  color: #04f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children.submenu-hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children {
  height: 5.625rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a {
  line-height: 5.625rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a::before {
  top: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children:hover .custom-submenu-template {
  opacity: 1;
  visibility: visible;
  top: 5.625rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 6.25rem;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
  border-top: 0.0625rem solid #eee;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template {
    display: none !important;
  }
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .mega-menu-container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .mega-menu-container .g-nav__menu-header {
  display: none;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items .g-nav__thumbnails-item a {
  display: block;
  position: relative;
  height: 12.5rem;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items .g-nav__thumbnails-item a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items .g-nav__thumbnails-item a p {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link {
  margin: 2.1875rem 0 0;
  padding: 0;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 0.0625rem solid #eee;
  border-radius: 1.875rem;
  gap: 0.5rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a span {
  display: inline-block;
  font-size: 1rem;
  color: #04f;
  font-weight: 600;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a span:nth-child(2) {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 0.125rem solid #04f;
  border-right: 0.125rem solid #04f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a span svg {
  display: none;
}
.zjny-header .header-nav.mobile-nav {
  position: absolute;
  top: 14vw;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2vw);
          transform: translateY(-2vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.zjny-header .header-nav.mobile-nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zjny-header .header-nav.mobile-nav .mobile-nav-content {
  padding: 4vw;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item:last-child {
  border-bottom: none;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item > a {
  display: block;
  padding: 3vw 0;
  font-size: 3.6vw;
  font-weight: 500;
  color: #2D2D2D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item > a:hover {
  color: #04f;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children {
  position: relative;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children::after {
  content: "+";
  position: absolute;
  top: -1.5vw;
  right: 0;
  font-size: 5.6vw;
  color: #2D2D2D;
  padding: 3vw 3vw;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children .sub-menu {
  padding-left: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.05);
  margin-top: 2vw;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item {
  border-bottom: none;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 2vw 5vw;
  font-size: 3.2vw;
  color: #5B6770;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children.submenu-open::after {
  content: "-";
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children.submenu-open .sub-menu {
  max-height: 50vw;
}
.zjny-header .header-nav.mobile-nav .custom-submenu-template {
  display: none;
}
.zjny-header .header-actions {
  display: none;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-actions {
    gap: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.zjny-header .header-actions .language-switcher .language-text {
  font-size: 1rem;
  font-weight: 500;
  color: #2D2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-actions .language-switcher .language-text {
    font-size: 3.6vw;
  }
}
.zjny-header .header-actions .language-switcher .language-text:hover {
  color: #04f;
}
.zjny-header .header-actions .contact-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-actions .contact-icons {
    gap: 2.5vw;
  }
}
.zjny-header .header-actions .contact-icons .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-actions .contact-icons .contact-icon {
    width: 7vw;
    height: 7vw;
  }
}
.zjny-header .header-actions .contact-icons .contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-header .header-actions .mobile-menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7vw;
  height: 7vw;
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 0.8vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-header .header-actions .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.zjny-header .header-actions .mobile-menu-toggle .hamburger-line {
  width: 4vw;
  height: 0.4vw;
  border-radius: 0.2vw;
  background: #2D2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.9vw, 0.9vw);
          transform: rotate(45deg) translate(0.9vw, 0.9vw);
}
.zjny-header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.zjny-header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.8vw, -0.9vw);
          transform: rotate(-45deg) translate(0.8vw, -0.9vw);
}
.zjny-header .header-actions .mobile-menu-toggle:hover .hamburger-line {
  background: #04f;
}

.home .zjny-header {
  background: transparent;
}
.home .zjny-header.active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
}

body.mobile-menu-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}

#menu-item-584 .sub-menu, #menu-item-583 .sub-menu {
  display: none;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.zjny-footer {
  padding: 3.75rem 0 1.25rem;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .zjny-footer {
    padding: 8vw 0;
  }
}
.zjny-footer .footer-container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-container {
    padding: 0 4vw;
  }
}
.zjny-footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-content .logo {
    text-align: center;
  }
}
.zjny-footer .footer-content .logo img {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-content .logo img {
    width: 20vw;
  }
}
.zjny-footer .footer-content .navbox {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-content .navbox {
    display: none;
  }
}
.zjny-footer .footer-content .navbox .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-content .navbox .nav-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #333;
  position: relative;
  line-height: 1rem;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .nav {
  margin-top: 1.25rem;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .nav a {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 350;
  font-size: 0.875rem;
  line-height: 2.1875rem;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .nav a:hover {
  text-decoration: underline;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .content {
  margin-top: 1.25rem;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .content .list {
  font-size: 0.875rem;
  line-height: 2.1875rem;
}
.zjny-footer .footer-bottom {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-bottom {
    margin-top: 7vw;
  }
}
.zjny-footer .footer-bottom .copyright-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-bottom .copyright-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-bottom .left-text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-bottom .right-text {
    margin-top: 4vw;
  }
}
.zjny-footer .footer-bottom .right-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-bottom .right-text ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
}
.zjny-footer .footer-bottom .right-text ul li a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #e6e6e6;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .zjny-footer .footer-bottom .right-text ul li a {
    width: 10vw;
    height: 10vw;
    padding: 2vw;
  }
}
.zjny-footer .footer-bottom .right-text ul li a:hover {
  background: #ddd;
}
.zjny-footer .footer-bottom .right-text ul li a:hover i {
  opacity: 1;
}
.zjny-footer .footer-bottom .right-text ul li a i {
  opacity: 0.7;
}

.floating-buttons {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .floating-buttons {
    bottom: 6vw;
    right: 6vw;
    gap: 3vw;
  }
}
.floating-buttons .floating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .floating-buttons .floating-btn {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.floating-buttons .floating-btn:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
}
.floating-buttons .floating-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .floating-buttons .floating-btn svg {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.floating-buttons .floating-btn:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.floating-buttons .whatsapp-btn {
  background-color: #25D366;
  color: white;
}
.floating-buttons .whatsapp-btn:hover {
  background-color: #128C7E;
}
.floating-buttons .back-to-top-btn {
  background-color: #999;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating-buttons .back-to-top-btn:hover {
  background-color: #666;
}
.floating-buttons .back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Elementor Addons area*/
/*----------------------------------------------------*/
.zjny-page-about-us-module-01 {
  padding: 9.375rem 1.25rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-01 {
    padding: 15vw 4vw;
  }
}
.zjny-page-about-us-module-01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zjny-page-about-us-module-01 .content-header {
  color: #fff;
}
.zjny-page-about-us-module-01 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-01 .content-header .header-title {
    font-size: 5.6vw;
  }
}

.zjny-page-about-us-module-02 {
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 {
    padding: 4vw 0;
  }
}
.zjny-page-about-us-module-02 .content-body {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body {
    padding: 0;
    gap: 4vw;
  }
}
.zjny-page-about-us-module-02 .content-body .img img {
  width: 100%;
}
.zjny-page-about-us-module-02 .content-body .content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body .content {
    padding: 4vw;
    font-size: 3.6vw;
  }
}
.zjny-page-about-us-module-02 .content-body .content .list-ul {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body .content .list-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.zjny-page-about-us-module-02 .content-body .content .list-ul .list-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body .content .list-ul .list-li {
    gap: 2.5vw;
  }
}
.zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .icon {
  background: #002999;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.625rem;
  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;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .icon {
    width: 12vw;
    height: 12vw;
    padding: 2vw;
  }
}
.zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .icon img {
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .text .tit {
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .text .tit {
    font-size: 3.6vw;
  }
}
.zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .text .con {
  margin-top: 0.3125rem;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-02 .content-body .content .list-ul .list-li .text .con {
    font-size: 3.8vw;
    margin-top: 1vw;
  }
}

.zjny-page-about-us-module-03 {
  border-top: 0.25rem solid #f3f3f3;
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-03 {
    padding: 8vw 4vw;
  }
}
.zjny-page-about-us-module-03 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-03 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.zjny-page-about-us-module-03 .content-header {
  width: 30%;
  color: #000;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-03 .content-header {
    margin-bottom: 5vw;
    width: 100%;
  }
}
.zjny-page-about-us-module-03 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-03 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-page-about-us-module-03 .content-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-about-us-module-03 .content-body .content {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-03 .content-body .content {
    font-size: 3.6vw;
  }
}
.zjny-page-about-us-module-03 .content-body .img {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-03 .content-body .img {
    margin-top: 4vw;
  }
}
.zjny-page-about-us-module-03 .content-body .img img {
  width: 100%;
}

.zjny-page-about-us-module-04 {
  padding: 6.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-04 {
    padding: 10vw 4vw;
  }
}
.zjny-page-about-us-module-04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zjny-page-about-us-module-04 .content-header {
  color: #fff;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-04 .content-header {
    max-width: 100%;
  }
}
.zjny-page-about-us-module-04 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-04 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-page-about-us-module-04 .content-header .header-desc {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-04 .content-header .header-desc {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
.zjny-page-about-us-module-04 .content-header .header-desc-02 {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-04 .content-header .header-desc-02 {
    font-size: 3.4vw;
    margin-top: 4vw;
  }
}

.zjny-page-about-us-module-05 {
  padding: 6.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 {
    padding: 10vw 4vw;
  }
}
.zjny-page-about-us-module-05 .content-header {
  color: #000;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 .content-header {
    margin-bottom: 7vw;
  }
}
.zjny-page-about-us-module-05 .content-header .header-title {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 .content-header .header-title {
    font-size: 5vw;
  }
}
.zjny-page-about-us-module-05 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 .content-body .list-ul {
    grid-template-columns: 1fr;
    grid-gap: 4vw;
  }
}
.zjny-page-about-us-module-05 .content-body .list-ul .list-item {
  padding-left: 0.625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 .content-body .list-ul .list-item {
    padding-left: 2vw;
  }
}
.zjny-page-about-us-module-05 .content-body .list-ul .list-item::before {
  content: "";
  margin-top: 0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #04f;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 .content-body .list-ul .list-item::before {
    margin-top: 2vw;
    width: 1.2vw;
    height: 1.2vw;
  }
}
.zjny-page-about-us-module-05 .content-body .list-ul .list-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-about-us-module-05 .content-body .list-ul .list-item .content .desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-05 .content-body .list-ul .list-item .content .desc {
    font-size: 3.6vw;
  }
}

.zjny-page-about-us-module-06 {
  padding: 0 1.25rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-06 {
    padding: 0 4vw 10vw;
  }
}
.zjny-page-about-us-module-06 .content-body .desc {
  background-color: #f3f3f3;
  border-radius: 0.625rem;
  padding: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-06 .content-body .desc {
    font-size: 4.4vw;
    padding: 6vw;
    border-radius: 1vw;
  }
}

.zjny-page-about-us-module-07 {
  padding: 5rem 1.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 {
    padding: 8vw 4vw;
  }
}
.zjny-page-about-us-module-07::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 246, 255, 0.7);
  z-index: -1;
}
.zjny-page-about-us-module-07 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-page-about-us-module-07 .content-body .lt-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-about-us-module-07 .content-body .lt-side .t1 {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body .lt-side .t1 {
    font-size: 5.6vw;
  }
}
.zjny-page-about-us-module-07 .content-body .lt-side .t2 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body .lt-side .t2 {
    font-size: 4vw;
  }
}
.zjny-page-about-us-module-07 .content-body .lt-side .t2::after {
  margin-top: 0.625rem;
  content: "";
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #04f;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body .lt-side .t2::after {
    margin-top: 2vw;
    width: 7vw;
    height: 0.4vw;
  }
}
.zjny-page-about-us-module-07 .content-body .lt-side .list-ul {
  margin-top: 2.5rem;
}
.zjny-page-about-us-module-07 .content-body .lt-side .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body .lt-side .list {
    gap: 2vw;
    font-size: 3.8vw;
    margin-bottom: 2vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.zjny-page-about-us-module-07 .content-body .lt-side .list i {
  width: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body .lt-side .list i {
    width: 7vw;
  }
}
.zjny-page-about-us-module-07 .content-body .lt-side .list i img {
  width: 100%;
}
.zjny-page-about-us-module-07 .content-body .lt-side .list span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-about-us-module-07 .content-body .rt-side {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-about-us-module-07 .content-body .rt-side {
    width: 40vw;
    margin-top: 4vw;
  }
}
.zjny-page-about-us-module-07 .content-body .rt-side .code {
  width: 100%;
}
.zjny-page-about-us-module-07 .content-body .rt-side .code img {
  width: 100%;
}

.zjny-page-solution-module-01 {
  border-top: 0.0625rem solid #ddd;
  padding: 2.5rem 1.25rem 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 {
    padding: 4vw 0 10vw;
  }
}
.zjny-page-solution-module-01 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-page-solution-module-01 .content-body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-solution-module-01 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-body .list-ul {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item {
  position: relative;
  height: 12.5rem;
  padding: 1.25rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-body .list-ul .list-item {
    height: 40vw;
  }
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item:hover .content .title {
  text-decoration: underline;
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .content {
  height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .content .title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-body .list-ul .list-item .content .title {
    font-size: 4.4vw;
  }
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .content .arrow {
  background: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-body .list-ul .list-item .content .arrow {
    width: 6vw;
    height: 6vw;
  }
}
.zjny-page-solution-module-01 .content-body .list-ul .list-item .content .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
}
@media screen and (max-width: 768px) {
  .zjny-page-solution-module-01 .content-body .list-ul .list-item .content .arrow::after {
    width: 2vw;
    height: 2vw;
  }
}

body .stickyed {
  position: sticky;
  top: 0;
  z-index: 99;
}

.zjny-page-single-solution-module-01 {
  border-bottom: 0.0625rem solid #f3f3f3;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-01 {
    display: none;
  }
}
.zjny-page-single-solution-module-01 .tab-ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.zjny-page-single-solution-module-01 .tab-ul .tab-li {
  padding: 0.9375rem 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.zjny-page-single-solution-module-01 .tab-ul .tab-li.active::before {
  opacity: 1;
}
.zjny-page-single-solution-module-01 .tab-ul .tab-li:hover a {
  color: #666;
}
.zjny-page-single-solution-module-01 .tab-ul .tab-li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 100%;
  height: 0.1875rem;
  background: #000;
  z-index: 1;
  opacity: 0;
}
.zjny-page-single-solution-module-01 .tab-ul .tab-li a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.zjny-page-single-solution-module-02 {
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-02 {
    padding: 6vw 0;
  }
}
.zjny-page-single-solution-module-02 .desc {
  max-width: 60%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-02 .desc {
    font-size: 3.6vw;
    max-width: 100%;
  }
}

.zjny-page-single-solution-module-03 {
  padding: 2.5rem 1.25rem;
  background: #f2f6ff;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 {
    padding: 6vw 0;
  }
}
.zjny-page-single-solution-module-03 .content-header .header-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: #949494;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 .content-header .header-title {
    font-size: 4.6vw;
  }
}
.zjny-page-single-solution-module-03 .content-body {
  margin-top: 1.25rem;
}
.zjny-page-single-solution-module-03 .content-body .info {
  font-size: 1rem;
  line-height: 2;
}
.zjny-page-single-solution-module-03 .content-body .list-ul {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 .content-body .list-ul {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.zjny-page-single-solution-module-03 .content-body .list-ul .list-item {
  padding: 1.25rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 .content-body .list-ul .list-item {
    padding: 4vw;
  }
}
.zjny-page-single-solution-module-03 .content-body .list-ul .list-item .title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 .content-body .list-ul .list-item .title {
    font-size: 4vw;
  }
}
.zjny-page-single-solution-module-03 .content-body .list-ul .list-item .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 .content-body .list-ul .list-item .desc {
    font-size: 3.6vw;
    margin-top: 3.5vw;
  }
}
.zjny-page-single-solution-module-03 .content-body .content {
  margin-top: 2.5rem;
}
.zjny-page-single-solution-module-03 .content-body .content .title {
  font-size: 1.25rem;
  font-weight: 600;
}
.zjny-page-single-solution-module-03 .content-body .content .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-03 .content-body .content .desc {
    font-size: 3.6vw;
    margin-top: 3.5vw;
  }
}

.zjny-page-single-solution-module-04 {
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 {
    padding: 6vw 0;
  }
}
.zjny-page-single-solution-module-04 .content-header .header-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: #949494;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .content-header .header-title {
    font-size: 4.6vw;
  }
}
.zjny-page-single-solution-module-04 .content-body {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    margin-top: 6vw;
  }
}
.zjny-page-single-solution-module-04 .left-pic {
  width: 45%;
  display: none;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .left-pic {
    width: 100%;
    text-align: center;
  }
}
.zjny-page-single-solution-module-04 .left-pic img {
  max-width: 100%;
}
.zjny-page-single-solution-module-04 .right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-single-solution-module-04 .right-content .list-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .right-content .list-ul {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}
.zjny-page-single-solution-module-04 .right-content .list-ul .list-item {
  background: #f3f3f3;
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .right-content .list-ul .list-item {
    padding: 4vw;
  }
}
.zjny-page-single-solution-module-04 .right-content .list-ul .list-item .num-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .right-content .list-ul .list-item .num-title {
    font-size: 4vw;
  }
}
.zjny-page-single-solution-module-04 .right-content .list-ul .list-item .num-title .num {
  color: rgba(51, 51, 51, 0.1);
  font-size: 7.5rem;
  line-height: 1;
  position: absolute;
  right: -1.25rem;
  bottom: -1.875rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .right-content .list-ul .list-item .num-title .num {
    font-size: 12vw;
    bottom: -3vw;
    right: -2vw;
  }
}
.zjny-page-single-solution-module-04 .right-content .list-ul .list-item .desc {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-04 .right-content .list-ul .list-item .desc {
    font-size: 3.6vw;
    margin-top: 3.5vw;
  }
}

.zjny-page-single-solution-module-05 {
  padding: 0 1.25rem 5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 {
    padding: 0;
  }
}
.zjny-page-single-solution-module-05 .content-header .header-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: #949494;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-header .header-title {
    font-size: 4.6vw;
  }
}
.zjny-page-single-solution-module-05 .content-body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-body {
    margin-top: 6vw;
  }
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-body .list-ul .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    margin-bottom: 6vw;
  }
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item:last-child {
  margin-bottom: 0;
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-body .list-ul .list-item:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 15.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-body .list-ul .list-item .pic {
    height: 35vw;
  }
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item .content .title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-body .list-ul .list-item .content .title {
    font-size: 4.4vw;
  }
}
.zjny-page-single-solution-module-05 .content-body .list-ul .list-item .content .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-05 .content-body .list-ul .list-item .content .desc {
    font-size: 3.6vw;
    margin-top: 3.5vw;
  }
}

.zjny-page-single-solution-module-06 {
  padding: 5rem 1.25rem;
  border-top: 0.1875rem solid #f3f3f3;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-06 {
    padding: 6vw 0;
  }
}
.zjny-page-single-solution-module-06 .content-header .header-title {
  font-size: 1.625rem;
  font-weight: 600;
  color: #949494;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-06 .content-header .header-title {
    font-size: 4.6vw;
  }
}
.zjny-page-single-solution-module-06 .content-body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-06 .content-body {
    margin-top: 6vw;
  }
}
.zjny-page-single-solution-module-06 .content-body .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-06 .content-body .list-ul .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    margin-bottom: 8vw;
  }
}
.zjny-page-single-solution-module-06 .content-body .list-ul .list-item .title {
  width: 31.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-06 .content-body .list-ul .list-item .title {
    font-size: 4.4vw;
    width: 100%;
  }
}
.zjny-page-single-solution-module-06 .content-body .list-ul .list-item .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-solution-module-06 .content-body .list-ul .list-item .desc {
    font-size: 3.6vw;
  }
}

.zjny-home-screen-01 {
  overflow: hidden;
  position: relative;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-01 {
    padding: 0;
  }
}
.zjny-home-screen-01 .swiper {
  position: relative;
}
.zjny-home-screen-01 .swiper .swiper-slide .pic {
  height: 31.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-01 .swiper .swiper-slide .pic {
    height: 50vw;
  }
}
.zjny-home-screen-01 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-01 .swiper .swiper-pagination {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-01 .swiper .swiper-pagination {
    gap: 1vw;
    bottom: 5vw;
  }
}
.zjny-home-screen-01 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.1875rem;
  background: RGBA(255, 255, 255, 1);
  display: inline-block;
  border-radius: 0.1875rem;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-01 .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 0.5vw;
  }
}
.zjny-home-screen-01 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-01 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6vw;
  }
}

.zjny-home-screen-02 {
  padding: 3.75rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-02 {
    padding: 8vw 4vw;
  }
}
.zjny-home-screen-02 .content-header {
  color: #333;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-02 .content-header {
    margin-bottom: 7vw;
  }
}
.zjny-home-screen-02 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-02 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-02 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-02 .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-02 .content-body .content-desc {
    font-size: 3.6vw;
  }
}
.zjny-home-screen-02 .content-body .pic {
  max-width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-02 .content-body .pic {
    max-width: 100%;
  }
}
.zjny-home-screen-02 .content-body .pic img {
  width: 100%;
}

.zjny-home-screen-03 {
  padding: 5rem 1.25rem;
  background: #f2f6ff;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 {
    padding: 10vw 4vw;
  }
}
.zjny-home-screen-03 .content-header {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 .content-header {
    margin-bottom: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.zjny-home-screen-03 .content-header .hlt {
  max-width: 62.5rem;
}
.zjny-home-screen-03 .content-header .hrt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  height: 2.5rem;
  padding: 0 0.9375rem;
  border: 0.0625rem solid #ddd;
  font-size: 0.875rem;
  gap: 0.625rem;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-home-screen-03 .content-header .hrt a:hover {
  background: #eee;
}
.zjny-home-screen-03 .content-header .hrt a i {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: #000;
  position: relative;
  border-radius: 50%;
}
.zjny-home-screen-03 .content-header .hrt a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  width: 0.3125rem;
  height: 0.3125rem;
}
.zjny-home-screen-03 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-03 .content-header .header-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 .content-header .header-desc {
    font-size: 3.6vw;
  }
}
.zjny-home-screen-03 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 .content-body .list-ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4vw;
  }
}
.zjny-home-screen-03 .content-body .list-ul .list-item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 15.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 .content-body .list-ul .list-item .pic {
    border-radius: 2vw;
    height: 30vw;
  }
}
.zjny-home-screen-03 .content-body .list-ul .list-item .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.zjny-home-screen-03 .content-body .list-ul .list-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-03 .content-body .list-ul .list-item .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  width: 100%;
  padding: 1.25rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-03 .content-body .list-ul .list-item .title {
    font-size: 4vw;
    padding: 4vw;
  }
}

.zjny-home-screen-04 .content-header {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-header {
    padding: 10vw 4vw;
  }
}
.zjny-home-screen-04 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-04 .content-header .header-desc {
  margin-top: 1.5625rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-header .header-desc {
    font-size: 3.6vw;
  }
}
.zjny-home-screen-04 .content-header .header-btn {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-home-screen-04 .content-header .header-btn a {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  height: 2.5rem;
  padding: 0 0.9375rem;
  border: 0.0625rem solid #ddd;
  font-size: 0.875rem;
  gap: 0.625rem;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-home-screen-04 .content-header .header-btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.zjny-home-screen-04 .content-header .header-btn a i {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 50%;
}
.zjny-home-screen-04 .content-header .header-btn a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  width: 0.3125rem;
  height: 0.3125rem;
}
.zjny-home-screen-04 .content-body {
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-body {
    padding: 8vw 4vw;
  }
}
.zjny-home-screen-04 .content-body .content-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-body .content-title {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}
.zjny-home-screen-04 .content-body .solution-swiper {
  overflow: hidden;
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a {
  text-decoration: none;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 21.875rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a .pic {
    border-radius: 2vw;
    height: 40vw;
  }
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  width: 100%;
  padding: 1.25rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-body .solution-swiper .swiper-slide a .title {
    font-size: 4vw;
    padding: 4vw;
  }
}
.zjny-home-screen-04 .content-body .solution-swiper .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-04 .content-body .solution-swiper .button-box {
    margin-top: 4vw;
  }
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-prev,
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-next {
  width: 2.8125rem;
  height: 2.5rem;
  background: #f3f3f3;
  border-radius: 1.875rem 0 0 1.875rem;
  position: relative;
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-prev::before,
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #000;
  border-left: 0.0625rem solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-prev.swiper-button-disabled::before,
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-next.swiper-button-disabled::before {
  opacity: 0.3;
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-next {
  border-radius: 0 1.875rem 1.875rem 0;
}
.zjny-home-screen-04 .content-body .solution-swiper .swiper-button-next::before {
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.zjny-home-screen-05 .content-header {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-header {
    padding: 10vw 4vw;
  }
}
.zjny-home-screen-05 .content-header .header-title {
  margin-top: 0.5rem;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-header .header-title {
    font-size: 5.6vw;
    margin-top: 2.8vw;
  }
}
.zjny-home-screen-05 .content-body {
  margin: 5rem auto 0;
  max-width: 62.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-body {
    margin: 8vw 0 0;
  }
}
.zjny-home-screen-05 .content-body .list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-body .list-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
  }
}
.zjny-home-screen-05 .content-body .list-ul .list .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #9F1E34;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-body .list-ul .list .title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.zjny-home-screen-05 .content-body .list-ul .list ul,
.zjny-home-screen-05 .content-body .list-ul .list li {
  padding: 0;
  margin: 0;
}
.zjny-home-screen-05 .content-body .list-ul .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  gap: 0.9375rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-body .list-ul .list ul li {
    font-size: 3.6vw;
    margin-bottom: 4vw;
    gap: 4vw;
  }
}
.zjny-home-screen-05 .content-body .list-ul .list ul li .icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-home-screen-05 .content-body .list-ul .list ul li .icon {
    width: 4vw;
    height: 4vw;
  }
}
.zjny-home-screen-05 .content-body .list-ul .list ul li .icon img {
  max-width: 100%;
  max-height: 100%;
}

.zjny-page-layer-module-01 {
  border-top: 0.0625rem solid #ddd;
  padding: 2.5rem 1.25rem 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 {
    padding: 4vw 0 10vw;
  }
}
.zjny-page-layer-module-01 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-page-layer-module-01 .content-body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-layer-module-01 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body .list-ul {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item {
  position: relative;
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item:hover .content .title {
  text-decoration: underline;
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item a {
  display: block;
  height: 100%;
  position: relative;
  height: 18.75rem;
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body .list-ul .list-item a {
    height: 40vw;
  }
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .content {
  height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .content .title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body .list-ul .list-item .content .title {
    font-size: 4.4vw;
  }
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .content .desc {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 5.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body .list-ul .list-item .content .desc {
    font-size: 3.6vw;
    margin-top: 3.5vw;
    line-height: 5vw;
    height: 15vw;
  }
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .content .arrow {
  background: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body .list-ul .list-item .content .arrow {
    width: 6vw;
    height: 6vw;
  }
}
.zjny-page-layer-module-01 .content-body .list-ul .list-item .content .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
}
@media screen and (max-width: 768px) {
  .zjny-page-layer-module-01 .content-body .list-ul .list-item .content .arrow::after {
    width: 2vw;
    height: 2vw;
  }
}

.zjny-page-single-layer-module-01 {
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-01 {
    padding: 8vw 0;
  }
}
.zjny-page-single-layer-module-01 .list-ul .list-item {
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-01 .list-ul .list-item {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.zjny-page-single-layer-module-01 .list-ul .list-item:last-child {
  border-bottom: none;
}
.zjny-page-single-layer-module-01 .list-ul .list-item.active .list-item-title .arrow::after {
  top: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title {
    font-size: 4.4vw;
  }
}
.zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title .title {
  width: 85%;
}
.zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title .arrow {
  width: 2.5rem;
  height: 2.5rem;
  background: #eee;
  border-radius: 50%;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title .arrow {
    width: 6vw;
    height: 6vw;
  }
}
.zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title .arrow::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-01 .list-ul .list-item .list-item-title .arrow::after {
    width: 2vw;
    height: 2vw;
  }
}
.zjny-page-single-layer-module-01 .list-ul .list-item .list-item-content {
  display: none;
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-01 .list-ul .list-item .list-item-content {
    font-size: 3.8vw;
    margin-top: 4vw;
    padding: 0 4vw;
  }
}

.zjny-page-single-layer-module-02 {
  border-top: 0.0625rem solid #ddd;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-02 {
    padding: 8vw 0;
  }
}
.zjny-page-single-layer-module-02 .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zjny-page-single-layer-module-02 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-02 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-page-single-layer-module-02 .content-header .more-btn a {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  height: 2.5rem;
  padding: 0 0.9375rem;
  border: 0.0625rem solid #ddd;
  font-size: 0.875rem;
  gap: 0.625rem;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-single-layer-module-02 .content-header .more-btn a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.zjny-page-single-layer-module-02 .content-header .more-btn a i {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 50%;
}
.zjny-page-single-layer-module-02 .content-header .more-btn a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  width: 0.3125rem;
  height: 0.3125rem;
}
.zjny-page-single-layer-module-02 .content-body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-02 .content-body {
    margin-top: 6vw;
  }
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper {
  overflow: hidden;
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a {
  text-decoration: none;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 9.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a .pic {
    border-radius: 2vw;
    height: 40vw;
  }
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  width: 100%;
  padding: 1.25rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-slide a .title {
    font-size: 4vw;
    padding: 4vw;
  }
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-single-layer-module-02 .content-body .layer-swiper .button-box {
    margin-top: 4vw;
  }
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-prev,
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-next {
  width: 2.8125rem;
  height: 2.5rem;
  background: #f3f3f3;
  border-radius: 1.875rem 0 0 1.875rem;
  position: relative;
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-prev::before,
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #000;
  border-left: 0.0625rem solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-prev.swiper-button-disabled::before,
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-next.swiper-button-disabled::before {
  opacity: 0.3;
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-next {
  border-radius: 0 1.875rem 1.875rem 0;
}
.zjny-page-single-layer-module-02 .content-body .layer-swiper .swiper-button-next::before {
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

/*---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 4vw;
  }
}

.zjny-page-global-banner {
  padding: 2.5rem 1.25rem 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .zjny-page-global-banner {
    padding: 8vw 4vw 16vw;
  }
}
.zjny-page-global-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zjny-page-global-banner .breadcrumbs {
  font-size: 0.75rem;
  color: #fff;
}
.zjny-page-global-banner .breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}
.zjny-page-global-banner .header-title {
  margin-top: 0.9375rem;
  font-size: 2.25rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-global-banner .header-title {
    font-size: 5.6vw;
    margin-top: 3.5vw;
  }
}
.zjny-page-global-banner .header-desc {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #fff;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-global-banner .header-desc {
    font-size: 3.6vw;
    margin-top: 2vw;
  }
}

.pagination {
  margin-top: 3.125rem;
  text-align: center;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3125rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
    font-size: 28px;
    font-size: 2.8vw;
    border-radius: 0.8vw;
  }
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #128690;
  border-color: #128690;
  color: #fff;
}

.post-type-archive-product .zjny-global-page-banner {
  background-color: #F0F3F6;
}
.post-type-archive-product .zjny-global-page-banner .banner-content .c1 {
  color: #128690;
}
.post-type-archive-product .zjny-global-page-banner .banner-content .c2 {
  color: #5B6770;
}